html,
body {
  margin: 0;
  font-family: "IBM Plex Sans", sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #130726 !important;
}

.infinite-scroll-component__outerdiv {
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

.button {
  background-color: #03F87E;
  color: rgb(0, 0, 0);
  border: none;
  margin: 0 2px;
  padding: 10px 12px;
  font-size: 18px;
  cursor: pointer;
  outline: none;
  min-width: 155px;
  font-weight: 100;
  border-radius: 50px;
  text-transform: none;
}

.buttontext {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dropdownButton {
  background: #190547 0% 0% no-repeat padding-box;
  padding: 0;
  min-width: 100px;
  border-radius: 24px;
  border: 1px solid #36215a;
  text-align: left;
  cursor: pointer;
  outline: none;
  font-size: clamp(12px, 1.1vw, 12px);
  letter-spacing: 0px;
  color: #03f87e;
  text-transform: capitalize;
  opacity: 1;
}

.dropdowntext {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.dropdownSection {
  width: auto !important;
  z-index: 1;
  background: #190547 0% 0% no-repeat padding-box;
  border-radius: 4px;
  opacity: 1;
  display: flex;
  flex-direction: column;
  padding: 0px 8px 8px 12px;
}

.dropdownOption {
  padding: 10px 5px 0px 5px;
  text-decoration: none;
  color: #a89abf;
  font-size: clamp(8px, 1.1vw, 12px);
  white-space: nowrap;
}

.activeDropdownOption {
  padding: 10px 5px 0px 5px;
  text-decoration: none;
  color: #03f87e;
  font-size: clamp(8px, 1.1vw, 12px);
  white-space: nowrap;
}

.searchCardroot {
  color: white;
  border: none;
  outline: none;
  width: 100%;
  box-shadow: none;
  border-radius: 10px;
  background-color: transparent;
  cursor: pointer;
  margin: 10px 0 0 0;
}

.cardImage {
  border-radius: 6px;
  width: 100%;
  border: 1px solid #3d2f58;
  background: rgb(25, 5, 71);
}

.searchCardBox {
  margin: 0px !important;
}

.searchCardTitle {
  color: #ffffff;
  opacity: 1;
  font-size: clamp(14px, 1vw, 24px);
  margin-top: 6px;
  text-align: left;
  font-weight: 700;
  letter-spacing: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-line-clamp: 2;
  line-height: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.cardTextRoot {
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}

.imdbmoviespan {
  margin: 4px 0 0 0;
}

.imdbTag {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px 5px 0 0;
  width: 10rem;
}

.imdbTag:before {
  content: "";
  background: #000000 0% 0% no-repeat padding-box;
  opacity: 0.3;
  border-radius: 3px;
  padding: 14px 30px;
  width: 100%;
}

.imdbText {
  position: absolute;
  z-index: 1;
  font-size: 12px;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  color: #fff;
  opacity: 1;
}

.imdbRating {
  color: #fd4376;
  margin-left: 5px;
  font-size: 10px;
}

.searchCardtype {
  background: var(--unnamed-color-00000000) 0% 0% no-repeat padding-box;
  background: #000000 0% 0% no-repeat padding-box;
  opacity: 0.3;
  padding: 4px 6px;
  border-radius: 3px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 2rem;
}

.typeText {
  font-size: clamp(12px, 1vw, 13px);
  letter-spacing: 0px;
  color: #d6c6f4;
  text-transform: capitalize;
  overflow-wrap: normal;
}

.searchDescription {
  font-size: clamp(11px, 1vw, 16px);
  letter-spacing: 0px;
  color: #9f91ca;
  text-transform: capitalize;
  opacity: 1;
  line-height: 16px;
  margin: 4px 0 0 0;
}

.cardWrap {
  display: block;
  content: "";
  position: relative;
  padding-bottom: 150%;
  cursor: pointer;
  background-color: #1e0b40;
  border-radius: 8px;
}

.cardMainContent {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.center {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: "8px";
}

@media screen and (max-width: 600px) {
  .searchCardroot {
    margin: 0px;
  }
  .cardBox {
    padding-left: 10px;
  }
  .searchCardroot .cardImage {
    width: 100% !important;
    height: 100%;
    min-width: 90px;
  }
  .cardImage {
    width: 60px !important;
    height: 90px;
    border-radius: 4px;
  }
  .searchCardTitle {
    line-height: 18px;
    margin-top: 0px;
  }
  .imdbmoviespan {
    margin: 6px 0 0 0;
  }
  .searchDescription {
    letter-spacing: 0px;
    color: #a89abf;
    line-height: 13px;
    text-transform: capitalize;
    opacity: 0.6;
    font-weight: 500;
    margin: 6px 0 0 0;
  }
  .imdbTag {
    margin: 5px 5px 0 0;
  }
  .imdbText {
    color: #d6c6f4;
    opacity: 0.7;
    font-weight: 500;
  }
  .typeText {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    overflow-wrap: normal;
    color: #d6c6f4;
    opacity: 0.7;
    font-weight: 500;
  }
  .searchCardtype {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .cardTextRoot {
    justify-content: normal;
  }
}
.slick-dots li {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.slick-dots {
  bottom: -40px !important;
}

.rating-logoCount {
  display: flex;
  padding: 3px 4.4px;
  border-radius: 2px;
  align-items: center;
  justify-content: center;
}

.rating-logoCount > b {
  line-height: 14px;
  font-weight: normal;
}

.dropdowntext__cust {
  color: #fff;
  line-height: 22px;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
  padding: 8px 18px;
}

.dropdowntext__icon img {
  margin-right: 8.3px;
  width: 16.68px;
  height: auto;
}

.dropdown__with-arrow .dropdownSection {
  position: relative;
}

.dropdown__with-arrow .dropdownSection::after {
  position: absolute;
  content: "";
}

.dropdown__with-arrow.dropdown .dropdownSection::before {
  content: "";
  position: absolute;
  border-color: rgba(194, 225, 245, 0);
  border: solid transparent;
  border-bottom-color: #130726;
  border-width: 11px;
  margin-left: -10px;
  top: -22px;
  right: 15px;
  z-index: 1;
}

.dropdown__with-arrow.dropdown .dropdownSection::after {
  content: "";
  position: absolute;
  right: 14px;
  top: -25px;
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 12px;
  border-bottom-color: #321b4b;
  z-index: 0;
}

.dropdown__with-arrow.dropdown .dropdownSection {
  z-index: 999;
  top: 5px !important;
  border: 1px solid #321b4b;
  min-width: 199px;
  background-color: #130726;
  padding: 27px 14.3px;
}

.dropdown__with-arrow.dropdown .dropdownSection .dropdown-item:first-child {
  padding-top: 0 !important;
}

.dropdown__with-arrow.dropdown .dropdownSection .dropdown-item hr {
  display: none;
}

.dropdown__with-arrow.dropdown .dropdownSection .dropdown-item {
  padding-left: 0;
  padding-right: 0;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.dropdown__with-arrow .dropdownButton {
  background-color: #130726;
  border: 1px solid #29f87e;
}

.dropdown__with-arrow.dropdown .dropdownSection .dropdown-item {
  position: relative;
}

.dropdown__with-arrow.dropdown .dropdownSection .dropdown-item::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid rgb(255 255 255/10%);
  bottom: 0;
  width: 100%;
  left: 0;
}

.dropdown__with-arrow.dropdown .dropdownSection .dropdown-item:last-child::after {
  display: none;
}

.dropdown__with-arrow.dropdown .dropdownSection .dropdown-item:last-child {
  padding-bottom: 0 !important;
}

.outerContainer {
  background-color: rgba(4, 0, 11, 0.3);
  position: absolute;
  margin-top: 2%;
  padding-top: 1%;
}

.socialMedia {
  margin-right: 12px;
  cursor: pointer;
}

.providercard--container .provider--name {
  font-size: 12px;
  color: #fff;
  line-height: 16px;
  font-weight: 500;
  opacity: 1;
  word-break: normal;
}

.providercard--container .provider--subname {
  font-size: 11px;
  color: #d6c6f4;
  line-height: 22px;
  margin-top: 0;
  font-weight: 500;
  opacity: 0.5;
}

.errorWarning {
  font-size: 14px;
  color: rgb(242, 64, 64);
}

.successfulMessage {
  font-size: 14px;
  color: #03f87e;
}

.inputEmail {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  color: #d6c6f4;
}

.innerInput {
  display: flex;
  align-items: center;
  margin-top: 10px;
  position: relative;
}

.mail {
  position: absolute;
  top: 9px;
  left: 14px;
}

.subscribeInput {
  padding: 12px 66px 12px 42px;
  background-color: #341a53;
  border-radius: 6px 0px 0px 6px;
  outline: none;
  border: none;
  opacity: 1;
  color: white;
}

.button {
  background: #03F87E !important;
  background-color: transparent;
  padding: 8px 20px;
  font-size: 13px;
  margin-left: 0px;
  border: none;
  margin-top: 0px;
  border-radius: 0px 6px 6px 0px;
  text-transform: none;
}

.termsInline {
  border-top: 1px solid rgb(214 198 244/15%);
  margin-top: 20px;
}

.termsInline .partnerWrap {
  opacity: 0.9;
}

.partnerWrap {
  color: #d6c6f4;
  margin: 1rem 0;
}

.partnerWrap span {
  font-size: 14px;
  cursor: pointer;
}

.footer .links,
.partnerWrap span {
  transition: 0.2s all;
  cursor: pointer;
}

.footer .links:hover,
.partnerWrap span:nth-child(even):hover {
  color: #03f87e !important;
}

.d-flex {
  display: flex;
}

.justify-space-between {
  justify-content: space-between;
}

.align-items-center {
  align-items: center;
}

.align-item-end {
  align-items: flex-end !important;
}

.padding-bottom-10 {
  padding-bottom: 10px !important;
}

.content-details--box {
  margin-right: 47px !important;
  position: relative;
}

.content-details--box::after {
  position: absolute;
  content: "";
  border-right: 1px solid rgb(168 154 191/10%);
  right: -25px;
  height: 100%;
}

.watchBox--custom {
  justify-content: space-between !important;
}

.ReactModal__Overlay--after-open {
  z-index: 9992 !important;
}

.cardBox--custom .cardBox--wrap {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: space-between;
}

.content--logo-center {
  flex: 1 1;
  display: flex;
  justify-content: center;
}

@media (min-width: 320px) and (max-width: 600px) {
  .rating-logoCount {
    display: flex;
    padding: 3px;
    border-radius: 2px;
    align-items: center;
    justify-content: center;
  }
  .free-stream {
    padding: 2px 3px !important;
    font-size: 10px !important;
    top: 9px !important;
    font-family: "IBM Plex Sans" !important;
    text-transform: capitalize;
  }
}
.providerIcon--custom {
  max-width: 20px;
  height: auto;
}

.mainBox--container .mainBox--custom {
  padding: 18px 30px;
  margin-left: 0;
  margin-right: 0;
  align-items: center;
  flex-wrap: wrap;
  background: rgb(19 7 38/30%);
}

.content--box-wishlist {
  padding-left: 20px;
  padding-right: 20px;
}

.content--action {
  padding-left: 30px;
}

.watchNowCardWrap--cust {
  display: flex;
  align-items: center;
  justify-content: center;
}

.whereToWatch {
  margin-top: 20px;
  padding-bottom: 40px;
}

.whereTowatchmodal--ht,
.overflow-375 {
  max-height: 375px !important;
  height: auto !important;
  overflow-x: auto;
  padding-right: 5px;
}

.overflow-375::-webkit-scrollbar {
  width: 3px;
  margin: 10px 20px;
  background: #090411 0% 0% no-repeat padding-box;
  height: 3px;
}

.overflow-375::-webkit-scrollbar-thumb {
  background: rgb(168 154 191/10%);
  border-radius: 10px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  height: 3px;
}

.overflow-375:hover::-webkit-scrollbar-thumb {
  background: #03f87e;
  height: 3px;
}

.overflow-375::-webkit-scrollbar-track {
  background: #090411 0% 0% no-repeat padding-box;
  box-shadow: inset 0 0 5px #090411;
  border-radius: 10px;
  height: 3px;
}

.whereTowatch--img {
  width: 100%;
  margin-bottom: 8px !important;
  position: relative;
}

.whereTowatch--img::before {
  position: absolute;
  content: "";
  border-bottom: 1px solid rgb(255 255 255/15%);
  bottom: -9px;
  left: 0;
  width: 100%;
}

.imgBox--wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.imgBox--wrap .image-wrap {
  width: 150px;
  height: auto;
  margin-bottom: 15px;
}

.btn-primary--green {
  color: #29f87e !important;
  background-color: #130827 !important;
  white-space: nowrap !important;
  border: 1px solid #29f87e !important;
  margin: 10px 5px !important;
  border-radius: 50px !important;
  font-size: 13px !important;
  text-transform: capitalize !important;
}

.btn-primary--green:hover {
  background: #29f87e !important;
  color: #130827 !important;
}

.stayInformed__content-box--custom {
  position: relative;
  z-index: 3;
}

.btn-primary {
  color: #29f87e;
  border: 1px solid #29f87e;
  height: auto;
  padding: 8px 20px;
  font-size: clamp(10px, 1vw, 14px);
  min-width: 77px;
  font-weight: 600;
  white-space: nowrap;
  border-radius: 50px;
  text-transform: none;
  background-color: #130827;
  transition: 0.2s all;
  display: inline-block;
  position: relative;
  z-index: 999;
}

.btn-primary:hover {
  background-color: #29f87e;
  border: 1px solid #29f87e;
  color: #130827;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.w-100 {
  width: 100%;
}

.max-w-100 {
  max-width: 100%;
}

.mt-2 {
  margin-top: 2rem;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.overflowHidden {
  overflow: hidden !important;
}

.title-custom {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 45px;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 6.3px;
}

.scrolldown-text {
  color: #d6c6f4;
  opacity: 70%;
  text-transform: uppercase;
  font-size: 8px;
  font-weight: 400;
  margin-top: 5px;
}

#mouse-scroll {
  position: absolute;
  margin: auto;
  left: 50%;
  bottom: 10%;
  -webkit-transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.page-not-found,
.page-not-found__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.page-not-found {
  margin-top: 36px;
}

.page-not-found__smalltext {
  font-size: clamp(18px, 2vw, 20px);
  font-weight: 500;
  line-height: 24px;
  color: #ffffff;
  margin-top: 25px;
}

.page-not-found__heroText {
  color: #ffffff;
  margin-top: 9px;
  margin-bottom: 20px;
  font-family: "IBM Plex Sans";
  text-align: center;
  font-size: clamp(12px, 2vw, 16px);
  max-width: 100%;
}

.page-not-found-page__img {
  width: 150px;
  height: auto;
}

.google-ads-center {
  background-color: rgba(0, 0, 0, 0.3);
  display: grid;
  place-items: center;
}

.share-details__icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.all-language__container .bodywrap__custom {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 12px;
}

.all-language__container .countDetailsWrap__custom {
  margin-top: 10px;
}

.rating-badge {
  position: absolute;
  left: 6px;
  top: 6px;
  background: #4b14a7;
  border-radius: 2px;
  font-size: clamp(10px, 1.5vw, 13px);
  list-style: clamp(13px, 1.5vw, 17px);
  color: #fff;
  padding: 1px 5px;
  z-index: 1;
}

.arrowCustom:hover .aRightArrowCustom {
  fill: #29f87e;
  stroke: #29f87e;
}

.arrowCustom svg {
  transition: 0.2s all;
}

.arrowCustom:hover svg {
  transform: scale(1.3);
}

@media (min-width: 320px) and (max-width: 580px) {
  .skeleton__rect {
    height: 220px;
  }
  .skeleton__text--seeall {
    min-height: 15px;
    max-height: 15px;
    width: 14% !important;
    min-width: 14%;
  }
  .skeleton__text.skeleton__text--single {
    height: 20px;
    max-height: 20px;
  }
  .watchBox--custom .watchNowCardWrap--cust {
    padding: 10px;
    margin-bottom: 10px;
    align-items: center;
    justify-content: center;
  }
  .content-details--box img {
    width: 40px !important;
    height: auto !important;
  }
  .content-details--box {
    margin-right: 0 !important;
  }
  .content-details--box::after {
    display: none;
  }
  .content-details--info {
    text-align: center;
  }
  .quality--cust {
    margin-bottom: 4px !important;
  }
}
#mouse-scroll .mouse {
  height: 30px;
  width: 17px;
  border-radius: 10px;
  transform: none;
  border: 1px solid #a89abf;
  position: relative;
}

#mouse-scroll .mouse-in {
  height: 7.5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: #a89abf;
  -webkit-animation: animated-mouse 1.2s ease infinite;
  position: absolute;
  left: 42%;
  transform: translateX(-50%);
}

#mouse-scroll .down-arrow-1 {
  margin-top: 10px;
}

#mouse-scroll span {
  display: block;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  border-right: 1px solid #a89abf;
  border-bottom: 1px solid #a89abf;
  position: absolute;
  left: 45%;
}

#mouse-scroll .down-arrow-1 {
  -webkit-animation: mouse-scroll 1s infinite;
}
@keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.base-hover:hover {
  transform: scale(1.5);
}

.page-not-found__heroText {
  max-width: 65%;
  margin-top: 5px;
  margin-bottom: 10px;
  line-height: 18px;
}

.page-not-found-page__img {
  width: 110px;
  height: auto;
}

.page-not-found__smalltext {
  margin-top: 10px;
}

.all-language__container .countDetailsWrap__custom {
  margin-top: 4px;
}

.all-language__container .bodywrap__custom {
  padding-bottom: 7px;
}

@media (min-width: 600px) {
  .content-details--info {
    max-width: 84px;
  }
}
@media (min-width: 960px) {
  .whereToWatchBox--cust .cardBox--custom {
    max-width: 23%;
    flex-basis: 23%;
    margin: 10px 10px 0 0;
  }
}
.whereToWatch {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.bigflix {
  left: 25%;
  top: 35%;
  background: url("https://images.ottplay.com/downloadapp/bigflix.png") no-repeat;
  background-size: contain;
}

.voot {
  left: 10%;
  top: 20%;
  background: url("https://images.ottplay.com/downloadapp/voot.png") no-repeat;
  background-size: contain;
}

.sonyLiv {
  left: 10%;
  top: 60%;
  background: url("https://images.ottplay.com/downloadapp/sonyliv.png") no-repeat;
  background-size: contain;
}

.altbalaji {
  left: 25%;
  bottom: 0;
  background: url("https://images.ottplay.com/downloadapp/altbalaji.png") no-repeat;
  background-size: contain;
}

.netflix {
  left: 25%;
  top: -2%;
  background: url("https://images.ottplay.com/downloadapp/netflix.png") no-repeat;
  background-size: contain;
}

.zee {
  left: 40%;
  bottom: 20%;
  background: url("https://images.ottplay.com/downloadapp/Zee5.png") no-repeat;
  background-size: contain;
}

.hotstar {
  right: 32%;
  background: url("https://images.ottplay.com/downloadapp/hotstar.png") no-repeat;
  background-size: contain;
}

.hbo {
  top: 8%;
  left: 40%;
  background: url("https://images.ottplay.com/downloadapp/hbo.png") no-repeat;
  background-size: contain;
}

.vimeo {
  top: 0;
  right: 10%;
  background: url("https://images.ottplay.com/downloadapp/vimeo.png") no-repeat;
  background-size: contain;
}

.appletv {
  top: 35%;
  right: 8%;
  background: url("https://images.ottplay.com/downloadapp/AppleTVPlus.png") no-repeat;
  background-size: contain;
}

.Mavshack {
  right: 10%;
  bottom: 0;
  background: url("https://images.ottplay.com/downloadapp/Mavshack.png") no-repeat;
  background-size: contain;
}

.prime {
  top: 15%;
  left: 45%;
  background: url("https://images.ottplay.com/downloadapp/prime.png") no-repeat;
  background-size: contain;
}

.DiscoveryPlus {
  bottom: 15%;
  left: 45%;
  background: url("https://images.ottplay.com/downloadapp/discoverplus.png") no-repeat;
  background-size: contain;
}

.epicon {
  right: 26%;
  top: 20%;
  background: url("https://images.ottplay.com/downloadapp/epicon.png") no-repeat;
  background-size: contain;
}

.alt {
  right: 25%;
  bottom: 10%;
  background: url("https://images.ottplay.com/downloadapp/alt.png") no-repeat;
  background-size: contain;
}

.aha {
  left: 25%;
  bottom: 10%;
  background: url("https://images.ottplay.com/downloadapp/Aha.png") no-repeat;
  background-size: contain;
}

.netflix,
.altbalaji,
.bigflix,
.prime,
.alt,
.Mavshack {
  max-width: 96px;
  max-height: 96px;
  width: 12%;
  height: 100%;
}

.hbo,
.zee,
.DiscoveryPlus,
.epicon,
.appletv,
.epicon {
  width: 13%;
  max-width: 118px;
  max-height: 118px;
  height: 100%;
}

.voot,
.sonyLiv,
.hotstar,
.vimeo,
.aha {
  max-width: 89px;
  max-height: 89px;
  width: 10%;
  height: 100%;
}

.discover {
  background-image: url("https://images.ottplay.com/downloadapp/discoverOverlay.png");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px;
  background-position: top center;
  position: relative;
  overflow: hidden;
  background-attachment: fixed;
}

.discover::after {
  position: absolute;
  bottom: 0;
  width: 100%;
  content: "";
  background-image: url("https://images.ottplay.com/downloadapp/overlay-img.png");
  background-repeat: no-repeat;
  height: 160px;
  left: 0;
  z-index: 1;
}

.d-none {
  display: none !important;
}

.free-stream {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 6px;
  background: #29f87e 0% 0%;
  border-radius: 2px 0 0 2px;
  font-size: 12px;
  color: #000000;
  font-family: "IBM Plex Sans";
  padding: 2.5px 4px;
  text-transform: capitalize;
}
.miniTrailer {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  bottom: 0;
}

.paper__custom:nth-child(2n+1) {
  padding-left: 0 !important;
}

.trailer__wraper .paper__custom {
  margin-left: 0;
}

@media (min-width: 1920px) {
  .paper__custom:nth-child(2n+1) {
    padding: 0 8px !important;
  }
  .paper__custom:nth-child(3n+4) {
    padding-left: 0 !important;
  }
}
.paper {
  width: 100%;
  height: 100%;
  padding: 16px;
  overflow: hidden;
  border-radius: 8px 0px 0px 8px;
  background-color: #170732;
}

.header {
  padding: 10px 20px 15px 18px;
}

.synopContentTitle {
  color: #000000;
  width: 100%;
  margin: 0;
  font-size: clamp(16px, 2.2vw, 28px);
  font-weight: 600;
}

.synopContentBox {
  height: calc(100% - 70px);
  margin-top: 15px;
  overflow-y: auto;
  margin-right: 18px;
  scrollbar-color: #4a3fb3 #d9d9d9;
  scrollbar-width: thin;
}

.synopContentBox::-webkit-scrollbar {
  width: 12px;
}

.synopContentBox::-webkit-scrollbar-track {
  background: #d9d9d9;
  border-radius: 20px;
}

.synopContentBox::-webkit-scrollbar-thumb {
  border: 4px solid #d9d9d9;
  border-radius: 20px;
  background-color: #4a3fb3;
}

.synopContentDesc {
  color: #565656;
  margin: 0;
  font-size: clamp(12px, 1.2vw, 16px);
  text-align: justify;
  font-weight: 400;
}

.synopContentDesc a {
  color: blue;
}

.faqDesc {
  color: #565656;
  margin: 0;
  font-size: clamp(12px, 1.2vw, 16px);
  margin-top: 4px;
  text-align: justify;
  font-weight: 400;
  white-space: normal;
}

.synopClose {
  display: flex;
  justify-content: flex-end;
}

.synopClose img {
  width: clamp(14px, 1.4vw, 23px);
}

.synopContent {
  padding: 20px 45px 20px 30px;
  padding-top: 0;
}

@media (max-width: 599.95px) {
  .movie_container {
    margin: 0px !important;
  }
  .contentLeftBox {
    order: 1;
  }
  .media {
    width: auto;
    height: 250px;
  }
  .header {
    padding: 15px 20px 5px 18px;
    border-bottom: 1px solid rgb(14 14 14/30%);
  }
  .pageHeader {
    font-size: 16px;
    font-weight: 600;
  }
  .paper {
    height: 100%;
    padding: 14px 16px;
    border-radius: 0;
  }
  .synopHeader {
    padding: 12px 15px;
  }
  .synopHeading {
    font-weight: 800;
    line-height: 19px;
  }
  .synopContentBox {
    height: 80%;
    margin-top: 13px;
    overflow-x: hidden;
    overflow-y: scroll;
    margin-right: 10px;
  }
  .advert {
    margin-bottom: 13px;
  }
  .synopContentTitle {
    margin-top: 0;
    line-height: 20px;
  }
  .synopContentDesc {
    color: #565656;
    margin-top: 8px;
    line-height: 16px;
  }
  .faqDesc {
    color: #565656;
    margin-top: 8px;
    line-height: 16px;
  }
  .synopContent {
    padding: 0px 15px 20px 15px;
  }
}
@media (min-width: 1400px) {
  .topNewWrap__xl {
    width: 100% !important;
  }
  .TopNewsContainer__custom {
    width: 50% !important;
  }
  .streamingWidgetContainer__custom {
    gap: 0 10% !important;
  }
  .border--custom {
    margin: 0 35px;
  }
}
@media (min-width: 320px) and (max-width: 600px) {
  .rating-logoCount {
    display: flex;
    padding: 3px;
    border-radius: 2px;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 320px) and (max-width: 580px) {
  .watchBox--custom .watchNowCardWrap--cust {
    padding: 10px;
    margin-bottom: 10px;
    align-items: center;
    justify-content: center;
  }
  .content-details--box img {
    width: 40px !important;
    height: auto !important;
  }
  .content-details--box {
    margin-right: 0 !important;
  }
  .content-details--box::after {
    display: none;
  }
  .content-details--info {
    text-align: center;
  }
  .quality--cust {
    margin-bottom: 4px !important;
  }
}
@media (min-width: 320px) {
  .footer--logo {
    width: 83px;
    height: auto;
    margin-top: 10px;
    margin-bottom: 4px;
  }
  .aboutUs-logo {
    width: 100px;
    height: auto;
    align-self: flex-end;
    margin-bottom: 20px;
  }
  .aboutUs-popcornlogo {
    width: 104px;
  }
}
@media (max-width: 599px) {
  .imgBox--wrap .image-wrap {
    width: 110px;
    height: auto;
    margin-bottom: 10px;
  }
  .content--box-wishlist {
    padding-left: 0;
    padding-right: 0;
  }
  .content--action {
    padding-left: 0;
  }
  .containerbox--cust {
    display: block !important;
  }
  .mainBox--container .mainBox--custom {
    text-align: center;
    margin-left: 15px;
    margin-right: 15px;
    padding: 25px 30px;
  }
  .content--logo {
    margin-top: 25px !important;
    position: relative;
  }
  .content--logo::before {
    position: absolute;
    content: "";
    border-top: 1px solid #281b55;
    width: 100%;
    top: -15px;
    left: 0;
  }
  .outer-margin--explicit {
    margin-top: 25% !important;
  }
  .overflow-375::-webkit-scrollbar-thumb {
    background: #03f87e;
  }
  .cardBox--custom .cardBox--wrap {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .whereTowatch--img {
    width: 65px;
    margin-right: 10px !important;
    margin-bottom: 0 !important;
    position: relative;
    text-align: left;
  }
  .whereTowatch--detail {
    width: 140px;
    text-align: left;
  }
  .cardBox--custom {
    margin: 10px 10px 0 0 !important;
    padding: 10px 10px !important;
  }
  .whereTowatch--img::before {
    position: absolute;
    content: "";
    border-right: 1px solid rgb(255 255 255/15%);
    border-bottom: 0;
    top: 0;
    bottom: auto;
    left: auto;
    right: 3px;
    width: 100%;
    height: 100%;
  }
  .whereToWatchBox--cust {
    flex-wrap: nowrap !important;
  }
  .whereTowatch--img img {
    width: 45px !important;
  }
  .scoll-nav__list-item {
    margin-right: 15px;
  }
  .explore-more__video {
    padding: 0;
  }
  .reactPlayer--custom {
    border-radius: 0;
  }
  .miniTrailer__main {
    padding-bottom: 56.65%;
  }
}
@media (min-width: 600px) {
  .content-details--info {
    max-width: 84px;
  }
}
@media (min-width: 768px) {
  .aboutUs-logo {
    width: 200px;
    height: auto;
    margin-bottom: 30px;
    margin-top: 35px;
  }
  .aboutUs-popcornlogo {
    width: 230px;
  }
  .footer--logo {
    width: 167px;
    height: auto;
  }
  .scroll-nav {
    justify-content: center;
    padding: 0;
  }
}
@media (min-width: 960px) {
  .whereToWatchBox--cust .cardBox--custom {
    max-width: 23%;
    flex-basis: 23%;
    margin: 10px 10px 0 0;
  }
  .explore-more__content .text-left {
    margin-left: 8%;
  }
  .explore-more__content {
    display: flex;
    justify-content: center;
  }
  .explore-more {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media (min-width: 992px) {
  .aboutUs-logo {
    width: 300px;
    height: auto;
    margin-bottom: 50px;
    margin-top: 35px;
  }
  .aboutUs-popcornlogo {
    width: 330px;
  }
}
@media (min-width: 960px) and (max-width: 1200px) {
  .skeleton__rect {
    height: 190px;
  }
}
@media (min-width: 960px) {
  .what-to-watch--img-wrap img {
    margin-top: -6.5%;
  }
}
@media (max-width: 767px) {
  .netflix,
  .altbalaji,
  .alt,
  .Mavshack,
  .voot,
  .sonyLiv,
  .vimeo,
  .epicon,
  .appletv,
  .epicon {
    display: none;
  }
  .bigflix,
  .aha,
  .hbo,
  .zee,
  .DiscoveryPlus,
  .hotstar,
  .prime {
    width: 43px;
    max-width: 43px;
    max-height: 43px;
    height: 100%;
  }
  .hotstar {
    top: auto;
    bottom: 28%;
    left: -5%;
  }
  .hbo {
    bottom: 14%;
    top: auto;
    left: 14%;
  }
  .bigflix {
    bottom: 2%;
    left: 14%;
    top: auto;
  }
  .zee {
    bottom: 10%;
    left: 50%;
    z-index: 1;
  }
  .prime {
    bottom: 13%;
    top: auto;
    left: 35%;
    z-index: 1;
  }
  .aha {
    top: auto;
    bottom: 20%;
    left: 70%;
  }
  .DiscoveryPlus {
    bottom: 1%;
    right: 10%;
  }
  .floating-provider-logo {
    opacity: 70%;
  }
}
.container {
  max-width: 1172px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
}

@media (min-width: 1367px) {
  .container {
    max-width: 1330px;
  }
}
@media (max-width: 346px) {
  .all-genres-container {
    grid-template-columns: repeat(auto-fit, minmax(125px, 1fr)) !important;
  }
  .all-genres .providerImage {
    height: 91px !important;
  }
}
.embed-aspect-ratio {
  position: relative;
  padding-bottom: 56.65%;
}

.embed-aspect-ratio > iframe,
.embed-aspect-ratio > .reactPlayerAspectratio {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.homeBannerSlider .slick-prev,
.homeBannerSlider .slick-next {
  height: auto !important;
}

.homeBannerSlider .slick-dots {
  bottom: -20px !important;
}

.homeBannerSlider .slick-dots li button:before {
  opacity: 1 !important;
  font-size: 8px !important;
}

.homeBannerSlider .slick-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.homeBannerSlider__imgwrap {
  padding-bottom: 56.65%;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}

.homeBannerSlider__imgwrap.featuredSub:after {
  display: none;
}

.homeBannerSlider__imgwrap:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80%;
  display: block;
  background: linear-gradient(0deg, rgba(16, 4, 31, 0.8) 0%, rgba(16, 4, 31, 0.1) 68%, rgba(16, 4, 31, 0) 100%);
}

.homeBannerSlider__imgwrap__cinemaRatio {
  position: relative;
  padding-bottom: 56.65%;
}

.homeBannerSlider__imgwrap img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.homeBannerSlider .slick-slide {
  padding: 0 5px;
}

.homeBannerSlider .slick-dots li button:before {
  color: #392a52 !important;
}

.homeBannerSlider .slick-dots li.slick-active button:before {
  color: #ec3e6d !important;
  opacity: 1;
}

.homeBannerSlider .slick-dots li,
.homeBannerSlider .slick-dots li button:before {
  width: 15px;
}

.homeBannerSlider .slick-dots li {
  margin: 0;
}

.homeBannerSlider .slick-prev:before,
.homeBannerSlider .slick-next:before,
.slick-arrow-none .slick-prev:before,
.slick-arrow-none .slick-next:before {
  display: none;
}

.profileSlider .slick-dots {
  bottom: -15px !important;
}

.homeBannerSlider.profileSlider .homeBannerSlider__imgwrap {
  border-radius: 10px;
  overflow: hidden;
}

.homeBannerSlider.profileSlider {
  padding-bottom: 0;
  padding-top: 0;
  margin: 0 -15px 15px;
}

.modalTitle {
  font-weight: 500;
  font-size: 24px;
  margin: 0;
  line-height: 32px;
}

.modalSubTitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  margin: 10px 0 20px;
}

.shareDrawer {
  position: absolute;
  top: 12px;
  right: 55px;
}

.btn__withPrice {
  display: flex;
  justify-content: center;
  font-size: 28px;
  line-height: 0.5;
  padding: 7px 0 5px;
  font-family: "IBM Plex Sans", sans-serif !important;
}

.btn-block {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btn__withPrice span {
  font-size: 14px;
  display: block;
  font-weight: bold;
}

@media (max-width: 600px) {
  .btn__withPrice {
    font-size: 26px;
  }
  .btn__withPrice span {
    font-size: 10px;
    padding-left: 3px;
  }
}
.slick-arrow-none .slick-prev::before,
.slick-arrow-none .slick-next::before {
  display: none;
}

.slick-arrow-none .slick-prev {
  left: -25px;
  width: auto;
  height: auto;
}

.slick-arrow-none .slick-next {
  right: -25px;
  width: auto;
  height: auto;
}

.slick-arrow-none .slick-prev.slick-disabled img,
.slick-arrow-none .slick-next.slick-disabled img {
  display: none;
}

.btn-solid {
  background: #29f87e;
  color: #000000;
  border: 1px solid #29f87e;
  padding: 4px 5px;
  text-align: center;
  font-weight: 400;
  font-size: clamp(9px, 2vw, 14px);
  border-radius: 2px;
  cursor: pointer;
  transition: 0.2s all;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
}

.btn-solid:hover {
  background: #130827;
  color: #fff;
}

.btn-with--icon svg {
  margin-right: 3.3px;
  width: 14px !important;
  height: auto !important;
}

.btn-with--icon:hover svg path {
  fill: #29f87e;
}

@media (max-width: 500px) {
  .btn-with--icon.subscribe-btn:hover svg path {
    fill: #000000;
  }
  .btn-solid.subscribe-btn:hover {
    background: #29f87e;
    color: #000000;
  }
}
.subscribe-btn {
  border-radius: 6px;
  background-image: url(https://images.ottplay.com/static/newImages/subscribe-btn.svg);
  background-repeat: no-repeat;
  background-position: 3px;
  padding-left: 21px;
  background-size: 14px;
}

.subscribe-btn:hover {
  background-image: url(https://images.ottplay.com/static/newImages/subscribe-btn-hover.svg);
  background-repeat: no-repeat;
  background-position: 3px;
  background-size: 14px;
}

.addboxComman {
  width: 100%;
}

.addhead {
  font-size: 12px;
  color: #868383;
  margin-bottom: 7px;
}

.mainAddbox {
  width: 300px;
}

.moviedetailpage .swiper-button-next {
  right: 10px;
}

.moviedetailpage .swiper-button-next:after {
  font-size: 20px;
  color: #fff;
}

.moviedetailpage .swiper-button-prev:after {
  font-size: 20px;
  color: #fff;
}

.moviedetailpage .swiper-button-prev {
  left: 10px;
}

.moviedetailpage {
  width: 100%;
}

@media (max-width: 767px) {
  .moviedetailpage .swiper-button-next,
  .moviedetailpage .swiper-button-prev {
    display: none;
  }
}
.yearsDropdown {
  padding: 0 10px 0 20px;
}

.yearsDropdown .MuiInput-input {
  color: #fff;
  font-size: 16px;
}

.yearsDropdown .MuiInput-formControl svg {
  color: #fff;
}

.rightpos {
  right: -20px !important;
}

.premiumPbtn {
  background: #4b14a7;
  border: solid 1px #4b14a7;
  color: #fff;
  text-transform: uppercase;
  border-radius: 4px !important;
  cursor: auto !important;
  align-items: center;
  line-height: 1.2;
}

.premiumPbtn:hover {
  background: #4b14a7;
  border: solid 1px #4b14a7;
  color: #fff;
}

.swal2-container.swal2-center > .swal2-popup {
  padding-bottom: 30px;
}

.swal2-title {
  font-size: 24px !important;
  font-weight: normal;
  padding-top: 30px !important;
}

.swal2-close,
.swal2-close:hover {
  color: #6819bf !important;
}

.vjs-iframe-blocker {
  display: none !important;
}

#playPause {
  animation: hideAnimation 0s ease-in 5s;
  animation-fill-mode: forwards;
}

@keyframes hideAnimation {
  to {
    visibility: hidden;
    width: 0;
    height: 0;
  }
}
.overflowH {
  overflow: hidden;
}

.contentTypeLi {
  text-transform: capitalize;
}

.playIcon {
  background: rgba(0, 0, 0, 0.5) url("https://images.ottplay.com/static/subscriptionimages/playIconGreen.svg") no-repeat center center;
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 4px;
  background-size: 40%;
  left: 6px;
  bottom: 6px;
  z-index: 1;
}

.crownIcon {
  background: rgba(0, 0, 0, 0.5) url("https://images.ottplay.com/static/subscriptionimages/premium.png") no-repeat center center;
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 4px;
  background-size: 50%;
  left: 6px;
  bottom: 6px;
  z-index: 1;
}

.homeSliderBG {
  background-color: #1F1431;
}

.homeSliderBG .homeBannerSlider .slick-dots {
  bottom: -9px !important;
}

.subsBannerAfter {
  position: relative;
  z-index: 1;
}

.subsBannerAfter::after {
  content: "";
  position: absolute;
  top: -38.76px;
  right: 50%;
  transform: translateX(50%);
  width: 100vw;
  height: calc(100% + 38.76px);
  background-color: #1F1431;
  z-index: -1;
}

.subsBannerAfter .slick-dots {
  bottom: -24px !important;
}

.overflowHiddenX {
  overflow-x: hidden;
}

.moreZindex {
  z-index: 99;
}

.moreDropdown__close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  z-index: 11;
  transition: all 0.2s linear;
}

.subsBannerAfter .homeBannerSlider {
  padding-top: 2px;
  padding-bottom: 30px;
}

@media (max-width: 599px) {
  .providerSlider {
    padding: 0 30px 0 15px;
    overflow: hidden;
  }
  .providerSlider .slick-list {
    overflow: visible;
  }
}
.mobiledevice {
  padding-top: 64px;
}

@media (max-width: 700px) {
  .mobiledevice {
    padding-top: 56px;
  }
  .mobiledevice.searchPage {
    padding-top: 0 !important;
  }
}
.plansSliderWrap .homeBannerSlider.profileSlider .slick-prev,
.plansSliderWrap .homeBannerSlider.profileSlider .slick-next {
  z-index: 2;
}

.plansSliderWrap .homeBannerSlider.profileSlider .slick-prev {
  left: 5px;
}

.plansSliderWrap .homeBannerSlider.profileSlider .slick-next {
  right: 25px;
}

.plansSliderWrap .homeBannerSlider.profileSlider .homeBannerSlider__imgwrap {
  width: 160px;
}

.plansSliderWrap {
  position: relative;
}

.plansSliderWrap .plansSliderGradient::before,
.plansSliderWrap .plansSliderGradient::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100px;
  top: 0;
  height: 100%;
  pointer-events: none;
}

.plansSliderWrap .plansSliderGradient::before {
  left: -15px;
  background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
}

.plansSliderWrap .plansSliderGradient::after {
  right: -15px;
  background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
}

@media (max-width: 900px) {
  .plansSliderWrap .homeBannerSlider.profileSlider .slick-prev {
    left: 30px;
    width: auto;
  }
  .plansSliderWrap .homeBannerSlider.profileSlider .slick-next {
    right: 30px;
    width: auto;
  }
}
@media (max-width: 420px) {
  .playIcon,
  .crownIcon {
    width: 24px;
    height: 24px;
  }
}
button {
  font-family: "IBM Plex Sans", sans-serif !important;
}

.vjs-text-track-cue div {
  position: absolute !important;
  width: 100% !important;
  bottom: 4vh !important;
  left: 0 !important;
  color: #fff !important;
  text-align: center !important;
  padding: 20px 30px !important;
  background: rgba(0, 0, 0, 0) !important;
  font-size: clamp(16px, 1.4vw, 28px) !important;
  font-family: "IBM Plex Sans", sans-serif !important;
  font-weight: bold;
  display: inline-block !important;
  padding: 5px 10px !important;
  line-height: 1.3;
}

@media (max-width: 1400px) {
  .vjs-text-track-cue div {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .vjs-text-track-cue div {
    font-size: 13px;
  }
}
@media (max-width: 600px) {
  .vjs-text-track-cue div {
    font-size: 12px;
  }
  .plansSliderWrap .homeBannerSlider.profileSlider .slick-prev {
    left: 25px;
    width: auto;
  }
  .plansSliderWrap .homeBannerSlider.profileSlider .slick-next {
    right: 25px;
    width: auto;
  }
}
.title-med-screen {
  padding-right: 5px;
}

.providerSlider .slick-track {
  display: flex !important;
}

.providerSlider .slick-track .slick-slide,
.providerSlider .slick-track .slick-slide > div > div {
  height: inherit !important;
}

.providerSlider .slick-track .slick-slide > div {
  height: 100% !important;
}

.line-1 {
  position: relative;
  top: 50%;
  margin: 0 auto;
  border-right: 2px solid rgba(255, 255, 255, 0.75);
  overflow: hidden;
}

/* Animation */
.anim-typewriter {
  animation: typewriter 4s steps(44) 1s infinite both, blinkTextCursor 500ms steps(44) infinite normal;
}

@keyframes typewriter {
  from {
    width: 0;
  }
  to {
    width: 4em;
  }
}
@keyframes blinkTextCursor {
  from {
    border-right-color: rgba(255, 255, 255, 0.75);
  }
  to {
    border-right-color: transparent;
  }
}
.grecaptcha-badge {
  visibility: hidden !important;
}

.providerSliderNeww .slick-list .slick-track {
  margin: 0px;
}

.tvTitle {
  margin-top: 10px;
  padding: 0;
  cursor: pointer;
  background: #1f1431;
  position: relative;
  z-index: 9;
}

.tvTitle span {
  color: white;
  font-size: 20px;
  padding-left: 2%;
  font-weight: bold;
}

@media (max-width: 768px) {
  .subscribeInput {
    padding: 12px 50px;
  }
}
@media (max-width: 425px) {
  .subscribeInput {
    padding: 12px 40px;
  }
}
@media (min-width: 320px) and (max-width: 600px) {
  .root {
    padding: 4%;
    background-color: rgba(4, 0, 11, 0.3);
    position: absolute;
    margin-top: 2%;
  }
  .watchTv_logo {
    width: 212px;
  }
  .seperator {
    margin: 20px 0;
  }
  .errorWarning {
    font-size: 12px;
    color: rgb(242, 64, 64);
  }
  .successfulMessage {
    font-size: 12px;
    color: #03F87E;
  }
  .follow {
    color: #D6C6F4;
    font-size: 12px;
    font-weight: 600;
    margin: 5% 0 0 0;
  }
  .partnerWrap {
    text-align: center;
    color: #D6C6F4;
    margin: 0.5rem;
  }
  .partnerWrap span {
    font-size: 12px;
  }
  .downloadApp {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(214, 198, 244, 0.2);
    border-radius: 50%;
    width: 36px;
    height: 36px;
    margin: 0px 0px 0px 6px;
  }
  img.downloadApp {
    max-width: 50%;
    max-height: 50%;
  }
  .inbox {
    color: #D6C6F4;
    font-size: 10px;
    font-weight: 400;
    margin-top: 5%;
  }
  .subscribeInput {
    padding: 12px 12% 12px 12px;
    width: 80%;
    background-color: rgba(52, 32, 92, 0.45);
    border-radius: 31px;
    outline: none;
    border: none;
    color: #A89ABF;
    height: 36px;
    font-size: 14px;
  }
  .list {
    list-style: none;
    text-align: left;
    opacity: 0.6;
    padding: 0px;
    margin-left: 10px;
    line-height: 1.43;
  }
  .links {
    text-decoration: none !important;
    color: #D6C6F4;
    font-weight: 400;
    font-size: 14px;
    line-height: auto;
  }
}

.container {
  max-width: 1172px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

@media (max-width: 767px) {
  .container {
    max-width: 1154px;
    padding: 0 15px;
  }
}
.com-flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.pagePathBackground {
  width: 100%;
  /* background: rgba(96,73,125,0.15); */
  margin-left: 0px;
  margin-right: 0px;
  flex-grow: 1;
  display: flex;
  /* margin-inline: -10px; */
  padding: 5px;
}

.crew-widget-flex-wrap {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: hidden;
  overflow-y: hidden;
}

.lists-unstlyed {
  padding: 0;
  margin: 0;
  list-style: none;
}

.bullet-lists-circle {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: center;
}

@media (max-width: 767px) {
  .bullet-lists-circle {
    align-items: unset;
  }
}
.bullet-lists-circle li {
  position: relative;
}

.bullet-lists-circle li + li {
  padding-left: 27px;
}

.bullet-lists-circle li + li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #554865;
  margin: 0 10px 0 9px;
  transform: translateY(-50%);
}

.publisher-name {
  color: #ffffff;
  font-size: clamp(14px, 1.2vw, 18px);
  font-weight: normal;
  margin: 0;
  text-transform: capitalize;
}

.auth-name-link {
  color: #ffffff;
  font-size: clamp(14px, 1.2vw, 18px);
  font-weight: normal;
  margin: 0;
  text-transform: capitalize;
}

.auth-name-link + .auth-name-link::before {
  content: ",";
  color: #fff;
  font-size: inherit;
}

.on-hover:hover {
  color: #03f87e;
  cursor: pointer;
}

.published-category,
.published-date-time {
  color: #8f7fa3;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}

.published-date-time {
  margin: 5px 0 0 0;
}

.watch-now-btn {
  position: relative;
  color: #000000;
  font-size: 11.2px;
  font-weight: 600;
  border-radius: 15px;
  background-color: #03f87e;
  padding: 3px 7px 3px 17px;
  display: inline-block;
  cursor: pointer;
}

.watch-now-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 7px;
  border-top: 6px solid transparent;
  border-left: 6px solid #000000;
  border-bottom: 6px solid transparent;
  border-radius: 8px;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .watch-now-btn {
    font-size: 12px;
    padding: 5.5px 10px 5.5px 25px;
  }
  .watch-now-btn::after {
    left: 12px;
    border-top: 6px solid transparent;
    border-left: 6px solid #000000;
    border-bottom: 6px solid transparent;
  }
}
.content-rating {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  background-color: #3d0791;
  border-radius: 10px;
  padding: 1px 7px;
  margin: 11px 0 11px 0;
}

.content-rating__icon {
  width: 16px;
  height: 16px;
  margin-left: 5px;
}

.com-tabs-style-1 > div > header {
  color: #ffffff;
  background-color: transparent;
  box-shadow: none;
}

.com-tabs-style-1 > div > header .MuiTabs-root {
  min-height: 0;
  min-height: initial;
}

.com-tabs-style-1 .MuiTabs-scroller .MuiTabs-flexContainer {
  position: relative;
  border-bottom: 1px solid #130726;
  overflow: auto;
  padding-bottom: 8px;
}

.com-tabs-style-1 .MuiTabs-scroller .MuiTabs-indicator {
  display: none;
}

.com-tabs-style-1 .MuiTabs-scroller .MuiTabs-flexContainer .MuiButtonBase-root {
  width: 113px;
  min-width: 0;
  min-width: initial;
  min-height: 0;
  min-height: initial;
  color: #8f7fa3;
  font-size: clamp(14px, 1.2vw, 18px);
  line-height: 1;
  font-weight: 600;
  text-transform: capitalize;
  border-bottom: 2.84px solid transparent;
  padding: 0 0 9.24px 0;
}

.com-tabs-style-1 .MuiTabs-scroller .MuiTabs-flexContainer .MuiButtonBase-root .MuiTouchRipple-root {
  display: none !important;
}

.com-tabs-style-1 .MuiTabs-scroller .MuiTabs-flexContainer .MuiButtonBase-root.Mui-selected {
  color: #ffffff;
  font-weight: 600;
  font-weight: 700;
  border-bottom: 2.84px solid #fd5082;
}

.com-tabs-style-1 > div > div[role=tabpanel] .MuiBox-root {
  padding: 0;
}

@media (max-width: 767px) {
  .com-tabs-style-1 .MuiTabs-scroller .MuiTabs-flexContainer .MuiButtonBase-root {
    width: 96px;
  }
  .com-tabs-style-1 .MuiTabs-scroller .MuiTabs-flexContainer .MuiButtonBase-root {
    font-size: 16px;
    border-bottom: 4px solid transparent;
    padding: 0 0 9px 0;
  }
  .com-tabs-style-1 .MuiTabs-scroller .MuiTabs-flexContainer .MuiButtonBase-root.Mui-selected {
    border-bottom: 4px solid #fd5082;
  }
}
.article-lists .article-lists__items {
  width: 31.85%;
  margin-right: 1.225%;
  margin-bottom: 2%;
}

.article-lists .article-lists__items a {
  display: inline-block;
}

.article-lists .article-lists__items a:hover .article-lists__title,
.article-lists .article-lists__items a:focus .article-lists__title {
  color: #03f87e;
}

.article-lists .publisher-name,
.article-lists .auth-name-link,
.article-lists .published-category {
  font-size: 12px;
}

.article-lists__image {
  width: 100%;
  height: 145px;
  object-fit: cover;
  object-position: center;
  background-color: gray;
  cursor: pointer;
}

.article-lists .article-lists__title {
  font-weight: 500;
  color: #ffffff;
  font-size: clamp(14px, 1.5vw, 16px);
  margin: 9px 0 1px 0;
  word-break: break-word;
  cursor: pointer;
}

.also-read {
  margin-top: 16px;
}

.article-lists__title:hover {
  color: #03f87e;
}

.widget-title {
  color: #ffffff;
  font-size: clamp(14px, 1.6vw, 18px);
  padding: 25px 0 0;
  display: block;
}

.also-read .also-read-title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 7px 0;
}

@media (max-width: 767px) {
  .article-lists-style-1 {
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    padding: 0 0 10px 0;
  }
  .article-lists-style-1 .article-lists__items {
    width: 233px;
  }
  .article-lists__image {
    width: 233px;
  }
  .article-lists .article-lists__title {
    white-space: break-spaces;
  }
}
.breadcrumb-withother-links {
  flex-wrap: nowrap;
  /* background-color: rgba(96, 73, 126, 0.15); */
  padding: 0;
  margin-bottom: 10px;
  overflow-x: auto;
  overflow-y: hidden;
}

.breadcrumb-withother-links::-webkit-scrollbar {
  height: 3px;
}

.breadcrumb-withother-links::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
}

.breadcrumb-withother-links::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.1);
}

.breadcrumb-withother-links::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.breadcrumb-withother-links::-webkit-scrollbar:hover {
  opacity: 1;
}

.breadcrumb-withother-links .MuiGrid-root {
  max-width: none;
  max-width: initial;
  flex-basis: initial;
  padding-right: 15px;
  margin-right: 11px;
  display: flex;
  align-items: center;
}

.breadcrumb-withother-links .MuiGrid-root p {
  color: #8E7EA2;
  font-size: 13px;
  line-height: 1.2;
  font-weight: normal;
  margin: 0;
  white-space: nowrap;
  overflow: auto;
}

.breadcrumb-withother-links .bullet-lists-circle .bullet-lists-circle__text {
  color: #8f7fa3;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}

.breadcrumb-withother-links .bullet-lists-circle {
  flex-wrap: nowrap;
  overflow-x: auto;
}

.breadcrumb-withother-links .bullet-lists-circle li + li::after {
  margin: 0 7px 0 6px;
}

.breadcrumb-withother-links .bullet-lists-circle li + li {
  padding-left: 19px;
}

@media (max-width: 767px) {
  .breadcrumb-withother-links {
    flex-direction: column;
    min-height: 38px;
    padding: 10px 0;
  }
  .breadcrumb-withother-links .MuiGrid-root {
    border-right: 0;
    padding: 0;
    margin: 0;
    display: grid;
  }
  .breadcrumb-withother-links .bullet-lists-circle {
    background-color: rgba(96, 73, 126, 0.15);
    padding: 9px 15px;
    margin: 6px -15px 0 -15px;
  }
}
.news-detail-sub-title > p {
  margin: 0;
  font-size: 20px;
  line-height: 1.3;
}

.news-detail-sub-title > p a {
  color: #29F87E;
}

@media (max-width: 600px) {
  .news-detail-sub-title > p {
    font-size: 18px;
  }
}
.news-detail-container,
.author-detail-container {
  min-height: 600px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom:20px;
}

.news-detail-left,
.author-detail-left {
  width: 66%;
  margin-right: 5%;
}

.news-detail-right {
  padding-top: 30px;
}

.news-detail-right,
.author-detail-right {
  width: 29%;
  margin-top: 10px;
  position: -webkit-sticky;
  position: sticky;
  top: 52px;
  align-self: flex-start;
}

.fireTVlogo {
  width: 82px !important;
  height: 22px !important;
  margin-right: -8px;
}

@media (max-width: 1199px) {
  .news-detail-container,
  .author-detail-container {
    padding: 0;
  }
  .news-detail-left,
  .author-detail-left {
    width: 67%;
    margin-right: 5%;
  }
  .news-detail-right,
  .author-detail-right {
    width: 28%;
  }
}
@media (max-width: 991px) {
  .news-detail-container,
  .author-detail-container {
    padding: 0;
  }
  .news-detail-left,
  .author-detail-left {
    width: 100%;
    margin-right: 0;
  }
  .news-detail-right,
  .author-detail-right {
    width: 100%;
    margin: 9px 0 0 0;
    position: static;
  }
}
.news-detail-ad iframe {
  width: 100% !important;
}

.news-detail-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 10px;
  /* margin-top: 14px; */
}

.news-detail-header__left {
  padding-top: 7px;
}

.news-detail-header__right {
  padding-top: 7px;
}

.playStoreBtnWrap .MuiButton-label {
  text-transform: capitalize;
}

.mWebTvAppShare {
  display: none;
}

@media (max-width: 767px) {
  .news-detail-header {
    margin-bottom: 15px;
    margin-top: 3px;
    flex-direction: column;
  }
  .news-detail-header__left .bullet-lists-circle {
    flex-direction: column;
  }
  .news-detail-header__left .bullet-lists-circle li + li {
    padding-left: 0;
  }
  .news-detail-header__left .bullet-lists-circle li + li:after {
    display: none;
  }
  .news-detail-header__left .publisher-name,
  .news-detail-header__left .auth-name-link,
  .news-detail-header__left .published-category {
    font-size: 12px;
    font-weight: 400;
    padding: 5px 0;
  }
  .news-detail-header__left .published-date-time {
    font-size: 11px;
    margin: 0;
    padding: 5px 0 0;
  }
  .mobileFooterAppLogoWrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .mobileFooterAppLogoWrap .mobileAndroidTVLogo {
    width: 92px;
    height: 30px;
    margin-right: -8px;
  }
  .fireTVlogo {
    width: 60px !important;
    height: 20px !important;
  }
  .downloadAppmWeb {
    display: inline-block;
    /* width: 100%; */
  }
  .downloadAppWrapper {
    text-align: center;
  }
  .playStoreBtnWrap {
    padding: 10px 10px 10px 3px !important;
  }
  .mWebTvAppShare {
    display: block;
  }
  .mWebTvAppShare h6 {
    font-size: 0.9rem;
    margin: 0;
    color: #ffffff;
  }
  .mWebTvAppShare .mWebTvAppBtns {
    display: flex;
  }
}
.news-detail-header .social-share .social-share-title {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
}

.news-article-content > div > p,
.news-article-content > div > div {
  color: #d3c9e0;
  font-size: 14px;
  font-weight: 500;
  margin: 21px 0;
}

.news-article-content > div > div > div > img {
  max-height: 450px;
  object-fit: contain;
}

.news-article-content .news-article-quotes {
  color: #ffffff;
  font-weight: 600;
  font-size: 20px;
  border-left: 7px solid #ff5082;
  padding: 7px 0 7px 22px;
  margin: 0 0 0 35px;
}

.news-article-content > div > p > strong {
  color: #d3c9e0;
  font-size: 21px;
  line-height: 18px;
  font-weight: 700;
  display: block;
  margin: 0 0 5px 0;
}

@media (max-width: 767px) {
  .news-article-content > div > p,
  .news-article-content > div > div {
    font-size: 16px;
  }
  .news-article-content > div > div > div > img {
    max-height: 252px;
    object-fit: contain;
  }
  .news-article-content .news-article-quotes {
    border-left: 7px solid #ff5082;
    padding: 7px 0 7px 22px;
    margin: 0;
  }
}
.where-to-watch {
  display: flex;
  flex-wrap: wrap;
  margin: 24px 0;
}

.where-to-watch__title {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 17px;
  font-weight: 800;
  border-right: 1px solid #312641;
  padding-right: 1.37%;
  margin: 0 1.37% 0 0;
}

.streaming-service-logo {
  width: 56px;
  height: 57px;
  border-radius: 5px;
  margin-right: 9px;
}

.streaming-service-lists {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}

.streaming-service-lists li {
  display: flex;
  flex-wrap: wrap;
}

.streaming-service-lists li + li {
  margin-left: 13px;
}

.streaming-service-watch__name,
.streaming-service-watch__price {
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  margin: 0;
}

.streaming-service-watch__name span {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #554865;
  margin: 0 5px;
  display: inline-block;
}

.streaming-service-watch__price {
  margin-bottom: 4px;
}

.streaming-service-watch__see-all {
  position: relative;
  color: #000000;
  font-size: 12px;
  font-weight: 600;
  text-transform: capitalize;
  background-color: #03f87e;
  padding: 13px 7px 8px 7px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 8px;
}

@media (min-width: 1400px) {
  .streaming-service-watch__see-all {
    font-size: 16px;
  }
}
.streaming-service-watch__see-all .three-dots {
  margin-bottom: 4px;
}

.three-dots {
  position: relative;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #000000;
}

.three-dots:after,
.three-dots:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #000000;
}

.three-dots:after {
  left: -9px;
}

.three-dots:before {
  right: -9px;
}

@media (max-width: 767px) {
  .where-to-watch {
    flex-flow: column nowrap;
    margin: 26.5px 0 28px 0;
  }
  .where-to-watch__title {
    font-size: 18px;
    border-right: none;
    padding: 0;
    margin: 0 0 4.5px 0;
  }
  .where-to-watch__title > br {
    display: none;
  }
  .streaming-service-lists {
    flex-flow: row nowrap;
    white-space: nowrap;
    overflow-x: auto;
  }
  .streaming-service-logo {
    width: 62px;
    height: 62px;
  }
  .streaming-service-lists li {
    flex-wrap: nowrap;
    border-radius: 8px;
    padding: 7px 10px 10px 7px;
    background-color: #1a0a33;
  }
}
.related-artical-filter {
  border-top: 1px solid #312641;
  border-bottom: 1px solid #312641;
  padding: 15px 0;
}

.pills-link {
  color: #9582b2;
  font-size: 12px;
  padding: 4.27px 9.25px;
  border: 1px solid #644f83;
  border-radius: 15px;
  display: inline-block;
  margin: 0 6px 6px 0;
}

.pills-link--active {
  color: #ffffff !important;
  border-color: #ffffff !important;
}

.pills-link--active:hover {
  color: #03f87e;
}

@media (max-width: 767px) {
  .related-artical-filter {
    white-space: nowrap;
    overflow-x: auto;
  }
}
.about-author {
  border-bottom: 1px solid #312641;
  padding-bottom: 18px;
  margin: 12px 0 0 0;
}

.about-author-title {
  font-weight: 600;
  color: #ffffff;
  font-size: 16px;
  margin: 0 0 4px 0;
}

.about-author-box .author-info {
  width: 85%;
  border-right: 1px solid #312641;
  padding-right: 14px;
  margin-right: 14px;
}

.author-info-image-box .author-info-publisher {
  display: none;
}

.author-info-image {
  width: 56px;
  height: 56px;
  border: 1px solid #fd5082;
  border-radius: 100%;
}

.author-info-desc {
  width: calc(100% - 68px);
  display: flex;
  flex-wrap: wrap;
  margin-left: 12px;
}

.author-info-desc__text {
  font-weight: 400;
  color: white;
  font-size: clamp(14px, 1.2vw, 18px);
  margin: 7px 0 0 0;
  display: inline;
}

.author-follow-links__btn {
  /* font-weight: 500; */
  color: #fd5082;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid #fd5082;
  border-radius: 15px;
  padding: 4px 8px 5px 19px;
  display: inline-block;
}

@media (max-width: 767px) {
  .about-author-box .author-info {
    width: 100%;
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .author-info-image-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
  }
  .author-info-image-box .author-info-publisher {
    display: block;
  }
  .author-info-image-box .author-info-image {
    margin: 0 19px 0 0;
  }
  .author-info-desc {
    width: 100%;
    margin: 7px 0 13px 0;
  }
  .author-info-desc .bullet-lists-circle {
    display: none;
  }
}
.cast-and-crew {
  margin: 8.5px 0 8.5px 0;
}

.cast-and-crew__title {
  /* font-weight: 600; */
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 8.5px 0;
}

.cast-and-crew-lists {
  width: 100%;
}

.cast-and-crew-lists li {
  width: 19%;
}

.cast-and-crew-lists li:first-child {
  padding-left: 0 !important;
}

.cast-and-crew-lists li:last-child {
  padding-right: 0 !important;
}

.professional-info {
  text-align: center;
}

.professional-info__profile-img {
  width: 92px;
  height: 92px !important;
  border: 2px solid #ffffff;
  border-radius: 100%;
  object-fit: cover;
  object-position: center;
  margin: 0 0 3px 0;
}

.professional-info__name {
  /* font-weight: 600; */
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  margin: 0;
  word-break: break-word;
  white-space: pre-wrap;
}

.professional-info__talent {
  /* font-weight: 400; */
  color: #8f7fa3;
  font-size: 12px;
  font-weight: 700;
  word-break: break-word;
  margin: 0 0 -3.9px 0;
  white-space: pre-wrap;
}

.cast-and-crew-lists .see-all-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 92px;
  color: #000000;
  /* font-weight: 500; */
  font-size: 11px;
  font-weight: 600;
  text-transform: capitalize;
  border-radius: 100%;
  background-color: #29f87e;
  margin: 0 auto;
  cursor: pointer;
}

.cast-and-crew-lists .see-all-links .three-dots {
  margin-bottom: 4px;
}

.cast-and-crew-lists .see-all-links span {
  display: block;
}

.author-article-title {
  /* font-weight: 600; */
  color: #d3c9e0;
  font-size: clamp(14px, 1.2vw, 18px);
  font-weight: 700;
  margin: 0;
}

.author-article-title:hover {
  color: #03f87e;
}

.author-article-none {
  /* font-weight: 600; */
  color: #ff5082;
  font-size: 20px;
  font-weight: 700;
  padding: 10px;
}

.read-more {
  color: #03f87e;
  font-size: clamp(14px, 1.2vw, 18px);
  font-weight: 700;
  cursor: pointer;
}

.two-columns {
  display: grid;
  grid-template-columns: 90% 5% 5%;
}

@media (max-width: 767px) {
  .cast-and-crew-lists {
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    padding: 0 0 10px 0;
  }
  .cast-and-crew-lists li {
    width: 25%;
  }
  .cast-and-crew-lists li + li {
    margin: 0 0 0 12px;
  }
  .professional-info__profile-img {
    width: 72px;
    height: 72px !important;
  }
  .cast-and-crew-lists .see-all-links {
    width: 72px;
    height: 72px;
  }
}
.author-detail-page .about-author {
  border: none;
  padding: 0;
  margin: 20px 0 22.5px 0;
}

.author-detail-page .author-info {
  border-bottom: 3px solid #1f142f;
  padding: 0 0 8.5px 0;
  margin: 0 0 10.5px 0;
}

.author-detail-page .about-author .author-info-desc__text {
  color: #d3c9e0;
  font-size: clamp(14px, 1.2vw, 18px);
  margin: 0;
}

.author-detail-page .about-author .author-info-desc__text + .author-info-desc__text {
  margin: 21px 0 0 0;
}

.author-detail-page .author-info-image {
  width: 78px;
  height: 78px;
}

.author-detail-page .author-info-desc {
  width: calc(100% - 135px);
  flex-direction: column;
  justify-content: flex-end;
  margin-left: 17px;
}

.author-detail-page .author-info-desc .bullet-lists-circle {
  margin-bottom: 6px;
}

.author-detail-page .author-follow-links {
  align-items: center;
}

.author-detail-page .author-follow-links .author-follow-links__btn {
  margin-left: 13px;
}

@media (max-width: 767px) {
  .author-detail-page .author-info {
    margin: 0 0 16.5px 0;
  }
  .author-detail-page .author-info-image {
    width: 66px;
    height: 66px;
  }
  .author-detail-page .author-info-desc {
    margin: 13px 0 10px 0;
  }
  .author-detail-page .publisher-name {
    font-size: 16px;
  }
  .author-detail-page .auth-name-link {
    font-size: 16px;
  }
  .author-detail-page .about-author {
    margin: 0 0 21px 0;
  }
  .author-detail-page .about-author .author-info-desc__text + .author-info-desc__text {
    margin: 27px 0 0 0;
  }
  .author-detail-page .about-author .author-info-desc__text {
    font-size: 16px;
  }
}
@media (min-width: 1367px) {
  .container {
    max-width: 1330px;
  }
}
.all-genres .breadcrumb {
  margin: 13px 0 17px 0;
}

.all-genres .breadcrumb p {
  margin: 0;
}

.all-genres .breadcrumb p a,
.all-genres .breadcrumb p span {
  /* font-weight: 400; */
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}

.all-genres .breadcrumb p span {
  color: #d6c6f4;
}

/* .news-detail-images{ margin-bottom: 10px;} */
@media (max-width: 599px) {
  .news-detail-images {
    margin-bottom: 5px;
  }
  .all-genres .breadcrumb {
    padding: 0 16px;
    margin: 13px 0 14px 0;
  }
  .download-app__qr li button {
    padding: 7px 15px !important;
    font-size: 11px !important;
  }
  .download-app__qr li button img {
    width: 18px;
    height: 15px;
  }
  .download-app__qr li button span > span {
    margin-right: 4px;
  }
  .explore-more .container {
    padding: 0;
  }
  .explore-more .explore-more__content {
    padding: 0 12px;
  }
}
@media (max-width: 346px) {
  .all-genres-container {
    grid-template-columns: repeat(auto-fit, minmax(125px, 1fr)) !important;
  }
  .all-genres .providerImage {
    height: 91px !important;
  }
}
.embed-aspect-ratio {
  position: relative;
  padding-bottom: 56.65%;
  margin-bottom: 15px;
}

.embed-aspect-ratio > iframe,
.embed-aspect-ratio > .reactPlayerAspectratio {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.embed-aspect-ratio-htmlBody {
  position: relative;
  padding-bottom: 56.65%;
  margin-bottom: 15px;
}

.embed-aspect-ratio-htmlBody > iframe,
.embed-aspect-ratio-htmlBody > .reactPlayerAspectratio {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.iconWrap {
  display: "flex";
  cursor: "pointer";
  margin: "0 4px 0 0";
  align-items: "center";
  color: "#A89ABF";
  font-size: "0.8rem";
}

.subs-plug-wrapper {
  padding: 18px;
  border: 2px solid #4E3974;
  border-radius: 8px;
  background-color: #1A112C;
  margin-bottom: 15px;
}

.subs-plug-wrapper:hover {
  cursor: pointer;
}

.subs-plug-wrapper .subs-plug-heading {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  font-weight: bold;
  display: block;
}

.subs-plug-wrapper .subs-plug-heading b {
  color: #03f87e;
}

.subs-plug-wrapper .subs-plug-content {
  margin-top: 0;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  font-style: italic;
}

.subs-plug-wrapper .subs-plug-content b {
  color: #29F87E;
}

.subs-plug-wrapper .plug-button-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.subs-plug-wrapper .plug-button-wrap .subs-plug-billed {
  font-size: 12px;
  line-height: 18px;
  color: #A89ABF;
}

.subs-plug-wrapper .plug-button-wrap .subs-plug-button {
  display: flex;
  flex-wrap: wrap;
  padding: 2px 1.8px 1.8px 2px;
  background-image: linear-gradient(90deg, rgba(41, 248, 126, 1) 0%, rgba(49, 187, 236, 1) 38%, rgba(233, 246, 67, 0.9699230034) 62%, rgba(237, 84, 193, 0.9503151602) 85%);
  border-radius: 8px;
  box-sizing: border-box;
  position: relative;
  text-decoration: none;
  z-index: 2;
}

.subs-plug-wrapper .subs-plug-heading b {
  color: #03f87e;
}

.subs-plug-wrapper .plug-button-wrap .subs-plug-button span {
  display: inline-block;
  width: 100%;
  font-size: 13px;
  color: #ffffff;
  background: #1A112C;
  border-radius: 8px 8px 0 0;
  padding: 3px 10px 0;
}

.subs-plug-wrapper .plug-button-wrap .subs-plug-button span.subs-plug-plan-green {
  font-size: 16px;
  color: #29F87E;
  font-weight: bold;
  border-radius: 8px;
  padding: 10px 20px;
  text-transform: uppercase;
  /* padding-top: 0;
  padding-bottom: 3px; */
}

@media (max-width: 767px) {
  .subs-plug-wrapper {
    padding: 12px;
  }
  .subs-plug-wrapper .subs-plug-heading {
    margin-bottom: 8px;
    font-size: 16px;
  }
  .subs-plug-wrapper .subs-plug-content {
    font-size: 14px;
    line-height: 18px;
  }
  .subs-plug-wrapper .subs-plug-content br {
    display: none;
  }
  .subs-plug-wrapper .plug-button-wrap .subs-plug-billed {
    font-size: 10px;
  }
  .subs-plug-wrapper .plug-button-wrap .subs-plug-button span {
    font-size: 11px;
  }
  .subs-plug-wrapper .plug-button-wrap .subs-plug-button span.subs-plug-plan-green {
    font-size: 14px;
  }
}
.iconWrap svg {
  width: 20px;
}

.widgetTitleList {
  margin-bottom: 20px;
}

.containerSw {
  padding: 0 50px;
}

.containerSw.fixedWidth {
  padding: 0 15px;
  max-width: 1300px;
  margin: 0 auto;
  width: 100%;
}

.btngreen {
  background: #03F87E !important;
  color: #000000 !important;
  text-transform: capitalize !important;
  font-weight: 500;
}

.moreDropdown__main {
  z-index: 9;
}

.mobiledevice {
  padding-top: 64px;
}

.subsBannerAfter .homeBannerSlider {
  padding-top: 10px;
}

.premiumPbtn {
  padding-left: 5px;
}

.subsPlugArticles {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 8px 10px;
  background-color: #03F87E;
  border-radius: 0 0 4px 4px;
}

.embed-aspect-ratio-htmlBody {
  margin-bottom: 0px;
}

.subsPlugArticlesSticky {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 8px 10px;
  background-color: #03F87E;
  border-radius: 0 0 4px 4px;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0px;
  left: 0px;
  z-index: 999;
  transition: 0.3s linear;
}

.subsPlugArticlesSticky.adsShow {
  bottom: 0px;
}

.subsPlugArticlesSticky.adsHide {
  bottom: 20px;
}

.plugContentWrap h4 {
  font-size: 16px;
  color: #000000;
  font-weight: 600;
  margin: 0px;
  line-height: 20px;
}

.plugContentWrap p {
  font-size: 12px;
  color: #000000;
  font-weight: 500;
  margin: 0px;
  line-height: 15px;
  padding-top: 2px;
}

.plugRedirectWrap {
  border: 1px solid #000000;
  border-radius: 4px;
  background: url(https://images.ottplay.com/static/images/rightBlackArrow.svg) no-repeat;
  background-size: 20px;
  padding: 15px;
  background-position: center center;
}

.subsWatchText {
  font-size: 19px;
  line-height: 25px;
  color: #ffffff;
  font-weight: 400;
  padding-bottom: 18px;
  font-family: Poppins, sans-serif;
}

.subsGreenText {
  color: #29F87E;
  font-weight: 700;
  font-family: Poppins, sans-serif;
}

.subsWatchText > img {
  width: 96px;
  vertical-align: text-bottom;
  padding-left: 10px;
}

.subsPlugPrice {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-family: Poppins, sans-serif;
  flex-direction: column;
}

.plansStartingPlug {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  line-height: 18px;
  font-family: Poppins, sans-serif;
}

.plugPriceWrapper {
  display: flex;
  gap: 10px;
}

.providersPlugWrap li img {
  width: 100%;
  object-fit: contain;
}

.plugDashedAmount {
  font-size: 22px;
  line-height: 19px;
  font-weight: 400;
  color: #fff;
  position: relative;
  font-family: Poppins, sans-serif;
}

.plugDashedAmount::after {
  content: "";
  position: absolute;
  border: 0.12rem solid #FF2F68;
  width: 100%;
  height: 0.12rem;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-19deg);
}

.plugDashedAmount > i {
  font-size: 16px;
  vertical-align: top;
  line-height: 0.9;
  padding-right: 2px;
}

.plugGreenAmount {
  font-size: 22px;
  line-height: 19px;
  color: #29F87E;
  font-weight: bold;
  font-family: Poppins, sans-serif;
}

.plugGreenAmount > i {
  font-size: 16px;
  vertical-align: top;
  line-height: 0.9;
  padding-right: 2px;
}

.plugMonthYearSubs {
  font-size: 13px;
  line-height: 1;
  color: #ffffff;
  font-family: Poppins, sans-serif;
}

.subs-plug-wrapper {
  margin-top: 15px;
}

.subs-plug-wrapper .plug-button-wrap {
  justify-content: flex-start;
  gap: 15px;
  align-items: center;
}

.subs-plug-wrapper .plug-button-wrap .subs-plug-button span.subs-plug-plan-green {
  font-size: 13px;
  line-height: 17px;
}

.providersPlugWrap {
  margin: 0;
  padding: 0 0 10px;
  list-style-type: none;
  display: flex;
  gap: 5px;
  align-items: center;
}

.providersPlugWrap li:last-child {
  width: 60px;
  height: 34px;
  color: #E45FFF;
  border: 1px solid #E45FFF;
  font-size: 18px;
  font-weight: 600;
  font-family: Poppins, sans-serif;
  text-align: center;
  border-radius: 4px;
  padding: 4px 0;
}

.providerButtonPlugWrapper {
  align-items: center;
  display: flex;
  gap: 10px;
}

.providerSlider {
  padding-bottom: 10px;
}

@media (max-width: 1500px) {
  .plugDashedAmount::after {
    top: 40%;
  }
  .subs-plug-wrapper .plug-button-wrap .subs-plug-button span.subs-plug-plan-green {
    white-space: nowrap;
  }
  .homeSliderBG {
    display: block !important;
    min-height: calc(100% + 38.76px);
  }
  .homeSliderBG .homeBannerSlider .slick-dots {
    bottom: -24px !important;
  }
}
@media (max-width: 1100px) {
  .containerSw {
    padding: 0 15px;
  }
  .containerSw.homeSliderBG {
    padding: 0 0px;
  }
  .containerSw .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .containerSw.swpading0 {
    padding: 0 15px;
  }
}
@media (max-width: 850px) {
  .plansSliderWrap .homeBannerSlider.profileSlider .homeBannerSlider__imgwrap {
    width: 150px;
  }
  .subsPlugArticlesSticky.adsShow {
    bottom: 0px;
  }
  .subsPlugArticlesSticky.adsHide {
    bottom: calc(100% - 116px);
  }
}
@media (max-width: 768px) {
  .plansSliderWrap .homeBannerSlider.profileSlider .homeBannerSlider__imgwrap {
    width: 135px;
  }
}
@media (max-width: 700px) {
  .mobiledevice {
    padding-top: 56px;
  }
  .mWebTvAppShare .mWebTvAppBtns {
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
  }
  .featurestitle {
    color: #ffffff;
    position: relative;
    padding-bottom: 10px;
    font-size: 16px;
  }
  .subsWatchText {
    font-size: 13px;
    text-align: center;
  }
  .subsWatchText > img {
    width: 67px;
    padding-left: 4px;
  }
  .plansStartingPlug {
    font-size: 8px;
  }
  .plugDashedAmount {
    font-size: 14px;
  }
  .plugGreenAmount {
    font-size: 14px;
  }
  .plugMonthYearSubs {
    font-size: 9px;
  }
  .subs-plug-wrapper .plug-button-wrap .subs-plug-button span.subs-plug-plan-green {
    font-size: 9px;
    padding: 6px 13px;
  }
  .subs-plug-wrapper {
    padding: 12px 6px;
  }
  .subsPlugPrice {
    gap: 5px;
    flex-direction: row;
  }
  .subs-plug-wrapper .plug-button-wrap {
    gap: 6px;
  }
  .plugGreenAmount > i {
    font-size: 10px;
    line-height: 1.5;
  }
  .plugDashedAmount > i {
    font-size: 10px;
    line-height: 1.5;
  }
  .providerButtonPlugWrapper {
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
  }
  .plugPriceWrapper {
    gap: 6px;
    align-items: center;
  }
  .plugDashedAmount::after {
    border: 0.09rem solid #FF2F68;
    height: 0.09rem;
  }
}
@media (max-width: 600px) {
  .plansSliderWrap .homeBannerSlider.profileSlider .homeBannerSlider__imgwrap {
    width: 155px;
  }
  .subsPlugArticlesSticky.adsHide {
    bottom: calc(100% - 106px);
  }
  .mobileAvailableOptions .logo_Web {
    height: 13px;
    width: 48px;
  }
  .mobileAvailableOptions .logo_Android {
    height: 11px;
    width: 72px;
  }
  .mobileAvailableOptions .logo_iPhone {
    height: 11px;
    width: 53px;
  }
  .mobileAvailableOptions .logo_AndroidTV {
    height: 11px;
    width: 65px;
  }
  .mobileAvailableOptions .logo_FireTV {
    height: 17px;
    width: 56px;
  }
  .mobileAvailableOptions .logo_JioTV {
    height: 23px;
    width: 73px;
  }
}
@media (max-width: 599px) {
  .providerSlider {
    padding: 0 30px 0 15px;
    overflow: hidden;
  }
  .providerSlider .slick-list {
    overflow: visible;
  }
  .plugContentWrap h4 {
    font-size: 14px;
    line-height: 18px;
  }
  .plugContentWrap p {
    font-size: 10px;
    line-height: 16px;
  }
}
@media (max-width: 330px) {
  .plugContentWrap h4 {
    font-size: 13px;
    line-height: 18px;
  }
  .plugContentWrap p {
    font-size: 9px;
    line-height: 14px;
  }
  .plugRedirectWrap {
    background-size: 14px;
    padding: 10px;
  }
  .subs-plug-wrapper .plug-button-wrap {
    flex-wrap: wrap;
  }
}
.infinite-scroll-component > div:not(:empty), .infinite-scroll-component > section:not(:empty) {
  padding-top: 10px;
  padding-bottom: 10px;
}

.detailsYoutubeVideo .react-player__shadow {
  width: 68px !important;
  height: 48px !important;
  border-radius: 8px !important;
  background: #f00 !important;
}

.detailsYoutubeVideo .react-player__shadow .react-player__play-icon {
  border-width: 10px 0px 10px 22px !important;
}

.bucketingSearchEpisode {width: calc(100% - 130px);display: block;}
.bucketingonPage {width:100%;display: block;}
.bucketingSlider .slick-track {margin-left:0;margin-left:initial;margin-right:0;margin-right:initial;}
.bucketingSlider .slick-arrow img{width:13px;}
.bucketingSlider .slick-arrow{top: 0;width: 30px;height: 100%;position: absolute;border: 0;padding: 0;background: #130726;z-index: 9;display: flex !important;align-items: center;justify-content: center;cursor: pointer;}
.bucketingSlider .slick-slide {padding: 0 5px;}
.bucketingSlider .slick-prev {left:0;}
.bucketingSlider .slick-next {right:0;}
.bucketingSlider .slick-arrow.slick-disabled {display:none !important;}

@media only screen and (max-width: 1024px) {
    .bucketingSlider .slider {display: flex;overflow-x: auto;padding-bottom: 15px;}
}

.appBtnActive{background:#05000c !important;border:1px solid #29f87e !important;}
.socialMedia{
    display: inline-flex;
    border-radius: 100%;
    margin-right: 0;
}
.socialMedia:focus,.socialMedia:active{border:2px solid #29f87e;}
#bottom_sign_in:focus{border:2px solid #29f87e !important;}
.subscribeWrap__inputwrap__button{ line-height: 40px !important;}
.ottProfileSliderGlobal .slick-list{
	display: block;
	width: 400px;
}
/* .ottProfileSliderGlobal .slick-list li{
	list-style-type: none;
} */
.ottProfileSliderGlobal .slick-dots{
	display: flex!important;
	bottom: -10px !important;
	justify-content: center;
    align-items: center;
	border-radius: 8px;
}
.ottProfileSliderGlobal .slick-dots li{
	width: 25px;
	height: 6px;
	margin: 0;
	background-color: rgba(0,0,0,0.18);
}
.ottProfileSliderGlobal .slick-dots li:first-child{
	border-radius: 8px 0 0 8px;
}
.ottProfileSliderGlobal .slick-dots li:last-child{
	border-radius: 0 8px 8px 0;
}
.ottProfileSliderGlobal .slick-dots li.slick-active{
	background-color: rgba(255, 56, 109, 1);
	border-radius: 8px;
	
}
.ottProfileSliderGlobal .slick-dots li button{
	padding: 0;
	width: 25px;
	height: 6px;
}
.ottProfileSliderGlobal .slick-dots li button::before{
	content: none;
	
}
.ottProfileSliderGlobal .slick-track{
	display: flex;
	margin: 0;
}
.ottProfileSliderGlobal .slick-arrow{
	z-index: 1;
	width: 30px;
	height: 30px;
}
.ottProfileSliderGlobal .slick-slide{
	width: 94px !important;
	margin: 0 5px;
}
.ottProfileSliderGlobal .slick-slide:first-child{
	margin-left: 0;
}
.ottProfileSliderGlobal .slick-prev{
	top: 47%;
	left: -15px;
	border-radius: 100%;
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px;
}
.ottProfileSliderGlobal .slick-next{
	top: 47%;
	right: -5px;
	border-radius: 100%;
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px;
}
.ottProfileSliderGlobal .slick-prev:before, .ottProfileSliderGlobal .slick-next:before{
	content: none;
}
.ottProfileSliderGlobal .slick-prev img, .ottProfileSliderGlobal .slick-next img{
	width: 6px;
}
.ottProfileSliderGlobal .slick-prev.slick-disabled, .ottProfileSliderGlobal .slick-next.slick-disabled{
	opacity:0.7;
	cursor: not-allowed;
}
.ottProfileSliderGlobal .slick-prev img{
	transform: rotate(180deg);
}
.ottProfileSliderGlobal .slick-prev:hover, .ottProfileSliderGlobal .slick-prev:focus, .ottProfileSliderGlobal .slick-next:hover, .ottProfileSliderGlobal .slick-next:focus{
	/* color: transparent;
    outline: none; */
    background: rgba(0, 0, 0, 0.7);
}
.ottImageDivGlobal a{
	display: inline-block;
	cursor: pointer;
	width: 94px !important;
}
.ottImageDivGlobal a img{
	width: 100%;
	border-radius: 6px;
}

.ottChangeHistorySliderGlobal .slick-list{
	display: block;
	width: 410px;
}
.ottChangeHistorySliderGlobal .slick-list li{
	list-style-type: none;
}
.ottChangeHistorySliderGlobal .slick-dots{
	display: flex!important;
	bottom: -10px !important;
	justify-content: center;
    align-items: center;
	border-radius: 8px;
}
.ottChangeHistorySliderGlobal .slick-dots li{
	width: 25px;
	height: 6px;
	margin: 0;
	background-color: rgba(0,0,0,0.18);
}
.ottChangeHistorySliderGlobal .slick-dots li:first-child{
	border-radius: 8px 0 0 8px;
}
.ottChangeHistorySliderGlobal .slick-dots li:last-child{
	border-radius: 0 8px 8px 0;
}
.ottChangeHistorySliderGlobal .slick-dots li.slick-active{
	background-color: rgba(255, 56, 109, 1);
	border-radius: 8px;
	
}
.ottChangeHistorySliderGlobal .slick-dots li button{
	padding: 0;
	width: 25px;
	height: 6px;
}
.ottChangeHistorySliderGlobal .slick-dots li button::before{
	content: none;
	
}
.ottChangeHistorySliderGlobal .slick-track{
	display: flex;
	margin: 0;
}
.ottChangeHistorySliderGlobal .slick-arrow{
	z-index: 1;
	width: 30px;
	height: 30px;
}
.ottChangeHistorySliderGlobal .slick-slide{
	width: 94px !important;
	margin: 0 5px;
}
.ottChangeHistorySliderGlobal .slick-slide:first-child{
	margin-left: 0;
}
.ottChangeHistorySliderGlobal .slick-prev{
	top: 47%;
	left: -15px;
	border-radius: 100%;
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px;
}
.ottChangeHistorySliderGlobal .slick-next{
	top: 47%;
	right: -5px;
	border-radius: 100%;
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px;
}
.ottChangeHistorySliderGlobal .slick-prev:before, .ottChangeHistorySliderGlobal .slick-next:before{
	content: none;
}
.ottChangeHistorySliderGlobal .slick-prev img, .ottChangeHistorySliderGlobal .slick-next img{
	width: 6px;
}
.ottChangeHistorySliderGlobal .slick-prev.slick-disabled, .ottChangeHistorySliderGlobal .slick-next.slick-disabled{
	opacity:0.7;
	cursor: not-allowed;
}
.ottChangeHistorySliderGlobal .slick-prev img{
	transform: rotate(180deg);
}
.ottChangeHistorySliderGlobal .slick-prev:hover, .ottChangeHistorySliderGlobal .slick-prev:focus, .ottChangeHistorySliderGlobal .slick-next:hover, .ottChangeHistorySliderGlobal .slick-next:focus{
	/* color: transparent;
    outline: none; */
    background: rgba(0, 0, 0, 0.7);
}
@media(max-width:600px){
	.ottChangeHistorySliderGlobal .slick-list{width: 310px;}
	.ottProfileSliderGlobal .slick-list{width: 310px;}
	.ottProfileSliderGlobal .slick-prev{left: -30px;}
}
@media (max-width:376px) {
	.ottChangeHistorySliderGlobal .slick-list{width: 270px;}
	.ottProfileSliderGlobal .slick-list{width: 270px;}
	.ottProfileSliderGlobal .slick-prev{top: 44%;}
	.ottProfileSliderGlobal .slick-next {
		top: 44%;
		right: -15px;
	}
}
@media (max-width:330px) {
	.ottChangeHistorySliderGlobal .slick-list{width: 240px;}
	.ottProfileSliderGlobal .slick-list{width: 240px;}
	.ottProfileSliderGlobal .slick-prev{top: 44%;}
	.ottProfileSliderGlobal .slick-next {
		top: 44%;
		right: -20px;
	}
	.ottProfileSliderGlobal .slick-list{width: 80vw;}
	.ottProfileSliderGlobal .slick-prev img, .ottProfileSliderGlobal .slick-next img{width: 6px;}
	.ottProfileSliderGlobal .slick-next{right: -11px;}
}
body .glassCard .topNewsContaier__innerCustom{
    width: 44%;
}
body .glassCard .topNewsDescription__custom {
    width: 56%;
}
.podcastGlasscard {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  padding: 15px;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.podcastGlasscard__imgcontainer {
    max-width: 33%;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}
@media (max-width:959px) {
    body .glassCard .topNewsContaier__innerCustom{
    width: 100%;
}
body .glassCard .topNewsDescription__custom {
    width: 100%;
}
.podcastGlasscard{
	width: 100%;
}
}

@media (max-width:599px) {
	.podcastGlasscard {
		display: block;
	}
	.podcastGlasscard__imgcontainer{
		max-width: 100%;
	}
}

body .newsDetails-right{margin-top:0;}
body .news-detail-right{margin-top:0;}
.inlineBannerSlider .slick-slide{padding:0 10px;}
.inlineBannerSlider .slick-list{margin:0 -10px;}
.inlineBannerSlider .slick-prev, .inlineBannerSlider .slick-next{z-index: 1;width: 30px;height: 30px;background: #130726;border-radius: 50%;}
.inlineBannerSlider .slick-prev:hover, .inlineBannerSlider .slick-next:hover{background: #130726;}
.inlineBannerSlider .slick-prev{left: -15px;}
.inlineBannerSlider .slick-next{right: -15px;}
.inlineBannerSlider .slick-prev.slick-disabled, .inlineBannerSlider .slick-next.slick-disabled{opacity:0.5;cursor:not-allowed;background: #130726;}
.inlineBannerSlider .slick-prev::before {content: '';width: 10px;height: 10px;border-bottom: 2px solid #03F87E;border-left: 2px solid #03F87E;transform: rotate(45deg);position: absolute;top: 10px;left: 11px}
.inlineBannerSlider .slick-next::before {content: '';width: 10px;height: 10px;border-top: 2px solid #03F87E;border-right: 2px solid #03F87E;transform: rotate(45deg);position: absolute;top: 10px;right: 11px;}

*{font-family: 'IBM Plex Sans', sans-serif;font-weight: 400;margin:0;padding:0;box-sizing:border-box;list-style:none;text-decoration:none;}
.webstoriessecnew {display: flex; justify-content: space-between; padding-top: 1%; padding-bottom: 1%;}
        .webstoriessecnewHead {color: white; font-weight: bold; font-size: 16px;}              
        .webvisualStoriesMain {display: flex;flex-wrap: wrap; grid-gap: 17px;padding-bottom: 20px;}
        .stroiesBoxwebnew{flex: 0 0 21.8%; height: 230px; padding-bottom: 20px; border-radius: 6px;cursor: pointer;position: relative;}
        .stroiesBoxwebnew .imagesStories {width: 100%; object-fit: cover; object-position: top; border-radius: 6px; height: 100%;}
        .movie_nametit{color: #ECE5FA; font-weight: 700; font-size: 14px;}
        @media (max-width: 600px) {
        .stroiesBoxwebnew{flex: 0 0 47%; height: 300px; padding-bottom: 40px;}
        }
