@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Asap:wght@400;600;700&display=swap');
:root {
  --accent: #ef4136;
  --main: #efefef;
  --contentpageColor: #121212;
  --textColor:#fff;
  --FooterColor: #f7f7f7;
  --headerColor: #ff5539;
  --footertextcolor:#000;
  --headertextcolor:#fff;
 
}
/* body {
  width: 100%;
  height: 100%;
  background: #d7577e;
}
html {
  display: flex;
  justify-content: center;
  font-family: Comfortaa;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 16px;
  color: var(--main);
} */
html {
  background-color:var(--contentpageColor);
  overflow-x: hidden;
}
body {
  width: 100%;
  height: 100%;
  background-color: var(--contentpageColor) !important;
}
.text-color{
  color: var(--textColor) !important;
}

.bg_theme{
  background-color: #121212 !important;
}

.page-container{
  margin-top: -130px;
}

.page-container.without-banner{
    margin-top: 0px;
}

.page-container.without-banner .section-wrapper{
    margin-top: 50px;
}

.section-wrapper.media-list.genre-box{
display: none  !important;
}

.navbar {
  overflow: visible;
  background: transparent
    linear-gradient(180deg, #000000 0%, #000000a3 70%, #00000000 100%) 0% 0%
    no-repeat padding-box !important;
  background-color: #000;
  position: sticky;
  top: 0;
  z-index: 99;
}
.navbar button {
  background-color: #959595;
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  color: white;
  font-size: 30px;
  line-height: 1;
  padding-left: 0px;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.navbar-dark .navbar-nav .nav-link {
  color: white;
}
.img {
  width: 50%;
}
.topnav-right {
  float: right;
}
.btn {
  text-transform: uppercase;

  font-weight: bold;
  /* padding-left: 21px; */
  color: white;
}

.nav-item2 {
  padding-left: 21px;
}

.default1 {
  background-color: transparent;
  color: white;
  border-color: white;
  border-width: 1px;
  border-radius: 20px;

  padding-left: 10px;
  padding-right: 10px;
}
.btn-logout {
  background: transparent;
  border: 2px solid white;
  color: white;
  padding: 6px 20px;
  font-size: 12px;
  cursor: pointer;
  border-radius: 4px;
  margin-top: 4px;
}
.btn-logout i {
  padding-left: 5px;
}
li {
  padding: 0px 0px;
  color: white;
  font-size: 12px;
}
.top-padding {
  padding-top: 12px;
  padding-left: 5px;
  cursor: pointer;
  color: white;
}
a {
  color: white !important;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  /* font-weight: 500; */
}
a:active {
  color: #ef4136 !important;
  text-decoration: underline;
  text-decoration-color: #ef4136;
}

a[tabindex]:focus {
  color: #ef4136 !important;
  outline: none;
  text-decoration: underline;
  text-decoration-color: #ef4136;
}

.main-box {
  background-color: black;
  width: 1300px;
  height: 70vh;
}
.bg-image .banner-img {
  width: 65%;
  height: 100%;
}
.details-class {
  position: absolute;
  left: 50%;
  width: 42%;
}

.movie-name {
  display: inline-block;
  width: 100%;
  margin-top: -45px;
}
.checked {
  color: #ff5539  !important;
}
.movie-details {
  height: 44px !important;
  color: white;
  font-size: 11px;
  font-family: sans-serif;
  width: auto;
  max-width: 100%;
  float: left;
  margin: 0 auto !important;
  padding-top: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 16px;
  max-height: 100px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-weight: 300;
}
.info {
  color: white;
  font-size: 12px;
  padding: 20px;
}
.info i {
  padding: 8px;
  font-size: 14px;
}
.play {
  padding: 2px;
  position: absolute;
}

.play-icon {
  color: #ef4136;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: inline;
  width: 40px !important;
  margin: 0 !important;
  height: 40px;
}
.trending-now {
  background-color: black;
  width: 100%;
  height: 300px;
}
.trending-now span {
  color: white;
  padding: 2px 15px;
}
.image {
  padding-left: 32px !important;
}
.MultiCarousel {
  float: left;
  overflow: hidden;
  padding: 15px;
  width: 100%;
  position: relative;
}
.MultiCarousel .MultiCarousel-inner {
  transition: 1s ease all;
  float: left;
}
.MultiCarousel-inner {
  height: 100%;
}
.MultiCarousel .MultiCarousel-inner .item {
  float: left;
}
.MultiCarousel .MultiCarousel-inner .item > div {
  text-align: center;
  padding: 10px;
  margin: 10px;
  color: #666;
}
.MultiCarousel .leftLst,
.MultiCarousel .rightLst {
  position: absolute;
  border-radius: 50%;
  top: calc(50% - 20px);
}
.MultiCarousel .leftLst {
  left: 0;
}
.MultiCarousel .rightLst {
  right: 0;
}

.MultiCarousel .leftLst.over,
.MultiCarousel .rightLst.over {
  pointer-events: none;
  background: #ccc;
}


img.footer {
  width: 26%;
}
section .section-title {
  text-align: center;
  color: black;
  margin-bottom: 50px;
  text-transform: uppercase;
}
.footer {
  background: black !important;
}
.footer h5 {
  padding-bottom: 6px;
  margin-bottom: 20px;
  font-size: 12px;
  color: #ffffff;
  font-weight: 600;
}
.footer a {
  color: #ffffff;
  text-decoration: none !important;
  background-color: transparent;
  font-weight: 700;
}
.footericons {
  padding-right: 0px !important;
}

p.num {
  margin-top: 26px;
}

p.mail {
  margin-top: -41px;
}
p.h6 {
  font-size: 14px;
  margin-top: 59px;
}
.footer a.num {
  color: #ffffff;
  text-decoration: none !important;
  background-color: transparent;
  font-weight: 400;
  font-size: 40px;
}
.footer a.mail {
  color: #ffffff;
  text-decoration: none !important;
  background-color: transparent;

  font-size: 14px;
}
.footer ul.social li {
  padding: 3px 0;
}
.searchbg {
  padding: 120px 0px;
  margin-bottom: 0;
}
.searchbg {
  background-image: url(../images/search.png);
  width: 100%;
  height: 450px;
  background-attachment: fixed;
}
.searchbg .search-input input {
  width: 34% !important;
  margin: auto;
  position: relative;
  border: 1px solid #121212;
  border-radius: 8px;
  line-height: 3.2;
  background-color: rgb(18 18 18 / 73%);
  color: #fff;
  font-family: 'Roboto';
  font-size: 14px;
  padding: 8px 16px;
  font-style: italic;
}

.searchbg .search-input input::placeholder{
  color: #fff !important;
  font-size: 14px;
}


.images {
  width: 100%;
  height: 187.5px;
  padding: 25px;
  border-radius: 40px;
  cursor: pointer;
  object-fit: cover;
  float: left;
}
.title {
  color: white;
  font-weight: bold;
  font-size: 18px;
  line-height: 19px;
}
.trending {
  padding-top: 20px;
  position: absolute;
  left: 100px;
}
.regionals {
  position: absolute;
  left: 100px;
  padding-top: 20px;
}
/*.bollywood{
  position: absolute;
  left:100px;
  top:-40%;
  }*/
.releases {
  position: absolute;
  left: 100px;
  padding-top: 20px;
}
.program {
  position: absolute;
  left: 100px;
  padding-top: 20px;
}
.originals {
  position: absolute;
  left: 100px;
  padding-top: 10px;
}
.zulo-images {
  width: 200px;
  height: 350px;
  padding: 10px;
  border-radius: 40px;
  cursor: pointer;
  object-fit: cover;
  object-position: 50% 50%;
}
.bollywood-box {
  background-color: black;
  width: 100%;
  /* height: 500px; */
  z-index: -2;
}
.bollywood-details {
  width: 550px;
  height: 350px;
  margin-left: 100px;
  margin-top: 72px;
  justify-content: center;
  border-radius: 40px;
  z-index: 1;
}
.bollywood-play {
  color: #ef4136;
  z-index: 9;
  position: absolute;
  left: 286px;
  top: 165px;
  cursor: pointer;
}
.pic {
  /* margin: 50px; */
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
}
.arrow-right {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid white;
}
.zulo {
  position: relative;
  left: 8px;
  color: white;
  font-weight: bold;
  font-size: 19px;
  line-height: 20px;
}
.breadcrumb-home {
  padding-top: 20px;
  display: inline-flex;
}
.space {
  height: 38px;
  width: 100%;
}
.screen {
  color: rgb(255 85 57);
  padding: 10px;
}
.line {
  border-top: 40px solid #d1d1d169 !important;
  margin-bottom: -1rem !important;
}
img.middle {
  border-radius: 50%;
}
.upper {
  padding-top: 100px;
}


img.footer {
  width: 26%;
}
h1.Details {
  color: var(--textColor);
  padding-bottom: 15px;
}
h4.Details {
  color:#fff !important;
  font-size: 12px !important;
}
a.Details {
  color: #4faeef !important;
  font-size: 11px !important;
  padding-bottom: 20px !important ;
}
.mar {
  width: 60px;
  height: 23px;
}
.dropdown,
.dropleft,
.dropright,
.dropup {
  position: relative;
  float: right;
  padding-bottom: 4px;
}
.subs1 {
  font-size: 13px;
  padding-left: 16px;
  padding-top: 4px;
  color: #ef4036;
}
section .section-title {
  text-align: center;
  color: black;
  margin-bottom: 50px;
  text-transform: uppercase;
}

/* .profile {
  background-color: black;
} */
p.num {
  color: black !important;
}
a.mail {
  color: black !important;
}
.footer h5 {
  padding-bottom: 0px;
  margin: 15px 0 15px;
  font-size: 12px;
  /* padding-left: 76px; */
  color: #ffffff;
  font-weight: 600;
}
.footer a {
  color: #ffffff;
  text-decoration: none !important;
  background-color: transparent;
  font-weight: 700;
  -webkit-text-decoration-skip: objects;
}
.footericons {
  /* padding-right: 0 !important; */
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 10px 0;
}
.footericons  .footer-logo {
  text-align: left;
  min-height: 67px;
}

.social {
  display: inline-block;
  width: 100% !important;
  text-align: center;
}
p.num {
  margin-top: 26px;
}
p.mail {
  margin-top: -41px;
}
p.h6 {
  font-size: 14px;
  margin-top: 59px;
}
.footer a.num {
  color: #ffffff;
  text-decoration: none !important;
  background-color: transparent;
  font-weight: 400;
  font-size: 40px;
  -webkit-text-decoration-skip: objects;
}
.footer a.mail {
  color: #ffffff;
  text-decoration: none !important;
  background-color: transparent;

  font-size: 14px;
  -webkit-text-decoration-skip: objects;
}
.footer ul.social li {
  padding: 3px 0;
}
.footer ul.social li a i {
  margin-right: 5px;
  font-size: 25px;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.foot {
  color: black !important;
  font-size: 14px !important;
  margin-left: -75px !important;

  font-weight: 600 !important;
}

h5.top {
  color: white !important;
  font-size: 14px !important;
  margin-left: -75px !important;
  padding-left: 169px !important;
  font-weight: 600 !important;
}

.footer ul.social li a,
.footer ul.quick-links li a {
  color: #ffffff;
}
.section-wrapper.media-list.genre-box{
  margin-top:100px;
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  color: white;
  font-size: 30px;
  line-height: 1;
  padding-left: 0px;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
.navbar-dark .navbar-nav .nav-link {
  color: white;
}
.middle1 {
  padding: 27px 83px 17px 83px;
}
.card {
  width: 100%;
  border: none !important;
  border-bottom: 1px solid black;
}
a.pay {
  font-size: 10px;
  font-weight: 700;
  float: right;
  color: black !important;
}
.update-mode {
  font-size: 10px;
  font-weight: 700;
  float: left;
  color: black !important;
  padding-top: 18px;
}
.login100-form-btn {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 0.5;
  color: #fff;
  text-transform: uppercase;
  width: 69%;
  height: 38px;
  border-radius: 30px;
  border: 2px solid transparent;
  background: #ef4136;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  left: 100px;
  top: 100px;
}
.login100-form-btn:hover {
  background: #d85f57;
}
.subs {
  margin-top: 0px;
  padding: 8px;
  font-size: 14px;
  margin-bottom: 0px;
  color: #fff;
  font-weight: 400;
  background: #000;
}
.subs span,.subs>span>a {
  padding-top: 4px;
  color: #ef4136 !important;
  font-size: 20px;
}
.small {
  font-size: 11px !important;
}
.price {
  padding-left: 91px;
  padding-top: 10px;
}
h4.cards {
  float: left;
}
.img {
  width: 50%;
}
.container1 {
  padding: 48px;
}
.topnav-right {
  float: right;
}
.btn {
  text-transform: uppercase;
  font-weight: 300;
  /* padding-left: 21px; */
  color: white;
}

.nav-item2 {
  padding-left: 21px;
}

.default1 {
  background-color: transparent;
  color: white;
  border-color: white;
  border-width: 1px;
  border-radius: 20px;

  padding-left: 10px;
  padding-right: 10px;
}
.list {
  font-size: 25px;
}
.movies-box {
  background-image: url("../images/image8.jpg");
  background-repeat: no-repeat;
  background-color: black;
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: 50% 50%;
}
.genres {
  float: right;
  width:65px;
  position: absolute;
  right: 30px;
  border-bottom: 1px solid white;
  display: flex;
}
.genres select {
  color: white;
  background-color: black;
  border: none;
  width: 100%;
}

select:focus {
  outline: 0;
}
.genres select option {
  border: none;
}
.movies-bollywood-box {
  background-image: url("../images/image9.jpg");
  background-repeat: no-repeat;
  background-color: black;
  width: 100%;
  height: 500px;
  z-index: -1;
}
.search-space {
  padding-top: 150px;
}
.zulo-search {
  position: absolute;
  left: 45px;
  top: 90px;
  color: white;
  font-weight: 600;
}
.search-input {
  position: absolute;
  left: 38%;
  /* background-color: black; */
  /* border-bottom: 1.5px solid white; */
  width: 300px;
}
.search-input input {
  border: none;
  background-color: white;
  color: black;
  width: 100%;
  padding: 7px 10px;
  border: 2px solid #FF9800;
}
.search-input i {
  color: white;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  right: 35px;
  /* border: 1px solid #f90; */
}
.search-input input:focus {
  outline: 0;
}
::-webkit-input-placeholder {
  font-size: 20px;
  font-weight: 500;
  color: white;
}
.recent {
  position: absolute;
  left: 100px;
  top: 190px;
  font-size: 14px;
}
.series-releases {
  position: absolute;
  left: 100px;
  padding-top: 20px;
}
.series-program {
  position: absolute;
  left: 100px;
  padding-top: 20px;
}
.movies-box {
  background-image: url("../images/image8.jpg");
  background-repeat: no-repeat;
  background-color: black;
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: 50% 50%;
}
.genres {
  float: right;
  position: absolute;
  right: 25px;
  width: 127px;
  border-bottom: 1px solid #000;
}
.genres select {
  color: white;
  background-color: black;
  border: none;
}
.genres select:focus {
  outline: 0;
}
.genres select option {
  border: none;
}
.movies-bollywood-box {
  background-image: url("../images/image9.jpg");
  background-repeat: no-repeat;
  background-color: black;
  width: 100%;
  height: 500px;
  z-index: -1;
}
.padd100 {
  padding-left: 128px !important;
  padding-bottom: 20px !important;
}
.dropdown-bg {
  background-color: white;
  height: 50%;
}
.user-icon {
  font-size: 20px;
  padding-top: 0px;
  display: inline-block;
  float: left;
  line-height: 20px;
  margin-right: 4px;
}
.drop-item {
  color: black !important;
}
.over-flow {
  overflow: visible;
  z-index: 999999;
}
.dropdown-menu {
  left: -16px !important;
}
.carousel-wrap {
  margin: 20px auto;
  padding: 0;
  width: 100%;
  position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  z-index: 100;
  -webkit-backface-visibility: hidden;
  /* padding:15px; */
}
/* end fix */
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}
.owl-nav i {
  font-size: 40px;
  background: #0000000d;
}
/* .owl-nav .owl-prev {
    left: -30px;
  }*/
/* .owl-prev {
    right: 100%;
    top:30%;
  }
  .owl-next {
    left:100%;
    top: 30%;
  }*/
.owl-prev span,
.owl-next span {
  color: #fff;

}

.main-box .bg-image .owl-prev span{
  color: #b5b5b5;
  background: #312f2f;
  padding: 2px 14px;
  border-radius: 40px;
  font-size: 26px;
}

.main-box .bg-image .owl-prev span:hover{
  background-color: #312f2f;
  transition: .2s;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -ms-transition: .2s;
  -o-transition: .2s;
}



.main-box .bg-image .owl-next  span{
  color: #fff;
  background: #312f2f;
  padding: 2px 14px;
  border-radius: 40px;
  font-size: 26px;
}

.main-box .bg-image .owl-next  span:hover{
  background-color: #6a6a6a;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

.main-box .bg-image .owl-prev  span:hover{
  background-color: #6a6a6a;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

.owl-prev span:hover,
.owl-next span:hover {
  color: #8199a3;
}

.owl-prev,
.owl-next {
  position: absolute;
  top: -25px;
  height: 100%;
}


/* removing blue outline from buttons */
button:focus,
button:active {
  outline: none;
}
.admin_btn{
  background: #fe6323;
  padding: 7px 6px;
  border-radius: 6px;
}
.log_out_btn_inner{
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 500;
  padding: 7px 12px 7px !important;
  margin-top: 21px;
  border-radius: 40px !important;
  background: rgb(246 91 91 / 60%);
  -webkit-border-radius: 40px !important;
  -moz-border-radius: 40px !important;
  -ms-border-radius: 40px !important;
  -o-border-radius: 40px !important;
  font-weight: 400;
}

.fa.fa-sign-out{
  font-size: 12px;
}

.owl-carousel .owl-item img {
  width: 100%;
  height: auto !important;
  margin: 0 !important;
  border-radius: 16px;
  border: 5px solid transparent;
  transition: all 0.1s linear;
}

.zulo-original .item img {
  height: 350px;
  border-radius: 40px;
}
.play-movie {
  position: relative;
  bottom: 508px;
}
.dropdown-menu:after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background-color: #fff;
  top: -8px;
  right: 68px;
  z-index: -1;
  transform: rotate(45deg);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
span.cards {
  font-size: 14px;
  font-weight: 700;
}

/***********************************/
/********* Updated by Anil**********/
.bollywood-details {
  width: 100%;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
}
.play-movie {
  bottom: auto;
  position: relative;
  width: 100%;
  display: inline-block;
  margin: 0 57px;
}
.bollywood-box {
  position: relative;
  z-index: 1;
  padding: 70px 0;
}
.bollywood-box > img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  opacity: 0.2;
}
ul.list-featured {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}

ul.list-featured > li {
  display: inline-block;
  width: 48%;
  float: left;
}
.play-movie.container {
  background: transparent;
}
.bollywood-box:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #ffffff24;
  top: 0px;
  left: 0px;
}
.main-box {
  background-color: black;
  width: 100%;
  height: 60vh;
  position: relative;
  top: -55px;
}
.bg-image {
  display: inline-block;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height:100%
}

.details-class {
  /* padding: 190px 0 0 40px; */
  z-index: 2;
  text-align: left;
  height: 1080px;
  margin-left: 100px;
  background-image: linear-gradient( 90deg, #141414 4%, #141414e3, #00000000);
  /* display: flex; */
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;

}

.banner_titile{
    position: absolute;
    top: 18%;
    left: 5%;
    transform: translate(10px, 10px);
    width: 100%;
}
@media (min-width: 1199px) and (max-width: 1400px){
  .banner_titile{
    position: absolute;
    top: 15%;
    left: 5%;
    transform: translate(10px, 10px);
    width: 100%;
}
span.poster-title{
  font-size: 38px !important;
}
span.poster-title{
  padding-bottom: 10px !important;
}
.btn-slider{
  margin: 15px 0 0 !important;
}
.sharebtn.home{
  padding: 20px 0 0;
}
}

/* .main-box:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #ffffff0f;
  z-index: 1;
} */

.bollywood {
  left: 5px;
}
.contact {
  font-size: 32px !important;
  padding-top: 40px;
}


.my-list {
  position: absolute;
  left: 46px;
  top: 152px;
  font-size: 28px;
}
.edit-list span {
  font-weight: bold;
  font-size: 12px;
  font-family: sans-serif;
  color: white;
}
.edit-list {
  float: right;
  position: absolute;
  right: 110px;
  top: 170px;
}
.home-foot {
  color: white !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}
/* .mylist-section + .container.my-list-container {
  min-height: 225px !important;
} */

ul li img.premiumTag.liveTag {
  height: 30px !important;
  width: 28px !important;
  left: 90.5% !important;
  top: 8px !important;
  display:none;
}
body .remove-icon {
  z-index: 9;
  position: absolute;

  background: #000;

  left: 90.5%;
    top: 9px;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    font-size: 20px;
    line-height: 27px;
}






/*Pramod*/

.vid-list {
  display: inline-block;
  width: 100%;
}

.vid-list img {
  display: inline-block;
  width: 300px;
  height: 180px;
  border-radius: 10px;
  padding: 0px;
  max-height: 180px;
}


.vid-list.actor_img_circle .owl-nav img{
  width: auto !important;
  height: auto !important;
}

.width100 {
  width: 100% !important;
}

.section-wrapper > .container {
  position: relative;
}
.section-wrapper {
  display: inline-block;
  width: 100%;
  position: relative;
  top: -55px;
}
.section-wrapper .bollywood {
  position: relative;
  margin-bottom: 22px;
  display: inline-block;
}
.item > .image-border:hover {
  border: 5px solid #fff;
  cursor: pointer;
}

.selectdBar {
  color: #ef4136 !important;
  border-bottom: 2px solid #FE6C2A;
  border-radius: 0 !important;
}

.selectdBar:hover{
  color: #fff !important;
  border-bottom: 2px solid #FE6C2A;
}

.selectdBar span{
  /* background: #9F062D;
  color: #fff;
  padding: 6px 13px;
  border-radius: 4px; */
}

.poster-title {
  color: #fff;
  font-size: 43px;
  font-family: cursive;
}
hr {
  border-top: 1px solid rgba(0, 0, 0, 0.36) !important;
}
.custom-btn {
  font-size: 10px !important;
  font-weight: bold !important;
  box-shadow: transparent;
  color: #fff !important;
  border: 1.3px soli black;
  border-radius: 30px;
  padding-left: 10px !important;
}
.drop-down {
  float: right;
  border-bottom: 1px solid #000;
  width: 85px;
}
.drop-down select {
  color: #000;
  border: none;
  font-size: 14px;
  font-family: sans-serif;
  background: transparent !important;
  width: 100%;
}
.padd23 {
  padding-top: 15px;
}
.list-unstyled li {
  padding: 3px 0 !important;
  display: inline;
}
.account-form-btn {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 0.5;
  color: #fff;
  text-transform: uppercase;
  width: 50%;
  height: 38px;
  border-radius: 30px;
  border: 2px solid transparent;
  background: #ef4136;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  float: right;
}

.footer ul.quick-links.last li:hover {
  padding: 3px 0;
  margin-left: 0;
  font-weight: 100;
}

.subtitle-apearance {
  background: #00000012;
  border-radius: 10px;
}
.color-picker {
  float: right;
}
.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.8;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}
.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #000;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #000;
  cursor: pointer;
}
.space30 {
  width: 100%;
  height: 30px;
}
.space10 {
  width: 100%;
  height: 10px;
}
.subtitle-text {
  font-size: 14px;
  float: left;
}
.btn-outline-dark:hover {
  color: #fff !important;
}
.cursor-auto {
  cursor: auto !important;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.toggle {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #121212;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 0;
}

.toggle:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 2px;
  background-color: #FE6C2A;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .toggle {
  background-color: #121212;
}

input:focus + .toggle {
  box-shadow: 0 0 1px #ef4036;
}

input:checked + .toggle:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.toggle.round {
  border-radius: 34px;
  height: 24px;
  border: 0;
}

.toggle.round:before {
  border-radius: 50%;
}
.show-and-hide {
  display: none;
}

@font-face {
  font-family: "vegur";
  src: url("/fonts/vegur/sharefonts.net.txt");
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'roboto',sans-serif !important;
}
p,
span,
div,
small,
a {
  font-family: 'roboto',sans-serif !important;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  position: absolute;
  background-color: transparent !important;
}
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff !important;
}

.checked {
  font: normal normal normal 14px/1 FontAwesome !important;
}
/* .modal-body {
  display: flex;
  justify-content: center;
}
.modal-footer {
  justify-content: center;
}
.modal-center {
  display: flex;
  justify-content: center;
} */
.height-fix {
  height: 143.23px !important;
  cursor: pointer;
}
.vertical-height-fix {
  min-height: 12.7rem !important;
  height: 12.7rem !important;
    border-radius: 8px;
    display: flex; 
    align-items:center;
}
/* .horizontal-height-fix{
  height: 125px !important;
  min-height: 125px !important;
} */

.save-position {
  position: relative;
  left: 94%;
}
.p20 {
  padding: 20px;
}
.owl-nav i {
  color: #fff !important;
}
.owl-carousel.pal15.slider-carousel.owl-loaded.owl-drag {
  padding: 0px 7px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance:none;
  /* background: url('./../newimages/down.png') no-repeat 0 0!important; */
  /* background: url("../newimages/svg/Mask Group 637.svgselect-bg.jpg") no-repeat scroll 0 0 !important; */
  text-indent: 1px;
  text-overflow: "";
}
.high12 {
  height: 10px;
  color: #ffffffd9 !important;
  font-size: 12px !important;
  width: 70%;
}
.colo {
  color: #ffffff;
  opacity: 0.7;
  letter-spacing: 0px;
  margin-top: -6px;
}
.arrow-down {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid white;
  transform: rotate(90deg);
  float: right;
  margin: 6px;
}
.genres-details {
  display: flex;
  padding-left: 9px;
  color: #fff !important;
  padding-top: 10px;
}
.starting {
  display: flex;
  padding-left: 9px;
  color: #fff !important;
  padding-top: 10px;
}
.drop-box {
  position: relative;
  border:6px solid #000;
  margin-top: -5px;
}
.drop-box:focus{
  outline:0 !important;
  border:2px solid #000;
}
.drop-movie-details {
  position: absolute;
  top: 0%;
  left: 0%;
  height: 100%;
  width:100%;
  padding-top: 10px;
  padding-left: 40px;
  background: linear-gradient(94deg, rgba(0,0,0,0.6) 40%, transparent 97%) !important;
  /* background: linear-gradient(94deg, rgba(0,0,0,1) 63%, rgba(0,0,0,0.6110819327731092) 81%, transparent 95%) !important; */
}
.bg-thumbnail > img {
  height: 800px;
  width: 100%;
}
.drop-movie-name {
  display: inline-block;
}
.movie-name > i {
  float: right;
}
.mxwidth {
  max-width: 400px;
}
.close-drop {
  position: absolute;
  top: 1%;
  left: 97%;
  font-size: 30px;
  cursor: pointer;
  z-index: 99;
  color: #e4bdbd;
}
.drop-hide {
  display: none;
}
.drop-play {
  padding-left: 15px !important;
}
.drop-padd {
  padding: 0px 3px !important;
  margin-right: 0 !important;
}
.pos {
  position: absolute;
  left: 46%;
  top: 73%;
  font-size: 30px;
  line-height: 30px;
  cursor: pointer;
}
.image-borderadd {
  border: 5px solid #fff !important;
}
.bottom{
  position: relative;
  margin-top:5px;
  left: 47%;
}
.bottom:before {
  content: '';
  border-top: 12px solid #fff;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}






.drop-box:focus {
  outline: 0px solid transparent;
}
.more{display: none;}
.readmore-btn{
  color: #ef4136 !important;
  font-size: 10px;
  font-weight: 600;
  cursor: pointer;
}
.image-border:hover + .fa-chevron-down{
  display: block !important;
}
.vertical-height-fix:hover + .fa-chevron-down{
  display: block !important;
}
.fa-chevron-down:hover{
 display: block !important;
}
.premium-button12{
  width: 40px !important;
  margin: 0px 0px !important;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 14;
  height: 40px !important;
}
.premiumTag{
    position: absolute;
    top: 0px !important;
    right: 0px !important;
    max-width: 114px;
    border-radius: 0 !important;
    z-index: 1;
    background: transparent !important;
}
.vertical-premiumTag{
 position: absolute;
 top: 0px;
 right: 0px;
 border-radius: 0 !important;
 -webkit-border-radius: 0 !important;
 -moz-border-radius: 0 !important;
 -ms-border-radius: 0 !important;
 -o-border-radius: 0 !important;
 background-color: transparent !important;
}
.owl-stage{
  padding-left: 0px !important;
}
.padd0{
  padding: 0 !important;
}
.paddl0{
  padding-left: 0 !important;
}
.padd-play{
  padding: 7px 0px;
}
.paddAdd{
  padding-left:10px !important;
}
.padd15{
  padding:15px 0px !important;
}
.arrow-down {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #4A4A4A;
}
.select-arrow {
  position: absolute;
  top: -6px;
  right: -22px;
  padding: 8px 15px;
  pointer-events: none;
  transform: rotate(271deg);
}
select::-ms-expand{
  display: none;
}
.drop-down .select-arrow{
  position: absolute;
  top: -6px;
  right: -3px;
  padding: 8px 15px;
  pointer-events: none;
  transform: rotate(271deg);
}
.trailer-more{
  color: white;
  font-size: 11px;
  display: inline;
  padding: 0 !important;
}

.owl-item.active .pos::before {
    display: none !important;
}
.pl15{
  margin-left: 12px;
}
.reset-button{
  background-color: #6f6161;
}

.list-container {
list-style:none;
margin: 0;
padding: 0;
}
.element {
padding: 5px;
width: 300px;
height: 180px;
margin: 10px;
position: relative;
line-height: 150px;
color: white;
font-weight: bold;
font-size: 3em;
text-align: center;
}
.flex {
padding: 0;
margin: 0;
list-style: none;

display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;

-webkit-flex-flow: row wrap;
}
.width30{
  width:30%;
}
.gotohome{
  cursor: pointer;
}
.no-match{
      color: #ff1d10;
}
.remove-extra-space:before{
content: '';
    width: 230px;
    height: 36px;
    background: #3330;
}
.displayType{
  display: none;
}

.display {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 80px;
  right: 30px;
  z-index: 99999;
  transform: translateY(-200px);
  border-radius: 6px;
  padding: 15px 24px;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  transition-delay: 0.6s;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.display .fa {
  display: inline-block;
  margin-right: 10px;
  font-size: 20px;
  vertical-align: middle;
  margin-top: -5px;
  color: #FFF;
}
.display.active {
  opacity: 0.96;
  transform: translateY(0);
  visibility: visible;
  height: 52px;
}
.left100{
  margin-left:80%
}


ul#ui-id-1 > li {
    padding: 3px 2px;
    background: #232323 !important;
    border-bottom: 1px solid #2d2d2d;
    display: inline-block;
    width: 100%;
    float: left;
}

ul#ui-id-1 > li img {
    width: 30%;
    float: left;
}

ul#ui-id-1 > li .myclass {
    width: 70% !important;
    /* background: #900; */
    display: inline-block;
    font-weight: 700 !important;
}

ul#ui-id-1 > li a.typeClass {
    padding-left: 15px;
    display: inline-block;
    font-size: 10px;
    letter-spacing: 1px;
    padding-top: 2px;
}
.side-border{
    background: #FF9800;
    display: none;
    margin-right: 5px;
    padding: 0 2px;
}

.banner-carousel .item img{
    display: block;
    width: 100% !important;
    height: 100%;
}
.banner-carousel,.banner-carousel .owl-stage-outer,.banner-carousel .owl-stage,.banner-carousel .owl-item,.banner-carousel .item,.banner-carousel img{
    height: 100%;
}
.banner-carousel .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{
    display: block;
}
.banner-carousel .owl-prev {
    left: 90px;
    background: #0000001f !important;
    font-size: 40px !important;
}
.banner-carousel .owl-next {
    right: 88% !important;
    background: #0000001f !important;
    font-size: 40px !important;
}
.banner-carousel .item img.play-icon{
    display: inline;
    width: 50px !important;
    margin: 0 !important;
    height: 50px;
}
.banner-carousel .item img.add-button{
    display: inline;
    width: 35% !important;
    margin: 0 !important;
}
.banner-carousel .item img.premium-button{
  width: 48px !important;
  margin: 0px 0px !important;
  background: transparent !important;
}
.playlist_item .song_title p a {
  margin-bottom: 0px;
  font-size: 1.1em;
  font-weight: 300;
}

.movie-details {
    height: auto;
    color: white;
    font-size: 15px;
    line-height: 22px;
    text-align: left;
    width: 100%;
}
.drop-movie-name .poster-title {
    letter-spacing: 2px;
    padding: 0;
}

.drop-movie-name + ul li {
    font-size: 13px;
}

body .main-box {
    /**top: -85px;*/
    top:0px;
    margin-top: 0px;
}
.left76{
      margin-left: 76%;
}

a.add-list {
  float: right;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  padding: 8px 12px;
  background: #121212;
  border-radius: 40px !IMPORTANT;
}
.addtolist-icon {
  font-size: 14px !important;
}
/* Design changes for achieve*/
/* body.white-bg {
    background: #f6fdfa !important;
} */



.white-bg span.side-border {
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 20px;
    left: 0;
    padding: 0;
}



white-bg span.zulo.gotohome {
color: #ffffff;
left: 0;
}

.white-bg span.pic.arrow-right {border-left-color: #ffffff;}

.white-bg .section-wrapper:nth-child(odd) {
/* background: #121212; */
z-index: 9;
}
/* 
.white-bg .section-wrapper:first-child, .white-bg .section-wrapper:nth-child(2) {
background: red !important;
} */

body.white-bg .main-box + script + .section-wrapper {
background: #303030 !important;
padding: 10px;
}
.main-box{
  position: relative;
}
.main-box::after{
  position: absolute;
  content: '';
  background-image: url("../newimages/b-shadow.png");
  bottom: 0;
  z-index: 9;
  height: 180px;
  width: 100%;
}

.white-bg .breadcrumb-home {
padding-top: 0px;
}

.white-bg .footer {background: #000 !important;padding-top: 60px !important;}
.color-black{
  color: #000;
}

.bg-footer{
    overflow: hidden;
    background: #121212;
    padding: 0px 18px;
    border-radius: 6px;
}

.color-white{
  color: #fff;
}
body.white-bg .main-box + script + .section-wrapper {
border-top: 1px solid #3d3d3d;
}
.white-bg .section-wrapper {
padding: 20px;
top: 0px;
}

.owl-nav i {
color: #fff!important;
background: none;
}

.white-bg button.owl-prev i, .white-bg button.owl-next i {
top: calc(50% - 14px);
left: -3px;
position: absolute;
}

h1,h2,h3,h4,h5,h6 {
font-family: 'roboto',sans-serif !important;
font-weight: 400 !important;
}
a span.pull-right.title.bollywood {
  left:-17px;
  display: none;
}


.white-bg span.title.bollywood {
padding-left: 8px;
color: #fff;
font-weight: 600;
font-family: 'Asap', sans-serif !important;
    font-size: 22px;
}

.album_all .owl-item img{
  height: auto  !important;
}

.album_all  .bollywood{
  margin-bottom: 0 !important;
}

.album-new-release .bollywood{
  margin-bottom: 0 !important;
}

.album_all .owl-stage{
  padding-left: 13px !important;
}


.more_like_horizal .owl-stage{
  padding-left: 13px !important;
}

.more_like_horizal .owl-next{
  right: -10px;
}

.more_like_wrapper .owl-stage{
  padding-left: 13px !important;
}

.more_like_wrapper .owl-prev{
  top: 0px;
} 
.more_like_wrapper .owl-next{
  top: 0px;
  right: -10px;
}

.album_all .owl-prev{
  top: 0px;
}

.album_all  .owl-next{
  top: 0px;
  right: -10px;
}

.album-new-release .owl-prev{
  top: 0px;
}

.album-new-release  .owl-next{
  top: 0px;
  right: -10px;
}

.view_title .album_all {
  left: -15px;
}



.white-bg .navbar {
    overflow: visible;

    position: sticky;
  /* position:relative;*/
    top: 0;
    z-index: 99;
      padding-top: 0;
}

body.white-bg .main-box + script + .section-wrapper {
    background: #f0f0f0 !important;
    padding: 0px;
}
.white-bg span.pic.arrow-right {
    border-left-color: #585353;
    position: absolute;
    top: 4px;
}
span.user-name {
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 500;
  padding: 9px 12px 8px !important;
  margin-top: 21px;
  border-radius: 40px;
  background: rgb(51 51 51 / 60%);
  font-weight: 400;
}
img.top-padding.search-lg {
  padding-top: 8px;
  margin-top: -2px;
}
div#navbarNavDropdown ul.navbar-nav li a {
  margin: 18px 16px;
  border-radius: 4px;
  font-family: 'roboto',sans-serif !important;
  color: #585858 !important;
  font-size: 14px;
  padding: 5px 6px;
  width: auto;

}
section.main-wrapper {
  padding: 30px 0px !important;
  margin-top: 80px;
}

.search-link a i, .language a i {
  font-size: 12px;
  background: rgb(71 69 84 / 87%);
  padding: 6px 8px;
  border-radius: 42px;
  width: 31px;
  height: 31px;
  line-height: 20px;
}

/* .search-link a, .language a {
    padding-top: 13px !important;
} */

.language a {
  padding-top: 6px !important;
}

.white-bg a.navbar-brand img {
  width: auto !important;
  height: 40px;
  margin-top: 1px;
  margin-bottom: 0px;
  margin-left: 15px;
}
.white-bg a#navbarDropdown img {
    width: 30px;
    height: 30px;
    border: 1px solid #ffffff;
}
.white-bg span.zulo.gotohome {
    color: #fff;
}

.white-bg .owl-carousel .owl-item img { 
    border-radius:9px; 
    -webkit-border-radius:9px; 
    -moz-border-radius:9px; 
    -ms-border-radius:9px; 
    -o-border-radius:9px;
    cursor: pointer;
    border: none;
}


.main-box {
    background: #121212;
}

.main-box .white-bg .owl-carousel.main-banner .owl-item img{
    border-radius: 30px !important;
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    -ms-border-radius: 30px !important;
    -o-border-radius: 30px !important;
}


body.white-bg .main-box + script + .section-wrapper{     border-top-width: 0px;}
/*******Prometheus OTT*******/
a.btn-logout.nav-link {
    padding-top: 8px !important;
    padding-bottom: 5px !important;
    border: 2px solid #fd6f01;
}
.btn-logout i {
    padding-left: 5px;
    color: #fff;
    font-size: 17px;
}
.white-bg div#navbarNavDropdown a.btn-logout.nav-link {
  padding-top: 8px !important;
  padding-bottom: 5px !important;
  border: 0px solid #474554;
  background: hsl(0deg 0% 0% / 29%);
  padding: 4px 12px 2px !important;
  color: #ffffff !important;
  margin-top: 21px;
  border-radius: 40px;
}
.white-bg .footer h5 {
    padding-bottom: 0px;
    margin: 15px 0 15px;
    font-size: 15px !important;
    /* padding-left: 76px; */
    color: #eb771c !important;
    font-weight: 500 !important;
    font-family: 'roboto',sans-serif !important;
}
.white-bg .home-foot {
    color: white !important;
    font-size: 12px !important;
    font-weight: 300 !important;
}
p.h6 {
    font-size: 14px;
    margin-top: 9px;
}
.section-wrapper .owl-prev {
  transform: rotate(180deg);
}

.pagination{
    margin-top: 15px !important;
}
.pagination span {
    font-size: 14px;
}
.pagination a {
    font-size: 14px;
}
.genrebymedia {
    margin-top: 23px;
}

.zulo {
  color: #fff;
}


/*For Live icon*/
body .banner-carousel .item img.live-vid{
  background: #fff;
  width: 40px !important;
  height: 40px !important;
  border-radius: 64% !important;
  padding: 4px;
}

span.poster-title {
    margin-top: 30px;
    display: inline-block;
    font-weight: 600 !important;
    font-family: 'Asap', sans-serif !important; 
    font-size: 45px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    padding-bottom: 20px;
}

body.white-bg .navbar {
  overflow: visible;
  position: absolute;
  background-image: linear-gradient(to top,rgba(255,0,0,0),#000) !important;
  }

div#navbarNavDropdown ul.navbar-nav li a{ color:var(--headertextcolor) !important}

body.white-bg .main-box {height: 100vh;}
.main-box .bg-image .item img{
 /* height: 100vh !important;*/
}
.main-box .bg-image .item .premium-button{
  height: auto !important;
}

.white-bg .owl-carousel.main-banner .owl-item img { object-fit: cover; height: auto;
}

.main-box .owl-carousel.main-banner .owl-item img{
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    position: relative;
}

/* .main-box .owl-carousel.main-banner .owl-item::after{
  position: absolute;
  content: '';
  width: 80%;
  height: 550px;
  left: 0;
  top: 0;
  z-index: 111;
  background-image: linear-gradient(to left,rgba(255,0,0,0),#000) !important;
} */

.main-box .details-class{
    border-radius: 0px !important;
}


.main-box  .owl-stage-outer{
 border-radius: 0px;
 -webkit-border-radius: 0px;
 -moz-border-radius: 0px;
 -ms-border-radius: 0px;
 -o-border-radius: 0px;
}

body.white-bg .main-box + script + .section-wrapper{ display:none}
.genres select {
  color: white;
  background-color: #607D8B;
  border: none;
  padding: 7px 15px;
  border-radius: 3px;
}
.select-arrow {
  position: absolute;
  top: -1px;
  right: -13px;
  padding: 8px 15px;
  pointer-events: none;
  transform: rotate(271deg);
}

.preflang {
  float: right;
  position: absolute;
  right: 152px;
  width: 120px;
  border-bottom: 1px solid white;
}
.preflang select:focus {
  outline: 0;
}
.preflang select option {
  border: none;
}
.preflang select {
  color: white;
  background-color: #607D8B;
  border: none;
  padding: 7px 15px;
  border-radius: 3px;
  width:100%;
}
.preflang-arrow {
  position: absolute;
  top: -1px;
  right: -13px;
  padding: 8px 15px;
  pointer-events: none;
  transform: rotate(271deg);
}
.carousel-wrap + .m-t-34 {
  margin-top: 12px;
  height: 36px;
}
.media-list{ display:block !Important}
body.white-bg .navbar.scrolled {
  overflow: hidden;
  background: #000 !important;
  position: sticky  !important;
  z-index: 9999999 !important;
  top: 0 !important;
  -ms-transition:    all 0.3s ease-out;
  -moz-transition:    all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition:      all 0.3s ease-out;
  transition:         all 0.3s ease-out;
}
.search-input {
  display: inline-block;
  width: 100%;
  left: 0;
  text-align: center;
  padding: 100px 0px;
}
form.search_form.search_box {
  display: inline-block;
  width: 100%;
  background: #354750;
  min-height: 140px;
  padding: 70px;
  margin-top: -75px;
}
.search-input input {
  width: 30% !important;
  margin: auto;
  position: relative;
  border: 2px solid #5e7b88;
  border-radius: 4px;
}
.search_form ~ .section-wrapper {
  top: 0px !important;
}
.colo span {
  display: none;
}

img.infoicon {
  display: none;
}

.col-md-9.col-sm-8.col-xs-7.p-l-24.high12 {
  display: none;
}

img.infoicon {
  display: none !important;
}

.mediaTitle{
  color: #fff !important;
  font-size: 19px;
  font-weight: 700;
}

.verified{
  color: green !important;
  font-size: 15px;
  font-weight: 700;
}
.un-verified{
  color: red !important;
  font-size: 12px;
  font-weight: 500;
  border-bottom: 1px solid;
}
.mediaDesc{
    height: auto;
    color: #fff;
    font-size: 13px;
    line-height: 18px;
}
/*****************Sub Menu*******************/
ul.sub-menu li {
  padding: 0 0;
  display: inline-block;
  width: 100%;
}

ul.sub-menu li a {
  display: inline-block;
    width: 100%;
    padding: 7px 15px !important;
    line-height: 23px;
    color: #2D3A42 !important;
}
.film-icon{
  width: 28px;
  margin-bottom: 6px;
}
ul.sub-menu {
  display: inline-block;
  padding: 0 !important;
}

.dropdown-menu.show {
  padding: 0;
}
.material-icons{ font-family:'Material Icons' !important}
ul.sub-menu li a i {
  color: #333 !important;
}
ul.sub-menu li a i.material-icons {
  color: #265972 !important;
    padding: 0;
    display: inline-block;
    line-height: 22px;
    float: left;
    margin-right: 7px;
    font-size: 20px;
}
/******************Wallet************/
.profile.wallet {
  background: #fff;
  margin-top: 30px;
}
.wallet-list {
  display: inline-block;
  width: 100%;
  padding: 20px 10px 8px;;
}
ul.list-inline.wallet-list.list-pts li {
  width: 50% !Important;
}
.wallet-list > li {
  width: 50%;
  display: inline-block;
  float: left;
  padding-left: 0;
  padding-right:0px;
}

.wallet-list > li a {
  font-size: 18px;
    font-weight: 500;
    color: #333;
    line-height: 26px;
    margin-left: 10px;
}
.walletInavtive {
  display: inline-block;
  width: 100%;
  padding: 50px 0;
  text-align: center;
}

.walletInavtive button {
  min-width: 250px;
  background: #4CAF50;
  padding: 12px 20px;
  border: none;
  border-radius: 3px;
}



.wallet-list > li:last-child {
  text-align: right;
}

.wallet-list > li a i {
  color: #676767 !important;
}
.btn-deactivate{
  display: inline-block;
  font-size: 12px;
  padding: 2px 10px;
  line-height: 21px;
  float: left;
}
.deact-wrapper{ display: inline-block;    margin: 0;}
.wallet-list li a i, .wallet-list li  i {
  color: #333 !important;
    font-size: 26px;
    display: inline-block;
    line-height: 26px;
    float: left;
}
p.fast-fwd i {
  font-size: 22px;
  color: #2D3A42;
  display: inline-block;
  padding: 0;
  line-height: 23px;
  float: left;
  margin-right: 7px;
}

p.fast-fwd span {
  font-size: 15px;
  line-height: 20px;
  display: inline-block;
  float: left;
}



p.fast-fwd {
  margin: 15px 0px 0px 0 !important;
    display: inline-block;
    width: 100%;
}
.add-my-ins{ display:inline-block; width:100%; font-size: 12px;}
.mny-amt{
  display: inline-block;
    min-width: 60px;
    text-align: center;
    border: 1px solid #707070;
    border-radius: 25px;
    padding: 2px 10px;
    background: #fff;
    font-size: 14px;
    line-height: 21px;
  }
.mny-amt.active{
  background: #265972;
  border-color: #265972;
  color: #fff;
}
span.mny {
  color: #333;
    font-size: 20px !important;
    margin-left: 7px;
    font-weight: 600;
    display: inline-block;
    line-height: 26px;
    float: left;
}
ul.add-wallet-list {
  display: inline-block;
  width: 100%;
  float: left;
  margin-bottom: 15px;
}

ul.add-wallet-list li {
  display: inline-block;
  width: 40%;
  float: left;
}

ul.add-wallet-list li p {
  color: #333 !important;
  font-size: 17px;
  margin-bottom: 0;
}
ul.add-wallet-list {
  display: inline-block;
  width: 100%;
  float: left;
  margin-bottom: 15px;
}



ul.add-wallet-list li p {
  color: #333 !important;
  font-size: 17px;
  margin-bottom: 0;
}

button.btn.btn-add-money {
  width: 100%;
  background: #fe6700;
  border-radius: 4px;
  margin-top: 35px;
  font-family: 'roboto',sans-serif;
  min-height: 52px;
  outline:none;
}

ul.add-wallet-list li p input[type="text"] {
  min-height: 52px;
  border: 1px solid #dde5ed;
}
.wallet-wrapper {
  padding: 50px 0;
  display: inline-block;
  width: 100%;
  background: #fafbfb !important;
}
span.pills {
  padding: 4px 10px;
  border-radius: 25px;
  color: #fff;
  min-width: 81px !important;
  display: inline-block;
  text-align: center;
  font-size: 13px;
  line-height: 18px;
}

.tbl-wallet tr th {
  text-transform: uppercase;
}

.txt-dark , .text-dark i{
  color: #333 !important;
}

.bg-default {
  background: #bbb;
}
.table-wallet-wrapper{ padding:50px 0}
.pag-wrapper {
  display: inline-block;
  /* max-width: 360px; */
  float: right;
}

.pag-wrapper ul.pagination li {
  padding: 0 3px;
}

.pag-wrapper ul.pagination li .page-link {
  padding: 7px 12px;
  font-size: 17px;
  font-weight: 500;
}
.section-wrapper.media-list.genre-box {
  padding: 0;
}

.main-box + .genre-box {
  margin-top: 0;
}




#walletDeactivate .modal-heading,#walletReactivate .modal-heading, #walletTermAndCond .modal-heading{
    color:#000 !important;
}
#walletDeactivate .modal-body,#walletReactivate .modal-body, #walletTermAndCond .modal-body{
    justify-content:left !important;
    display:block !important;
    text-align: justify !important;
}
#walletTermAndCond .tncBody{
    height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px;
    background-color: #f1f1f1;
}
#walletTermAndCond .btn-disable{
    background-color:#929191 !important;
}
#walletTermAndCond .btn-disable:hover{
    cursor:default !important;
    color:#fff !important;
}
.wallet-recharge-msg{
  font-size: 14px;
  color: red;
  font-weight: 500;
}
.vid-list img.images {
  box-shadow: none;
}




/**********/
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-default {
  border-color: #ddd;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panel-default>.panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ddd;
}
.panel-default>.panel-heading h4 a {
  font-size: 14px !important;
    line-height: 20px !important;
    display: inline-block;
    font-weight: 600;
    color: #3c3c3c !important;
}

.panel-default>.panel-heading h4 {
  display: inline-block;
  width: 100%;
  line-height: 20px;
  padding: 7px 20px;
}
.panel-body {
  padding: 10px;
}
/**********Payment Page*********/
.wallet-amt {
  background: #001C29;
  border-radius: 7px;
}
.wallet-amt > li  {
  color: #fff !important;
  display: inline-block;
  width:50%;
}

.no-padding{
    padding:0 !important;
}
.t-credit-amount{
    color:#28a745 !important;
    font-weight: bold;
}
.t-debit-amount{
    color:#dc3545 !important;
    font-weight: bold;
}

.pmt-box-img img {
  width: 100%;
}
.wallet-dtl-list {
  display: inline-block;
  width: 100%;
}

.wallet-dtl-list li {
  display: inline-block;
  /* width: 50%; */
  float: left;
  padding: 0px 35px 0 0px !important;
}
p.amt-box span.amt-box-key{
  font-size: 18px;
    display: inline-block;
    width: 100%;
    color: rgb(255 255 255 / 0.87);
    line-height: 25px;
    font-weight: 300;
}

.wallet-dtl-list img {
  max-height: 90px;
}

p.amt-box span.amt-box-val {
  font-size: 24px;
  display: inline-block;
  line-height: 32px;
}
p.amt-box span {
  display: inline-block;
  width: 100%;
}

p.amt-box {
  display: inline-block;
  /* width: 100%; */
  text-align: left;
  padding: 12px 0 0;
  margin: 0;
}
.wallet-list-pay {
  display: inline-block;
  width: 100%;
  box-shadow:  1px 1.5px 3px #bbb;
  padding: 15px;
  margin: 10px 0;
  border-radius: 7px;
}
h3.pmt-head {
  color: #fff;
  margin: 40px 0 10px;
  font-size: 20px;
  text-transform: capitalize;
}
.wallet-list-pay img {
  height: 46px;
}

.wallet-list-pay li {
  display: inline-block;
  width: 50%;
  float: left;
  padding: 10px 0;
}

.wallet-list-pay li:last-child {
  text-align: right;
}

.btn-pay {
  padding: 8px 20px;
  min-width: 200px;
  background: #ff5539;
  color: #fff !important;
  margin: 7px 0 0;
}

.razorpay-payment-button{
  padding: 8px 20px;
  min-width: 200px;
  background: #ff5539;
  color: #fff !important;
  margin: 7px 0 0;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  border-radius: 4px;
    font-size: 14px;
    border:none;
}
#overlay{
  position:fixed;
  z-index:99999;
  top:0;
  left:0;
  bottom:0;
  right:0;
  background:rgba(101, 170, 181, 0.9);
  transition: 1s 0.4s;
}
.ajax-loader {
  position: absolute;
  left: 46%;
  top: 41%;
  margin-left: -32px;
  margin-top: -32px;
}

/**********************/
.lang .modal-header .close {
  padding: 23px 12px 1px;
  margin: -1rem -1rem -1rem auto;
}
.lang .modal-header h4,
.lang  .modal-header p {
  display: inline-block !important;
  width: 100% !important;
  float: left;
  color: #333;
  line-height: 28px;
  margin: 0;
  border: none;
}


.lang .modal-content {
  display: inline-block !important;
  width: 100%;
}


.lang .modal-header {
  display: inline-block;
  width: 100%;
  border: none;
  padding: 0 15px;
}
.lang .modal-header h4 {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 5px;
  margin-top: 7px;
}

.lang .modal-header p {
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
}
.btn-lng {
  padding: 5px 20px;
  background: #FF9800;
  border-radius: 2px;
  font-weight: 500;
  min-width: 140px;
}

.lang .modal-body {
  display: block;
}
.lang .modal-footer {display: inline-block;text-align: center;width: 100%;}
/***/
.checkbox-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  text-align: left;
  cursor: pointer;
  font-size: 1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0;
}
.checkbox > span {
  height: 18px;
  width: 18px;
}
.checkbox.checkbox-square > span {
  border-radius: 0;
}
.checkbox-inline .checkbox span {
  margin-right: 5px;
}
.checkbox > span {
  background-color: #EBEDF3;
  border: 1px solid transparent;
}
.checkbox > span:after {
  content: '';
    width: 5px;
    height: 11px;
    border-width: 0 2px 2px 0px;
    background: transparent;
    position: absolute;
    border-style: solid;
    transform: rotate(45deg);
    color: #ebedf3;
    left: 6px;
    margin-top: 1px;
  }
label.checkbox  {
  color: #333;
  font-size: 14px;
  margin-right: 0;
  margin-bottom: 12px;
  width: 25%;
}
.checkbox > input:checked ~ span {
  background-color: #FE6C2A;
}
.checkbox > input:checked ~ span:after {
  border-color: #ffffff;
}
.checkbox > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.payByWalletButtonCancel{
  color: white !important;
  background-color: red;
  border-color: red;
}
.wallet-bln{
  color: #fff !important;
  font-size: 15px !important;
}
.select{
    -webkit-appearance: button;
    background: #2c2c2c;
    height: 41px;
    border-radius: 21px;
    padding: 5px 12px;
    font-weight: 500;
    color: #fff;
    border: 1px solid #4c4949;
    
}

.alert {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 85px;
  right: 30px;
  z-index: 99999;
  transform: translateY(-200px);
  border-radius: 2px;
  padding: 15px 24px;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  transition-delay: 0.6s;
}
.alert .fa {
  display: inline-block;
  margin-right: -13px;
  font-size: 20px;
  vertical-align: middle;
  margin-top: -5px;
  color: #FFF;
}
.alert.active {
  opacity: 0.96;
  transform: translateY(0);
  visibility: visible;
}
.alert-session {
  background-color: #0891FF;
  border: none;
}
.alert p {
  color: #FFF;
  letter-spacing: 1.3px;
  font-size: 14px;
  display: inline-block;
  line-height: 0;
}

.lang .close-model-button{
    background-color: #908787 !important;
    border: 1px solid #908787 !important;
    margin-left: 10px !important;
}
div#tncBody {
  text-align: left;
}
.lang .skipnowlangpref{
    font-size:14px;
    font-weight: bold;
}

/*******************/
.details-class >p:first-child {
  /* width: 72%; */
  /* background: #900; */
  line-height: 45px;
  padding: 0;
  max-width: 100%;
  font-weight: 700;
  margin-bottom: 15px;
}
.poster-title {
  font-size: 26px;
  line-height: 43px;
}
.details-class{margin-left: 0;}


/**************/
#phando_ott_player_cont .maturity-tags {
  display: inline-block;
  position: absolute;
  z-index: 9999999;
  background: #0000000a;
  left: 16px;
  top: 45px;
  text-align: left;
  padding: 4px 8px;
  border-left: 3px solid #ff2d1e;
}

#phando_ott_player_cont span.mat_age {
  display: inline-block;
  width: 100%;
  font-weight: 500;
  line-height: 25px;
  font-size: 18px;
}

#phando_ott_player_cont span.mat_details {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
}

/***JIRA Bugs Fixes***/
.panel-default>.panel-heading h4 a {
  display: inline-block;
  width: 100%;
  position: relative;
}

.panel-default>.panel-heading h4 a:after {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  right: 0;top: 2px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: #f90;transform: rotate(225deg);
}

.panel-default>.panel-heading h4 a.collapsed:after {
  transform: rotate(45deg);
}
.panel-default>.panel-heading {
  color: #333;
  background-color: #f5f5f554;
  border-color: #ddd;
}

/*********/
.banner-carousel .item img.premium-button {

  position: absolute;
  bottom: 84%;
  right: 24%;
  height: auto;
}
/**********************/
.footer-v2 {
  background: #242424;
}

.footer-v2 h5.home-foot.ttl, .footer-v2 h5.home-foot {
  text-align: left;
  color: rgb(255 85 57) !important;
  font-size: 16px !important;
  letter-spacing: .01em;
  font-family: 'roboto',sans-serif !important;
  font-weight: 500 !important;
}
.footer-v2 .social {
  text-align: left;
}

.bg_list{
  background: #121212;
  padding: 15px;
  margin-right: 20px;
  margin-bottom: 15px;
  border-radius: 10px;
}


.social .footer-logo {
  text-align: left;
}
.footer-v2 .footer-logo img {
  max-width: 150px;
}

.footer-v2  .home-foot {
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  margin-right: 10px;
  text-align: left;
}
.footer-v2 h5.home-foot.ttl.text-light {
  color: rgb(255 85 57)!important;
}
.social-icon{
  color: var(--footertextcolor) !important;
}
.footer-v2 .social li {
  display:inline-block;
  float:left;
}
.footer-v2 ul.social li a i {
  font-size: 32px;
}
.download-app li a {
  background: #000;
    padding: 8px 9px;
    border-radius: 4px;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    color: #ffffff !important;
    font-weight: 400;
    position: relative;
    min-width: 125px;
    text-align: left;
    float: left;
    margin-right: 5px;
}

.download-app li a i {
  font-size: 24px;
    line-height: 30px;
    float: left;
    margin-right: 10px;
    color: #e6e6e6;
}
span.playstore-ico img {
  max-height: 27px;
}

span.sml-text {
  display: inline-block;
    width: 100%;
    position: absolute;
    font-size: 11px;
    top: 0px;
    margin-left: 2px;
}

span.md-text {
  display: inline-block;
  position: absolute;
  top: 15px;
  margin-left: 2px;
}
section.footer.footer-v2 {
  padding-bottom: 20px;
}
section.footer.footer-v2.sub-footer {
  border-top: 1px solid rgb(66 66 66);
  padding-top: 0 !important;
  margin-top: 0px;
  padding-bottom: 0;
}
.copyright p {
  color: #fff;
}
/* body .footer-v2 h5.home-foot.ttl {
  font-weight: 400 !important;
} */




.icon-partner{
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url(../images/icon/work-partners.svg);
  background-size: contain;
  background-repeat: no-repeat;
  line-height: 23px;
  position: absolute;
  top: 18px;
  margin-left: 0px;
}
a.partners-txt-link {
  width: 100%;
  display: inline-block;
  width: 100%;
  background: rgb(255 85 57)!important;
  text-align: center !important;
  margin-top: 15px;
}
.icon-partner{
  display: inline-block;
  width: 33px;
  height: 33px;
  background: url(../images/icon/work-partners.svg);
  background-size: contain;
  background-repeat: no-repeat;
  line-height: 23px;
  position: absolute;
  top: 6px;
  margin-left: -18px;
}

span.text-ptr {
  margin-left: 20px;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
}
.download-app li a:last-child {
  margin-right: 0;
}


/***/
.email-ver .panel-heading {
  font-weight: 500;
  font-size: 17px !important;
  color: #f00;

}
.email-ver {
  margin: 85px auto;
  display: inline-block;
  width: 100%;
}
.email-ver span.help-block {
  font-size: 15px;
  margin: 2px 0 20px;
  display: inline-block;
}

.btn-email-ver {
  min-width: 150px;
  font-size: 15px;
  color: #fff !important;
}

div#navbarNavDropdown ul.navbar-nav li a.selectdBar {
    font-weight: 400 !important;
}
body.white-bg .navbar{
 padding: 0 20px;
}

.pt-wrapper{
    line-height: 0px;
    margin: 0 0 0px;
    margin-top: 60px;
}
.banner-carousel .item img.premium-button
{ 
  right:auto !important; bottom:75% !important
}

.btn-slider > a:first-child {
    display: none;
}
/* //////////////////////////in/ mediafo.css////////////////////////////////// */
#ajaxUpdate{
  color: #fff;
}
.delete-search{
  position: relative;
  right: 25px;
}


  .premiumTagInPlayer {
      position: absolute;
      z-index: 9;
      right: 6px;
      top: 10px;
      max-width: 100px;
  }

  ul.list-inline.list-rel-vid li {
  display: inline-block;
  position: relative;
}

.Main-prm-wrapper {
display: inline-block;
width: 100%;
background: #000;
}

.prm-wrapper-img {
display: inline-block;
width: 100%;
position: relative;
}

.prm-wrapper-img img {
  width: 100%;
  height: 100vh;
  object-fit: contain;
  object-position: right;
  /* margin-top: 75px; */
}
.movieTitle {
  font-size: 23px;
  font-weight: 400;
}
.watch_banner{
 
    position: absolute;
    top: 20%;
}

.text_white{
  color: #fff !important;
}

.detail_main .movieTitleDiv {
  margin-bottom: 10px;
  width: 100%;
  /* bottom: 330px; */
  padding: 10px 30px;
}

.Main-prm-wrapper .add-list {
  float: initial;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  position: relative;
  bottom: 15px;
  padding: 10px;
}

.Main-prm-wrapper .add-list i{
  color: #fff !important;
  font-size: 18px;
 
}

.Main-prm-wrapper .add-list i.fa{
  font-family: 'FontAwesome' !important;
}

.Main-prm-wrapper .add-list span{
  color: #fff !important;
}
.Main-prm-wrapper .add-list:hover{
  background: #ff5539;
}

.movieTitleDiv.rent-wrapper{
  padding: 15px 0px;
}

.prm-wrapper-img:after {
  content: '';
    width: 75%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: linear-gradient( 90deg, #141414 4%, #141414, #00000000);
}

.banner-desc {
display: inline-block;
width: 40%;
position: absolute;
top: 134px;
left: 12px;
padding: 20px;
color: #fff;
z-index: 9;
}

h1.prm-ttl {
font-size: 30px;
font-weight: 500 !important;
margin-bottom: 20px;
text-shadow: 1px 1px 1px #000;
}

p.prm-desc {
font-size: 14px;
font-weight: 300 !important;
font-style: italic;
}

p.prm-tag {
display: inline-block;
}

p.prm-tag span {
background: #278fe2;
padding: 3px 10px;
border-radius: 2px;
font-size: 10px;
font-weight: 700 !important;
border: 1px solid #ffffff59;
letter-spacing: 1px;
text-transform: uppercase;
}

.Banner-other-details {
  display: inline-block;
  position: relative;
  z-index: 9;
}

span.play-icon {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  line-height: 24px;
  float: left;
  width: 30px !important;
  height: 30px;
  border: 2px solid #fff;
  text-align: center;
  line-height: 27px;
  position: relative;
  border-radius: 50%;
  padding-left: 3px;
}
.play-secn-1 {
  border-radius: 6px;
  background-color: rgb(255 85 57);
}
.color-btn {
  color: rgb(255 85 57);
}
.play-icon-secn i {
  font-size: 22px;
  vertical-align: sub;
}
.play-icon-secn li.watch{
  background-color: #FE6C2A;
  border-radius: 40px !important;
}

span.play-text {
  color: #000000;
  font-size: 15px;
  /* font-weight: 700; */
  /* margin-left: 0px; */
  line-height: 30px;
  display: inline-block;
  margin-left: 5px;
  /* text-shadow: 1px 1px 1px #000; */
}
/* .white-bg .navbar{
position: fixed;
} */

span.addtolisttext.text-color {
  font-size: 15px;
}

.white-bg .section-wrapper {
    top: 0px;
    position: relative;
    z-index: 9;
    padding: 20px 20px;
    /* background-color: #121212; */
}

.movie-information {
background: transparent !important;
z-index: 0;
}
.movie-information .textColor{
  padding-left: 8px;
  color: #fff;
  font-weight: 600;
  font-family: 'Asap', sans-serif !important;
  font-size: 22px;
}

.white-bg .section-wrapper:nth-child(2) {
  background: transparent !important;
}
.footer {
display: inline-block;
width: 100%;
}
.main-wrapper {
box-shadow: none;
background-color: var(--contentpageColor);
display: inline-block;
width: 100%;
}


ul.play-icon-secn li {
  float: left;
  margin-right: 10px;
  padding: 8px 12px;
  background: #121212;
  border-radius: 40px !IMPORTANT;
}


.movieTitle {
  color: var(--textColor) ;
  font-size: 23px;
  font-weight: 700;
}
.cast-info span {
  color: #fff;
  font-weight: 700;
}
.director-info span {
color: #fff;
font-weight: 700;
}


.director-info p.textColor {
  font-style: italic;
}

/* /////////////////////////// mediainfo.css end////////////////////////////////// */

/* /////////////////////////////player.css/////////////////////////////// */


.player-container {
  max-width: 100%;
  margin: auto;
  position: relative;
  margin: 0 auto;
  display: block;
}
.player {
  /*width: 100%;
  height: 100vh;*/
  padding-bottom: 0%;
  box-shadow: 0px 10px 0px -3px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
  background: #000000;
}
.player:fullscreen {
  padding-bottom: 100vh;
}
.player:-webkit-full-screen {
  padding-bottom: 100vh;
}
.player:-moz-full-screen {
  padding-bottom: 100vh;
}
.player:-ms-fullscreen {
  padding-bottom: 100vh;
}
.player video {
 /* width: 100%;
  height: auto;
  position: absolute;
   top: 50%;
  transform: translateY(-50%); */
}
.controls {
  padding: 0;
  position: absolute;
  bottom: -80px;
  width: 100%;
  height: 48px;
  box-sizing: border-box;
  background: linear-gradient(
    180deg,
    rgba(37, 37, 37, 0) 10%,
    rgba(37, 37, 37, 0.6) 80%
  );
  transition: all 0.2s ease-in 5s;
}
.player:hover .controls {
  bottom: 0;
  transition: all 0.2s ease-out;
}
.navss {
  width: auto !important;
  position: absolute;
  top: -10%;
  transition: all 0.2s ease-in 5s;
  left:20px;
}
.player:hover .navss {
  top: 8px;
  transition: all 0.2s ease-out;
}
.player{overflow:visible;}
/* .time {
        position: absolute;
        right: 30px;
        bottom: 100%;
        padding-bottom: 14px;
} */
.time-current {
  position: absolute;
  left: 2%;
  bottom: 90%;
}
.time-total {
  position: absolute;
  right: 3%;
  bottom: 90%;
}
.progress {
  height: 8px;
  width: calc(88% - 40px);
  background: rgba(60, 60, 60, 0.6);
  /* margin: auto; */
  border-radius: 6px;
  position: absolute;
  left: 20px;
  bottom: 100%;
  transition: height 0.1s ease-in-out;
  margin-left: 5%;
}
.progress:hover {
  height: 10px;
}
.progress-filled {
  background: var(--accent);
  width: 0%;
  height: 100%;
  border-radius: 6px;
  transition: all 0.1s;
}
.controls-main {
  width: calc(100% - 40px);
  margin: auto;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.controls-left,
.controls-right {
  flex: 1;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.controls-left {
  margin-left: 10px;
}
.controls-right {
  margin-right: 10px;
  justify-content: flex-end;
}
.volume {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.volume-btn {
  margin-right: 10px;
}
.volume-btn #volume-off,
.volume-btn #volume-high {
  opacity: 0;
}
.volume-btn.loud #volume-high {
  opacity: 1;
}
.volume-btn.muted #volume-off {
  opacity: 1;
}
.volume-btn.muted #volume-high,
.volume-btn.muted #volume-low {
  opacity: 0;
}
.volume-slider {
  height: 8px;
  width: 65px;
  background: rgba(60, 60, 60, 0.6);
  border-radius: 6px;
  position: relative;
}
.volume-filled {
  background: var(--main);
  width: 100%;
  height: 100%;
  border-radius: 6px;
  transition: width 0.2s ease-in-out;
}
/* .volume-filled:hover, .play-btn:hover.play-btn:before, .play-btn:hover.play-btn:after{
        background: var(--accent);
} */
button {
}
.play-btn {
  width: 30px;
  height: 30px;
  position: relative;
  margin: auto;
  transform: rotate(-90deg) scale(0.8);
  transition: -webkit-clip-path 0.3s ease-in 0.1s,
    shape-inside 0.3s ease-in 0.1s,
    transform 0.8s cubic-bezier(0.85, -0.25, 0.25, 1.425);
}
.play-btn.paused {
  transform: rotate(0deg);
}
.play-btn:before,
.play-btn:after {
  content: "";
  position: absolute;
  background: white;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: inherit;
}
.play-btn:before {
  -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 40%, 0 40%);
  shape-inside: polygon(0 10%, 100% 10%, 100% 40%, 0 40%);
}
.play-btn:after {
  -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 90%, 0 90%);
  shape-inside: polygon(0 60%, 100% 60%, 100% 90%, 0 90%);
}
.play-btn.paused:before {
  -webkit-clip-path: polygon(10% 0, 90% 51%, 90% 51%, 10% 51%);
  shape-inside: polygon(0 0, 100% 51%, 100% 51%, 0 51%);
}
.play-btn.paused:after {
  -webkit-clip-path: polygon(10% 49.5%, 80% 49.5%, 90% 49.5%, 10% 100%);
  shape-inside: polygon(10% 49.5%, 80% 49.5%, 90% 49.5%, 10% 100%);
}
button:focus {
  outline: none;
}
.speed-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  margin-right: 20px;
  text-align: center;
}
.speed-list li {
  color: var(--main);
  padding: 5px;
  cursor: default;
}
.speed-list li:hover,
.speed-list li.active {
  color: var(--accent);
  font-weight: bold;
}
.fullscreen {
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.back-button {
  cursor: pointer;
  background: #000;
  border-radius: 50%;
  font-size: 32px;
}
.movie-information {
  position: relative;
 
  width: 100%;
  background: #0000008f;
  padding:20px 0;
 
}
.hide {
  display: none;
}


.movie-rating ul {
  list-style: none;
  font-size: 10px;
  font-family: sans-serif;
}
.movie-rating ul li {
   display: inline;
   background: hsl(0deg 0% 0% / 56%);
   padding: 14px 16px !important;
   border-radius: 40px;
   margin-bottom: 20px;
}
.cast-info{
  padding-bottom: 5px;
}
.cast-info span {
  color: #fff;
}
.director-info span {
  color: #fff;
}
.cast-info ul {
  list-style: none;
  font-size: 12px;
  font-family: sans-serif;
  padding-top:5px;
}
.cast-info ul li {
  display: inline;
  padding: 2px;
  padding-left: -10px;
}
.movie-rating{
  margin-bottom: 20px;
  margin-top: 20px;
}
.checked {
  color: #ff5539  !important;
}
.director-info p {
  font-size: 12px;
  font-family: sans-serif;
  margin: 5px 0px;
}
.images {
  height: 280px;
  border-radius: 0px;
  padding: 0px;
  cursor: pointer;
  object-fit: cover;
  float: left;
}
.backward {
  cursor: pointer;
}
.forward {
  cursor: pointer;
}
.video-title-item {
  list-style-type: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.right-item {
  float: right;
  display: block;
  color: white;
  text-align: center;
  text-decoration: none;
  padding-right: 10px;
  padding-top: 10px;
  font-size: 11px;
  font-family: sans-serif;
}
.right-item span {
  display: inline;
  cursor: pointer;
}
.left-item {
  float: left;
  display: block;
  color: white;
  text-align: center;
  font-size: 17px;
  font-family: sans-serif;
  margin-top: 5px;
}
.left-item span {
  display: inline;
  cursor: pointer;
}
.top0{
  top:5% !important;
}
.season-details{
  display: inline-block;
  margin-bottom: 10px;
}
.season-option{
  float: right;
  margin-left: 20px;
  border-bottom: 1px solid white;
}
.season-option select{
  color: white;
  background-color: black;
  border: none;
  width: 100%;
}
.movieTitle{
  color: #fff ;
    font-size: 12px;
    display: inline-block;
}
.sharebtn li{
  margin: 0px 0px 0px 30px;
}
.sharebtn li i{
  font-size: 24px;
    font-family: 'FontAwesome' !important;
    font-weight: 400;
    background: #121212;
    padding: 10px 10px;
    border-radius: 40px;
    width: 44px;
    height: 44px;
}

h3.title_heading{
  padding: 15px 0px;
  display: inline-block;
  font-weight: 600 !important;
  font-family: 'Asap', sans-serif !important;
  font-size: 40px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  padding-bottom: 10px;
}


.cast-text {
  bottom: 0px;
  color: #fff;
  text-align: center;
  width: 100%;
  padding-bottom: 0;
  margin-bottom: 0px;
  font-size: 14px;
  height: 25px;
  padding-top: 4px;
}


.episode-style{
  padding-left: 20px;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
}
.movieTitleDiv {
  margin-bottom: 10px;
  max-width: 100%;
  bottom: 330px;
  padding: 10px 30px;
}
.paddl0{
  padding-left: 0 !important;
}

.mxwidth100{
  max-width: 100% !important;
}
.mrpad0{
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.padd-play{
  padding: 7px 0px;
}
img.premiumTagIcon {
  z-index: 100;
  position: absolute;
  top: 0px;
  right: 0px;
  border-radius: 0 !important;
  background: transparent !important;
}

div#player-container {
    display: inline-block;
    width: 100%;
}
.addtolist-icon{
  font-size: 25px;
  margin-right: 8px;
}
div#player-container + .movie-information {
    display: inline-block;
    width: 100%;
    float: none;
    left: 0;
    top: 0;
}
 .note{color: #fff;font-size: 13px;}


@media (min-width: 992px) {

  section#main-wrapper {
    min-height: 300px;
}

}
@media (min-width: 1024px) {
  .details-class {
    left: 0;
  }
  .account-form-btn {
    width: 55% !important;
  }

}
@media (min-width: 1170px) {
  .container.accounts-container {
    max-width: 100% !important;
    width: 100%;
    padding: 0;
}

  .btn-slider > a {
    color: #fff !important;
    padding: 12px 16px;
    text-align: center;
    font-size: 15px;
}

.btn-slider {
    display: flex;
    width: auto;
    margin: 20px 0 0;
    justify-content: left;
    float: left;
}

.sharebtn.home{
  width: 50%;
  padding: 20px 0 0;
}
/* .sharebtn{
  padding: 60px 0px;
} */

.share_model .modal-content{
  background: #232323;
}
.share_model .modal-content ul li img{
  background: #000;
  padding: 8px;
  border-radius: 6px;
}
.share_model .modal-content .close{
  text-shadow: none;
  opacity: 1;
  color:#FD5969;
}


.btn-slider .btn-watch-now {
  margin-right: 15px;
  border-radius: 6px;
  font-size: 14px;
  background: transparent;
  background-color: #FE6C2A;
  border-radius: 40px !important;
}
.btn-slider .btn-watch-now i{
  font-size: 16px;
}

.btn-watch-icon{
  font-size: 30px;
  margin-right: 6px;
}

.btn-slider .btn-add-list {
    background: transparent;
    font-size: 14px;
    padding: 8px 12px;
    background: #121212;
    border-radius: 40px !important;
    
}
.btn-slider .btn-add-list i{
  font-size: 16px;
}

.btn-slider-icon{
  font-size: 30px;

}
}


.img_main{
  position: relative;
}

.top_ten{
  position: absolute;
  bottom: 0;
  left: 10px;
  font-weight: 800;
  font-family: 'Asap', sans-serif !important;
  font-size: 80px;
  line-height: 1;
  background: linear-gradient(178deg, transparent, #333333 161%);
  width: 100%;
  margin: 0px 10px 0px -10px;
  padding-left: 11px;
  border-radius: 8px;
}


@media (min-width: 1250px) {
 
  .container {
    max-width: 1200px !important;
  }
}


@media (max-width:1200px) and (min-width:768px){
  .icon-partner{

    margin-left: -3px;
  }

}
@media (max-width: 1024px) {
  .container {
      max-width: 90% !important;
  }

  body.white-bg .main-box{
    height:40vh;
    margin: 55px 5px;
  }
  .playlist_item .music_list h4{
    font-size: 14px !important;
  }
  .list-inline-item.play img{
    height: auto !important;
  }

  #navbarNavDropdown .navbar-nav{
    display: block;
  }
  /* #navbarNavDropdown li{
   float: left;
  } */

  body.white-bg .navbar{
    padding: 10px 13px;
  }

  .footericons {
    padding-right: 0px !important;
}
  .my-list-container{
    max-width: 94% !important;
  }
  
  .height-fix {
    height: 106.31px !important;
  }
  .vertical-height-fix {
    height: 250px !important;
    min-height: 250px !important;
  }
  /* .details-class{
    background:none !important;
  } */

  .bg-image img {
    height: auto;
  }
  .movie-name {
    margin-right: 0px;
    width: 100%;
    height: auto;
  }
  .details-class {
    position: absolute;
    /* top: 42px; */
    left: 1px;
  }
  ul.list-featured > li {
    width: 100%;
    position: relative;
  }
  ul.list-featured > li:last-child {
    padding: 60px 20px;
  }
  .bollywood-play {
    left: 0px;
    left: calc(50% - 10px);
    top: calc(50% - 10px);
  }
  .play-movie {
    margin: 0px;
  }
  .bollywood-box {
    padding: 70px 0 0px;
  }
  .main-box {
    position: relative;
    overflow: hidden;
  }
  .bg-image {
    height: 100%;
    width: 100% important;
  }
  .bg-image img {
    height: 100%;
    width: auto;
  }
  .details-class {
    width: 80%;
  }
  /*p.movie-details {
    display: none;
}*/

  .zulo {
    left: 23px;
  }
  .bollywood {
    left: 0px;
  }
  .owl-carousel .owl-stage-outer {
    margin-left: 0%;
  }
  .my-list {
    position: absolute;
    left: 7.5%;
  }
  .zulo-search {
    left: 18px;
  }
  .edit-list {
    right: 10px;
  }
  h5.top {
    padding-left: 0px !important;
  }
  
}
@media (max-width:992px){
  .movieTitleDiv{
    flex-direction: column;
  }
  .playerbg .song_img{
    width: 100% !important;
  }
  .playerbg .text-center{
    font-size: 15px !important;
    padding-left: 70px;
  }
  .rmp-quick-rewind-and-forward-ui.rmp-audio-only .rmp-seek-bar{
    left: 30% !important;
    width: 45% !important;
  }
  .vertical-height-fix {
    height: 250px !important;
    min-height: 250px !important;
  }
}



@media (max-width: 767px) {

  .page-container{
    margin-top: 0px;
  }
  .white-bg .breadcrumb-home {
    margin-left: 15px;
  }
  .banner-carousel .item img.premium-button {
    right: auto !important;
    bottom: 57% !important;
}
  .white-bg .section-wrapper {
      padding: 0px;
  }
  .list-unstyled li {
    padding: 3px 0 !important;
    text-align: center;
}
.premiumTag{
  z-index: 1;
  top: 0 !important;
}
.genrebymedia.mt-5{
  margin-top: 0 !important;
}
.playlist_item .music_list li{
  width: 100%;
  font-size: 14px;
}

  .height-fix {
    height: 130.16px !important;
  }
  .vertical-height-fix {
    height: 227px !important;
    min-height: 227px !important;
  }
  /* .horizontal-height-fix{
    height: 100px !important;
    min-height: 100px !important;
  } */
  .owl-nav i {
    display: none;
  }

  footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
  }
  body.white-bg .navbar {
      padding: 5px !important; 
      margin-top: 10px;
  }
  a span.pull-right.title.bollywood{
    left: -17px;
  }
  div#navbarNavDropdown ul.navbar-nav li a {
    padding: 4px 10px !important;
    margin-top: 10px !important;
  }
  .btn-slider .btn-watch-now,.btn-slider .btn-add-list {display:none !important;} 
  .details-class{background:transparent} 
  body.white-bg .main-box {height:210px !important;}
 /*.white-bg .owl-carousel.main-banner .owl-item img{height: 180px !important;}*/
.premium-button{
  display:none !important;
}



.sharebtn {
  display: none !important;
}
h3.title_heading{
  font-size: 18px;
}
.main-wrapper.media_info .movie-information{
  padding: 20px 10px;
}
.movie-rating ul li{
  line-height: 5;
}
 
  a.add-list {
    display: inline-block;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
  }
  a.add-list img {
    width: 22px;
    margin-right: 6px;
    display: inline-block;
    float: left;
  }
  span.addtolisttext {
    font-size: 13px !important;
    display: inline-block;
    line-height: 21px;
    font-style: italic;
    /* color: #f90; */
  }
  ul.list-inline.list-rent-btn li {
  width: 49%;
  float: left;
  margin: 0;
  }
  .rent-wrapper {
    width: 100% !important;
  }
  ul.list-inline.list-rent-btn li a {
  width: 96%;
  margin-right: 0;
  }
  .numberonly {
  width: 66% !important;
  }
    .wallet-list li {width:100%; margin:10px 0}
    .wallet-list li:last-child {
      text-align: left;
  } 
  ul.add-wallet-list li {
    display: inline-block;
    width: 100%;
    float: left;
    padding: 0;
  }
  .mny-amt {
    margin: 6px;
  }
  .container.accounts-container {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0;
  }
  .profile.wallet .container {
    max-width: 100% !important;
  }
    .mylist-section .container{ max-width:100% !Important;padding-left: 25px;}
    img.footer {
      width: 100%;
    }
    .details-class {
        width: 100% !important;
        left: 8px;
        padding: 0;
        margin: 0;
        height: 100%;
    }  
    
    .details-class .premium-button {
        right: 15px;
        position: absolute;
        bottom: -6px;
        height: auto !important;
    }
    .details-class ul {
        display: inline-block;
        width: 100%;
    }
    .white-bg div#navbarNavDropdown a.btn-logout.nav-link {
        width: 35%;
        text-align: center;
        margin: 15px 0;
    }
      .footer-v2 h5.home-foot.ttl, .footer-v2 h5.home-foot{text-align: left;}
      .footer-v2 .footer-logo img {
        float:none;
    }
      .download-app li a{min-width:49%; margin-right:.5%}
      .download-app li a:first-child{ margin-right:1%}
      .download-app li a:last-child{ margin-right:0%;min-width: 50%;}
  
      .padd100 {
        padding-left: 0px !important;
        padding-bottom: 0px !important;
      }
      a.pay{
          float: none;
      }
      .footericons {
          padding-right: 0 !important; 
          padding: 18px;
      }
      .upper {
           padding-top: 0px;
      }
      .dropdown-menu:after {
        visibility: hidden;
      }
      .upload-image {
        right: 23px !important;
        top: 0px !important;
        position: relative !important;
      }
    
      .home-foot {
        color: white !important;
        font-size: 14px !important;
        margin-left: -0 !important;
        font-weight: 600 !important;
      }
      .account-form-btn {
        width: 100% !important;
      }
    
      .main-banner.owl-carousel .owl-stage-outer {
        margin: 0;
      }

      .playlist_item .music_list h4{
        font-size: 14px !important;
      }
      .playlist_item .container-fluid{
        padding-right: 5px;
        padding-left: 5px;
      }
      .playlist_item .songs_list .song_img img{
        float: right;
      }
      .playlist_item .song_timer{
        padding: 0 !important;
      }

      
      .song_name{
        font-size: 12px !important;
        margin-top: 20px;
      }
      .music_heading{
        font-size: 24px !important;
      }
      .owl-carousel .song_name{
        font-size: 14px !important;
      }
      
}


@media (max-width: 600px) {
      .prm-wrapper-img img {
          height: 230px;}
}
@media (max-width: 560px) {
  .details-class >p:first-child span {
    font-size: 30px;
    line-height: 32px;
    margin-top: 41%;
}

}
@media(max-width: 500px) {
  .owl-carousel .owl-item img{
    width: 100% !important;
  }
  span.zulo {
  left: 0 !important;
}
.mylist-section .container{ padding-left: 15px;}
img.footer {
  width: 50%;
}
ul.list-inline.wallet-list.list-pts li {
  width: 100% !Important;
}
.wallet-list li a i, .wallet-list li i {

  padding-left: 0;
}
.vertical-height-fix{
  height: 233px !important;
    min-height: 233px !important;
}
}
@media (max-width: 480px) {
      .height-fix {
        height: 81px !important;
      }
     
      .owl-nav i {
        display: none;
      }
      .pal15 {
        padding-left: 0px !important;
      }
      .close-drop {
        z-index: 999;
        left: 92%;
      }
      .drop-movie-details {
        bottom:0;
        height: auto;
        width: 100%;
        /* background:linear-gradient(346deg, rgba(0,0,0,1) 62%, rgba(0,0,0,0.6110819327731092) 74%, transparent 79%) !important; */
      }
      .pos {
        top: 55%;
        left: 40%;
      }
      .btn-logout {
        padding-left: 10px !important;
        width: 30%;
      }
      .search-input input{
        width: 65% !important;
      }
      .my-list {
        position: absolute;
        left: 12%;
      }
      /* .vertical-height-fix{
        height: 190px !important;
          min-height: 190px !important;
      } */
}
@media (max-width: 375px) {
      .height-fix {
        height: 77.67px !important;
      }
     
      .owl-nav i {
        display: none;
      }
      .pal15 {
        padding-left: 15px !important;
      }
      .close-drop {
        z-index: 999;
        left: 92%;
      }
      /* .drop-movie-details {
        top:37%;
        height: auto;
        width: 100%;
        background: linear-gradient(346deg, rgba(0,0,0,1) 62%, rgba(0,0,0,0.6110819327731092) 74%, transparent 79%) !important;
      } */
      .pos {
        top: 55%;
        left: 40%;
      }
      .btn-logout {
        padding-left: 10px !important;
        width: 30%;
      }

      span.text-ptr{
        font-size: 12px !important;
      }
      span.md-text{
        font-size: 12px;
      }
      span.sml-text{
        font-size: 9px;
      }
      .icon-partner{
        width: 30px;
      }
        .vertical-height-fix{
        height: 190px !important;
          min-height: 190px !important;
      }
      
     
}
    
/* //////////////////////////media query end/////////////////////////////// */
.title2{
  font-size: 24px;
  color: rgb(255 85 57) !important;
}
.fa-youtube{
  color: red;
}


.delete-modal h4{
  color: #000;
  padding: 10px 0px;
}


/* ===========start 30-05-2022====  */

.watch_live {
  position: relative;
}

.watch_live .player-logo {
  position: absolute;
  right: 0;
  bottom: 10%;
}

.watch_live .player-logo img{
  width: 140px;
  padding: 16px;
}

.watch-movie .player-logo {
    position: absolute;
    right: 0;
    top: 20%;
    margin-right: 20px;
}

.watch-movie .player-logo img {
    height: 40px;
    width: auto;
}

.detail_video .film-icon {
  width: 20px;
  fill: #fff;
}
.detail_video ul.play-icon-secn li {
  border: 1px solid #fff;
  border-radius: 4px;
}


.watch_live .movieTitleDiv{
  position: static !important;
}
.watch_live .movie-information{
  padding: 20px 0px !important;
}

.watch_live .movieTitle{
color: #fff !important;
}

.watch_live .movieTitleDiv{
  padding: 0px 0px !important;
}

.main-wrapper.user-account-section{
  margin-top: 70px !important;
}

.watch_live .add-list{
  background: linear-gradient(90deg, #FC5537  0%, #EEA849 100%) !important;
  border: 0;
  border-radius: 4px;
}
.watch_live .addtolist-icon{
  font-size: 14px !important;
  color: #fff !important;
}
.watch_live .addtolisttext {
  color: #fff !important;
}

.more_video .trailer-more {
  display: contents !important;
  margin: 10px;
}
.more_video .trailer-more .images{
  margin: 4px;
  padding: 4px;
  border-radius: 14px;
}

.watch_banner.media_info{
  max-width: 80%;
}
.title_max_width{
  max-width: 650px;
}
.watch_banner.media_info .movieTitle{
  margin-bottom: 20px;
}

.tralior_video .images{
  margin: 8px;
 width: 100%;
  border-radius: 8px;
}

.more_title{
font-size: 18px;
}

.more_video .trailer-more .images:hover{
  box-shadow:none;
  transition: 0.5s
  -webkit-transition: 0.5s
  -moz-transition: 0.5s
  -ms-transition: 0.5s
  -o-transition: 0.5s
  transition: transform .3s;
  filter: alpha(opacity=100);
  opacity: 1;
  transition: 0.5s
}

.trailer-more img{
  width: 16%;
}

@media (max-width:767px){
  body.white-bg .navbar{
    position: static;
  }
  .language_pop_up label.checkbox{
    width: 43% !important;
  }
  .section-wrapper.media-list.genre-box{
    margin-top: 0px !important;
  }
  .center_mobile{
    text-align: center;
    margin-bottom: 15px;
  }
  .genres select option{
    font-size: 12px;
  }
  img.middle.cursor-auto.user-profile-image{
    height: 50px !important;
    width: 50px !important;
  }
  .genres{
    right: 20px;
    width: 97px;
  }
  .white-bg span.zulo.gotohome{
    font-size: 16px;
    font-weight: 400;
  }
.details-class{
  display: none;
}

.music_list {
  display: block !important;
}
/* .music_list .d-flex{
  display: block !important;
} */
.playlist_item .playlist_img img{
  width: 100%;
  margin-bottom: 10px;
}
.playlist_item{
  margin-top: 30px !important;
}
.playlist_item .btn_adtolist{
  background-color: transparent !important;
}
.playlist_item .songs_list{
  height: auto !important;
}
.song_img{
  height: 100px !important;
}
.playlist_item .songs_list{
  margin: 25px 0px 20px 0px;
}
.music_list  h4{
  font-size: 16px;
}
.playlist_item {
  padding: 1px 10px !important;
}

  .main-box {
    margin: 0px 9px;
    width: 96%;
    margin-top: 20px !IMPORTANT;
}
div#navbarNavDropdown ul.navbar-nav li a{
    display: inline-block;
    margin: 8px 5px;
    width: -moz-available;
}

  .prm-wrapper-img:after{
      display: none;
  }
  .prm-wrapper-img img{
      height: 200px !important;
      margin-top: 30px;
  }
  .movieTitleDiv{
    padding: 10px 0px;
  }

  .watch_banner{
    position: static;
  }
  a.add-list{
    width: auto !important;
    top: 0px !important;
  }

  .searchbg .search-input input{
    width: 85% !important;
  }

  .trailer-more img {
    width: 300px;
}
.watch_live .movie-information{
  padding: 20px 20px !important;
}
}

 .watch_live .mediaDesc{
  line-height: 24px !important; 
} 

.detail_video .film-icon{
fill: #fff;
}

.detail_video .play-text{
  color: #ffffff;
}

.detail_video ul.play-icon-secn li{
  border: 1px solid #fff;
  border-radius: 4px;
}

.detail_video .film-icon{
  width: 20px;
}

.detail_video  .Banner-other-details{
  margin-bottom: -3px;
}

.detail_video .Main-prm-wrapper .add-list{
  padding: 12px;
  border-radius: 40px;
    background: #121212;
}


.video-title-item{
  left: 30px;
  position: absolute;
}

/* ==========end 30-05-2022==== */




.owl-prev {
  left: -15px;
  background: #0000001f !important;
}

.owl-next {
  right: 0px;
  background: #0000001f !important;
}

/* new design css by suraj 09-05-2022 */
.new_design_implement{
  font-family: 'Montserrat', sans-serif !important;
}


.new_design_implement .card-title{
  color: #fff;
  padding: 15px;
  font-size: 20px;
  font-weight: 500 !important;
  padding-left: 0;

}
.new_design_implement .text-left{
  text-align: left;
}
.pkgs {
  background: #121212;
    margin: 28px 20px;
    padding: 15px;
}
.pkgs  p{
  margin-bottom: 0;
}
.bg_dark_black{
  background-color: #000;
}

.gentare_pin{
  background: #FE6C2A;
  padding: 12px 10px;
  font-size: 12px;
  font-weight: 200;
  border-radius: 6px;
  text-transform: uppercase;
}

a.gentare_pin.parental {
  padding: 12px 80px !important;
}

.savebtnn{
  background: #FE6C2A;
  padding: 8px 18px;
  border-radius: 4px;
  font-size: 14px;
}
.notification li{
  font-size: 14px;
  line-height: 2.05;
}

.new_design_implement .user-detail h1.Details{
  font-size: 14px;
  color: #fff;
}

img.middle.cursor-auto.user-profile-image {
  height: 55px;
  width: 55px;
  border-radius: 50%;
}

.new_design_implement .user-detail h4.Details{
  font-size: 14px;
  color: #fff;
}

.new_design_implement .user-detail .padd23{
  text-align: left;
  padding-left:10px;
}

.new_design_implement .edit_pro{
  padding: 10px 14px;
  font-size: 13px !important;
  border-radius: 40px;
  color: #fff!important;
  float: right;
}

.new_design_implement .edit_pro:hover{
  background: #000;
  color: #fff !important;
}

.new_design_implement .min_height{
  height: 155px;
  overflow: hidden;
}
.new_design_implement .billing-history-block table tr th{
  font-weight: 600 !important;
  font-size: 14px;
  padding: 10px 8px;
  background-color: #E6E6E6;
  
}
.backbtn_hover:hover{
  background-color: #5DA8FF !important;
  color: #fff  !important;
}

.new_design_implement .table>:not(:first-child){
  border-top: 0 !important;
}
.new_design_implement  .plan-dtl-heading{
  text-align: center;
  background: #121212;
  padding: 15px;
  font-size: 14px;
  color: #fff;
  border-radius: 6px;
}
.new_design_implement .no_data{
  padding: 27px 25px 13px !important;
}

.new_design_implement  .card{
  border-radius: 0.8rem;
}

.new_design_implement  .billing-history-block tr td{
 font-size: 14px;
}

.new_design_implement .pay{
  float: none;
  font-size: 13px;
  background: #5DA8FF;
  background: rgb(93 168 255);
  color: #fff;
  padding: 5px 8px;
  border-radius: 5px;
  border: 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0)
{
  .new_design_implement .pay{ 
      background: #5DA8FF;
      background: rgb(93 168 255); }
}

.edit_profile_page .card-title{
  border-bottom: 0px !important;
  margin-bottom: 0;
}
.edit_profile_page  .right ul{
  margin: 10px;
}
.edit_profile_page .panel-setting-heading{
  font-size: 14px !important;
}

.edit-profile-block{
  padding: 0 8px 0px 0px;
}

.from_width .form-group{
  display: inline-block;
  width: 26%;
  margin: 0px 15px 0px 0px;
}

.edit_profile_page  .btn-success{
  padding: 5px 10px;
  font-size: 14px;
  background: #5DA8FF;
  border: 1px solid #5DA8FF;
}
.edit_profile_page .btn-danger{
  padding: 5px 10px;
  font-size: 14px;
}

.edit_profile_page .button_update {
  margin-top: 13px;
}
#deleteProfilePicModal p{
  color: #000;
  padding: 0px 5px;
}

.edit_profile_page .reset-button{
font-size: 14px;
color: red;
}

.edit_profile_page .modal-footer form{
  margin: 0px !important;
}
.edit_profile_page .modal-footer form .btn-info{
  padding: 5px 10px;
  font-size: 13px;
}

.edit_profile_page .modal-header>p{
  margin-bottom: 0;
}

.edit_profile_page .mb_cls form{
margin-top: 0;
}

.rmp-object-fit-contain {
  object-fit: cover !important;
}

@media (max-width:767px){
  .rmp-object-fit-contain {
      object-fit: contain !important;
  }    
  .main-wrapper.media_info{
    margin-top: 0 !important;
  }
  .new_watchlist .wishlist_box .img-box img{
    height: 186px !important;
    border-radius: 10px;
    object-fit: cover;
    margin-bottom: 13px;
  }
  .new_watchlist .wishlist_box .img-box img.premiumTag{
    height: 30px  !important;
    top: 0px !important;
    width: auto !important;
  }
}

/* .rmp-control-bar{
  -webkit-border-radius:0px 0px 20px 20px !important;
}
.rmp-video{
  -webkit-border-radius:20px !important;
} */

.device_alert h4.modal-title{
  font-size: 16px;
  }

.device_alert .myModal .modal-header{
  padding: 10px ;
  }

.device_alert .modal-body{
  font-size: 14px;
  }
  
.device_alert .modal{
  background: rgb(0 0 0 / 70%);
}


.profile_pic_edit img{
  border-radius: 50px;
  width: 100px;
  height: 100px;
}

.view_title {
    color: #fff !important;
    font-size: 14px;
    font-weight: 400;
    display: block !important;
}

.otp-modal .modal-heading{
color: #fff  !important;
padding: 10px 0px;
}

.title_main_movie{
  color: #fff !important;
}
.title_main_movie .titile_movie{
  margin-bottom: 3px;
  font-size: 12px;
  font-weight: 400;
  padding-top: 8px;
  text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}
.title_main_movie .fa-star{
  color: #FFC107;
  font-size: 12px;
}
.title_main_movie p{
  font-size: 12px;
  margin-right: 15px;
}
.title_main_movie .fa-clock{
  color: #FE6C2A;
  font-size: 12px;
}
.view_title{
  font-size: 16px !important;
  color: #fff !important;
}

.main-wrapper.media_info{
  margin-top: -200px;
  padding: 0px 0px;
}
.main-wrapper.media_info .container-fluid{
  padding: 0;
}
.main-wrapper.media_info .movie-information{
  padding: 20px 30px;
  /* background-image: linear-gradient( 0deg, #141414 81%, #141414e3, #00000000) !important; */
}

.main_slider_bottom{
  position: relative;
}
.main_slider_bottom::after{
    position: absolute;
    content: '';
    background-image: url(../newimages/b-shadow.png);
    bottom: 0;

    height: 180px;
    width: 100%;
}


.main-wrapper.media_info i{
  color: #FE6C2A;
}
.movie-rating .text-color span{
  color: #FE6C2A;
}
.movie-rating .text-color i{
  color: #FE6C2A;
  font-size: 20px;
  position: relative;
    top: 3px;
}
.movie-rating li{
  background:#000 !important;
    padding: 10px 10px;
    border-radius: 40px;
    margin-bottom: 20px;
}

/* language_pop_up css */

.language_pop_up .modal-content{
  background-color: #121212;
}
.language_pop_up label.checkbox{
  color: #fff;
  background: #000;
  margin: 10px;
  width: 14%;
  height: 70px;
  font-size: 14px;
  border-radius: 6px;
  padding-left: 55px;
}
.language_pop_up .modal-title{
  color: #fff !important;
}
.language_pop_up .sub-ttl-lang{
  color: #fff !important;
}

.language_pop_up .checkbox > span:after{
  left: 5px;
  color: #000;
}
.language_pop_up .checkbox > span{
  border-radius: 40px;
  background-color: #000;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0px;
  top: 6px;
}
.lang .modal-header h4{
  padding-left: 10px;
  margin-bottom: 0;
  padding-top: 12px;
}

.language_pop_up .modal-footer{
  border-top:0;
}
.language_pop_up .btn-primary{
  background-color: #fe6c2a;
  border-color: #fe6c2a;
  font-weight: 400 !important;
  padding: 6px 16px;
}
/* language_pop_up css close */

.line_break{
  width: 100%;
  float: left;
  padding-top: 20px;
}

/* .contact us css  */

.contact_form label{
font-size: 14px;
color: #fff;
}
.contact_form .form ::placeholder{
  font-size: 14px;
}
.contact_form .form .form-control{
  height: 45px;
  margin-bottom: 10px;
}
.submit_btn{
  float: right;
  margin-top: 10px;
}
.submit_btn .send{
  background: #fe6c2a;
  color: #fff !important;
  padding: 10px 20px;
  border-radius: 50px;
}
/* 
.genre-new{
  margin-top: 10px !important;
} */

.genre-new .image-border{
/* height: 100px !important; */
position: relative;
}
.genre-new .item::after{
position: absolute;
content: '';
bottom: 28px;
background-image: linear-gradient( 0deg, #141414c2 38%, #14141469, #0000000d) !important;
height: 70px;
width: 100%;
z-index: 9;
}

.genre_img{
  height: 100px !important;
}

.genr_heading{
  color: #fff;
  position: relative;
  z-index: 999;
  text-align: center;
  bottom: 40px;
  font-size: 18px;
}

.contact_via_social p{
font-size: 24px !important;
background: #121212;
    padding: 20px;
    text-align: center;
}
.contact_via_social .txt{
  font-size: 24px;
}

.contact_via_social img{
  float: left;
  width: 51px;
  margin-left: 30px;
  padding: 6px;
  margin-top: -7px;
}

.more_info_itn{
    background:#121212;
    border-radius: 6px;
    font-size: 14px;
    border-radius: 40px !important;
}
.more_info_itn i{
  margin-right: 5px;
}

/* ============ */

.yellow{
  color: #FFC107 !important;
}

.profile .top_heading .logout_btn{
  background-color: rgb(255 34 34 / 58%);
  padding: 6px 12px;
  font-size: 12px;
  border-radius: 4px;
}
.edit_pro i{
  font-size: 16px;
  color: #FE6C2A;
}

.notification- input[type=checkbox] {
	transform: scale(1.3);
	margin: 0 0px 0 0;
}

.notification- label{
  margin-bottom: 0;
}

.parental_C {
  margin-bottom: 40px;
}

.parental_C .card {
  min-height: 150px;
}

.pin_popup .modal-content{
background: #232323;
}
.pin_popup .modal-title{
  color: #fff;
  font-weight: 400 !important;
  font-size: 18px;
  margin-left: 65px;
}
.modal-header{
  border: 0;
}
.pin_popup ::placeholder{
font-size: 12px;
color: #C1C1C1;
}
.pin_popup .btn.btn-success{
  background-color: #4ECB8A;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 300 !important;
  padding: 3px 10px;
  border-radius: 4px;
  margin-top: 0;
}
.pin_popup .btn-warning{
  background: transparent;
  border: 0;
  text-transform: capitalize;
  font-weight: 300;
}

.pin_popup .close{
  color: #FD5969;
  opacity: 1;
  text-shadow: none;
  font-size: 30px;
  font-weight: 400;
}
.pin_popup .modal-body{
  padding: 15px 45px;
}
.pin_popup .user-pin{
  width: 100%;
  height: 34px;
  border-radius: 5px;
  border: 0;
}
.subtitle-apearance [type='password']{
  font-size: 24px;
  border-radius: 4px;
  height: 34px;
  border: 0;
  padding: 8px;
  width: 80px;
  text-align: center;
}

.white-bg .breadcrumb-home{
  display: none  !important;
}

.btn_remove{
  background-color: transparent;
  font-size: 14px;
  font-weight: 400;
}
.actorname{
  color: #717171 !important;
}
.movie-rating .text-color img{
  width: 32px !important;
  height: 32px;
  padding: 5px;
  
}

.new_watchlist .wishlist_box{
background-color: #000;
padding: 10px;
border-radius: 6px;
margin-bottom: 15px;
}
.new_watchlist .wishlist_box .text-box p{
  font-size: 11px;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 34px;
}
.new_watchlist .wishlist_box .text-box h4{
  font-size: 16px;
  padding-bottom: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: inherit;
  height: 20px;
  width: 100%;
}
.new_watchlist .wishlist_box .img-box img{
  height: 90px;
  width: 100%;
  border-radius: 10px;
}
.wishlist_box .text-box i.fa.fa-close{
  position: absolute;
  right: 13px;
}

.new_watchlist .wishlist_box .img-box img.premiumTag{
    height: 22px;
    width: 4em;
    right: 15px !important;
    top: -3px !important;
}

.new_watchlist h3{
  font-size: 20px;
  margin-bottom: 10px;
  margin: 45px 0px 30px;
}
.new_watchlist .nav-pills .nav-link.active{
  background-color: #000;
  border: 0;
  color: #FE6C2A;
  padding: 10px 15px;
  border-radius: 40px;
}
.new_watchlist .nav-pills .nav-link{
  background: transparent;
  border: 0;
  color: #fff;
  padding: 10px 15px;
  font-size: 14px;

}

.rounded-1 {
    border-radius: 0.25rem !important;
}

.rounded-2 {
    border-radius: 0.6rem !important;
}

.top_detail .add-list{
  background-color: #000 !important;
  padding: 10px 20px;
}

.top_detail .play-secn{
  background: #000;
  border-radius: 40px;
  width: 44px;
  height: 44px;
  padding: 10px 16px;
}

.top_detail .play-secn a{
  font-size: 16px;
}

.right-detail li{
  margin: 0px 10px;
}

.episode-tab .e-title{
  padding-left: 8px;
    color: #fff;
    font-weight: 600 !important;
    font-family: 'Asap', sans-serif !important;
    font-size: 22px;
    margin-bottom: 15px;
}


.episode-tab .img-box img{
  border-radius: 6px;
  height: 200px !important;
  object-fit: cover;
}
.episode-tab .wishlist_box {
  background: transparent;
}

.view_popup.modal-content{
  background: #1a1a1a !important;
}

.view_popup .modal-title{
  color: #fff;
  text-align: center;
  padding: 0;
  width: 100%;
}

.view_popup  .close{
  color: #fff;
  text-shadow: 0 0 black;
  opacity: 1;
}

.disabled{
  display: none !important;
}


.right_player .sharebtn li i{
  background: #000;
}
.right_player .add-list{
  background: #000;
}
.right_player .add-list i{
  padding: 0;
  width: auto;
    height: auto;
}

.playlist_item{
  margin-bottom: 30px !important;
}
span.user-name:hover{
  color: #c4c4c3 !important;
  }
@media (max-width:767px){
  /* home page */
  .main-box::after{
    display: none;
  }
  .owl-prev span, .owl-next span{
    display: none;
  }
  .owl-prev, .owl-next{
    display: none;
  }
  .white-bg span.title.bollywood{
    font-size: 16px;
    font-weight: 300;
    padding-left: 0;
  }
  .view_title{
    font-size: 10px !important;
  }
  body.white-bg .main-box{
    margin: 0px 5px;
  }
  .prm-wrapper-img img{
    margin-top: 6px;
  }
  .user-account-section .heading{
    font-size: 16px !important;
  }
  .country_he .select2{
    padding: 4px !important;
  }
  a.gentare_pin.parental{
    padding: 12px 30px !important;
  }
  span.play-text{
    font-size: 13px;
  }
  .watch_now_text{
    bottom: 1px !important;
  }
  .footer-v2 .home-foot{
    font-size: 12px !important;
  }
/* detail page */
.main_slider_bottom::after{
  display: none;
}
.watch_banner.media_info{
  padding: 0px 10px;
  max-width: 100%;
}
.like-dislike-button.like_count_width {
  width: 70px !important;
}
.main-wrapper.media_info .movie-information{
  padding: 2px 15px;
}
.movie-rating .text-color img{
  width: 28px !important;
}
.movie-rating{
  margin-top: 15px !important;
}
.movie-rating .text-color i{
  font-size: 16px;
}
.movie-rating ul li{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.movie-information .textColor{
  font-size: 16px;
  font-weight: 300;
  padding-left: 0;
}
.sharebtn{
  display: block !important;
}
.sharebtn li{
  float: left;
}
.detail_video .Main-prm-wrapper .add-list{
  margin-top: 0px;
}

section.main-wrapper{
  padding:30px 0px !important;
  margin-top: 20px;
}
.play-secn.movieTitleDiv{
  padding: 20px 0px !important;
}
.pl15{
  margin-left: 0;
}
.movie-rating ul li{
  padding: 10px 12px;
  font-size: 11px;
  margin-right: 5px;
}
.sharebtn li{
  margin-right: 5px !important;
  margin: 0;
}
.sharebtn li i{
  width: 21px !important;
  font-size: 14px;
  height: 32px;
}
.btn-watch-now .play-text{
  padding: 0px 5px 0px 2px !important;
}

.detail_video .Main-prm-wrapper .add-list{
  padding-top: 0 !important;
}

.owl-carousel .owl-item img.poster{
  height: auto !important;
}
body.white-bg .navbar.scrolled{
  position: static  !important;
}
.dropdown, .dropleft, .dropright, .dropup{
  float: left;
}

h4.Details{
  float: left;
    padding-left: 12px;
}
.new_design_implement .user-detail h1.Details{
  padding-left: 10px;
}
.margin_btn_profile{
  margin-top: 20px !important;
  
}
  .edit-profile-block .pt-2{
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .edit-profile-block  .py-2{
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .btn-group.pull-left{
    margin-top: 18px;
    margin-right: 4px;
  }


  .edit-profile-block{
    padding: 15px 15px !important;
  }
  .from_width .form-group{
    margin: 0px 15px 20px 0px;
  }
  .btn-upload-wrapper{
    margin-left: 20% !important;
  }

  /* player page */
  .player_page .player h2.text-light{
    font-size: 20px !important;
  }
  .footericons .footer-logo{
    text-align: center !important;
  }
  .right_player .play-secn.movieTitleDiv{
    padding: 3px 5px !important;
  }
  .right_player .sharebtn li i{
    width: 43px !important;
  }
  .right_player .addtolist-icon{
    width: 25px !important;
  }
  
  .genrebymedia .nogt{
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .genrebymedia .nogt .col-lg-2{
    padding-right: 0;
    padding-left: 10px;
  }
  
}

@media (min-width: 768px) and (max-width: 991px){
  .main-box .details-class{
    display: none;
  }
  .banner_titile{
    top: 35px;
  }
  .sharebtn li{
    margin: 15px 5px 0px 0px;
  }
  .main-box .owl-prev {
    display: none !important;
  }
  .main-box .owl-next {
    display: none !important;
  }
  .main-box .bg-image .item img{
    /*height: 45vh !important;*/
  }
  .prm-wrapper-img img{
    height: 40vh !important;
  }
  .movie-rating{
    margin-bottom: 50px;
  }
  .main-wrapper.media_info{
    margin-top: 0px;
  }
  .watch_banner.media_info{
    max-width: 100%;
    z-index: 2;
  }
  .movie-rating .text-color img{
    width: 25px !important;
  }
  .pl15{
    margin-left: 8px; 
  }
  .partners-txt-link{
    display: none !important;
  }
  .list-inline-item:not(:last-child){
    margin-right: 0.2rem;
  }
  .prm-wrapper-img img{
    height: 55vh !important;
  }
  .playerbg .song_img{
    height: 100px !important;
  }
  div#navbarNavDropdown ul.navbar-nav li a{
    margin: 18px 12px;
  }
  body.white-bg .navbar{
    background-image: linear-gradient(to top,rgb(0 0 0),#000) !important;
    z-index: 999999;
  }

 
  .music_heading{
    font-size: 32px !important;
    padding: 20px 18px !important;
  }

  .language_pop_up label.checkbox{
    margin: 5px;
    width: 30%;
  }
  .searchbg .search-input input{
    width: 70% !important;
  }
  .owl-nav img{
    display: none;
  }
  .actor_img_circle .cast-image{
    width: 180px !important;
    height: 180px !important;
  }
  .rmp-quick-rewind-and-forward-ui.rmp-mobile .rmp-time-elapsed{
    left: 3% !important;
  }
 
}

@media (min-width: 992px) and (max-width: 1199px){
  div#navbarNavDropdown ul.navbar-nav li a{
    margin: 18px 12px;
  }
  .rmp-quick-rewind-and-forward-ui.rmp-mobile .rmp-time-elapsed{
    left: 3% !important;
  }
  .rmp-quick-rewind-and-forward-ui.rmp-mobile .rmp-quick-rewind-and-forward{
    left: 13% !important;
  }
  .btn-watch-now {
    position: absolute;
    left: 92px;
  }
  .sharebtn li{
    margin: 0px 0px 0px 0px;
  }
  .btn-watch-now .d-flex.align-items-center{
    display: block;
    margin-top: 3px;
  }
}

@media (min-width: 1200px) and (max-width: 1350px){
  .main-box .owl-prev{
    top: 58% !important;
  }
  .main-box .owl-next{
    top: 58% !important;
  }
 
  .vertical-height-fix{
    min-height: 218px !important;
    height: 218px !important;
  }
}

@media (min-width: 1351px) and (max-width: 1399px){
  .vertical-height-fix{
    min-height: 245px !important;
    height: 245px !important;
  }
}

.add-section .add_box{
  max-width: 800px;
  margin: 0 auto;
  background-color: #ddd;
}
/* Generic ads style*/
.ads-wrapper {
  display: none;
  /*display: flex; /*Satyam Pandey 26-apr-21*/
  padding: 5px 0;
  margin-bottom: 40px;
}
.ads-wrapper:after, .ads-wrapper:before {
    width: 100%;
    clear: both;
    content: "";
    display: table;
}
.ads-content.ads_type_horizontal {
    max-width: 970px !important;
    max-height: 250px !important;
    margin: 0 auto;
    cursor: pointer;
    text-align: center;
}
.ads-content.ads_type_vertical {
    width: 160px;
    /*width: 100%; Satyam Pandey 26-apr-21*/
    height: 600px;
    margin: 0 auto;
    cursor: pointer;
}
.ads-content.ads_type_vertical img{
  width: 160px;
}
@media (max-width: 1199.98px) {
  .ads-content.ads_type_vertical {
    display: none;
  }
  .ads-content.ads_type_horizontal {
    max-width: 100% !important;
    max-height: 250px !important;
    margin: 0 auto;
    cursor: pointer;
    padding: 0px 20px;
  }
  .ads-content.ads_type_horizontal img{
    width: 100%;
    object-fit: contain;
  }
  .custom-ads-size{
    width: 90% !important;
  }
  .custom-ads-size img{
    width: 100%;
  }
}

@media (min-width:1600px){
  .vertical-height-fix{
    min-height: 19.5rem !important;
    height: 19.5rem !important;
  }
}


.fixed-ad-btm {
    display: inline-block;
    width: 100%;
    text-align:center;
    position: fixed;
    z-index: 99999999;
    bottom: 0;
    left:0;
  }
  .fixed-ad-btm > div{margin:auto; display:inline-block; position:relative}
  .fixed-ad-btn-close {
  display: inline-block;
    width: 20px;
    line-height: 20px;
    background: #5f5f5f;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    right: -12px;
    top: -9px;
    cursor: pointer;
    border-radius: 50% !important;
    /* border: 1px solid #fff; */
    box-shadow: 0px 0px 5px #464646;
    z-index: 99999;
}


#main #faq .card {
  margin-bottom: 30px;
  border: 0;
}

#main #faq .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgb(48 48 48 / 50%);
          box-shadow: 0 0 20px 0 rgb(48 48 48 / 50%);
  border-radius: 2px;
  padding: 0;

}

#main #faq .card .card-header .btn-header-link {
  color: #fff;
  display: block;
  text-align: left;
  background: #5e5e5e;
  color: #222;
  padding: 20px;
  font-weight: 400;
}
#main #faq .card .card-header .btn-header-link:focus{
  box-shadow: none;
  outline: 0;
}

#main #faq .card .card-header .btn-header-link:after {
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  float: right;
}

#main #faq .card .card-header .btn-header-link.collapsed {
  background: #272528;
  color: #fff;
}

#main #faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f106";
}

#main #faq .card .card-body{
  background: #1e1e1e;
  padding-bottom: 1px;
}
#main #faq .card .card-body p{
  color: #fff;
}
#main .accordion{
border-bottom: none !important;
}

.like_count{
  font-size: 15px;
  vertical-align: middle;
  padding-left: 10px;
  }

  .like_count_width{
      width: 70px !important;
  }

  /* .ads-wrapper{
    display: none;
  } */
  
/* small device by suraj 29-11-2022 */

@media (max-width: 360px) {
  .height-fix {
    height: 70.25px !important;
  }
  .vertical-height-fix{
    height: 185px !important;
    min-height: 185px !important;
  }
 
  .owl-nav i {
    display: none;
  }
  .pal15 {
    padding-left: 15px !important;
  }
  .close-drop {
    z-index: 999;
    left: 92% !important;
  }
  /* .drop-movie-details {
    top:37%;
    height: auto;
    width: 100%;
    background: linear-gradient(346deg, rgba(0,0,0,1) 62%, rgba(0,0,0,0.6110819327731092) 74%, transparent 79%) !important;
  } */
  .pos {
    top: 55%;
    left: 40%;
  }
  .btn-logout {
    padding-left: 10px !important;
    width: 30%;
  }
  .language_pop_up label.checkbox{
    width: 39% !important;
    padding-left: 37px !important;
  }
}
.more_like_wrapper .owl-item img{
  object-fit: cover !important;
}
.more_like_wrapper .premiumTag{
  top: 0 !important;
}

.music_box{
  position: relative;
}
p.song_name.mb-2{
  line-height: 3;
      white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.song_name{
  line-height: 3;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}


.list_of_song {
  bottom: 40px;
  height: 30px;
  font-size: 14px;
  text-align: center;
  border-radius: 0px 0px 7px 7px;
    opacity: 1;
    padding: 0px 5px 7px 5px;
    position: absolute;
    width: 100%;
    background-image: linear-gradient( 0deg, rgb(18 18 18) 0%, #00000000);
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}