﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;900&display=swap");
/*---  Font Families    ---*/
@font-face {
  font-family: "PantonBlack";
  src: url("../fonts/Panton-Black.eot");
  src: url("../fonts/Panton-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Panton-Black.woff2") format("woff2"), url("../fonts/Panton-Black.woff") format("woff"), url("../fonts/Panton-Black.ttf") format("truetype"), url("../fonts/pantonnarrow-black.svg#PantonNarrow-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PantonBold";
  src: url("../fonts/Panton-Bold.eot");
  src: url("../fonts/Panton-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Panton-Bold.woff2") format("woff2"), url("../fonts/Panton-Bold.woff") format("woff"), url("../fonts/Panton-Bold.ttf") format("truetype"), url("../fonts/pantonnarrow-bold.svg#pantonnarrow-bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PantonSemiBold";
  src: url("../fonts/Panton-SemiBold.eot");
  src: url("../fonts/Panton-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Panton-SemiBold.woff2") format("woff2"), url("../fonts/Panton-SemiBold.woff") format("woff"), url("../fonts/Panton-SemiBold.ttf") format("truetype"), url("../fonts/pantonnarrow-samibold.svg#pantonnarrow-samibold") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PantonRegular";
  src: url("../fonts/Panton-Regular.eot");
  src: url("../fonts/Panton-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Panton-Regular.woff2") format("woff2"), url("../fonts/Panton-Regular.woff") format("woff"), url("../fonts/Panton-Regular.ttf") format("truetype"), url("../fonts/pantonnarrow-regular.svg#pantonnarrow-regular") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/HelveticaMedium.eot");
  src: url("../fonts/HelveticaMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaMedium.woff2") format("woff2"), url("../fonts/HelveticaMedium.woff") format("woff"), url("../fonts/HelveticaMedium.ttf") format("truetype"), url("../fonts/HelveticaMedium.svg#HelveticaMedium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PantonSemiBold";
  src: url("../fonts/Panton-SemiBold.eot");
  src: url("../fonts/Panton-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Panton-SemiBold.woff2") format("woff2"), url("../fonts/Panton-SemiBold.woff") format("woff"), url("../fonts/Panton-SemiBold.ttf") format("truetype"), url("../fonts/PantonSemiBold.svg#PantonSemiBold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueL";
  src: url("../fonts/HelveticaNeueLight.eot");
  src: url("../fonts/HelveticaNeueLight.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLight.woff2") format("woff2"), url("../fonts/HelveticaNeueLight.woff") format("woff"), url("../fonts/HelveticaNeueLight.ttf") format("truetype"), url("../fonts/HelveticaNeueLight.svg#HelveticaNeueLight") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueM";
  src: url("../fonts/HelveticaNeueMedium.eot");
  src: url("../fonts/HelveticaNeueMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueMedium.woff2") format("woff2"), url("../fonts/HelveticaNeueMedium.woff") format("woff"), url("../fonts/HelveticaNeueMedium.ttf") format("truetype"), url("../fonts/HelveticaNeueMedium.svg#HelveticaNeueMedium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueB";
  src: url("../fonts/HelveticaNeueBold.eot");
  src: url("../fonts/HelveticaNeueBold.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueBold.woff2") format("woff2"), url("../fonts/HelveticaNeueBold.woff") format("woff"), url("../fonts/HelveticaNeueBold.ttf") format("truetype"), url("../fonts/HelveticaNeueBold.svg#HelveticaNeueBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 1rem;
}

body {
  background-color: #000;
  font-family: "HelveticaNeueM", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  margin-right: 0;
  margin-left: auto;
  letter-spacing: 0.5px;
  position: relative;
}

.i-flex {
  display: inline-flex !important;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  max-width: 100%;
  padding: 0;
}

.main-content-body {
  width: calc(100% - 100px);
  display: block;
  margin-left: auto;
  margin-right: 0;
}

header #menuToggle {
  position: fixed;
  top: 35px;
  right: 25px;
  z-index: 999999;
  width: 40px;
  height: 40px;
  text-align: center;
  display: none;
}
header #menuToggle .toggle-menu {
  width: 34px;
  cursor: pointer;
}
header #menuToggle .cross-menu {
  display: none;
  width: 26px;
  cursor: pointer;
  filter: brightness(0) invert(1);
}
header logo {
  position: absolute;
  z-index: 99;
  top: 0px;
  left: 65px;
}
header logo img {
  width: 8rem;
  height: auto;
}
header logo:after {
  position: absolute;
  font-family: "PantonBlack", sans-serif;
  font-size: 1.688rem;
  font-weight: 900;
  line-height: 1rem;
  top: 34px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-left: 60px;
  inline-size: max-content;
}
header nav {
  position: fixed !important;
  width: 220px;
  left: 0;
  z-index: 99999;
  height: 100vh;
  padding: 0 !important;
  box-shadow: none;
  top: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  transition: transform 0.5s ease;
  transform: translateX(-119px);
}
header nav li .active {
  background-color: rgba(255, 255, 255, 0.3);
}
header nav li #profileName {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  margin-left: auto;
}
header nav:hover {
  transform: translateX(0);
  transition: transform 0.5s ease;
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.6) !important;
}
header nav:hover #navbarLogo #logo-img {
  display: block;
  transition: transform 0.7s ease;
  transform: translateX(0px);
}
header nav:hover #navbarLogo #logo-icon {
  margin: auto;
  width: 45px;
  transition: transform 0.5s ease;
  transform: translateX(0px);
  opacity: 0;
}
header nav:hover li .active {
  background-color: rgba(255, 255, 255, 0.3);
}
header nav:hover li span {
  transition: transform 0.5s ease;
  transform: translateX(0px);
}
header nav:hover li .menu-icon img {
  transition: transform 0.5s ease;
  transform: translateX(0px);
}
header nav .navbar-nav-scroll {
  overflow: visible;
  max-height: 100%;
}
header nav .navbar-nav-scroll .otherSide {
  position: relative;
}
header nav .navbar-nav-scroll .otherSide:hover ul.extendSide {
  opacity: 1;
}
header nav .navbar-nav-scroll .otherSide ul.extendSide {
  opacity: 0;
  position: absolute;
  right: -8rem;
  z-index: 99999999999;
  top: 0;
  transform: translateX(0);
  transition: transform 0.5s ease;
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.6) !important;
  padding-left: 0px !important;
}
header nav .navbar-nav-scroll .otherSide ul.extendSide li {
  list-style: none;
}
header nav .navbar-nav-scroll .otherSide ul.extendSide li a {
  align-items: flex-start !important;
  padding: 14px 23px !important;
}
header nav .navbar-div, header nav #navbarScroll {
  height: 100vh;
}
header nav #navbarLogo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 8vh;
  margin-top: 1.7vh;
  margin-bottom: 4.9vh;
}
header nav #navbarLogo img {
  width: 7rem;
  height: auto;
}
header nav #navbarLogo #logo-img {
  display: none;
  transition: transform 0.7s ease;
  transform: translateX(-170px);
}
header nav #navbarLogo #logo-icon {
  width: 46px;
  position: absolute;
  top: 30px;
  transition: transform 0.5s ease;
  transform: translateX(60px);
  opacity: 1;
}
header nav li {
  text-align: center;
}
header nav li a {
  font-family: "PantonBold", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75vh;
  color: #fff !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 1vh 0rem !important;
  display: flex !important;
  align-items: center;
  flex-direction: column;
}
header nav li a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
header nav li a span {
  display: block;
  margin-right: 10px;
  margin-left: 10px;
  transition: transform 0.5s ease;
  transform: translateX(-170px);
}
header nav li a span img {
  width: 20px;
  height: auto;
  margin-bottom: 1.6vh;
  transition: transform 0.5s ease;
  transform: translateX(300px);
}
header nav li a span img.everything-icon {
  width: 42px;
  height: auto;
}
header nav li a span img.foryou-icon {
  width: 38.5px;
}
header nav li a span img.new-icon {
  width: 35px;
}
header nav li a span img.kids-icon {
  width: 46px;
}
header nav li a span img.watchlist-icon {
  width: 28px;
}
header nav li a span img.setting-icon {
  width: 35px;
}
header nav li a span img.sport-icon {
  width: 44px;
}
header nav li a span img.collection-icon {
  width: 32px;
}
header nav li a span img.devices-icon {
  width: 42px;
}
header nav li a span img.change-password-icon {
  width: 38.5px;
}
header nav li a span img.subscription-icon {
  width: 42px;
  /*filter: invert(1);*/
}
header nav li a span img.profiles-icon {
  width: 36px;
}
header nav li a span img.audio-icon {
  width: 36px;
}
header nav li a span img.height-26 {
  width: 26px;
}
header filter {
  position: fixed !important;
  width: calc(100% - 180px);
  left: 0;
  z-index: 999;
  height: 100vh;
  padding: 0 !important;
  box-shadow: none;
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.6) !important;
  top: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.6);
  transform: translateX(180px);
  display: none;
}

/*--- Banner Slider  ---*/
banner #carouselBanner .carousel-caption {
  text-align: left;
  right: 10%;
  left: 10%;
  top: 50%;
  bottom: 50%;
  z-index: 1;
}
banner #carouselBanner .carousel-caption h1 {
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 3rem;
  font-family: "PantonBlack", sans-serif;
  text-shadow: 0px 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
}
banner #carouselBanner .carousel-item img {
  max-height: 55vh;
  width: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: 0% 15%;
}
banner #carouselBanner .carousel-item:before {
  content: "";
  background: url(../images/shadow.png) no-repeat bottom left;
  background-size: cover;
  width: 100%;
  height: 100%;
  left: 0;
  border: 0;
  position: absolute;
}
banner #carouselBanner .banner-desc {
  position: relative;
  z-index: 2;
}
banner #carouselBanner .banner-desc span {
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 1.663rem;
}
banner #carouselBanner .banner-desc span a, banner #carouselBanner .banner-desc span a:hover {
  color: #fff !important;
  text-decoration: none !important;
}
banner #carouselBanner .banner-desc span.showtime {
  display: block;
}
banner #carouselBanner .banner-desc .hyphen {
  font-size: 1.7rem;
  padding: 0 7px;
}
banner #carouselBanner .banner-btn {
  padding-top: 1.25rem;
}
banner #carouselBanner .banner-btn a {
  text-decoration: none;
  width: auto;
  position: relative;
  display: inline-flex;
  z-index: 2;
}
banner #carouselBanner .banner-btn a:hover {
  color: rgba(255, 255, 255, 0.8);
}
banner #carouselBanner .banner-shadow {
  position: absolute;
  bottom: 0px;
  content: "";
  width: 100%;
  height: 120px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, #000000);
  z-index: 1;
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition: opacity 0.7s ease-in-out;
}

.carousel-fade .carousel-item.active {
  opacity: 1;
}

.carousel-indicators [data-bs-target] {
  width: 15px;
  height: 15px;
  border-radius: 30px !important;
  border: 0;
  margin: 0 5px;
}

/*--- Banner Slider End ---*/
.lightSlider.lsGrab > * {
  cursor: auto;
}

.body-content {
  padding: 0 1.875rem 1rem;
}

.slider-row {
  padding-top: 2.5rem;
}
.slider-row .content-slider-div .pic-frame {
  background-color: rgba(255, 255, 255, 0.1);
}
.slider-row .content-slider-div li.lslide, .slider-row .content-slider-div .pic-frame {
  padding: 0.625rem;
  margin: 0 !important;
  transition: 0.3s ease-in-out;
  background-color: rgba(255, 255, 255, 0.06);
  position: relative;
}
.slider-row .content-slider-div li.lslide:hover, .slider-row .content-slider-div .pic-frame:hover {
  background-color: rgba(255, 255, 255, 0.32);
}
.slider-row .content-slider-div li.lslide .back-show, .slider-row .content-slider-div .pic-frame .back-show {
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 48px);
  background: rgba(0, 0, 0, 0.8);
  padding: 30px 1.6rem 50px;
  display: none;
}
.slider-row .content-slider-div li.lslide .back-show .show-rating-div, .slider-row .content-slider-div .pic-frame .back-show .show-rating-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.slider-row .content-slider-div li.lslide .back-show .show-rating-div .banner-btn a, .slider-row .content-slider-div .pic-frame .back-show .show-rating-div .banner-btn a {
  text-decoration: none;
}
.slider-row .content-slider-div li.lslide .back-show .show-rating-div .banner-btn a:hover, .slider-row .content-slider-div .pic-frame .back-show .show-rating-div .banner-btn a:hover {
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(255, 255, 255, 0.4);
}
.slider-row .content-slider-div li.lslide .back-show .show-rating-div .rating-scale, .slider-row .content-slider-div .pic-frame .back-show .show-rating-div .rating-scale {
  display: block;
  width: 100%;
}
.slider-row .content-slider-div li.lslide .back-show .show-rating-div .rating-scale .rating-container, .slider-row .content-slider-div .pic-frame .back-show .show-rating-div .rating-scale .rating-container {
  width: 100%;
  margin: auto;
}
.slider-row .content-slider-div li.lslide .back-show .show-rating-div .rating-scale .rating-container input, .slider-row .content-slider-div .pic-frame .back-show .show-rating-div .rating-scale .rating-container input {
  width: 100%;
  padding: 0;
}
.slider-row .content-slider-div li.lslide .back-show .show-rating-div .rating-scale .rating-container .rating-labels, .slider-row .content-slider-div .pic-frame .back-show .show-rating-div .rating-scale .rating-container .rating-labels {
  font-weight: 700;
  text-shadow: 0px 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
}
.slider-row .content-slider-div li.lslide .back-show .show-rating-div .rating-scale .rating-container .rating-value, .slider-row .content-slider-div .pic-frame .back-show .show-rating-div .rating-scale .rating-container .rating-value {
  top: -35px;
}
.slider-row .content-slider-div li.lslide .back-show .show-rating-div .rating-scale .rating-container .rating-value::after, .slider-row .content-slider-div .pic-frame .back-show .show-rating-div .rating-scale .rating-container .rating-value::after {
  content: "";
}
.slider-row .content-slider-div .lSPager {
  display: none !important;
}

.rating-div-show {
  padding-top: 0.313rem;
  margin-right: 30px;
}
.rating-div-show .searchr-rating img {
  width: 32px;
  height: auto;
}
.rating-div-show .imdb-rating img {
  width: 48px;
  height: auto;
  padding-right: 6px;
}
.rating-div-show .rating {
  /*padding-left: 0.438rem;*/
  color: #fff;
  font-size: 1.1rem;
  vertical-align: middle;
}
.rating-div-show .rating:not(:empty)::after {
  content: "/10";
  font-size: 0.7326rem;
}

.rating-div {
  padding-top: 0.6rem;
  margin-right: 0px;
  overflow: hidden;
}
.rating-div .searchr-rating img {
  width: 1.6rem;
  height: auto;
}
.rating-div .imdb-rating img {
  width: 32px;
  height: auto;
}
.rating-div .rating {
  padding-left: 0px;
  color: #fff;
  vertical-align: middle;
  font-size: 1rem;
}
.rating-div .rating:not(:empty)::after {
  content: "/10";
  font-size: 0.666rem;
}

.small-provider-icon {
  width: 1.6rem;
  margin-right: 0px;
  margin-top: 1px;
  /*filter: drop-shadow(1px 0 0 gray) drop-shadow(0 1px 0 gray) drop-shadow(-1px 0 0 gray) drop-shadow(0 -1px 0 gray);*/
}

.back-show {
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 55px);
  background: rgba(0, 0, 0, 0.8);
  padding: 30px 1.6rem 50px;
  display: none;
}
.back-show .show-rating-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.back-show .show-rating-div .banner-btn a {
  text-decoration: none;
}
.back-show .show-rating-div .banner-btn a:hover {
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(255, 255, 255, 0.4);
}
.back-show .show-rating-div .rating-scale {
  display: block;
  width: 100%;
}
.back-show .show-rating-div .rating-scale .rating-container {
  width: 100%;
  margin: auto;
}
.back-show .show-rating-div .rating-scale .rating-container input {
  width: 100%;
  padding: 0;
}
.back-show .show-rating-div .rating-scale .rating-container .rating-labels {
  font-weight: 700;
  text-shadow: 0px 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
}
.back-show .show-rating-div .rating-scale .rating-container .rating-value {
  top: -35px;
}
.back-show .show-rating-div .rating-scale .rating-container .rating-value::after {
  content: "";
}

.front-show .slider-row {
  padding: 0 !important;
}

.textPlaceholder {
  font-size: 1rem;
  font-weight: 500;
  font-family: "PantonBold", sans-serif;
}

/*-----  Sign In Page  -----*/
#signup-div {
  background-image: url(../images/Background-new.jpg);
  background-size: cover;
  background-position: center center;
  height: 97vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
#signup-div input.form-control {
  color: rgb(255, 255, 255);
  box-shadow: none;
  border: 0px solid transparent;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.3);
  padding: 10px 16px;
  width: 100%;
  height: 35px;
  min-height: 45px;
}
#signup-div input.form-control.error {
  border-color: #c32323;
}
#signup-div input.form-control.error + .error-text {
  display: block !important;
}
#signup-div input.form-control:focus {
  background: #333;
  box-shadow: none;
}
#signup-div input.form-control::placeholder {
  color: #fff;
  letter-spacing: 0.125rem;
  font-size: 16px;
  text-transform: capitalize;
  font-family: "HelveticaNeueM", sans-serif;
  font-weight: 400;
}
#signup-div .error-text {
  display: none;
  bottom: 14px;
  left: 10px;
}
#signup-div .eye-open:before {
  content: "";
  width: 2px;
  height: 16px;
  background: #fff;
  z-index: 9999;
  position: absolute;
  top: 7px;
  right: 9px;
  transform: rotate(205deg);
  z-index: 999;
}
#signup-div h2 {
  font-family: "PantonBold", sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: normal;
  color: #fff;
  font-style: normal;
}
#signup-div .actionBtn {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 20px;
  font-style: normal;
  text-transform: uppercase;
  color: #fff;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: transparent;
  padding: 5px 55px;
}
#signup-div .custom-btn {
  min-width: 9.625rem;
  letter-spacing: 0.094rem;
  color: rgba(255, 255, 255, 0.8);
}
#signup-div .password-container {
  position: relative;
}
#signup-div .password-toggle, #signup-div .confirm-password-toggle {
  position: absolute;
  top: 16px;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 20px;
}
#signup-div .password-input, #signup-div .confirm-password-input {
  padding-right: 30px;
}

#LoginForm {
  width: 100%;
  max-width: 417px;
  margin: 0 auto;
}

.notAccount {
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: normal;
  font-style: normal;
  color: #fff;
}

.customBtn {
  color: #FFF;
  text-align: center;
  font-family: "HelveticaNeueM", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
  font-style: normal;
}

#LoginForm input.form-control::placeholder {
  font-family: "HelveticaNeueM", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  font-style: normal;
  text-transform: capitalize;
}

.subTitle {
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

.signup-body {
  margin: 0 auto;
  max-width: 526px;
  padding: 1.875rem 3.438rem 2.5rem;
  text-align: center;
}
.signup-body p {
  color: #FFF;
  text-align: center;
  font-family: "HelveticaNeueM", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
  font-style: normal;
}
.signup-body .logo-img img {
  height: 5.375rem;
  width: auto;
}

.name-inputs {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}

.twoMianBox {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

input {
  width: 48%;
  padding: 0.625rem;
  margin-bottom: 0.625rem;
}

.signin-link {
  display: block;
  margin-bottom: 1.25rem;
  color: #999;
  text-decoration: none;
}

.button-container {
  padding-bottom: 30px;
}

button {
  padding: 0.625rem 1.25rem;
  border-radius: 0.25rem;
  cursor: pointer;
}

/*-----  Sign In End  -----*/
/*-----  Sigh Up  -----*/
#help-div span {
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: normal;
  font-style: normal;
}
#help-div a {
  text-decoration: none;
}

.signup-div input.form-control::placeholder {
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.094rem;
  font-size: 0.875rem;
  text-transform: capitalize;
  font-weight: 500;
}
.signup-div .signup-body {
  margin: 0 auto;
  padding: 1.875rem 3.438rem 2.5rem;
}

/*-----  Sigh Up End  -----*/
/*-----  Index  -----*/
#index .thumbnailImg {
  width: 10.6666666667vw;
  height: 14.2293333333vw;
}

/*-----  Index  -----*/
.img-background {
  background: url(../images/Background-new.jpg) no-repeat top right;
  min-height: 97vh;
  background-attachment: fixed;
  background-position: top center;
  background-size: cover;
}

/*-----   EveryThing   ------*/
#Everything {
  padding: 1.275rem 1rem;
}
#Everything .content-slider-div {
  padding: 0.625rem 0.34rem;
}
#Everything #Moods label.checkbox-button:first-child {
  min-width: 11.063rem;
}
#Everything .btn.dropdown-toggle {
  min-width: 290px;
  height: 32px;
  color: rgba(255, 255, 255, 0.7);
  border: 0;
}
#Everything #Vibe {
  padding-bottom: 0 !important;
}
#Everything #rating .movie-fliter-toggle {
  padding-top: 2rem;
  position: relative;
  top: 5px;
}
#Everything .container-fluid {
  width: calc(100% - 370px);
  margin-left: auto;
  margin-right: 0;
}
#Everything #GenreFilter {
  width: 300px;
}

/*-----   EveryThing End   ------*/
/*-----   New   ------*/
#New {
  padding: 1.875rem 1rem;
  padding-top: 7rem;
}
#New .content-slider-div {
  padding: 0.625rem 1.45rem;
}
#New .channel-icon {
  padding-top: 1rem;
}
#New .slider-row {
  padding-top: 0;
  padding-bottom: 2.5rem;
}
#New .new-div {
  position: relative;
}
#New .new-div::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  top: 1rem;
  left: 0;
}
#New .thumbnail-div {
  padding: 1.625rem 0.777rem 0.625rem;
}

/*-----   New End   ------*/
/*----- Watchlist   -----*/
#Watchlist {
  padding: 1.875rem 1rem;
  padding-top: 8rem;
}
#Watchlist .content-slider-div {
  padding: 0.625rem 0.34rem;
}

/*----- Watchlist End   -----*/
/*----- Friends   -----*/
#friends {
  padding: 1.875rem 1rem;
  /*.thumbnailImg {
      width: 255px;
      height: auto;
  }*/
}
#friends .content-slider-div {
  padding: 0.625rem 0rem;
}
#friends .friend-body-div {
  padding-top: 1rem;
}
#friends #Moods {
  padding-top: 2.5rem;
}
#friends .checkbox-button {
  display: inline-block;
}

.rating-div-pic {
  position: relative;
  padding-top: 0.313rem;
}
.rating-div-pic span {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25rem;
  font-family: "PantonBold", sans-serif;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
}
.rating-div-pic .rating-score {
  display: block;
  padding-left: 0.313rem;
}
.rating-div-pic .img-rating {
  width: 4.25rem;
  height: 4.25rem;
  border-radius: 4.25rem;
  background: #ffffff;
  padding: 0.313rem;
  display: flex;
  position: absolute;
  top: -2.675rem;
  right: -0.5px;
}
.rating-div-pic .img-rating img {
  border-radius: 4.25rem;
}

.friend-card-div {
  padding-top: 100px;
}
.friend-card-div .img-card {
  width: 20.125rem;
  height: 16.125rem;
  border-radius: 16.125rem;
  display: flex;
  margin-top: 2rem;
  padding: 0 2rem;
}
.friend-card-div .img-card img {
  border-radius: 16.125rem;
}
.friend-card-div .card-desc {
  padding-top: 0.625rem;
}
.friend-card-div .card-desc span {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  font-family: "PantonBold", sans-serif;
}
.friend-card-div .card-btn.button-container {
  padding: 20px;
}
.friend-card-div .card-btn.button-container .custom-btn {
  padding: 0.419rem 1.768rem;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  font-family: "PantonBold", sans-serif;
  letter-spacing: 2px;
}

/*----- Friends End   -----*/
/*-----   Show Page   -----*/
#show .show-info {
  position: relative;
  margin-top: -75px;
  z-index: 9;
}
#show .show-info .banner-btn {
  padding-top: 1.25rem;
}
#show .show-info .banner-btn a {
  text-decoration: none;
  width: auto;
  position: relative;
  display: inline-flex;
  z-index: 2;
  margin-bottom: 10px;
}
#show .show-info .banner-btn a:hover {
  color: rgba(255, 255, 255, 0.8);
}
#show .show-info .show-title {
  display: inline-block;
  width: 70%;
}
#show .show-info .show-title h1 {
  font-family: "PantonBlack", sans-serif;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 0;
}
#show .show-info .show-title .sub-title {
  font-family: "HelveticaNeueM", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  margin-left: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#show .show-info .show-title .sub-title span {
  padding-left: 1.3rem;
}
#show .show-info .show-title .sub-title span:first-child {
  padding-left: 0;
}
#show .show-info .show-desc {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 30px;
}
#show .show-info .show-desc p {
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: normal;
  color: #666;
  width: 90%;
  display: inline;
}
#show .show-info .show-desc .showcontent {
  max-width: 50vw;
}
#show .show-info .show-desc .showcontent a {
  color: #9f9f9f;
  font-size: 14px;
}
#show .show-info .show-desc .rating-div span {
  display: flex;
  padding-left: 10px;
}
#show .show-info .show-desc .rating-div span .rating {
  font-size: 0.855rem;
  font-weight: 600;
  line-height: 1.25rem;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
#show .show-info .show-desc .rating-div .imdb-rating img {
  height: auto;
  width: 42px;
}
#show .show-info .show-desc .rating-div .searchr-rating img {
  height: auto;
  width: 24px;
}
#show .show-info .show-providers {
  position: absolute;
  display: inline-block;
  text-align: right;
  right: 0;
  top: 0px;
}
#show .slider-row {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}
#show .slider-row h6 {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 20px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0px;
}
#show .slider-row .season-slider li img {
  height: 189px;
  width: 330px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}
#show .slider-row .season-slider li:hover {
  background-color: rgba(255, 255, 255, 0.06);
}
#show .slider-row .season-slider .rating-div {
  padding-top: 1rem;
  padding-bottom: 0.875rem;
  margin-right: 0;
}
#show .slider-row .season-slider .rating-div .showName {
  font-family: "PantonBlack", sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: normal;
  max-width: 330px;
}
#show .slider-row .season-slider .rating-div .showName span {
  color: #fff;
  text-decoration: none;
  width: 290px;
  word-wrap: break-word;
  max-height: 48px;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
#show .slider-row .season-slider .rating-div .showTiming {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.65rem;
  color: rgba(255, 255, 255, 0.8);
}
#show .slider-row .season-slider .showDesc {
  display: inline-block;
  width: 330px;
  color: #666666;
  font-family: "HelveticaNeueL", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 23px;
  min-height: 45px;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
#show #ExtraSlider.slider-row .season-slider li {
  background-color: transparent;
}
#show #ExtraSlider.slider-row .season-slider li .extraImageContainer {
  position: relative;
  height: 193px; /* Set your desired height here */
  width: 330px;
  overflow: hidden;
  display: block;
  cursor: pointer;
}
#show #ExtraSlider.slider-row .season-slider li .extraImageContainer:after {
  background: rgba(17, 17, 17, 0.8);
  content: "";
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  transition: all 0.5s ease-in-out;
  opacity: 0;
}
#show #ExtraSlider.slider-row .season-slider li .extraImageContainer:hover:after {
  opacity: 1;
}
#show #ExtraSlider.slider-row .season-slider li .playButton {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7803921569);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background-size: contain;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  border-radius: 50%;
}
#show #ExtraSlider.slider-row .season-slider li .playButton:after {
  content: "";
  border: 15px solid;
  border-color: transparent transparent transparent #202020;
  position: absolute;
  left: 25px;
  top: 15px;
}
#show #ExtraSlider.slider-row .season-slider li .extraImageContainer:hover .playButton {
  opacity: 1;
  z-index: 2;
}
#show #ExtraSlider.slider-row .season-slider li img {
  height: 255px;
  width: auto;
  height: 255px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#show #ExtraSlider.slider-row .season-slider li:hover {
  background-color: transparent;
}
#show #ShowLike {
  padding: 0 1rem 0 2rem;
  background: #0D0D0D;
}
#show #ShowLike h1 {
  font-family: "PantonBold", sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1;
  padding-top: 2rem;
}
#show .list {
  list-style: none;
  padding: 0;
}
#show .list li {
  font-family: "HelveticaNeueL", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 33px;
  color: #666;
}
#show #CastList.mobile {
  display: none !important;
}
#show h4 {
  font-family: "HelveticaNeueM", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
#show .showcast {
  padding-top: 2rem;
  padding-left: 1rem;
}
#show .mediacast.list:nth-child(1) {
  margin-top: 25px !important;
}
#show .PaddingTop {
  padding-top: 2rem;
}
#show .dropdown-toggle.show {
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
}
#show ul.dropdown-menu.text-uppercase.show {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px);
  border-top: 0px;
}
#show #FrdRating {
  padding: 0 2rem 0rem;
}
#show #FrdRating .friend-card-div {
  padding-top: 0;
}
#show #FrdRating .friend-card-div .img-card {
  width: 5.125rem;
  height: 5.125rem;
  border-radius: 5.125rem;
  margin-top: 0;
  padding: 0 0;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}
#show #FrdRating .friend-card-div .card-desc {
  padding-top: 0.425rem;
  padding-bottom: 2rem;
}
#show #FrdRating .friend-card-div .card-desc span {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 24px;
  font-family: "Helvetica", sans-serif;
}
#show.sportshow-page {
  padding-bottom: 1.2rem;
}
#show.sportshow-page .rating-div {
  /*display: none !important;*/
}
#show.sportshow-page .back-show {
  height: calc(100% - 56px);
}

/*-----   Show Page End   -----*/
/*-----   Kids Page   -----*/
#Kids {
  background-color: #4576BE;
}
#Kids banner #carouselBanner .carousel-item:before {
  background: url(../../images/kids/banner/bottom-shadow.png) no-repeat bottom left;
  background-size: contain;
  width: 100vw;
}
#Kids banner #carouselBanner .carousel-item:after {
  content: "" !important;
  background: url(../images/kids/banner/left-shadow.png) no-repeat bottom left;
  background-size: contain;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border: 0;
  position: absolute;
  transform: rotatex(180deg);
}
#Kids banner #carouselBanner .carousel-item .banner-shadow {
  display: none;
}
#Kids content {
  padding: 0rem 1rem 1.5rem;
  display: block;
}
#Kids content .content-slider-div {
  padding: 0.625rem 0.34rem;
}
#Kids content .btn.dropdown-toggle {
  min-width: 290px;
  height: 32px;
  border: 0;
}
#Kids content .btn.dropdown-toggle::before {
  filter: brightness(1) invert(0.12);
}
#Kids content .dropdown .btn.dropdown-toggle.show, #Kids content .dropdown .dropdown-menu {
  background: #A2BBDF;
}
#Kids content #rating .movie-fliter-toggle {
  padding-top: 2rem;
  position: relative;
  top: 5px;
}
#Kids content #rating .toggle-switch .sliderContainer {
  margin-right: 0;
}
#Kids content #rating .toggle-switch.toggle-switch-two {
  margin-left: 0;
}
#Kids content #rating .toggle-switch.toggle-switch-two .topLabelContainer .labelTop2 {
  left: 8px;
}
#Kids content #rating .rating-container {
  position: relative;
}
#Kids content #rating .rating-container #ageValue.rating-value {
  top: auto;
  bottom: -20px;
}
#Kids content #rating .rating-container .rating-slider::-webkit-slider-thumb {
  background: url(../images/icons/kid-rating.svg) no-repeat center;
}
#Kids content #rating .rating-container .rating-slider::-moz-range-thumb {
  background: url(../images/icons/kid-rating.svg) no-repeat center;
}
#Kids content #rating .rating-container .rating-slider::-ms-thumb {
  background: url(../images/icons/kid-rating.svg) no-repeat center;
}
#Kids .container-fluid {
  width: calc(100% - 380px);
  margin-left: auto;
  margin-right: 0;
}
#Kids .search-filters {
  position: absolute;
  padding-top: 20px;
  height: calc(100vh - 30px);
  margin-top: 1rem;
  top: auto;
}
#Kids .search-filters.fixed-position {
  position: fixed;
  top: 0;
}
#Kids #GenreFilter {
  width: 300px;
}
#Kids .fancy-scrollbar {
  /* Hover effect on the scrollbar handle */
}
#Kids .fancy-scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: #80aded; /* Change this to your desired hover color */
}

/*-----   Kids Page End   -----*/
/*-----   sport Page   -----*/
#sport {
  padding-bottom: 2rem;
}
#sport #Genres {
  padding-top: 3rem;
}
#sport .slider-row .content-slider-div li.lslide {
  padding: 0.625rem 0.313rem;
  background-color: transparent;
}
#sport .slider-row .content-slider-div li.lslide:hover {
  background-color: transparent;
}

/*-----   sport Page End   -----*/
/*-----   Common Classes   -----*/
span.channnel-div {
  margin-top: 10px;
  display: inline-block;
  padding-left: 0px !important;
}
span.channnel-div a {
  color: transparent;
}
span.channnel-div a img {
  width: 5rem;
  margin: 0 4px;
}

span.title-div {
  display: block;
  font-family: "PantonBold", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  text-align: left;
  color: white;
}

.thumbnail-div {
  padding: 1.625rem 1.12rem 0.625rem;
}
.thumbnail-div .slider-row {
  padding-top: 0;
}
.thumbnail-div .slider-row .content-slider-div {
  padding: 0 !important;
}

.thumbnailImg {
  width: 10.6666666667vw;
  height: 14.2293333333vw;
}

.rating-label {
  min-width: 123px;
  height: 35px;
  flex-shrink: 0;
  border-radius: 20px;
  border: 1px solid #454545;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 35px;
}

.rating-label:empty {
  border: none !important;
}

.day-label {
  font-family: "PantonBold", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.channel-logo {
  width: 59px;
  height: auto;
  border-radius: 8px;
}

.pl-10 {
  padding-left: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "PantonBlack", sans-serif;
}

h1 {
  font-size: 1.875rem;
  font-weight: 900;
  line-height: 1.875rem;
}

/*---   Button Styling   ---*/
.custom-btn {
  font-size: 1rem;
  color: #fff;
  background: transparent;
  box-shadow: none;
  border: 0.063rem solid rgba(255, 255, 255, 0.7);
  padding: 0.438rem 0.938rem;
  line-height: 1;
  border-radius: 3.125rem;
  min-width: 6.313rem;
  transition: 0.3s all;
}
.custom-btn:hover {
  background: rgba(255, 255, 255, 0.5);
  border-color: transparent;
}

.custom-btn.btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-btn.btn-icon:hover span {
  background: url(../images/icons/play-fill.svg) no-repeat center;
}
.custom-btn.btn-icon span.cross-icon {
  background: url(../images/icons/cross.png) no-repeat center;
}

.btn-icon span {
  background: url(../images/icons/play.svg) no-repeat center;
  width: 1rem;
  height: 1rem;
  margin-left: 0.938rem;
}
.btn-icon span.cross-icon {
  background: url(../images/icons/cross.png) no-repeat center;
  filter: brightness(0) invert(1);
  width: 12px;
  height: 12px;
}

.btn-icon.cross-btn {
  position: absolute;
  top: -9px;
  right: -9px;
  border: 2px solid rgb(191, 191, 191);
  width: 21px;
  height: 21px;
  border-radius: 25px;
  background: rgb(171, 169, 169);
  display: none;
}
.btn-icon.cross-btn span.cross-icon {
  background: url(../images/icons/cross.png) no-repeat center;
  filter: brightness(0) invert(1);
  width: 10px;
  height: 10px;
  display: block;
  z-index: 999999;
  position: absolute;
  right: 4px;
  top: 4px;
}

.slider-row .content-slider-div li.lslide {
  margin-top: 0px !important;
  transition: 0.3s all;
  padding-top: 10px;
}
.slider-row .content-slider-div li.lslide .btn-icon.cross-btn {
  top: -5px;
  right: 0px;
  display: none;
}

/*---   Button Styling End   ---*/
/*----- Checkbox button  ------*/
.checkbox-button {
  display: inline-block;
  position: relative;
  padding: 0.25rem 1.625rem;
  border: 0.094rem solid rgba(255, 255, 255, 0.5);
  cursor: pointer;
  font-weight: 600;
  border-radius: 3.125rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: background-color 0.3s;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
  font-size: 0.75rem;
  margin: 0.638rem 10px 0.638rem 0;
  text-align: center;
  display: block;
}
.checkbox-button:hover .checkmark {
  background: rgba(255, 255, 255, 0.4);
}
.checkbox-button input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkbox-button .checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  border-radius: 3.125rem;
  transition: background-color 0.3s;
}
.checkbox-button input[type=checkbox]:checked ~ .checkmark {
  background-color: rgba(255, 255, 255, 0.4);
  border-color: transparent;
}

/*----- Checkbox button End  ------*/
/*-----   Dropdown Styling   -----*/
.transparent.dropdown .btn.dropdown-toggle {
  background: transparent;
  min-width: 160px;
  height: 35px;
  border-color: #fff;
  padding: 0 20px;
  text-align: center;
}
.transparent.dropdown .btn.dropdown-toggle::before {
  background: url(../images/icons/dropdown-icon.svg) no-repeat center right;
  width: 14px;
  height: 22px;
  position: absolute;
  left: 20px;
  top: 7px;
  background: none;
  width: 0px;
  height: 0px;
}
.transparent.dropdown .btn.dropdown-toggle:hover {
  background: #000;
}
.transparent.dropdown .btn.dropdown-toggle:hover:before {
  background: url(../images/icons/dropdown-icon-filled.svg) no-repeat center right;
}
.transparent.dropdown .btn.dropdown-toggle.show {
  background: #000;
}
.transparent.dropdown .btn.dropdown-toggle.show::before {
  background: url(../images/icons/dropdown-icon-filled.svg) no-repeat center right;
}
.transparent.dropdown .dropdown-menu {
  background: #000;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}
.transparent.dropdown .dropdown-menu li .dropdown-item {
  color: #fff;
  letter-spacing: unset;
  padding: 0;
}
.transparent.dropdown .dropdown-menu li .dropdown-item input[type=checkbox] {
  visibility: hidden;
  position: absolute;
  opacity: 0;
}
.transparent.dropdown .dropdown-menu li .dropdown-item input[type=checkbox] + span {
  display: block;
  width: 100%;
  padding: 1px 5px 0;
}
.transparent.dropdown .dropdown-menu li .dropdown-item input[type=checkbox]:checked + span {
  background: rgba(255, 255, 255, 0.15);
}

.dropdown.no-icon .btn.dropdown-toggle::before {
  content: none;
}

.dropdown.no-min-width {
  margin-left: 25px;
  margin-right: 15px;
}
.dropdown.no-min-width .btn.dropdown-toggle {
  min-width: auto;
  padding: 0 20px;
}

.dropdown.rating-dropdown .btn.dropdown-toggle.show {
  background: transparent;
  position: relative;
  z-index: 9;
}
.dropdown.rating-dropdown .dropdown-menu {
  width: 350px;
  margin-top: -36px !important;
  border-radius: 0.938rem !important;
  background: rgba(255, 255, 255, 0.35);
  background: rgba(130, 130, 130, 0.95);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
  z-index: 1;
  padding: 3.5rem 1rem 5px;
}
.dropdown.rating-dropdown .dropdown-menu .scale-rating-div .rating-container {
  width: 100%;
  margin-left: 0;
}
.dropdown.rating-dropdown .dropdown-menu .scale-rating-div .rating-container .rating-slider {
  height: 0.525rem;
  top: 5px;
}
.dropdown.rating-dropdown .dropdown-menu .scale-rating-div .rating-container .rating-slider::-webkit-slider-thumb {
  filter: brightness(0) invert(0.7);
}
.dropdown.rating-dropdown .dropdown-menu .scale-rating-div .rating-container .rating-slider::-moz-range-thumb {
  filter: brightness(0) invert(0.7);
}
.dropdown.rating-dropdown .dropdown-menu .scale-rating-div .rating-container .rating-slider::-ms-thumb {
  filter: brightness(0) invert(0.7);
}
.dropdown.rating-dropdown .dropdown-menu .scale-rating-div .rating-container .rating-value {
  top: -28px;
  font-size: 0.75rem;
  transform: translateX(-30%);
}
.dropdown.rating-dropdown .dropdown-menu .scale-rating-div .rating-container .rating-value::after {
  content: "";
}
.dropdown.rating-dropdown .dropdown-menu .scale-rating-div .rating-container .rating-labels {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.3rem;
}

.dropdown {
  display: inline-block;
}
.dropdown .btn.dropdown-toggle {
  text-align: left;
  padding: 0 1.25rem;
  border-radius: 3.125rem;
  line-height: 1.563rem;
  box-sizing: border-box;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.094rem;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: none;
}
.dropdown .btn.dropdown-toggle::after {
  display: none;
}
.dropdown .btn.dropdown-toggle::before {
  content: "";
  background: url(../images/icons/dropdown-caret.svg) no-repeat center right;
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 0.938rem;
  top: 0.513rem;
  filter: brightness(0.5) invert(0);
}
.dropdown .btn.dropdown-toggle.show {
  border-radius: 0.938rem 0.938rem 0 0;
  background: #a3a3a3;
  border: 0;
}
.dropdown .btn.dropdown-toggle.show::before {
  filter: brightness(1) invert(0);
}
.dropdown .dropdown-menu {
  background: #a3a3a3;
  width: 100%;
  border-radius: 0 0 0.938rem 0.938rem;
  margin-top: -0.25rem !important;
  border: 0;
  padding: 1.25rem 0;
}
.dropdown .dropdown-menu .dropdown-item {
  color: #fff;
  letter-spacing: 0.125rem;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0.35rem 1rem;
}
.dropdown .dropdown-menu .dropdown-item:focus, .dropdown .dropdown-menu .dropdown-item:active, .dropdown .dropdown-menu .dropdown-item:hover {
  background: rgba(255, 255, 255, 0.15);
}
.dropdown .dropdown-menu .dropdown-item.active {
  background: rgba(255, 255, 255, 0.15);
}
.dropdown .dropdown-menu .disabled-list {
  padding: 5px;
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1;
  color: #a7a7a7;
}
.dropdown .empty-list {
  padding-top: 5px;
}

/*-----   Dropdown Styling End   -----*/
/*-----   Toggle Button   ------*/
.toggle-switch input[type=radio] {
  position: absolute;
  left: -624.938rem;
}
.toggle-switch .topLabelContainer label {
  font-family: "PantonBold", sans-serif;
  cursor: pointer;
  padding-bottom: 5px;
  padding-left: 1px;
  padding-right: 1px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}
.toggle-switch .radio1:checked ~ span .slider {
  -webkit-transform: translateX(0.1rem);
  -ms-transform: translateX(0.1rem);
  transform: translateX(0.1rem);
}
.toggle-switch .radio2:checked ~ span .slider {
  -webkit-transform: translateX(258px);
  -ms-transform: translateX(258px);
  transform: translateX(258px);
}
.toggle-switch .radio3:checked ~ span .slider {
  -webkit-transform: translateX(107px);
  -ms-transform: translateX(107px);
  transform: translateX(107px);
}
.toggle-switch .sliderContainer {
  height: 2rem;
  width: 100%;
  margin: 0px auto;
  position: relative;
  padding: 0px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 6.25rem;
  cursor: pointer;
  min-width: 290px;
}
.toggle-switch .sliderContainer label {
  height: 100%;
  width: 50%;
  padding: 0.125rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  z-index: 9999;
}
.toggle-switch .sliderContainer .label2 {
  left: 50%;
}
.toggle-switch .sliderContainer .label3 {
  left: 93.33px;
}
.toggle-switch .sliderContainer .slider {
  width: 1.875rem;
  height: 1.875rem;
  margin: 0px;
  position: absolute;
  display: inline-block;
  pointer-events: none;
  top: 0.063rem;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.5);
  transition: 0.4s;
  border-radius: 6.275rem;
}
.toggle-switch.three-container .sliderContainer label {
  width: 33.33%;
}
.toggle-switch.three-container .sliderContainer .label2 {
  left: 33.33%;
}
.toggle-switch.three-container .sliderContainer .label3 {
  left: 66.66%;
}
.toggle-switch.three-container .radio2:checked ~ span .slider {
  transform: translateX(130px);
}
.toggle-switch.three-container .radio3:checked ~ span .slider {
  transform: translateX(258px);
}

.toggle-switch.toggle-switch-two {
  margin-right: 20px;
}
.toggle-switch.toggle-switch-two .radio2:checked ~ span .slider {
  -webkit-transform: translateX(108px);
  -ms-transform: translateX(108px);
  transform: translateX(108px);
}
.toggle-switch.toggle-switch-two .topLabelContainer .labelTop1 {
  position: relative;
  left: -5px;
}
.toggle-switch.toggle-switch-two .topLabelContainer .labelTop2 {
  position: relative;
  right: -15px;
}
.toggle-switch.toggle-switch-two .sliderContainer label {
  width: 70px;
}

/*-----   Toggle Button End   ------*/
/*-----   Range Rating   -----*/
.scale-rating-div .rating-container {
  position: relative;
  width: 290px;
  margin-left: 0;
  /* Optional: Add additional styles to customize the range icon */
}
.scale-rating-div .rating-container p {
  font-family: "PantonBold", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2rem;
  padding-bottom: 1rem;
  text-transform: uppercase;
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
}
.scale-rating-div .rating-container .rating-slider {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 0.625rem;
  border-radius: 3.125rem;
  background-color: rgba(255, 255, 255, 0.5);
  outline: none;
  margin: 0;
  position: relative;
  padding: 0;
}
.scale-rating-div .rating-container .rating-value {
  font-family: "PantonBold", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2rem;
  position: absolute;
  top: 34px;
  left: 40%;
  color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
  z-index: 1;
  transform: translateX(-50%);
  transition: transform 0.3s ease-in-out; /* Add transition for smooth movement */
  padding-left: 3px;
}
.scale-rating-div .rating-container #minYearValue.rating-value, .scale-rating-div .rating-container #maxYearValue.rating-value {
  top: 20px;
}
.scale-rating-div .rating-container #timingValue.all::after {
  content: "";
}
.scale-rating-div .rating-container #timingValue::after {
  content: "h";
}
.scale-rating-div .rating-container #timingValue.add-plus::after {
  content: "h+";
}
.scale-rating-div .rating-container #imdbratingValue::after, .scale-rating-div .rating-container #ageValue::after {
  content: "+";
}
.scale-rating-div .rating-container #YearRangeSliderDiv {
  position: relative;
}
.scale-rating-div .rating-container #YearRangeSliderDiv #maxRange {
  position: absolute;
  top: 7px;
  left: 0;
  background: transparent;
  z-index: 0;
}
.scale-rating-div .rating-container #YearRangeSliderDiv #minRange {
  z-index: 99;
}
.scale-rating-div .rating-container #YearRangeSliderDiv .rating-value::after {
  content: "";
}
.scale-rating-div .rating-container .rating-labels {
  font-family: "PantonBold", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2rem;
  padding: 0px 0.125rem;
  color: rgba(255, 255, 255, 0.7);
}
.scale-rating-div .rating-container .rating-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background: url(../images/icons/rating.svg) no-repeat center;
  width: 1.5rem;
  height: 1.375rem;
  cursor: pointer;
  position: relative;
  top: -16px;
  z-index: 2;
}
.scale-rating-div .rating-container .rating-slider::-moz-range-thumb {
  background: url(../images/icons/rating.svg) no-repeat center;
  width: 1.5rem;
  height: 1.375rem;
  cursor: pointer;
  position: relative;
  top: -16px;
  z-index: 2;
}
.scale-rating-div .rating-container .rating-slider::-ms-thumb {
  background: url(../images/icons/rating.svg) no-repeat center;
  width: 1.5rem;
  height: 1.375rem;
  cursor: pointer;
  position: relative;
  top: -16px;
  z-index: 2;
}

/*-----   Range Rating End   -----*/
/*---   Display None   ---*/
.d-hide {
  display: none !important;
}

.position-relative {
  position: relative;
}

.rotten-tomatoes-rating {
  display: none !important;
}

.pr-30 {
  padding-right: 30px;
}

/*---   Display None End  ---*/
/* Styles for the loading element */
.loading {
  display: none;
  position: fixed;
  top: 95%;
  left: 60%;
  transform: translate(-50%, -50%);
  padding: 20px;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100vh;
  z-index: 999999;
}
.loading .loader {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 2s linear infinite;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}

.popup {
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #2e7d32;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  z-index: 9999999;
}

.show {
  visibility: visible;
  opacity: 1;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.modal {
  z-index: 99999;
}
.modal .modal-dialog {
  max-width: 45%;
  margin: auto;
  display: flex;
  align-items: center;
  height: 100vh;
}
.modal button.btn-close {
  position: absolute;
  right: -15px;
  top: -15px;
  background-color: #a1a1a1;
  opacity: 1;
  padding: 0.3rem;
  border-radius: 20px;
  border: 2px solid #000000;
  filter: brightness(1) invert(1);
  background-size: 12px;
}
.modal .modal-body {
  background-color: #ffffff;
  border-radius: 4px;
  padding: 0.55rem;
  border: 1px solid #7f7f7f;
}

.search {
  /*form {*/
  position: relative;
}
.search #search-input {
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.2);
  width: 100%;
  height: 32px;
  margin: 0;
  padding: 5px 15px;
  border: 0;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.7);
  outline: 0;
  min-width: 290px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3rem;
}
.search #search-input::placeholder {
  color: #ccc;
  /*font-style: italic;*/
  /*font-size: 12px;*/
  /*color: #fff;*/
  letter-spacing: 0.125rem;
  font-size: 10px;
  text-transform: uppercase;
  font-family: "HelveticaNeueM", sans-serif;
  font-weight: 200;
}
.search #search-input:focus {
  border-color: rgba(255, 255, 255, 0.8);
}
.search button#clear-btn {
  background: transparent;
  outline: 0;
  width: 22px;
  height: 22px;
  position: relative;
  right: 5px;
  top: -26px;
  float: right;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all;
  padding: 0;
  margin: 0;
  border-radius: 30px;
  border: 0;
  display: none;
  /*}*/
}
.search button#clear-btn:hover {
  background-color: rgba(255, 255, 255, 0.65);
}
.search button#clear-btn img {
  filter: brightness(0) invert(1);
  height: 10px;
  position: relative;
  top: -2px;
  left: 0px;
}
.search button#close-btn {
  background: transparent;
  outline: 0;
  width: 22px;
  height: 22px;
  position: relative;
  right: 5px;
  top: -26px;
  float: right;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all;
  padding: 0;
  margin: 0;
  border-radius: 30px;
  border: 0;
  /*}*/
}
.search button#close-btn:hover {
  background-color: rgba(255, 255, 255, 0.65);
}
.search button#close-btn img {
  filter: brightness(0) invert(1);
  height: 10px;
  position: relative;
  top: -2px;
  left: 0px;
}
.search #search-btn {
  background: transparent;
  width: 70px;
  margin: 0;
  border-radius: 0 40px 40px 0;
  padding: 5px 15px;
  border: 0.094rem solid rgba(255, 255, 255, 0.5);
  letter-spacing: 1px;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3rem;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.45);
  transition: 0.3s all;
  cursor: pointer;
}
.search #search-btn:hover {
  background-color: rgba(255, 255, 255, 0.65);
}

.bold-label {
  font-family: "PantonBold", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  padding-bottom: 0.313rem;
  padding-left: 1px;
  padding-right: 1px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

.padding-bottom2 {
  padding-bottom: 2rem;
}

.padding-bottom1 {
  padding-bottom: 1rem;
}

.padding-bottom1half {
  padding-bottom: 1.5rem;
}

.padding-bottom1third {
  padding-bottom: 7px;
}

.margin-bottom1half {
  margin-bottom: 1.5rem;
}

span.dash {
  font-size: 2rem;
  height: 15px;
  display: flex;
  align-items: center;
  padding-left: 2px;
  color: rgba(255, 255, 255, 0.7);
}

.search-filters {
  width: 350px;
  position: fixed;
  z-index: 9;
  height: calc(100vh - 104px);
  padding: 0px 1.875rem 0px;
  top: 90px;
}
.search-filters .scale-rating-div .rating-container .rating-slider {
  background-color: rgba(255, 255, 255, 0.2);
}
.search-filters .scale-rating-div .rating-container .rating-value {
  position: initial !important;
  transform: translateX(0) !important;
}

.fancy-scrollbar {
  overflow: hidden !important;
  overflow-y: auto !important;
  /* Track (the background of the scrollbar) */
  /* Handle (the draggable part of the scrollbar) */
  /* Hover effect on the scrollbar handle */
}
.fancy-scrollbar::-webkit-scrollbar {
  width: 10px; /* Change this to your desired width */
  height: 10px; /* Change this to your desired height */
}
.fancy-scrollbar::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.2); /* Change this to your desired background color */
  border-radius: 6px;
}
.fancy-scrollbar::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.2); /* Change this to your desired handle color */
  border-radius: 6px; /* Rounded corners for the handle */
}
.fancy-scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: #555; /* Change this to your desired hover color */
}

/*-----   Common Classes End   -----*/
.box {
  background: linear-gradient(#000000, #212121);
  text-align: left;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-in-out;
  border: 1px solid #223245;
  cursor: pointer;
}
.box img {
  width: 100%;
  height: auto;
  transition: all 0.4s ease 0s;
  display: block;
}
.box .box-content {
  color: #fff;
  width: 100%;
  padding: 15px 30px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
}
.box .title {
  font-size: 24px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 1px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  margin: 0 0 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  transition: 0.3s all;
}
.box .icon {
  width: 100%;
  padding: 20px 30px;
  margin: 0;
  list-style: none;
  position: absolute;
  top: -40px;
  left: 0;
  transition: top 0.3s ease 0s, transform 0.3s ease 0.15s;
  opacity: 0;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.7;
  letter-spacing: 1px;
}
.box:hover {
  border-color: #2a3e55;
}
.box:hover img {
  opacity: 0.3;
}
.box:hover box-content {
  opacity: 1;
  transform: rotate(0);
  bottom: 0;
}
.box:hover h3.title {
  color: #98c0d9;
}
.box:hover .icon {
  transform: rotate(0);
  top: 10px;
  opacity: 1;
}

@media only screen and (max-width: 990px) {
  .box {
    margin: 0 0 30px;
  }
}
#RssFeeds {
  padding-bottom: 4rem;
}
#RssFeeds .slider-rssfeed {
  padding: 1rem 0 0 !important;
  display: flex !important;
  flex-wrap: wrap !important;
}
#RssFeeds .slider-rssfeed .second-feed {
  margin: 0 15px 5rem !important;
}
#RssFeeds .slider-rssfeed .second-feed .icon {
  -webkit-line-clamp: 5;
  min-height: 110px;
}
#RssFeeds .first-feed {
  max-width: 840px;
  width: 840px;
}
#RssFeeds .first-feed .col-6.second-row-feed {
  width: calc(100% - 840px) !important;
}
#RssFeeds .first-feed .box img {
  max-height: 525px;
  min-height: 525px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}
#RssFeeds .col-6.second-row-feed {
  width: calc(100% - 840px) !important;
}
#RssFeeds .second-feed {
  position: relative;
  transition: all 0.3s ease-in-out;
  border: 1px solid #223245;
  padding: 0;
  margin-left: 20px;
  overflow: hidden;
  max-height: 525px;
}
#RssFeeds .second-feed img {
  display: block;
  width: auto;
  max-height: 249px !important;
  min-width: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -o-object-position: top center;
  object-position: top center;
}
#RssFeeds .second-feed .box-content {
  padding: 15px 20px 10px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  background: rgba(107, 107, 107, 0.3);
  min-height: 86px;
  display: flex;
  align-items: center;
}
#RssFeeds .second-feed .title {
  font-size: 19px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 1px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  margin: 0 0 3px;
  max-width: 100%;
  transition: 0.3s all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#RssFeeds .second-feed .icon {
  width: 100%;
  padding: 10px 20px 0;
  left: 0;
  color: #fff;
  font-size: 1rem;
  line-height: 1.333;
  letter-spacing: 1px;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 172px;
}
#RssFeeds .second-feed:hover {
  border-color: #2a3e55;
}
#RssFeeds .second-feed:hover h3.title {
  color: #98c0d9;
}
#RssFeeds .feed-main-div a {
  color: #fff;
  text-decoration: none;
}
#RssFeeds li.lslide {
  height: auto;
}
#RssFeeds ul.lSPager.lSpg {
  display: none;
}
#RssFeeds #lstRssFeed li:first-child .second-feed {
  margin-left: 0;
}

.lSAction {
  position: relative;
  top: -210px;
}
.lSAction:before, .lSAction:after {
  content: "" !important;
  position: absolute;
  height: 387px;
  width: 70px;
  /*background: linear-gradient(90deg, rgba(0, 0, 0, 0) -10%, #000000);*/
  z-index: 0;
  right: -10px;
  top: -250px;
}
.lSAction:after {
  left: -10px;
  /*background: linear-gradient(270deg, rgba(0, 0, 0, 0) -10%, #000000);*/
}
.lSAction a {
  background-image: url(../images/icons/right.png);
  background-size: cover;
  opacity: 0.85;
  width: 30px;
  height: 52px;
  background-repeat: no-repeat;
  background-position: center center !important;
}
.lSAction .lSPrev {
  transform: rotateY(180deg);
  left: 10px;
}
.lSAction .lSNext {
  top: 0px;
  right: 0px;
}

.showHide {
  transition: 0.3s all;
}
.showHide .show-rating-div {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  display: none;
}
.showHide:hover .pic-frame {
  background-color: rgba(255, 255, 255, 0.32) !important;
}
.showHide:hover .back-show {
  display: block !important;
}
.showHide:hover .show-rating-div {
  display: block;
}

@media (max-width: 1919px) {
  #RssFeeds li.lslide {
    min-width: 458px;
  }
}
footer.footer {
  background: #182031;
  width: 100%;
  overflow: hidden;
  padding: 2rem 3rem 1.5rem;
  margin-top: 30px;
  display: none;
}
footer.footer h3 {
  font-weight: 500;
  letter-spacing: 1px;
  padding-bottom: 20px;
}
footer.footer p {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.4;
  color: #dbdbdb;
  padding-bottom: 25px;
}
footer.footer .copyright-content {
  font-size: 1rem;
  letter-spacing: 0.5px;
  color: #dbdbdb;
}
footer.footer a {
  color: #fff !important;
  font-size: 1.2rem;
  text-decoration: none;
  transition: 0.3s all;
  line-height: 2;
  padding: 0px 5px;
}
footer.footer a:hover {
  text-decoration: underline;
  color: #2d9fab !important;
}
footer.footer a.email {
  text-decoration: underline;
  color: #2d9fab !important;
}
footer.footer .separator {
  font-size: 1.7rem;
  padding: 0 7px 0 5px;
  position: relative;
  line-height: 0;
  top: 2px;
  font-weight: 100;
  font-family: auto;
}

main.pb-3 {
  padding-bottom: 0 !important;
}

.background {
  background: url(../images/Background-new.jpg) no-repeat top center;
  background-size: cover;
  display: block;
  position: relative;
  padding: 6rem 2rem;
}
.background:before {
  position: absolute;
  content: "";
  background: #000;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.3;
  z-index: 0;
}

#privacy {
  padding-bottom: 3rem;
}
#privacy section {
  position: relative;
  z-index: 9;
  max-width: 1470px;
  margin: auto;
  padding-top: 50px;
}
#privacy li {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.9;
}
#privacy p {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.7;
  padding-bottom: 5px;
  letter-spacing: 0.5px;
}
#privacy h2 {
  font-family: "PantonBold", sans-serif;
  padding: 45px 0 10px;
}
#privacy h1 {
  font-family: "PantonBold", sans-serif;
  padding-bottom: 30px;
  padding-top: 10px;
}
#privacy a {
  text-decoration: underline;
  color: #2d9fab !important;
}

.slider-rssfeed .second-feed {
  width: 20.563rem;
}
.slider-rssfeed li {
  width: auto !important;
}
.slider-rssfeed .lSAction {
  top: -400px;
}
.slider-rssfeed .lSAction:before, .slider-rssfeed .lSAction:after {
  height: 249px;
  top: -124px;
}

.slider-rssfeeds {
  padding-top: 1rem;
}
.slider-rssfeeds .lSAction {
  top: -200px;
}
.slider-rssfeeds .lSAction:before, .slider-rssfeeds .lSAction:after {
  height: 258px;
  top: -121px;
}
.slider-rssfeeds li {
  width: auto !important;
}
.slider-rssfeeds li:first-child .box {
  margin-left: 0px;
}
.slider-rssfeeds li .box {
  margin-left: 20px;
}
.slider-rssfeeds li .box .icon {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 210px;
}
.slider-rssfeeds li img {
  width: 337px;
  height: 320px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}

.myDevice-body {
  max-width: 535px;
  margin: 6rem auto 4rem;
  background: rgba(22, 31, 49, 0.8392156863);
  box-shadow: 8px 12px 24px rgba(0, 0, 0, 0.2), 10px 24px 42px rgba(0, 0, 0, 0.2);
  padding: 2rem 2.5rem;
  z-index: 0;
  border-radius: 10px;
}
.myDevice-body .userInput {
  display: flex;
  align-content: center;
  justify-content: space-between;
  padding-top: 10px;
}
.myDevice-body .userInput input {
  width: 47px;
  height: 70px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.3);
  outline: 0;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 70px;
  border: 2px solid transparent;
  transition: 0.3s all;
}
.myDevice-body .userInput input:last-child {
  margin: 0;
}
.myDevice-body .userInput input:focus {
  border-color: #1d95a3;
}
.myDevice-body .userInput input.error {
  border-color: #990808;
}
.myDevice-body p {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.5);
}
.myDevice-body #divRegisterDevices {
  padding-top: 3rem;
}
.myDevice-body #divRegisterDevices ul {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}
.myDevice-body #divRegisterDevices ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.2);
  width: 100%;
  margin: 25px 0;
  padding: 8px 10px 8px 15px;
  border: 0;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.7);
  outline: 0;
  min-width: 290px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3rem;
}
.myDevice-body #divRegisterDevices ul li:last-child {
  margin-bottom: 0;
}
.myDevice-body #divRegisterDevices ul li .Remove-Device {
  background: transparent;
  outline: 0;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all;
  padding: 0;
  margin: 0;
  border-radius: 30px;
  border: 0;
  filter: brightness(0) invert(1);
  position: relative;
  top: 0px;
}
.myDevice-body #divRegisterDevices ul li .Remove-Device:hover {
  background-color: rgba(255, 255, 255, 0.65);
}
.myDevice-body #divRegisterDevices ul li .Remove-Device img {
  filter: brightness(0) invert(1);
  height: 12px;
  position: relative;
  top: 0px;
  left: 0px;
}

#confirmationModal .modal-content {
  text-align: center;
  border-radius: 30px;
  border: 1px solid #5B5B5B;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(15px);
}
#confirmationModal .modal-content .modal-body {
  padding: 5rem 2rem 0;
  color: #fff;
  background: transparent;
  font-size: 22px;
  border: 0;
}
#confirmationModal .modal-content .btn-secondary.custom-btn {
  border-color: rgba(255, 255, 255, 0.3);
  margin-right: 10px;
  background: #4576BE;
}
#confirmationModal .modal-content .btn-secondary.custom-btn:hover {
  background: #3c67a7;
  border-color: rgba(255, 255, 255, 0.2);
}
#confirmationModal .modal-content .btn-danger.custom-btn {
  background: #BE4545;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
#confirmationModal .modal-content .btn-danger.custom-btn:hover {
  background: #a53b3b;
  border-color: rgba(255, 255, 255, 0.2);
}
#confirmationModal .modal-content .modal-footer {
  flex-direction: column;
  border: 0;
  padding-bottom: 4rem;
}
#confirmationModal .modal-content .modal-footer button {
  cursor: pointer;
  outline: 0;
  box-shadow: none;
  margin-top: 20px;
  min-width: 290px;
  min-height: 31px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 100px;
}

.loading.full-page:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: -45%;
  left: 0;
}

input[disabled], button[disabled] {
  cursor: not-allowed;
  opacity: 0.6;
}

button[disabled]:hover {
  background: none;
  border-color: rgba(255, 255, 255, 0.7);
}

span.notificaion-label {
  display: none;
}
span.notificaion-label span {
  background: rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  font-size: 15px;
  border-radius: 60px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.3;
  padding: 5px;
  margin-bottom: 15px;
  margin-top: 20px;
}
span.notificaion-label span img {
  margin: 0 7px 0 10px;
  height: 17px;
  filter: brightness(0.5) invert(0.8);
}

a {
  text-decoration: none;
  color: #fff;
}

.leadstory-logo {
  padding: 0px 0.65rem 1.3rem;
}
.leadstory-logo img {
  width: 16rem;
}

.modal-backdrop.show {
  opacity: 0.7;
}

span.bold {
  font-family: "HelveticaNeueB", sans-serif;
}

/*-------   Google Sign-in button   --------*/
.g_id_signin {
  padding-top: 0px;
}
.g_id_signin .nsm7Bb-HzV7m-LgbsSe.hJDwNd-SxQuSe.i5vt6e-Ia7Qfc.uaxL4e-RbRzK {
  text-align: left;
  height: 45px;
  border-radius: 10px;
  color: rgba(0, 0, 0, 0.54);
  font-size: 1.2rem;
  line-height: normal;
  padding: 0 15px;
  font-weight: bold !important;
}
.g_id_signin .nsm7Bb-HzV7m-LgbsSe .nsm7Bb-HzV7m-LgbsSe-Bz112c {
  height: 24px;
  margin-right: 13px;
  min-width: 24px;
  width: 24px;
}

.error-text {
  font-size: 16px;
  color: #d12222;
  line-height: 1;
}

#subscription-div {
  background-image: url(../images/Background-new.jpg);
  background-size: cover;
  min-height: 100vh;
}
#subscription-div .subscription-body {
  max-width: 700px;
  margin: auto;
  padding: 7rem 0 5rem;
  overflow: hidden;
}
#subscription-div .subscription-body #SubscriptionSuccessful, #subscription-div .subscription-body #SubscriptionFail {
  margin-top: 8rem;
  display: none;
}
#subscription-div .subscription-body #SubscriptionSuccessful .subscription-button, #subscription-div .subscription-body #SubscriptionFail .subscription-button {
  padding-top: 2rem;
}
#subscription-div .subscription-body #SubscriptionSuccessful .message-body, #subscription-div .subscription-body #SubscriptionFail .message-body {
  padding: 6rem 2.5rem 3rem;
  background: rgba(0, 0, 0, 0.4588235294);
  border-radius: 10px;
  border: 3px solid #474747;
  position: relative;
}
#subscription-div .subscription-body #SubscriptionSuccessful .message-body img.icon, #subscription-div .subscription-body #SubscriptionFail .message-body img.icon {
  position: absolute;
  width: 40px;
  height: 40px;
  top: -23px;
  left: 0;
  right: 0;
  margin: auto;
}
#subscription-div .subscription-body #SubscriptionSuccessful .message-body p, #subscription-div .subscription-body #SubscriptionFail .message-body p {
  line-height: 1.5;
}
#subscription-div .subscription-body #SubscriptionSuccessful .message-body p#FinalPlanText, #subscription-div .subscription-body #SubscriptionFail .message-body p#FinalPlanText {
  max-width: 550px;
  margin: auto;
}
#subscription-div .subscription-body .logo img {
  width: 190px;
  margin: 0 !important;
}
#subscription-div .subscription-body p {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 26px;
  font-family: "HelveticaNeueL", sans-serif;
}
#subscription-div .subscription-body p.plus-sign {
  font-size: 2.5rem;
}
#subscription-div .subscription-body h1 {
  margin: 0;
  padding-bottom: 1rem;
  font-size: 27px;
}
#subscription-div .subscription-body .package-div {
  padding-top: 3.5rem;
}
#subscription-div .subscription-body p.payment-heading {
  font-size: 28px !important;
  padding-bottom: 15px;
  margin: 0;
}
#subscription-div .subscription-body p.payment-heading.cuted-price {
  position: relative;
  margin-right: 25px !important;
}
#subscription-div .subscription-body p.payment-heading.cuted-price:before {
  position: absolute;
  content: "";
  width: 110%;
  height: 3px;
  left: -10%;
  top: 10px;
  background: #fff;
}
#subscription-div .subscription-body .subscription-button button, #subscription-div .subscription-body .subscription-button .blue-btn {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: #4576BE;
  min-height: 45px;
  line-height: 45px;
  min-width: 259px;
  padding: 0 10px;
  display: inline-block;
  transition: 0.3s all;
}
#subscription-div .subscription-body .subscription-button button:hover, #subscription-div .subscription-body .subscription-button .blue-btn:hover {
  border-color: rgba(255, 255, 255, 0.2);
  background: #365c95;
}
#subscription-div .subscription-body #firstStep {
  transition: all 0.5s ease;
  transform: translateX(-250%);
  width: 100%;
}
#subscription-div .subscription-body #firstStep.active {
  transform: translateX(0%);
}
#subscription-div .subscription-body #firstStep img {
  width: 380px;
  height: auto;
  margin: 2rem 0;
}
#subscription-div .subscription-body #firstStep .subscription-button {
  padding-top: 1rem;
}
#subscription-div .subscription-body #secondStep {
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 3rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.5s ease;
  transform: translateX(250%);
  display: none;
}
#subscription-div .subscription-body #secondStep.active {
  transform: translateX(0%);
}
#subscription-div .subscription-body #secondStep.next {
  transform: translateX(-250%);
}
#subscription-div .subscription-body #thirdStep {
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 3rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.5s ease;
  transform: translateX(250%);
  display: none;
}
#subscription-div .subscription-body #thirdStep.active {
  transform: translateX(0%);
}
#subscription-div .subscription-body #thirdStep .arrow-backbtn {
  position: absolute;
  left: 0;
  background: transparent;
  box-shadow: none;
  outline: 0;
  border: 0;
  top: -7px;
}
#subscription-div .subscription-body #thirdStep h1 {
  padding-bottom: 3rem;
}
#subscription-div .subscription-body #thirdStep .subscription-button {
  padding-top: 2rem;
}
#subscription-div .subscription-body #thirdStep p.policy-text {
  text-align: left;
  padding-top: 1.5rem;
  color: #afafaf;
  max-width: 500px;
  margin: auto;
  margin-bottom: 1rem;
}
#subscription-div .subscription-body #thirdStep p.policy-text a:hover {
  text-decoration: underline;
  color: #fff;
}
#subscription-div .subscription-body #thirdStep div#ShowSelectedPackageBody {
  border-radius: 5px;
  border: 1px solid #4E4F50;
  background: rgba(217, 217, 217, 0.1);
  backdrop-filter: blur(15px);
  max-width: 500px;
  text-align: left;
  padding: 1.5rem 1rem;
  margin: 3rem auto 1rem;
}

#DivCouponCode input#CouponCode {
  min-height: 45px;
  padding: 0 120px 0 20px;
  line-height: 45px;
  color: #fff;
  background: #525968;
  box-shadow: none;
  outline: 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  min-width: 490px;
  margin: 0;
  font-size: 1.125rem;
  border-radius: 30px;
}
#DivCouponCode input#CouponCode::placeholder {
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.125rem;
  font-size: 1.125rem;
}
#DivCouponCode input#CouponCode[disable] {
  background: rgb(48, 65, 51);
}
#DivCouponCode input.empty-error {
  border-color: #c32323 !important;
}
#DivCouponCode input.empty-error + .error-text {
  display: block !important;
}
#DivCouponCode input.success-message {
  border-color: #4ab024 !important;
}
#DivCouponCode input.success-message + .error-text {
  display: block !important;
  color: #4ab024 !important;
}
#DivCouponCode #CouponError {
  width: 100%;
  left: 0px;
  bottom: -22px;
  display: none;
  white-space: nowrap;
  text-align: left;
  margin-left: 15px;
}
#DivCouponCode #ApplyCoupon {
  min-height: 45px;
  line-height: 45px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  border: 0px solid rgba(255, 255, 255, 0.3);
  background: #000;
  padding: 0 10px;
  display: inline-block;
  transition: 0.3s all;
  min-width: 130px;
  outline: 0;
  position: absolute;
  top: 1px;
  right: 2px;
  border-radius: 30px;
}
#DivCouponCode #ApplyCoupon:hover {
  background: #365c95;
}
#DivCouponCode img.success-icon {
  position: absolute;
  right: 140px;
  width: 26px;
  top: 10px;
  display: none;
}
#DivCouponCode img.cancel-icon {
  position: absolute;
  right: 10px;
  width: 26px;
  top: 10px;
  display: none;
}
#DivCouponCode div#SuccessCouponDiv {
  text-align: left;
  padding: 30px 15px 15px;
  border-radius: 0px 0px 5px 5px;
  border: 1px solid #4E4F50;
  background: rgba(217, 217, 217, 0.1);
  backdrop-filter: blur(10px);
  border-top: 0;
  z-index: -1;
  top: -20px;
  position: relative;
  width: 100%;
  display: none;
}
#DivCouponCode div#SuccessCouponDiv p.success-message {
  color: #4ab024;
  font-size: 14px !important;
  margin-bottom: 5px;
}
#DivCouponCode div#SuccessCouponDiv #SuccessCouponDiv span {
  font-size: 14px;
  font-weight: 500;
}

/*Subscription Modal Popup*/
/*#subscriptionModal {
    .modal-dialog {
        max-width: 100%;
        justify-content: center;

        .modal-content {
            width: auto;

            .modal-body {
                background-image: url(../images/Background-new.jpg);
                background-size: cover;
                background-position: 55%;
                max-width: 700px !important;
                max-height: 90vh;
                padding: 3rem 5rem;
                width: 100%;
                border-width: 3px;
                border-width: 3px;


                .logo {
                    img {
                        width: 170px;
                    }
                }

                p {
                    @include mixin.font(1.125rem,300,26px);
                    font-family: 'HelveticaNeueL', sans-serif;

                    &.plus-sign {
                        font-size: 2.5rem;
                    }
                }

                h1 {
                    margin: 0;
                    padding-bottom: 1rem;
                    font-size: 27px;
                }

                .package-div {
                    padding-top: 2.5rem;
                }

                p.payment-heading {
                    font-size: 28px !important;
                    padding-bottom: 15px;
                    margin: 0;

                    &.cuted-price {
                        position: relative;
                        margin-right: 25px !important;

                        &:before {
                            position: absolute;
                            content: '';
                            width: 110%;
                            height: 3px;
                            left: -10%;
                            top: 10px;
                            background: #fff;
                        }
                    }
                }

                .subscription-button {
                    button {
                        font-size: 16px;
                        text-transform: uppercase;
                        font-weight: 500;
                        color: #fff;
                        border-radius: 100px;
                        border: 1px solid rgba(255, 255, 255, 0.30);
                        background: #4576BE;
                        min-height: 31px;
                        min-width: 259px;
                        transition: 0.3s all;

                        &:hover {
                            border-color: rgba(255, 255, 255, 0.20);
                            background: #365c95;
                        }
                    }
                }

                #firstStep {
                    transition: all 0.5s ease;
                    transform: translateX(-250%);

                    &.active {
                        transform: translateX(0%);
                    }

                    img {
                        width: 380px;
                        height: auto;
                        margin: 2rem 0;
                    }

                    .subscription-button {
                        padding-top: 1rem;
                    }
                }

                #secondStep {
                    padding-top: 4rem;
                    padding-bottom: 3rem;
                    position: absolute;
                    top: 0;
                    transition: all 0.5s ease;
                    transform: translateX(250%);
                    display: none;

                    &.active {
                        transform: translateX(0%);
                    }

                    &.next {
                        transform: translateX(-250%);
                    }
                }

                #thirdStep {
                    padding-top: 4rem;
                    padding-bottom: 3rem;
                    position: absolute;
                    top: 0;
                    transition: all 0.5s ease;
                    transform: translateX(250%);
                    display: none;

                    &.active {
                        transform: translateX(0%);
                    }

                    .arrow-backbtn {
                        position: absolute;
                        left: 0;
                        background: transparent;
                        box-shadow: none;
                        outline: 0;
                        border: 0;
                        top: -7px;
                    }

                    h1 {
                        padding-bottom: 3rem;
                    }

                    .subscription-button {
                        padding-top: 2rem;
                    }
                }
            }
        }
    }
}*/
.empty-error {
  display: none;
  text-align: center;
  margin-top: 15vh;
}
.empty-error h1 {
  font-size: 2.5rem;
  padding-bottom: 1.875rem;
}
.empty-error h4 {
  font-size: 1.25rem;
  padding-bottom: 3.125rem;
}

/*Zulfi Style css*/
.filter-icon-div {
  position: absolute;
  top: 34px;
  right: 25px;
  width: 40px;
  height: 40px;
  z-index: 99999;
  display: none;
}
.filter-icon-div img {
  width: 32px;
  filter: brightness(3) invert(0);
}

#SportCategoryButtons {
  padding-top: 2rem;
  margin-left: 10px;
}
#SportCategoryButtons a {
  text-decoration: none;
  width: auto;
  position: relative;
  display: inline-flex;
  z-index: 2;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 10px;
}
#SportCategoryButtons a:hover {
  color: rgba(255, 255, 255, 0.8);
}
#SportCategoryButtons a .category-name {
  vertical-align: middle;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 1.8rem;
  width: auto;
  display: inline-flex;
  vertical-align: middle;
}
#SportCategoryButtons a .icon {
  width: 2rem;
  height: 2rem;
  margin-left: 0.5rem;
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  vertical-align: middle;
}
#SportCategoryButtons a .rugby {
  background-image: url("https://stvprodstorage.blob.core.windows.net/sports/icons-white/rugby.png");
}
#SportCategoryButtons a .football {
  background-image: url("https://stvprodstorage.blob.core.windows.net/sports/icons-white/football.png");
}
#SportCategoryButtons a .tennis {
  background-image: url("https://stvprodstorage.blob.core.windows.net/sports/icons-white/tennis.png");
}
#SportCategoryButtons a .motorsport {
  background-image: url("https://stvprodstorage.blob.core.windows.net/sports/icons-white/motorsport.png");
}
#SportCategoryButtons a .combat {
  background-image: url("https://stvprodstorage.blob.core.windows.net/sports/icons-white/boxing.png");
}
#SportCategoryButtons a .cricket {
  background-image: url("https://stvprodstorage.blob.core.windows.net/sports/icons-white/cricket.png");
}
#SportCategoryButtons a .cycling {
  background-image: url("https://stvprodstorage.blob.core.windows.net/sports/icons-white/cycling.png");
}

#SportOtherContent .rating-div {
  /*display: none !important;*/
}
#SportOtherContent .slider-row .content-slider-div li.lslide .back-show {
  height: calc(100% - 20px);
}

.lSSlideWrapper .lSSlide {
  min-width: 360px;
}

.sport-page .back-show {
  height: calc(100% - 56px);
}

.season-img .buttons-container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none !important;
  z-index: 9;
}
.season-img:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0;
  z-index: 0;
}
.season-img:hover::before {
  opacity: 0.65;
}
.season-img:hover .buttons-container {
  display: flex !important;
  flex-direction: column;
}
.season-img:hover .buttons-container a {
  margin-bottom: 1.2vh;
  justify-content: space-between;
  font-size: 15px;
  padding: 0.438rem 0.838rem 0.483rem 0.9rem;
}
.season-img:hover .buttons-container a:hover {
  color: #fff;
}
.season-img:hover .buttons-container a:last-child {
  margin-bottom: 0;
}

/*.season-img:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0;
    z-index: 0;
}

.season-img:hover::before {
    opacity: 0.6;
}

.season-img:hover a {
    display: flex !important;
}*/
/*-----     Responsive Css             ------*/
@media (max-width: 1920px) {
  #Everything .container-fluid, #Kids .container-fluid {
    width: calc(100% - 360px);
  }
  .thumbnail-div {
    padding: 1rem 0.4333rem 0.625rem;
  }
  /*.thumbnailImg {
          width: calc(100vw / 4.2);
          height: auto;
      }*/
  #Everything, #Kids {
    padding: 1.275rem 1rem 1.275rem 0.5rem;
  }
  #Everything .thumbnailImg, #Kids .thumbnailImg {
    width: 16vw;
    height: 21.344vw;
  }
  #Everything .container-fluid, #Kids .container-fluid {
    width: calc(100% - 330px);
  }
  #Everything .btn.dropdown-toggle, #Kids .btn.dropdown-toggle {
    min-width: 260px !important;
  }
  #Everything #GenreFilter, #Kids #GenreFilter {
    width: 270px;
  }
  .search-filters {
    width: 320px;
    padding: 0px 1.875rem 0px 1.175rem;
    transform: translate(-8px);
  }
  .search {
    /*form {*/
    /*}*/
  }
  .search #search-input {
    min-width: 260px;
  }
  .toggle-switch .sliderContainer {
    min-width: 260px;
  }
  .scale-rating-div .rating-container {
    position: relative;
    width: 260px;
    margin-left: 0;
  }
  .toggle-switch .radio2:checked ~ span .slider {
    transform: translateX(230px);
  }
  .toggle-switch.three-container .radio2:checked ~ span .slider {
    transform: translateX(117px);
  }
  .toggle-switch.three-container .radio3:checked ~ span .slider {
    transform: translateX(230px);
  }
  #Kids {
    padding: 0;
  }
  #show .show-info .banner-btn {
    padding-top: 1.25rem;
  }
  #show .show-info .banner-btn a {
    text-decoration: none;
    width: auto;
    position: relative;
    display: inline-flex;
    z-index: 2;
  }
  #show .show-info .banner-btn a:hover {
    color: rgba(255, 255, 255, 0.8);
  }
  #show .show-info .show-desc .showcontent {
    max-width: 100%;
  }
  #show .show-info .show-desc p {
    font-size: 20px;
  }
  #show .show-info .show-title h1 {
    font-size: 2.5rem;
  }
  span.channnel-div a img {
    width: 4.5rem;
  }
  #show #ShowLike h1 {
    font-size: 1.775rem;
  }
  #New {
    padding-top: 5rem;
  }
  #RssFeeds .first-feed {
    max-width: none;
    width: 45%;
  }
  #RssFeeds .col-6.second-row-feed {
    width: 55% !important;
  }
  #RssFeeds .box .box-content {
    padding: 10px 10px;
  }
  #RssFeeds .box .title {
    font-size: 21px;
  }
  #RssFeeds li.lslide {
    min-width: 252px;
  }
  #RssFeeds .second-row-feed .second-feed {
    max-height: 526px;
    min-height: 526px;
  }
  #RssFeeds .second-row-feed .second-feed .icon {
    min-height: 210px;
    max-height: 210px;
    -webkit-line-clamp: 9;
  }
  #RssFeeds .second-row-feed #lstRssFeed {
    max-height: 526px;
    min-height: 526px;
  }
  #RssFeeds .slider-rssfeed .second-feed {
    width: 20rem;
    margin: 0 10px 3rem !important;
  }
  #RssFeeds .slider-rssfeed .second-feed .icon {
    min-height: auto;
    max-height: 120px;
  }
  #RssFeeds {
    padding-bottom: 0;
  }
  #RssFeeds .second-feed .title {
    font-size: 18px;
  }
  #RssFeeds .second-feed img {
    max-height: 219px !important;
  }
  #RssFeeds .second-feed .box-content {
    min-height: 76px;
    padding: 15px 10px 10px;
  }
  #RssFeeds .second-feed .icon {
    padding: 15px 10px 10px;
  }
  #show .slider-row .season-slider .rating-div .showName {
    font-size: 18px;
  }
  #show .slider-row .season-slider .showDesc {
    font-size: 16px;
  }
  #subscription-div .subscription-body p {
    font-size: 1.025rem;
  }
  #subscription-div .subscription-body .subscription-button button {
    min-width: 239px;
    font-size: 15px;
  }
  banner #carouselBanner .carousel-caption {
    top: 35%;
  }
  banner #carouselBanner .banner-btn {
    padding-top: 1rem;
  }
  banner #carouselBanner .banner-shadow {
    height: 100px;
  }
}
@media (max-width: 1599px) {
  .modal .modal-dialog {
    max-width: 80%;
  }
  #index .thumbnailImg {
    width: 14vw;
    height: 18.676vw;
  }
  .thumbnailImg {
    width: 14vw;
    height: 18.676vw;
  }
  .slider-row .content-slider-div li.lslide .back-show, .slider-row .content-slider-div .pic-frame .back-show {
    padding: 20px 0.8rem 40px;
  }
  span.title-div {
    font-size: 1.3rem;
  }
  #Watchlist {
    padding-top: 3rem;
  }
  header logo:after {
    font-size: 1.375rem;
  }
  .empty-error h1 {
    font-size: 2.2rem;
    padding-bottom: 1.575rem;
  }
  .empty-error h4 {
    font-size: 1.1rem;
    padding-bottom: 3.125rem;
  }
  #Everything .thumbnailImg, #Kids .thumbnailImg {
    width: 14vw;
    height: 18.676vw;
  }
  #Everything .back-show, #Kids .back-show {
    padding: 30px 0.6rem 50px;
  }
  #Everything .container-fluid, #Kids .container-fluid {
    width: calc(100% - 300px);
  }
  #Everything .btn.dropdown-toggle, #Kids .btn.dropdown-toggle {
    min-width: 240px !important;
    height: 29px !important;
    font-weight: 500;
  }
  #Everything #GenreFilter, #Kids #GenreFilter {
    width: 250px;
  }
  .search-filters {
    width: 290px;
  }
  .search {
    /*form {*/
    /*}*/
  }
  .search #search-input {
    min-width: 240px;
    height: 29px;
  }
  .toggle-switch .sliderContainer {
    min-width: 240px;
    height: 29px;
  }
  .scale-rating-div .rating-container {
    position: relative;
    width: 240px;
    margin-left: 0;
  }
  .toggle-switch .radio2:checked ~ span .slider {
    transform: translateX(211px);
  }
  .toggle-switch.three-container .radio2:checked ~ span .slider {
    transform: translateX(107px);
  }
  .toggle-switch.three-container .radio3:checked ~ span .slider {
    transform: translateX(211px);
  }
  .toggle-switch .topLabelContainer label {
    font-size: 0.8rem;
  }
  .toggle-switch .sliderContainer .slider {
    width: 1.688rem;
    height: 1.688rem;
  }
  .rating-div .imdb-rating img {
    width: 28px;
  }
  .bold-label {
    font-size: 0.8rem;
  }
  .scale-rating-div .rating-container p, .scale-rating-div .rating-container .rating-value, .scale-rating-div .rating-container .rating-labels {
    font-size: 0.8rem;
  }
  .checkbox-button {
    font-weight: 500;
    font-size: 0.7rem;
  }
  #Kids content {
    padding: 0rem 0rem 1.5rem;
  }
  #show .show-info .banner-btn {
    padding-top: 1.25rem;
  }
  #show .show-info .banner-btn a {
    text-decoration: none;
    width: auto;
    position: relative;
    display: inline-flex;
    z-index: 2;
  }
  #show .show-info .banner-btn a:hover {
    color: rgba(255, 255, 255, 0.8);
  }
  #show .show-info .show-desc p {
    font-size: 17px;
  }
  #show .show-info .show-title h1 {
    font-size: 2rem;
  }
  span.channnel-div a img {
    width: 4rem;
  }
  #show #ShowLike h1 {
    font-size: 1.6rem;
  }
  #show .list li {
    font-size: 16px;
  }
  #show .PaddingTop {
    padding-top: 1.5rem;
    padding-left: 2rem;
  }
  #show #CastDiv {
    width: 100%;
  }
  #show #FriendsDiv {
    display: none;
  }
  .rating-div {
    margin-right: 0px;
  }
  .transparent.dropdown .btn.dropdown-toggle {
    min-width: 140px;
    font-size: 0.7rem;
  }
  .rating-label {
    min-width: 113px;
    margin-left: 20px;
    font-size: 0.86rem;
  }
  .dropdown .dropdown-menu .disabled-list {
    font-size: 0.75rem;
  }
  .dropdown .dropdown-menu .dropdown-item {
    font-size: 0.8rem;
  }
  .transparent.dropdown .dropdown-menu {
    min-width: 100%;
  }
  #New {
    padding-bottom: 0;
  }
  #RssFeeds .first-feed {
    max-width: none;
    width: 45%;
  }
  #RssFeeds .first-feed .box img {
    max-height: 465px;
    min-height: 465px;
  }
  #RssFeeds .col-6.second-row-feed {
    width: 55% !important;
  }
  #RssFeeds .box .box-content {
    padding: 10px 10px;
  }
  #RssFeeds .box .title {
    font-size: 18px;
  }
  #RssFeeds li.lslide {
    min-width: 50%;
  }
  #RssFeeds li.lslide:nth-child(3) {
    display: none;
  }
  #RssFeeds .box .icon {
    font-size: 1rem;
  }
  #RssFeeds .second-row-feed .second-feed {
    max-height: 467px;
    min-height: 467px;
  }
  #RssFeeds .second-row-feed .second-feed .icon {
    min-height: 165px;
    max-height: 165px;
    -webkit-line-clamp: 8;
  }
  #RssFeeds .second-row-feed #lstRssFeed {
    max-height: 469px;
    min-height: 469px;
  }
  #RssFeeds .slider-rssfeed .second-feed:nth-child(3) {
    display: block;
  }
  #RssFeeds .slider-rssfeed .second-feed .icon {
    max-height: 106px;
  }
  #RssFeeds .second-feed .title {
    font-size: 16px;
  }
  #RssFeeds .second-feed img {
    max-height: 209px !important;
  }
  #RssFeeds .second-feed .box-content {
    min-height: 70px;
  }
  #RssFeeds .second-feed .icon {
    font-size: 0.875rem;
  }
  #show .slider-row .season-slider .rating-div .showName {
    font-size: 18px;
  }
  #show .slider-row .season-slider .rating-div .showName span {
    width: 273px;
  }
  #show .slider-row .season-slider .showDesc {
    font-size: 16px;
    width: 310px;
  }
  #show .slider-row .season-slider li img {
    height: 169px;
    width: 310px;
  }
  #subscription-div .subscription-body p {
    font-size: 0.925rem;
  }
  #subscription-div .subscription-body .subscription-button button {
    min-width: 220px;
    font-size: 14px;
  }
  #subscription-div .subscription-body h1 {
    font-size: 24px;
  }
  #subscription-div .subscription-body h3, #subscription-div .subscription-body p.payment-heading {
    font-size: 25px !important;
  }
  banner #carouselBanner .carousel-caption {
    top: 35%;
  }
  banner #carouselBanner .carousel-caption h1 {
    font-size: 2.2rem;
    line-height: 1.2;
  }
  banner #carouselBanner .banner-btn {
    padding-top: 1rem;
  }
  banner #carouselBanner .banner-shadow {
    height: 100px;
  }
  .lSAction:before, .lSAction:after {
    height: 244px;
    top: -83px;
    width: 65px;
  }
  .lSAction a {
    width: 20px;
    height: 38px;
  }
  .lSAction .lSPrev {
    left: 10px;
    top: 0px;
  }
  .lSAction .lSNext {
    top: 0px;
    right: 0px;
  }
  .thumbnail-div {
    padding: 0.625rem 0.4333rem 0.625rem;
  }
  .sport-page .lSAction:before, .sport-page .lSAction:after {
    top: -53px;
    height: 254px;
  }
}
@media (max-width: 1199px) {
  banner #carouselBanner .carousel-caption {
    left: 13%;
    top: 35%;
  }
  #index .thumbnailImg {
    width: 18.75vw;
    height: 25.0125vw;
  }
  .thumbnailImg {
    width: 18.75vw;
    height: 25.0125vw;
  }
  span.title-div {
    font-size: 1.2rem;
  }
  #Watchlist {
    padding: 1.875rem 0.7rem;
    padding-top: 4rem;
  }
  .slider-row .content-slider-div li.lslide, .slider-row .content-slider-div .pic-frame {
    padding: 0.425rem;
  }
  .back-show {
    top: 7px;
    left: 6px;
    width: calc(100% - 12px);
    height: calc(100% - 43px);
  }
  header logo:after {
    font-size: 1.25rem;
  }
  .rating-div .imdb-rating img {
    width: 28px;
  }
  .empty-error h1 {
    font-size: 1.8rem;
    padding-bottom: 1.275rem;
  }
  .empty-error h4 {
    font-size: 1rem;
    padding-bottom: 3.125rem;
  }
  .filter-icon-div {
    display: block;
  }
  #Everything {
    padding: 3.275rem 1rem 1.275rem 0.5rem;
  }
  .search-filters, #Kids .search-filters {
    background: #000000;
    transition: transform 0.5s ease;
    transform: translateX(-400px);
    top: 0;
    height: 100vh;
    z-index: 999999;
    padding: 1.5rem 1.275rem 0px;
    margin-top: 0;
  }
  #Everything .container-fluid, #Kids .container-fluid {
    width: 100%;
  }
  .search-filters.active, #Kids .search-filters.active {
    transform: translateX(-8px);
  }
  #Everything .thumbnailImg, #Kids .thumbnailImg {
    width: 18.75vw;
    height: 25.0125vw;
  }
  #Kids #Content {
    padding-left: 0.5rem;
  }
  #show .show-info .banner-btn {
    padding-top: 1.25rem;
  }
  #show .show-info .banner-btn a {
    text-decoration: none;
    width: auto;
    position: relative;
    display: inline-flex;
    z-index: 2;
  }
  #show .show-info .banner-btn a:hover {
    color: rgba(255, 255, 255, 0.8);
  }
  #show .show-info .show-desc .col-8 {
    width: 56%;
  }
  #show .show-info .show-desc .col-4 {
    width: 44%;
  }
  #show .show-info .show-desc .pr-30 {
    padding-right: 15px;
  }
  #show .show-info .show-desc p {
    font-size: 15px;
  }
  #show .show-info .show-desc .rating-div .imdb-rating img {
    width: 36px;
  }
  #show .show-info .show-title h1 {
    font-size: 1.6rem;
  }
  span.channnel-div a img {
    width: 3.7rem;
  }
  #show #ShowLike h1 {
    font-size: 1.45rem;
  }
  #show .showcast {
    padding-top: 1rem;
    justify-content: flex-start;
  }
  #show #CastDescDiv {
    padding: 0 1.875rem 1rem;
  }
  #show .list li {
    font-size: 14px;
    line-height: 30px;
  }
  .thumbnail-div {
    padding: 0.625rem 0.4333rem 0.625rem;
  }
  .rating-div {
    margin-right: 0px;
  }
  .rating-div .searchr-rating img {
    /*display:none;*/
  }
  .transparent.dropdown .btn.dropdown-toggle {
    min-width: 140px;
    font-size: 0.65rem;
    height: 32PX;
  }
  .rating-label {
    min-width: 113px;
    margin-left: 15px;
    font-size: 0.76rem;
    height: 32PX;
  }
  #RssFeeds .first-feed {
    max-width: none;
    width: 55%;
  }
  #RssFeeds .first-feed .box img {
    max-height: 365px;
    min-height: 365px;
  }
  #RssFeeds .col-6.second-row-feed {
    width: 45% !important;
  }
  #RssFeeds .box .box-content {
    padding: 10px 10px;
  }
  #RssFeeds .box .title {
    font-size: 18px;
  }
  #RssFeeds li.lslide {
    min-width: 100%;
  }
  #RssFeeds .box .icon {
    font-size: 1rem;
  }
  #RssFeeds .second-row-feed .second-feed {
    max-height: 367px;
    min-height: 367px;
  }
  #RssFeeds .second-row-feed .second-feed .icon {
    min-height: 125px;
    max-height: 125px;
    -webkit-line-clamp: 6;
  }
  #RssFeeds .second-row-feed #lstRssFeed {
    max-height: 369px;
    min-height: 369px;
  }
  #RssFeeds .slider-rssfeed {
    padding: 1rem 0 0 !important;
  }
  #RssFeeds .slider-rssfeed .second-feed {
    width: 20rem;
  }
  #RssFeeds .slider-rssfeed .second-feed:nth-child(2) {
    display: block;
  }
  #RssFeeds .slider-rssfeed .second-feed .icon {
    max-height: 83px;
    -webkit-line-clamp: 4;
  }
  #RssFeeds .second-feed .title {
    font-size: 14px;
    line-height: 20px;
  }
  #RssFeeds .second-feed img {
    max-height: 169px !important;
  }
  #RssFeeds .second-feed .box-content {
    min-height: auto;
    padding: 10px 10px 6px;
  }
  #RssFeeds .second-feed .icon {
    min-height: auto;
    padding: 10px;
    max-height: 88px;
  }
  #show .slider-row .season-slider .rating-div .showName {
    font-size: 16px;
  }
  #show .slider-row .season-slider .rating-div .showName span {
    width: 263px;
  }
  #show .slider-row .season-slider .showDesc {
    font-size: 16px;
    width: 290px;
  }
  #show .slider-row .season-slider li img {
    height: 169px;
    width: 290px;
  }
  #show.sportshow-page .back-show {
    height: calc(100% - 13px);
  }
  #subscription-div .subscription-body p {
    font-size: 0.9rem;
  }
  #subscription-div .subscription-body .subscription-button button {
    min-width: 200px;
    font-size: 14px;
    min-height: 42px;
    line-height: 42px;
  }
  #subscription-div .subscription-body #firstStep img {
    width: 340px;
  }
  #subscription-div .subscription-body h1 {
    font-size: 22px;
  }
  #subscription-div .subscription-body h3, #subscription-div .subscription-body p.payment-heading {
    font-size: 24px !important;
  }
  banner #carouselBanner .carousel-caption {
    top: 30%;
  }
  banner #carouselBanner .carousel-caption h1 {
    font-size: 2rem;
    line-height: 1.1;
  }
  banner #carouselBanner .banner-btn {
    padding-top: 1rem;
  }
  banner #carouselBanner .banner-shadow {
    height: 80px;
  }
  .lSAction:before, .lSAction:after {
    height: 207px;
    top: -43px;
  }
  .lSAction a {
    width: 17px;
    height: 33px;
  }
  .lSAction .lSPrev {
    left: 10px;
    top: 0px;
  }
  .lSAction .lSNext {
    top: 0px;
    right: 0px;
    z-index: 100;
  }
  .sport-page .lSAction:before, .sport-page .lSAction:after {
    top: -14px;
    height: 207px;
  }
  .sport-page .back-show {
    height: calc(100% - 14px);
  }
}
@media (max-width: 991px) {
  #confirmationModal .modal-content .modal-body {
    padding: 3rem 1rem 0;
    font-size: 20px;
  }
  #confirmationModal .modal-content .modal-footer {
    padding-bottom: 3rem;
  }
  #confirmationModal .modal-content .modal-footer button {
    min-height: 36px;
  }
  header #menuToggle {
    display: block;
  }
  header nav {
    transform: translateX(-280px);
  }
  header nav.active {
    transform: translateX(0);
    transition: transform 0.5s ease;
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.6) !important;
  }
  header nav.active #navbarLogo #logo-img {
    display: block;
    transition: transform 0.7s ease;
    transform: translateX(0px);
  }
  header nav.active #navbarLogo #logo-icon {
    margin: auto;
    width: 45px;
    transition: transform 0.5s ease;
    transform: translateX(0px);
    opacity: 0;
  }
  header nav.active li .active {
    background-color: rgba(255, 255, 255, 0.3);
  }
  header nav.active li span {
    transition: transform 0.5s ease;
    transform: translateX(0px);
  }
  header nav.active li .menu-icon img {
    transition: transform 0.5s ease;
    transform: translateX(0px);
  }
  banner #carouselBanner .carousel-caption {
    left: 30px;
    top: 30%;
  }
  banner #carouselBanner .carousel-caption h1 {
    font-size: 1.875rem;
    line-height: normal;
  }
  banner #carouselBanner .banner-desc span {
    font-size: 1.125rem;
  }
  banner #carouselBanner .banner-desc .hyphen {
    font-size: 1.4rem;
  }
  banner #carouselBanner .banner-btn {
    padding-top: 1rem;
  }
  .lSAction {
    display: none !important;
  }
  .main-content-body {
    width: 100%;
  }
  h1 {
    font-size: 1.375rem;
  }
  #index .thumbnailImg {
    width: 28vw;
    height: 37.352vw;
  }
  .thumbnailImg {
    width: 28vw;
    height: 37.352vw;
  }
  span.title-div {
    font-size: 1.1rem;
  }
  header logo:after {
    font-size: 1.15rem;
    margin-left: 0 !important;
    left: -42px;
  }
  .rating-div .imdb-rating img {
    width: 26px;
  }
  .rating-div .rating {
    font-size: 14px;
  }
  .empty-error h1 {
    font-size: 1.5rem;
    padding-bottom: 0.8rem;
  }
  .empty-error h4 {
    font-size: 0.8rem;
    padding-bottom: 3.125rem;
  }
  .empty-error {
    display: none;
    margin-top: 12vh;
  }
  .filter-icon-div {
    top: 20px !important;
    right: 70px !important;
    left: unset !important;
  }
  .search-filters.active, #Kids .search-filters.active {
    transform: translateX(-7px);
    transition: transform 0.5s ease;
  }
  #Everything .thumbnailImg, #Kids .thumbnailImg {
    width: 28vw;
    height: 37.352vw;
  }
  #show .show-info .banner-btn {
    padding-top: 1.25rem;
  }
  #show .show-info .banner-btn a {
    text-decoration: none;
    width: auto;
    position: relative;
    display: inline-flex;
    z-index: 2;
  }
  #show .show-info .banner-btn a:hover {
    color: rgba(255, 255, 255, 0.8);
  }
  #show .show-info .show-desc {
    flex-direction: column-reverse;
    padding-top: 10px;
  }
  #show .show-info .show-desc .col-8 {
    width: 100%;
  }
  #show .show-info .show-desc .col-4 {
    width: 100%;
    padding-bottom: 20px;
  }
  #show .show-info .show-desc .pr-30 {
    padding-right: 0px;
    padding-top: 20px;
  }
  #show .show-info .show-desc p {
    font-size: 14px;
  }
  #show .show-info .show-desc .rating-div span {
    padding-left: 0;
  }
  #show .show-info .show-desc .rating-div span .rating {
    padding-left: 10px;
  }
  #show .show-info .show-desc .rating-div .imdb-rating img {
    width: 32px;
  }
  #show .show-info .show-title h1 {
    font-size: 1.4rem;
  }
  #show .show-info .show-title sub-title {
    font-size: 11px;
  }
  #show.sportshow-page .show-info .banner-btn {
    padding-top: 1.25rem;
  }
  #show.sportshow-page .show-info .banner-btn a {
    text-decoration: none;
    width: auto;
    position: relative;
    display: inline-flex;
    z-index: 2;
  }
  #show.sportshow-page .show-info .banner-btn a:hover {
    color: rgba(255, 255, 255, 0.8);
  }
  #show.sportshow-page .show-info .show-desc {
    flex-direction: row;
    padding-top: 15px;
  }
  #show.sportshow-page .show-info .show-desc .transparent.dropdown .btn.dropdown-toggle {
    min-width: 120px;
    font-size: 0.6rem;
    height: 28px;
  }
  span.channnel-div a img {
    width: 3.4rem;
  }
  #show #ShowLike {
    padding: 0 1rem 0 1.3rem;
  }
  .transparent.dropdown .btn.dropdown-toggle {
    min-width: 140px;
    font-size: 0.6rem;
    height: 30px;
  }
  .rating-div {
    margin-right: 0px;
  }
  .rating-label {
    margin-left: 25px;
    font-size: 0.7rem;
    height: 30px;
  }
  #RssFeeds .first-feed {
    max-width: none;
    width: 55%;
    padding-left: 5px;
  }
  #RssFeeds .first-feed .box img {
    max-height: 315px;
    min-height: 315px;
  }
  #RssFeeds .col-6.second-row-feed {
    width: 45% !important;
    padding-right: 5px;
  }
  #RssFeeds .box .box-content {
    padding: 10px 10px;
  }
  #RssFeeds .box .title {
    font-size: 16px;
  }
  #RssFeeds li.lslide {
    min-width: 100%;
  }
  #RssFeeds li.lslide:nth-child(2) {
    display: none;
  }
  #RssFeeds .box .icon {
    font-size: 1rem;
  }
  #RssFeeds .second-row-feed .second-feed {
    max-height: 317px;
    min-height: 317px;
  }
  #RssFeeds .second-row-feed .second-feed .icon {
    min-height: 105px;
    max-height: 105px;
    -webkit-line-clamp: 5;
  }
  #RssFeeds .second-row-feed #lstRssFeed {
    max-height: 319px;
    min-height: 319px;
  }
  #RssFeeds .slider-rssfeed {
    padding: 1rem 0 0 !important;
  }
  #RssFeeds .slider-rssfeed .second-feed {
    width: 20rem;
    margin: 0 7px 3rem !important;
  }
  #RssFeeds .second-feed img {
    max-height: 149px !important;
  }
  #RssFeeds .second-feed .box-content {
    min-height: auto;
    padding: 10px 10px 6px;
  }
  #New {
    padding: 5rem 0 0;
  }
  #show .slider-row .season-slider .rating-div .showName {
    font-size: 14px;
  }
  #show .slider-row .season-slider .rating-div .showName span {
    width: 273px;
  }
  #show .slider-row .season-slider .showDesc {
    font-size: 15px;
    width: 270px;
  }
  #show .slider-row .season-slider li img {
    height: 159px;
    width: 270px;
  }
  #subscription-div .subscription-body p.plus-sign {
    font-size: 2.2rem;
  }
  #subscription-div .subscription-body .subscription-button button {
    min-width: 180px;
    font-size: 13px;
  }
  #subscription-div .subscription-body #firstStep img {
    width: 310px;
  }
  .showHide:hover .back-show, .showHide:hover .show-rating-div {
    display: none !important;
  }
  .showHide:hover .pic-frame {
    background-color: transparent !important;
  }
  .slider-row .content-slider-div li.lslide, .slider-row .content-slider-div .pic-frame {
    background-color: transparent !important;
  }
}
@media (max-width: 767px) {
  .signup-body {
    padding: 1rem;
  }
  .signup-body p {
    font-size: 14px;
    font-weight: 300;
    line-height: 23px;
  }
  .signup-body .logo-img img {
    height: 4.375rem;
  }
  #help-div span, .customBtn {
    font-size: 18px;
  }
  #signup-div .actionBtn {
    font-size: 15px;
    font-weight: 700;
  }
  .signup-div .signup-body {
    padding: 1rem;
  }
  .padding-bottom1third {
    padding-bottom: 25px;
  }
  .twoMianBox {
    display: block;
  }
  .myDevice-body {
    margin: 2rem auto 1rem;
    padding: 1.5rem 1.5rem;
  }
  .popup {
    width: 90%;
  }
  .myDevice-body .userInput input {
    width: 44px;
    height: 64px;
    font-size: 1.3rem;
  }
  .myDevice-body p {
    font-size: 1rem;
  }
  .myDevice-body #divRegisterDevices ul li {
    font-size: 0.8rem;
    background: #414955;
  }
  .modal .modal-dialog {
    max-width: 90%;
    text-align: center;
  }
  #confirmationModal .modal-content .modal-body {
    padding: 3rem 1rem 0;
    font-size: 17px;
  }
  #confirmationModal .modal-content .modal-footer button {
    min-width: 250px;
    font-size: 15px;
  }
  banner #carouselBanner .carousel-caption {
    top: 25%;
    left: 20px;
  }
  banner #carouselBanner .carousel-caption h1 {
    font-size: 1.313rem;
  }
  banner #carouselBanner .banner-desc span {
    font-size: 0.875rem;
  }
  banner #carouselBanner .banner-desc .hyphen {
    font-size: 1.2rem;
  }
  banner #carouselBanner .banner-shadow {
    height: 60px;
  }
  .carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    margin: 0 7px;
  }
  h1 {
    /*font-size: 0.938rem;*/
  }
  .body-content {
    padding: 0 1.25rem 1rem;
  }
  #index .thumbnailImg {
    width: 41.6666666667vw;
    height: 55.5833333333vw;
  }
  .thumbnailImg {
    width: 41.6666666667vw;
    height: 18.676vw;
  }
  span.title-div {
    font-size: 1rem;
  }
  header logo:after {
    font-size: 1rem;
  }
  .thumbnail-div {
    padding: 0.625rem 0.4333rem 0.625rem;
  }
  .empty-error h1 {
    font-size: 1.2rem;
    padding-bottom: 0.7rem;
  }
  .empty-error h4 {
    font-size: 0.8rem;
  }
  header nav li a {
    font-size: 0.8rem;
  }
  header nav li a span img.foryou-icon {
    width: 35.5px;
  }
  header nav li a span img.everything-icon {
    width: 29px;
  }
  header nav li a span img.new-icon {
    width: 32px;
  }
  header nav li a span img.kids-icon {
    width: 43px;
  }
  header nav li a span img.watchlist-icon {
    width: 21px;
  }
  header nav li a span img.setting-icon {
    width: 32px;
  }
  header nav li a span img.sport-icon {
    width: 42px;
  }
  #Everything .thumbnailImg, #Kids .thumbnailImg {
    width: 41.6666666667vw;
    height: 55.5833333333vw;
  }
  #Everything .btn.dropdown-toggle, #Kids .btn.dropdown-toggle {
    height: 27px;
  }
  .search {
    /*form {*/
    /*}*/
  }
  .search #search-input {
    height: 27px;
  }
  .toggle-switch .sliderContainer {
    height: 27px;
  }
  .toggle-switch .topLabelContainer label {
    font-size: 0.7rem;
  }
  .toggle-switch .sliderContainer .slider {
    width: 1.563rem;
    height: 1.563rem;
  }
  .bold-label {
    font-size: 0.7rem;
  }
  .scale-rating-div .rating-container p, .scale-rating-div .rating-container .rating-value, .scale-rating-div .rating-container .rating-labels {
    font-size: 0.7rem;
  }
  #show .show-info .banner-btn {
    padding-top: 1.25rem;
  }
  #show .show-info .banner-btn a {
    text-decoration: none;
    width: auto;
    position: relative;
    display: inline-flex;
    z-index: 2;
  }
  #show .show-info .banner-btn a:hover {
    color: rgba(255, 255, 255, 0.8);
  }
  #show .show-info .show-title h1 {
    font-size: 1.1rem;
  }
  #show .show-info .show-title .sub-title {
    font-size: 10px;
  }
  #show .show-info .show-title .sub-title span {
    padding-left: 0.8rem;
  }
  #show .show-info {
    margin-top: -55px;
  }
  #show .show-info .banner-btn {
    padding-top: 1.25rem;
  }
  #show .show-info .banner-btn a {
    text-decoration: none;
    width: auto;
    position: relative;
    display: inline-flex;
    z-index: 2;
  }
  #show .show-info .banner-btn a:hover {
    color: rgba(255, 255, 255, 0.8);
  }
  #show .show-info .show-desc {
    flex-direction: column-reverse;
    padding-top: 10px;
  }
  #show .show-info .show-desc .col-8 {
    width: 100%;
  }
  #show .show-info .show-desc .col-4 {
    width: 100%;
    padding-bottom: 20px;
  }
  #show .show-info .show-desc .pr-30 {
    padding-right: 0px;
  }
  #show .show-info .show-desc p {
    font-size: 14px;
  }
  #show .show-info .show-desc .rating-div span {
    padding-left: 0;
  }
  #show .show-info .show-desc .rating-div span .rating {
    padding-left: 10px;
  }
  #show .show-info .show-desc .rating-div .imdb-rating img {
    width: 30px;
  }
  #show .show-info .show-title h1 {
    font-size: 1.1rem;
  }
  #show .show-info .show-title sub-title {
    font-size: 10px;
  }
  #show .show-info .show-title span {
    padding-left: 0.8rem;
  }
  #show.sportshow-page .show-info .banner-btn {
    padding-top: 1.25rem;
  }
  #show.sportshow-page .show-info .banner-btn a {
    text-decoration: none;
    width: auto;
    position: relative;
    display: inline-flex;
    z-index: 2;
  }
  #show.sportshow-page .show-info .banner-btn a:hover {
    color: rgba(255, 255, 255, 0.8);
  }
  #show.sportshow-page .show-info .show-desc .transparent.dropdown .btn.dropdown-toggle {
    height: 26px;
  }
  #show.sportshow-page .show-info .show-desc .col-10 {
    width: 72.333333%;
  }
  #show.sportshow-page .show-info .show-desc .col-2 {
    width: 28.666667%;
  }
  span.channnel-div a img {
    width: 2.5rem;
  }
  #show #ShowLike h1 {
    font-size: 1.25rem;
  }
  #show #CastList {
    display: none !important;
  }
  #show .showcast {
    flex-wrap: wrap;
  }
  #show .showcast .col-2 {
    width: 50%;
  }
  #show #CastList.mobile {
    display: block !important;
    width: 100%;
  }
  #show ul.mediacast.list {
    column-count: 3;
  }
  #RssFeeds .first-feed {
    width: 100%;
    padding-left: 5px;
  }
  #RssFeeds .first-feed .box img {
    max-height: 215px;
    min-height: 215px;
  }
  #RssFeeds .col-6.second-row-feed {
    width: 100% !important;
    padding-right: 5px;
    display: none !important;
  }
  #RssFeeds .box .box-content {
    padding: 10px 10px;
  }
  #RssFeeds .box .title {
    font-size: 14px;
  }
  #RssFeeds li.lslide:nth-child(1) {
    display: none;
  }
  #RssFeeds .box .icon {
    font-size: 0.875rem;
  }
  #RssFeeds .slider-rssfeed {
    padding: 1rem 0 0 !important;
  }
  #RssFeeds .slider-rssfeed .second-feed {
    width: 20rem;
    margin: 0 7px 3rem !important;
  }
  #RssFeeds .slider-rssfeed .second-feed {
    width: 20rem;
  }
  #RssFeeds .slider-rssfeed .second-feed:nth-child(1) {
    display: block;
  }
  #New {
    padding: 5rem 0 0 0;
  }
  #show .slider-row h6 {
    font-size: 14px;
  }
  #show .slider-row .season-slider .rating-div {
    padding: 10px 0 5px;
  }
  #show .slider-row .season-slider .rating-div .showName span {
    width: 223px;
  }
  #show .slider-row .season-slider .rating-div .showTiming {
    font-size: 0.925rem;
    line-height: 1.35rem;
  }
  #show .slider-row .season-slider .showDesc {
    width: 240px;
  }
  #show .slider-row .season-slider li img {
    height: 149px;
    width: 240px;
  }
  #subscription-div .subscription-body {
    max-width: 100%;
    padding: 5rem 0 3rem;
  }
  #subscription-div .subscription-body .logo img {
    width: 160px;
  }
  #subscription-div .subscription-body p.plus-sign {
    font-size: 2.2rem;
  }
  #subscription-div .subscription-body .subscription-button button {
    min-width: 170px;
    font-size: 12px;
  }
  #subscription-div .subscription-body #firstStep img {
    width: 260px;
  }
  #DivCouponCode input#CouponCode {
    min-width: 440px;
    font-size: 1rem;
  }
  #DivCouponCode input#CouponCode::placeholder {
    font-size: 1rem;
  }
  #DivCouponCode #ApplyCoupon {
    font-size: 14px;
    min-width: 110px;
  }
}
@media (max-width: 490px) {
  .rating-div-show {
    padding-top: 0.313rem;
    margin-right: 10px;
  }
  .signup-body {
    padding: 1rem 0;
  }
  #signup-div input.form-control::placeholder {
    font-size: 14px;
  }
  .signup-div .signup-body {
    padding: 1rem 0;
  }
  .myDevice-body .userInput input {
    width: 40px;
    height: 60px;
    font-size: 1.2rem;
  }
  .myDevice-body {
    padding: 0;
    background: none;
    box-shadow: none;
  }
  #confirmationModal .modal-content .modal-body {
    padding: 2rem 1rem 0;
    font-size: 16px;
  }
  #confirmationModal .modal-content .modal-footer {
    padding-bottom: 2rem;
  }
  #confirmationModal .modal-content .modal-footer button {
    min-width: 200px;
    font-size: 14px;
  }
  header nav li a {
    font-size: 15px;
  }
  banner #carouselBanner .carousel-caption h1 {
    min-height: 25px;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    margin: 0;
  }
  banner #carouselBanner .banner-btn {
    padding-top: 0.5rem;
  }
  banner #carouselBanner .banner-btn a {
    padding: 0.25rem 0.938rem;
  }
  #index .thumbnailImg {
    width: 40vw;
    height: 53.36vw;
  }
  .thumbnailImg {
    width: 40vw;
    height: 53.36vw;
  }
  .thumbnail-div {
    padding: 1.625rem 0.3rem 0.625rem;
  }
  span.title-div {
    font-size: 0.875rem;
  }
  .slider-row .content-slider-div li.lslide, .slider-row .content-slider-div .pic-frame {
    padding: 0.425rem;
  }
  .slider-row .content-slider-div li.lslide .back-show, .slider-row .content-slider-div .pic-frame .back-show {
    top: 7px;
    left: 7px;
    width: calc(100% - 14px);
    height: calc(100% - 43px);
  }
  .empty-error h1 {
    font-size: 1rem;
    padding-bottom: 0.3rem;
  }
  .empty-error h4 {
    font-size: 0.7rem;
  }
  header nav li a span img.foryou-icon {
    width: 32.5px;
  }
  header nav li a span img.everything-icon {
    width: 26px;
  }
  header nav li a span img.new-icon {
    width: 29px;
  }
  header nav li a span img.kids-icon {
    width: 40px;
  }
  header nav li a span img.watchlist-icon {
    width: 18px;
  }
  header nav li a span img.setting-icon {
    width: 29px;
  }
  header nav li a span img.sport-icon {
    width: 38px;
  }
  #Everything, #ShowLike {
    padding: 3.275rem 0.5rem 1.275rem 0.5rem;
  }
  #Everything .thumbnailImg, #ShowLike .thumbnailImg {
    width: 40vw;
    height: 53.36vw;
  }
  #Kids .thumbnailImg {
    width: 40vw;
    height: 53.36vw;
  }
  #show .show-info {
    margin-top: -75px;
  }
  #show .show-info .banner-btn {
    padding-top: 1.25rem;
  }
  #show .show-info .banner-btn a {
    text-decoration: none;
    width: auto;
    position: relative;
    display: inline-flex;
    z-index: 2;
  }
  #show .show-info .banner-btn a:hover {
    color: rgba(255, 255, 255, 0.8);
  }
  #show .show-info .show-providers {
    right: auto;
    left: 0px;
    top: 0px;
    position: relative;
  }
  #show .show-info .show-providers span.channnel-div {
    margin-top: 0px;
    padding-left: 0px !important;
  }
  #show .show-info .show-title {
    width: 100%;
  }
  #show .show-info .show-title h1 {
    font-size: 1rem;
  }
  #show .show-info .show-title .sub-title {
    font-size: 10px;
    margin: 15px 0px;
  }
  #show .show-info .show-title .sub-title span {
    padding-left: 0.65rem;
  }
  span.channnel-div a img {
    width: 2rem;
    border: 1px solid #494949;
    border-radius: 5px;
  }
  #show .show-info {
    margin-top: -55px;
  }
  #show .show-info .banner-btn {
    padding-top: 1.25rem;
  }
  #show .show-info .banner-btn a {
    text-decoration: none;
    width: 60%;
    position: relative;
    display: inline-flex;
    z-index: 2;
  }
  #show .show-info .banner-btn a:hover {
    color: rgba(255, 255, 255, 0.8);
  }
  #show .show-info .show-desc {
    flex-direction: column-reverse;
    padding-top: 10px;
  }
  #show .show-info .show-desc .col-8 {
    width: 100%;
  }
  #show .show-info .show-desc .col-4 {
    width: 100%;
    padding-bottom: 12px;
  }
  #show .show-info .show-desc .pr-30 {
    padding-right: 0px;
  }
  #show .show-info .show-desc p {
    font-size: 13px;
    width: 100%;
  }
  #show .show-info .show-desc .rating-div span {
    padding-left: 0;
  }
  #show .show-info .show-desc .rating-div span .rating {
    padding-left: 10px;
  }
  #show .show-info .show-desc .rating-div .imdb-rating img {
    width: 30px;
  }
  #show .show-info .show-title h1 {
    font-size: 1.1rem;
  }
  #show .show-info .show-title sub-title {
    font-size: 10px;
  }
  #show .show-info .show-title span {
    padding-left: 0.8rem;
  }
  #show ul.mediacast.list {
    column-count: 2;
  }
  .rating-div {
    margin-right: 0px;
  }
  .transparent.dropdown .btn.dropdown-toggle {
    min-width: 120px;
    height: 26px;
    margin-top: 3px;
  }
  .rating-label {
    margin-left: 20px;
    font-size: 0.7rem;
    height: 26px;
    margin-top: 3px;
  }
  #RssFeeds .slider-rssfeed {
    padding: 1rem 0 0 !important;
  }
  #RssFeeds .slider-rssfeed .second-feed {
    width: 20rem;
    margin: 0 0px 2rem !important;
  }
  #RssFeeds .slider-rssfeed .icon {
    max-height: 64px;
    -webkit-line-clamp: 3;
  }
  #RssFeeds .second-feed .title {
    -webkit-line-clamp: 1;
  }
  #RssFeeds .second-feed .box-content {
    min-height: auto;
    padding: 10px 10px 6px;
  }
  #show .slider-row h6 {
    font-size: 14px;
  }
  #show .slider-row .season-slider .rating-div {
    padding: 10px 0 5px;
  }
  #show .slider-row .season-slider .rating-div .showName span {
    width: 203px;
  }
  #show .slider-row .season-slider .rating-div .showTiming {
    font-size: 0.9rem;
    line-height: 1.25rem;
  }
  #show .slider-row .season-slider .showDesc {
    width: 220px;
  }
  #show .slider-row .season-slider li img {
    height: 149px;
    width: 220px;
  }
  #show.sportshow-page .show-info .banner-btn {
    padding-top: 1.25rem;
  }
  #show.sportshow-page .show-info .banner-btn a {
    text-decoration: none;
    width: auto;
    position: relative;
    display: inline-flex;
    z-index: 2;
  }
  #show.sportshow-page .show-info .banner-btn a:hover {
    color: rgba(255, 255, 255, 0.8);
  }
  #show.sportshow-page .show-info .show-desc {
    position: relative;
  }
  #show.sportshow-page .show-info .show-desc .transparent.dropdown .btn.dropdown-toggle {
    height: 24px;
    min-width: 100px;
  }
  #show.sportshow-page .show-info .show-desc .col-10 {
    width: 100%;
  }
  #show.sportshow-page .show-info .show-desc .col-2 {
    width: 100%;
    position: absolute;
    top: -30px;
    right: 0;
    left: auto;
  }
  #subscription-div .subscription-body {
    max-width: 100%;
    padding: 4rem 0 3rem;
  }
  #subscription-div .subscription-body .logo img {
    width: 130px;
  }
  #subscription-div .subscription-body p.plus-sign {
    font-size: 2rem;
  }
  #subscription-div .subscription-body .subscription-button button {
    min-width: 170px;
    font-size: 12px;
  }
  #subscription-div .subscription-body #firstStep img {
    width: 220px;
  }
  #DivCouponCode input#CouponCode {
    min-width: auto;
    font-size: 1rem;
  }
  #DivCouponCode input#CouponCode::placeholder {
    font-size: 0.9rem;
  }
}
@media (max-width: 350px) {
  #index .thumbnailImg {
    width: 83.3333333333vw;
    height: 111.1666666667vw;
  }
  .thumbnailImg {
    width: 83.3333333333vw;
    height: 111.1666666667vw;
  }
  #Everything .thumbnailImg, #Kids .thumbnailImg {
    width: 83.3333333333vw;
    height: 111.1666666667vw;
  }
}
/*Profile Screen Style start from here */
#ProfileSetup {
  background-image: url(../images/Background-new.jpg);
  background-size: cover;
  min-height: 100vh;
}
#ProfileSetup #profile-image-new {
  height: 15vh;
  width: 15vh;
}
#ProfileSetup .textPr {
  font-family: "HelveticaNeue", sans-serif;
  font-size: 12px !important;
  font-style: normal;
  font-weight: 400;
  font-size: 12px !important;
  line-height: 18px;
  max-width: 350px;
}
#ProfileSetup .checkBox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
#ProfileSetup .checkBox .select {
  position: relative;
}
#ProfileSetup .checkBox .select input:checked + label {
  background-color: #404040;
}
#ProfileSetup .checkBox .select input:checked + label:hover, #ProfileSetup .checkBox .select input:checked + label:focus, #ProfileSetup .checkBox .select input:checked + label:active {
  background-color: #404040;
}
#ProfileSetup .checkBox .select .btn-warning {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  font-family: "HelveticaNeue", sans-serif;
  padding: 10px 30px;
}
#ProfileSetup .checkBox .select input {
  opacity: 0;
  position: absolute;
}
#ProfileSetup .checkBox .select .button_select {
  margin: 0 10px 10px 0;
  display: flex;
  background-color: transparent;
}
#ProfileSetup .checkBox .select .button_select:hover, #ProfileSetup .checkBox .select .button_select:focus, #ProfileSetup .checkBox .select .button_select:active {
  background-color: transparent;
}
#ProfileSetup .checkBox .option {
  position: relative;
}
#ProfileSetup .checkBox .option input {
  opacity: 0;
  position: absolute;
}
#ProfileSetup .checkBox .option input:checked + span {
  background-color: #ffc107;
}
#ProfileSetup .checkBox .option input:checked + span:hover, #ProfileSetup .checkBox .option input:checked + span:focus, #ProfileSetup .checkBox .option input:checked + span:active {
  background-color: #ffc107;
}
#ProfileSetup .checkBox .option .btn-option {
  margin: 0 10px 10px 0;
  display: flex;
  background-color: transparent;
}
#ProfileSetup .checkBox .option .btn-option:hover, #ProfileSetup .checkBox .option .btn-option:focus, #ProfileSetup .checkBox .option .btn-option:active {
  background-color: transparent;
}
#ProfileSetup .profileCheck {
  margin-top: 20px;
  width: 80%;
  margin: 0 auto;
  margin-top: 3rem;
}
#ProfileSetup .profileCheck .profileBtns {
  font-family: "HelveticaNeue", sans-serif;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.3);
  border: 0px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 50px;
  width: 250px;
  margin: 0 auto;
  margin-bottom: 20px;
}
#ProfileSetup h4 {
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin-bottom: 0px;
}

.bg-card {
  background: rgba(217, 217, 217, 0.1);
  backdrop-filter: blur(15px);
  padding: 1.5rem 1rem;
}

.profileUpdate .iconCheckBox {
  margin: 10px 0px;
}
.profileUpdate .iconCheckBox ul {
  list-style-type: none;
  padding-left: 0;
}
.profileUpdate .iconCheckBox ul li {
  display: inline-block;
}
.profileUpdate .iconCheckBox ul li input[type=checkbox][id^=myCheckbox] {
  display: none;
}
.profileUpdate .iconCheckBox ul li label {
  /*border: 1px solid #525968;*/
  padding: 0px;
  display: block;
  position: relative;
  margin: 6px;
  cursor: pointer;
}
.profileUpdate .iconCheckBox ul li label:before {
  background-color: white;
  color: white;
  content: "✓";
  display: block;
  border-radius: 50%;
  border: 1px solid grey;
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;
  transform: scale(0);
}
.profileUpdate .iconCheckBox ul li label img {
  width: 48px;
  height: 47px;
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
}
.profileUpdate .iconCheckBox ul li :checked + label {
  border-color: #ddd;
}
.profileUpdate .iconCheckBox ul li :checked + label:before {
  content: "✓";
  background-color: #fff;
  transform: scale(0.7);
  z-index: 9;
  color: #4575BE;
}
.profileUpdate .iconCheckBox ul li :checked + label img {
  transform: scale(1);
  /* box-shadow: 0 0 5px #333; */
  z-index: -1;
}
.profileUpdate .form-control {
  border-radius: 20px;
  background: var(--M-form-field, #525968);
  color: #fff !important;
  margin-bottom: 4px;
  border: 0px;
}
.profileUpdate .form-control::placeholder {
  color: #fff;
}
.profileUpdate .kids {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.profileUpdate .kids .kidsPr {
  text-align: left;
  width: 255px;
}
.profileUpdate .kids .kidsPr h5 {
  font-family: "HelveticaNeue", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 5px;
}
.profileUpdate .kids .kidsPr .textPr {
  font-family: "HelveticaNeue", sans-serif;
  font-size: 12px !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.profileUpdate .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  vertical-align: middle;
  margin-right: 20px;
  /* Rounded sliders */
}
.profileUpdate .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.profileUpdate .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.profileUpdate .switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.profileUpdate .switch input:checked + .slider {
  background-color: #4575BE;
}
.profileUpdate .switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
.profileUpdate .switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.profileUpdate .switch .slider.round {
  border-radius: 34px;
}
.profileUpdate .switch .slider.round:before {
  border-radius: 50%;
}

.headingMain img {
  width: 100px;
  border-radius: 50%;
  height: 100px;
  border: 3px solid;
}

.logo {
  margin-top: 40px;
}

.memberDiv {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
  /*   .memberbtns:nth-child(1) {
      background-color: aqua;
  }

  .memberbtns:nth-child(2) {
      background-color: blueviolet;
  }

  .memberbtns:nth-child(3) {
      background-color: brown;
  }

  .memberbtns:nth-child(4) {
      background-color: cadetblue;
  }

  .memberbtns:nth-child(5) {
      background-color: chartreuse;
  }*/
  /*.addIcon::after {
      content: " ";
      position: absolute;
      display: block;
      background-color: #000;
      height: 10px;
      top: 0;
      left: 0;
      right: 0;
      margin: auto auto;
      z-index: 9;
      bottom: 0;
  }

  .addIcon::before {
      content: " ";
      position: absolute;
      display: block;
      background-color: #000;
      width: 10px;
      left: 0;
      top: 0px;
      bottom: 0px;
      z-index: 9;
      right: 0;
      margin: 0 auto;
  }*/
}
.memberDiv .memberbtns:hover {
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.9);
  transition: 0.5s ease-in-out;
  border-radius: 50%;
}
.memberDiv .addIcon {
  height: 7vw;
  min-height: 5.4rem;
  max-height: 17rem;
  width: 7vw;
  min-width: 5.4rem;
  max-width: 17rem;
  border-radius: 50%;
  /*        width: 7rem;
          height: 7rem;
  */
  background-color: #fff;
  position: relative;
  background-image: url(../images/icons/profile_add.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: 20px;
  /*span {
      color: #fff;
      position: absolute;
      bottom: -2rem;
      left: 0;
      width: 87px;
  }*/
}
.memberDiv .addIcon span {
  font-family: "HelveticaNeueM", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
  font-style: normal;
  width: auto;
  position: absolute;
  bottom: -2.4rem;
  left: 0;
  text-transform: capitalize;
  color: #fff;
  justify-content: center;
}
.memberDiv .profileItem {
  position: relative;
  top: -45px;
}
.memberDiv .profileItem img {
  position: absolute;
  height: 7vw;
  min-height: 5.4rem;
  max-height: 17rem;
  width: 7vw;
  min-width: 5.4rem;
  max-width: 17rem;
  z-index: 0;
  top: 48px;
  border-radius: 50%;
}
.memberDiv .memberbtns {
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0);
  transition: 0.5s ease-in-out;
  height: 7vw;
  min-height: 5.4rem;
  max-height: 17rem;
  width: 7vw;
  min-width: 5.4rem;
  max-width: 17rem;
  border-radius: 0.4rem;
  outline: none;
  border: none;
  margin-top: 3rem;
  margin-bottom: 3rem;
  margin-right: 2.5rem;
  position: relative;
  cursor: pointer;
  text-align: center;
}
.memberDiv .memberbtns .icon-lock {
  width: 30px;
  height: 30px;
  position: relative;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
}
.memberDiv .memberbtns .icon-lock .lock-top-1 {
  width: 40%;
  height: 40%;
  position: absolute;
  left: 50%;
  margin-left: -20%;
  top: 14%;
  background-color: #000;
  border-radius: 40%;
}
.memberDiv .memberbtns .icon-lock .lock-top-2 {
  width: 24%;
  height: 40%;
  position: absolute;
  left: 50%;
  margin-left: -12%;
  top: 22%;
  background-color: #151517;
  border-radius: 25%;
}
.memberDiv .memberbtns .icon-lock .lock-body {
  width: 60%;
  height: 48%;
  position: absolute;
  left: 50%;
  margin-left: -30%;
  bottom: 11%;
  background-color: #000;
  border-radius: 15%;
}
.memberDiv .memberbtns .icon-lock .lock-hole {
  width: 16%;
  height: 16%;
  position: absolute;
  left: 50%;
  margin-left: -8%;
  top: 51%;
  border-radius: 100%;
  background-color: #151517;
}
.memberDiv .memberbtns .icon-lock .lock-hole:after {
  content: "";
  width: 43%;
  height: 78%;
  position: absolute;
  left: 50%;
  margin-left: -20%;
  top: 100%;
  background-color: inherit;
}
.memberDiv .memberbtns span {
  font-family: "HelveticaNeueM", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
  font-style: normal;
  width: -webkit-fill-available;
  position: absolute;
  bottom: -2.4rem;
  left: 0;
  text-transform: capitalize;
  color: #fff;
}

.profileSection {
  margin-top: 2rem;
  /*width: 100vw;*/
  /*height: 100vh;*/
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.profileSection .lastButtons {
  margin: 20px 0px;
  margin: 12px auto;
}
.profileSection .lastButtons .lastBtns {
  width: 250px;
  text-transform: uppercase;
  border-radius: 100px;
  padding: 5px;
  display: block;
  text-align: center;
  margin: 12px auto;
}
.profileSection .manageProfile {
  font-size: 1rem;
  color: #fff;
  background: transparent;
  box-shadow: none;
  border: 0.063rem solid rgba(255, 255, 255, 0.7);
  padding: 0.438rem 0.938rem;
  line-height: 1;
  border-radius: 3.125rem;
  padding: 13px 33px;
  transition: 0.3s all;
  text-transform: uppercase;
}

.profile-body {
  /*  max-width: 700px;
      margin: auto;
      padding: 7rem 0 5rem;*/
  overflow: hidden;
}
.profile-body .logo img {
  margin-bottom: 3rem;
  width: 170px;
}

#profileForm .load-more-btn {
  font-size: 1rem;
  color: #fff;
  background: transparent;
  box-shadow: none;
  border: 0.063rem solid rgba(255, 255, 255, 0.7);
  padding: 0.438rem 0.938rem;
  line-height: 1;
  border-radius: 3.125rem;
  min-width: 6.313rem;
  transition: 0.3s all;
}

/*Profile Screen Style end here*/
/*Layout style CSS Zulfi*/
#settingsModal .modal-content {
  padding: 30px;
  border-radius: 30px;
  border: 1px solid #5B5B5B;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(15px);
}
#settingsModal label {
  color: #FFF;
  text-align: center;
  font-family: "HelveticaNeueM", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 15px;
  display: block;
}
#settingsModal .form-control {
  color: #fff;
  border-radius: 20px;
  background: #4f5153;
  width: 73%;
  margin: 0 auto;
  border: 0px;
}
#settingsModal .btn-closes {
  background: transparent;
  border: 0;
  color: #fff;
  padding: 0;
  margin: 0;
}
#settingsModal .btn-closes span {
  font-size: 24px;
}
#settingsModal .modal-header {
  /* padding: 0rem 1rem;
  justify-content: end;*/
  border-bottom: 0px solid #dee2e6;
}
#settingsModal .CollectionBtn:hover {
  background: transparent;
}
#settingsModal .CollectionBtn {
  background: transparent;
  color: #fff;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 3px 33px;
  text-transform: uppercase;
  font-family: "HelveticaNeueM", sans-serif;
}
#settingsModal .modal-footer {
  justify-content: center;
  border-top: 0px solid #dee2e6;
}
#settingsModal .modal-body {
  background-color: transparent;
  border-radius: 0px;
  padding: 0.55rem;
  border: 0px solid #7f7f7f;
}

#pinModal .modal-content {
  padding: 30px;
  border-radius: 30px;
  border: 1px solid #5B5B5B;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(15px);
}
#pinModal label {
  color: #FFF;
  text-align: center;
  font-family: "HelveticaNeueM", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 15px;
  display: block;
}
#pinModal .form-control {
  color: #fff;
  border-radius: 20px;
  background: #4f5153;
  width: 250px;
  margin: 0 auto;
  border: 0px;
}
#pinModal .lastBtns {
  width: 250px;
  text-transform: uppercase;
  border-radius: 100px;
  padding: 5px;
  display: block;
  text-align: center;
  margin: 12px auto;
}
#pinModal .btn-closes {
  background: transparent;
  border: 0;
  color: #fff;
  padding: 0;
  margin: 0;
}
#pinModal .btn-closes span {
  font-size: 24px;
}
#pinModal .modal-header {
  /* padding: 0rem 1rem;*/
  justify-content: center;
  border-bottom: 0px solid #dee2e6;
}
#pinModal .CollectionBtn:hover {
  background: transparent;
}
#pinModal .CollectionBtn {
  background: transparent;
  color: #fff;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 3px 33px;
  text-transform: uppercase;
  font-family: "HelveticaNeueM", sans-serif;
}
#pinModal .modal-footer {
  justify-content: center;
  border-top: 0px solid #dee2e6;
}
#pinModal .modal-body {
  background-color: transparent;
  border-radius: 0px;
  padding: 0.55rem;
  border: 0px solid #7f7f7f;
}
#pinModal .modal-body .errorPin {
  opacity: 0;
  display: block;
  align-items: center;
  text-align: center;
  color: red;
  margin: 6px;
  transition: all 0.5s ease-in-out;
}

#settingsModal .navbar-nav .nav-item a {
  color: #fff !important;
  font-size: 18px;
  margin: 5px 0px;
  display: block;
}

/* Example loader styles */
.loaderEdit {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  border-radius: 5px;
  z-index: 9999;
}

#Watchlist .collectionDiv .back-show {
  position: absolute;
  top: 14px;
  left: 14px;
  width: calc(100% - 28px);
  height: calc(100% - 56px);
  background: rgba(0, 0, 0, 0.8);
  padding: 30px 1.6rem 50px;
  display: none;
}
#Watchlist .collectionDiv .content-slider-div {
  margin-bottom: 25px;
  padding: 4px;
}
#Watchlist .custom-btns {
  background: transparent;
  color: #fff;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 8px 32px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  font-family: "HelveticaNeueM", sans-serif;
}

#snackbar {
  position: fixed;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #2e7d32;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
  visibility: visible;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s linear;
  z-index: 9999999;
  width: 20%;
  text-align: center;
}

.custom-btn-col-profile {
  float: right;
  top: 38px;
  position: relative;
  right: 27px;
}

#deleteCollectionModal .modal-content {
  border-radius: 30px;
  border: 1px solid #5B5B5B;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(15px);
}
#deleteCollectionModal .modal-body {
  text-align: center;
}
#deleteCollectionModal .btn-closes {
  background: transparent;
  border: 0;
  color: #fff;
  padding: 0;
  margin: 0;
}
#deleteCollectionModal .btn-closes span {
  font-size: 24px;
}
#deleteCollectionModal .modal-header {
  text-align: center !important;
  padding: 3rem 1rem;
  justify-content: end;
  border-bottom: 0px solid #dee2e6;
}
#deleteCollectionModal .CollectionBtn:hover {
  background: transparent;
}
#deleteCollectionModal .BackCollectionBtn {
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 6px 40px;
  text-transform: uppercase;
  font-family: "HelveticaNeueM", sans-serif;
  width: 240px;
}
#deleteCollectionModal .CollectionBtn {
  background: #BE4545;
  color: #fff;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 6px 40px;
  text-transform: uppercase;
  font-family: "HelveticaNeueM", sans-serif;
  width: 240px;
  margin-bottom: 12px;
}
#deleteCollectionModal .modal-footer {
  flex-direction: column;
  padding: 1.5rem 0.75rem;
  justify-content: center;
  border-top: 0px solid #dee2e6;
}
#deleteCollectionModal .modal-body {
  background-color: transparent;
  border-radius: 0px;
  padding: 0.55rem;
  border: 0px solid #7f7f7f;
}

#deleteProfileModal .modal-content {
  border-radius: 30px;
  border: 1px solid #5B5B5B;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(15px);
}
#deleteProfileModal .modal-body {
  text-align: center;
}
#deleteProfileModal .btn-closes {
  background: transparent;
  border: 0;
  color: #fff;
  padding: 0;
  margin: 0;
}
#deleteProfileModal .btn-closes span {
  font-size: 24px;
}
#deleteProfileModal .modal-header {
  text-align: center !important;
  padding: 3rem 1rem;
  justify-content: end;
  border-bottom: 0px solid #dee2e6;
}
#deleteProfileModal .CollectionBtn:hover {
  background: transparent;
}
#deleteProfileModal .BackCollectionBtn {
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 6px 40px;
  text-transform: uppercase;
  font-family: "HelveticaNeueM", sans-serif;
  width: 240px;
}
#deleteProfileModal .CollectionBtn {
  background: #BE4545;
  color: #fff;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 6px 40px;
  text-transform: uppercase;
  font-family: "HelveticaNeueM", sans-serif;
  width: 240px;
  margin-bottom: 12px;
}
#deleteProfileModal .modal-footer {
  flex-direction: column;
  padding: 1.5rem 0.75rem;
  justify-content: center;
  border-top: 0px solid #dee2e6;
}
#deleteProfileModal .modal-body {
  background-color: transparent;
  border-radius: 0px;
  padding: 0.55rem;
  border: 0px solid #7f7f7f;
}

#collectionName {
  width: 50%;
  margin: 0 auto;
}

#editCollectionModal .modal-content {
  border-radius: 30px;
  border: 1px solid #5B5B5B;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(15px);
}
#editCollectionModal .modal-body {
  text-align: center;
}
#editCollectionModal .btn-closes {
  background: transparent;
  border: 0;
  color: #fff;
  padding: 0;
  margin: 0;
}
#editCollectionModal .btn-closes span {
  font-size: 24px;
}
#editCollectionModal .modal-header {
  text-align: center !important;
  padding: 3rem 1rem;
  justify-content: end;
  border-bottom: 0px solid #dee2e6;
}
#editCollectionModal .CollectionBtn:hover {
  background: transparent;
}
#editCollectionModal .BackCollectionBtn {
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 6px 40px;
  text-transform: uppercase;
  font-family: "HelveticaNeueM", sans-serif;
  width: 240px;
}
#editCollectionModal .CollectionBtn {
  background: #BE4545;
  color: #fff;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 6px 40px;
  text-transform: uppercase;
  font-family: "HelveticaNeueM", sans-serif;
  width: 240px;
  margin-bottom: 12px;
}
#editCollectionModal .modal-footer {
  flex-direction: column;
  padding: 1.5rem 0.75rem;
  justify-content: center;
  border-top: 0px solid #dee2e6;
}
#editCollectionModal .modal-body {
  background-color: transparent;
  border-radius: 0px;
  padding: 0.55rem;
  border: 0px solid #7f7f7f;
}

#newCollectionModal .modal-content {
  border-radius: 30px;
  border: 1px solid #5B5B5B;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(15px);
}
#newCollectionModal label {
  color: #FFF;
  text-align: center;
  font-family: "HelveticaNeueM", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 15px;
  display: block;
}
#newCollectionModal .form-control {
  color: #fff;
  border-radius: 20px;
  background: #4f5153;
  width: 73%;
  margin: 0 auto;
  border: 0px;
}
#newCollectionModal .btn-closes {
  background: transparent;
  border: 0;
  color: #fff;
  padding: 0;
  margin: 0;
}
#newCollectionModal .btn-closes span {
  font-size: 24px;
}
#newCollectionModal .modal-header {
  padding: 0rem 1rem;
  justify-content: end;
  border-bottom: 0px solid #dee2e6;
}
#newCollectionModal .CollectionBtn:hover {
  background: transparent;
}
#newCollectionModal .CollectionBtn {
  background: transparent;
  color: #fff;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 3px 33px;
  text-transform: uppercase;
  font-family: "HelveticaNeueM", sans-serif;
}
#newCollectionModal .modal-footer {
  justify-content: center;
  border-top: 0px solid #dee2e6;
}
#newCollectionModal .modal-body {
  background-color: transparent;
  border-radius: 0px;
  padding: 0.55rem;
  border: 0px solid #7f7f7f;
}

#Watchlist .collectionMainDiv {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: row;
  align-content: space-around;
}
#Watchlist .collectionMainDiv .thumbnailImg {
  height: 324px;
  width: 242px;
  height: 324px;
}
#Watchlist .collectionImages {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
#Watchlist .collectionImages .thumbnailImgs {
  width: 100%;
  height: auto;
}
#Watchlist .collectionImages .image-wrapper {
  flex-grow: 1;
  flex-basis: 30%;
  max-width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px;
}
#Watchlist .saveCollectinBtn {
  background: none;
}
#Watchlist .saveCollectinBtna {
  text-decoration: none;
  width: 2rem;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
}
#Watchlist .saveCollectinBtna:hover {
  color: rgba(255, 255, 255, 0.8);
}

#userPin {
  margin-top: 20px;
  display: block;
}

/*----------Collection style end here------------*/
/*--------------------------------Wajahat Modified----------------------------------*/
.fb-login-btn {
  padding: 10px 20px;
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
}

.fb-login-btn img {
  border-radius: 50%;
  width: 30px;
  margin-right: 10px;
}

.fb-login-btn i {
  margin-left: auto;
  font-size: 24px; /* Increase the font size here */
}
