/*Bhawna Assests Detail Page */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

body {
  overflow-x: hidden !important;
  padding: 0 !important;
}

._plan_parent_detail_f {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dark {
  background-color: #201f2c;
}

header{
  height: 70px;
}

.dark header {
  background-color: #201f2c;
  height: 70px;
}

.dark header .navbar {
  background-color: #201f2c;
  padding-right: 0px !important;
  min-height: 69px;
}

.dark ul.form_right li input {
  color: #cfcccc !important;
  padding: 0 20px 0 0px;
}

.dark ul.form_right li i.fa.fa-search {
  color: #cfcccc !important;
}

.dark ul.form_right li a {
  color: #cfcccc !important;
}

.dark ul.form_right input.form-control {
  border-bottom: 1px solid #cfcccc99 !important;
}

.dark .form_right li.nav-item.dropdown a.nav-link {
  color: #cfcccc;
}

.dark .form_right li.nav-item.dropdown a i {
  color: #cfcccc;
}

.dark .dropdown-menu {
  background-color: #302f42;
  color: #fff !important;
}

.dark ._custom_grid_img h4 {
  color: #fff !important;
  font-weight: 700;
}

.dark ._custom_grid_img .container._custom_cont {
  max-width: unset;
}

input.form-control:focus,
input.form-control:visited,
input.form-control:active,
button.form-control:focus,
button.form-control:visited,
button.form-control:active {
  border-bottom: none !important;
  outline: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.light {
  background-color: #d0cdcd !important;
}

.light header {
  background-color: #d0cdcd !important;
}

.light header .navbar {
  background-color: #d0cdcd !important;
}

.light header .navbar .navbar-nav li a {
  color: #201f2c !important;
}

.light ul.form_right li input {
  color: #201f2c !important;
}

.light ul.form_right li i.fa.fa-search {
  color: #cfcccc99 !important;
}

.light ul.form_right li a {
  color: #201f2c !important;
}

.light ul.form_right input.form-control {
  border-bottom: 1px solid #201f2c !important;
}

.light .form_right li.nav-item.dropdown a.nav-link {
  color: #201f2c;
}

.light .form_right li.nav-item.dropdown a i {
  color: #201f2c;
}

.light .dropdown-menu {
  background-color: #ccc;
  color: #302f42;
}

.light ._custom_grid_img h4 {
  color: #201f2c !important;
}

body{
  margin: 0;
  padding: 0;
  font-family: 'Encode Sans', sans-serif;
  background-color: #201f2c;
  overflow-x: hidden;
}

.container {
  max-width: 1200px;
  padding: 0 10px;
}

a.navbar-brand {
  max-width: 100px;
  width: 100%;
  height: auto;
  padding: 0;
  margin-right: 0;
}

a.navbar-brand img {
  width: 100%;
  height: 100%;
  display: inline-block;
  -o-object-fit: contain;
  object-fit: contain;
}

ul.navbar-nav.mr-auto {
  margin-left: auto !important;
  margin-right: 0 !important;
}

section.slider_img {
  margin: 0px 0 35px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

section.slider_img .inner_img .owl-carousel.banner_slider .owl-carousel .owl-stage-outer {
  overflow: visible;
}

nav.navbar {
  -webkit-box-shadow: 3px 4px 9px 4px #00000063;
  box-shadow: 3px 4px 9px 4px #00000063;
}

.mini_slider .owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

/* .mini_slider .owl-carousel.seven_slides {
  margin-top: -129px;
}

.mini_slider .owl-carousel {
  margin-top: -131px;
} */

.mini_slider .owl-carousel .owl-stage-outer {
  overflow: visible;
  padding-left: 0px;
}

.mini_slider .owl-item:hover {
  cursor: pointer;
  z-index: 9;
}

.mini_slider .owl-item.cloned.active {
  display: block;
}

.mini_slider .owl-item.active {
  display: block;
}

.mini_slider .owl-item.hover {
  position: relative;
  z-index: 2;
}

.mini_slider .owl-item.hover ._visible_hover {
  opacity: 1;
}

.mini_slider .six_slides {
  padding: 22px 0 60px;
}

.mini_slider .four_slides {
  /* padding: 16px 0 44px; */
  padding: 0;
  position: relative;
  /* min-height: 290px;
  max-height: 290px; */
}

.mini_slider .seven_slides {
  padding: 8px 0 44px;
  position: relative;
  /* min-height: 300px;
  max-height: 300px; */
}

.owl-theme .owl-nav {
  margin-top: 0;
}

.four_slides {
  position: relative;
  margin: 0 auto;
}

.four_slides .owl-prev.disabled,
.four_slides .owl-next.disabled {
  display: none;
}

.four_slides .owl-prev {
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  height: 100%;
  width: 60px;
  background-color: transparent !important;
  top: 50%;
  width: 271.5px;
  height: 50%;
  left: -25%;
  margin: 0 !important;
  padding: 0 !important;
}

.four_slides .owl-prev img {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.four_slides .owl-next {
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  height: 100%;
  width: 60px;
  background-color: transparent !important;
  top: 50%;
  width: 271.5px;
  height: 50%;
  right: -25%;
  margin: 0 !important;
  padding: 0 !important;
}

.four_slides .owl-next img {
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.four_slides .owl-nav span {
  font-size: 52px;
  font-size: 52px;
  color: #fff !important;
  font-weight: 100;
  font-weight: 100;
}

.four_slides .owl-nav button:hover {
  border: none !important;
  border: 0px solid !important;
  outline: 0 !important;
  text-decoration: none !important;
}

.four_slides .owl-nav button:active {
  border: none !important;
  border: 0px solid !important;
  outline: 0 !important;
  text-decoration: none !important;
}

.four_slides .owl-nav button:focus {
  border: none !important;
  border: 0px solid !important;
  outline: 0 !important;
  text-decoration: none !important;
}

.four_slides .owl-carousel {
  /* padding: 98px 0 93px 0px; */
  padding: 0;
  position: relative;
}

.six_slides {
  position: relative;
  margin: 0 auto;
}

.six_slides .owl-nav.disabled {
  display: block;
}

.six_slides .owl-prev.disabled {
  display: none;
}

.six_slides .owl-prev {
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  height: 100%;
  background-color: linear-gradient(45deg, rgba(32, 31, 44, 0.72), rgba(32, 31, 44, 0.53)) !important;
  top: 44%;
  width: 5%;
  height: 53%;
  left: 0;
  margin: 0 !important;
}

.six_slides .owl-prev img {
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.six_slides .owl-next {
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  height: 100%;
  background-color: linear-gradient(45deg, rgba(32, 31, 44, 0.72), rgba(32, 31, 44, 0.53)) !important;
  top: 44%;
  width: 16%;
  height: 53%;
  right: -10.5%;
  margin: 0 !important;
}

.six_slides .owl-next img {
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.six_slides .owl-next:hover {
  background-color: linear-gradient(45deg, rgba(32, 31, 44, 0.72), rgba(32, 31, 44, 0.53)) !important;
}

.six_slides .owl-next:focus {
  background-color: linear-gradient(45deg, rgba(32, 31, 44, 0.72), rgba(32, 31, 44, 0.53)) !important;
}

.six_slides .owl-next:active {
  background-color: linear-gradient(45deg, rgba(32, 31, 44, 0.72), rgba(32, 31, 44, 0.53)) !important;
}

.six_slides .owl-nav span {
  font-size: 52px;
  color: #fff !important;
  font-weight: 100;
}

.six_slides .owl-nav button:hover {
  border: none !important;
  border: 0px solid !important;
  outline: 0 !important;
  text-decoration: none !important;
}

.six_slides .owl-nav button:active {
  border: none !important;
  border: 0px solid !important;
  outline: 0 !important;
  text-decoration: none !important;
}

.six_slides .owl-nav button:focus {
  border: none !important;
  border: 0px solid !important;
  outline: 0 !important;
  text-decoration: none !important;
}

.six_slides .owl-carousel {
  padding: 96px 0 100px 0px;
  position: relative;
}
/* 
.six_slides .p_g_i {
  min-height: 292px;
  max-height: 292px;
}

.six_slides .p_g_i img.grid_item {
  min-height: 292px;
  max-height: 292px;
}

.six_slides ._visible_hover {
  min-height: 356px;
  max-height: 356px;
}

.six_slides ._watching_img {
  min-height: 293px;
  max-height: 293px;
}

.six_slides .v_h_img {
  min-height: 180px;
  max-height: 180px;
}

.six_slides .v_h_img img {
  min-height: 180px;
  max-height: 180px;
} */

.seven_slides {
  position: relative;
  margin: 0 auto;
}

.seven_slides .owl-prev.disabled,
.seven_slides .owl-next.disabled {
  display: none;
}

.seven_slides .owl-prev {
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  height: 100%;
  width: 60px;
  background-color: transparent !important;
  top: 49%;
  width: 161.286px;
  height: 45.5%;
  left: -13%;
  margin: 0 !important;
}

.seven_slides .owl-prev img {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.seven_slides .owl-next {
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  height: 100%;
  width: 60px;
  background-color: transparent !important;
  top: 49%;
  width: 161.286px;
  height: 45.5%;
  right: -13%;
  margin: 0 !important;
}

.seven_slides .owl-next img {
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.seven_slides .owl-next:hover {
  background-color: linear-gradient(45deg, rgba(32, 31, 44, 0.72), rgba(32, 31, 44, 0.53)) !important;
}

.seven_slides .owl-next:focus {
  background-color: linear-gradient(45deg, rgba(32, 31, 44, 0.72), rgba(32, 31, 44, 0.53)) !important;
}

.seven_slides .owl-next:active {
  background-color: linear-gradient(45deg, rgba(32, 31, 44, 0.72), rgba(32, 31, 44, 0.53)) !important;
}

.seven_slides .owl-nav span {
  font-size: 52px;
  color: #fff !important;
  font-weight: 100;
}

.seven_slides .owl-nav button:hover {
  border: none !important;
  border: 0px solid !important;
  outline: 0 !important;
  text-decoration: none !important;
}

.seven_slides .owl-nav button:active {
  border: none !important;
  border: 0px solid !important;
  outline: 0 !important;
  text-decoration: none !important;
}

.seven_slides .owl-nav button:focus {
  border: none !important;
  border: 0px solid !important;
  outline: 0 !important;
  text-decoration: none !important;
}

.seven_slides .owl-carousel {
  padding: 100px 0 98px 0px;
  position: relative;
}

ul.form_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  list-style-type: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding-left: 20px;
}

ul.form_right li {
  position: relative;
  padding: 0 10px;
}

ul.form_right li:last-child {
  padding: 0 0px 0 10px;
}

ul.form_right li i.fa.fa-search {
  color: #cfcccca3 !important;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

ul.form_right li a {
  font-size: 8px;
}

ul.form_right input.form-control {
  background-color: transparent;
  border-top: 0;
  border-left: 0px;
  border-right: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  padding: 0;
}

.navbar-nav li {
  padding-right: 40px;
}

.navbar-nav li a {
  padding: 0 !important;
  color: #cfcccc !important;
  font-size: 16px;
  font-weight: 400;
}
.navbar-nav li a:hover{
  color: #fff !important;
}
.navbar-nav li.active a {
  color: #fff !important;
  font-weight: 600;
}

.form-control:focus {
  background-color: transparent;
  border-bottom: 1px solid #cfcccc !important;
  border-top: 0;
  border-left: 0px;
  border-right: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  padding: 0;
}

.form_right li.nav-item.dropdown a.nav-link {
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form_right li.nav-item.dropdown .dropdown-menu a:hover {
  color: #fff !important;
  text-decoration: none;
  background-color: transparent;
  font-weight: 500;
}

.form_right li.nav-item.dropdown .dropdown-menu a:focus {
  color: #fff !important;
  text-decoration: none;
  background-color: transparent;
  font-weight: 500;
}

.form_right li.nav-item.dropdown .dropdown-menu a:active {
  color: #fff !important;
  text-decoration: none;
  background-color: transparent;
  font-weight: 500;
}

.form_right li.nav-item.dropdown a span.user_i {
  margin: 6px 5px 0;
}

.form_right li.nav-item.dropdown a i {
  font-size: 11px;
  margin-left: 1px;
  margin-top: 7px;
}

.form_right li.nav-item.dropdown a img {
  width: 28px;
  height: 28px;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  padding: 0;
  margin: 0;
  min-width: 130px !important;
  max-width: 130px !important;
  width: 100% !important;
  overflow: hidden;
}

.dropdown-menu a {
  padding: 10px !important;
  font-size: 8px;
  font-size: 14px;
}

.dropdown-menu a.dropdown-item {
  font-size: 14px !important;
  padding: 7px 7px !important;
  display: inline-block;
  width: 100%;
  max-width: unset;
  white-space: unset;
}

.dropdown-menu a.dropdown-item.active {
  color: #fff !important;
  text-decoration: none;
  background-color: transparent;
  font-weight: 500;
}

ul._more_info_detail {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul._more_info_detail li {
  margin-bottom: 20px;
}

ul._more_info_detail li h4 {
  color: #cfcccc !important;
  font-size: 16px;
  font-weight: 100;
  margin: 0;
}

ul._more_info_detail li p {
  color: #fff !important;
  font-size: 16px;
  font-weight: 500;
}

ul._more_info_detail li p span {
  color: #cfcccc !important;
  font-size: 16px;
  font-weight: 100;
  margin-right: 5px;
}

button.navbar-toggler {
  border: 0px solid transparent;
}

button.navbar-toggler:focus {
  border: 0px solid transparent;
}

button.navbar-toggler:active {
  border: 0px solid transparent;
}

button.navbar-toggler:visited {
  border: 0px solid transparent;
}

._slider_c {
  min-height: 460px;
  max-height: 460px;
  position: relative;
  height: 100%;
  overflow: hidden;
  width: 100%;
}

._slider_c:before {
  content: "";
  position: absolute;
  left: 0;
  width: 48%;
  height: 100%;
  /* background-image: -webkit-gradient(linear, left top, right top, color-stop(64%, #201f2c), color-stop(#201f2ced), to(#bdb2b200));
  background-image: linear-gradient(90deg, #201f2c 64%, #201f2ced, #bdb2b200); */
  /* background: rgb(0,0,0);
background: -moz-linear-gradient(90deg, rgba(0,0,0,1) 64%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(90deg, rgba(0,0,0,1) 64%, rgba(0,0,0,0) 100%);
background: linear-gradient(90deg, rgba(0,0,0,1) 64%, rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); */
background-image: -webkit-gradient(90deg, #141414 70%, #141414, #00000000);
    background-image: linear-gradient(90deg, #141414 70%, #141414, #00000000);
}

._slider_c img {
  min-height: 460px;
  max-height: 460px;
  border-radius: 4px;
  float: right;
  width: 60% !important;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

._inner_s_c {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 450px;
  color: #fff !important;
  padding-left: 80px;
}

._inner_s_c h2 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 0.7rem;
}

._inner_s_c h4 {
  font-size: 20px;
  font-weight: 400;
}

._inner_s_c p {
  font-size: 15px;
  font-weight: 100;
  color: #cfcccc !important;
  margin-bottom: 15px !important;
}

._inner_s_c ul {
  padding: 0px;
  list-style-type: none;
  margin-bottom: 1rem;
}

._inner_s_c ul li {
  font-size: 20px;
  margin-bottom: 0px;
  display: inline;
  font-weight: 400;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0px;
}

._inner_s_c ul li img {
  margin-left: 3px;
}

._inner_s_c ul li:after {
  content: '|';
  font-weight: 100;
  padding: 0 5px;
  padding: 0 5px 0 5px;
}

._inner_s_c ul li:last-child:after {
  display: none;
}

.inner_footer_page ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  list-style-type: none;
  padding: 0;
}

.inner_footer_page ul li {
  margin-right: 15px;
}

.inner_footer_page ul li a {
  color: #727077;
  font-size: 14px;
  width: 100%;
  display: inline-block;
  text-transform: capitalize;
}

footer.inner_f_i {
  position: relative;
  z-index: 1;
}

.inner_footer_page ul li a:hover {
  color: #fff;
}

.inner_footer_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.inner_footer_social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.inner_footer_social ul li {
  margin-right: 15px;
}

.inner_footer_social ul li a i {
  color: #727077;
  font-size: 25px;
}

.inner_footer_social ul li a i.fa-facebook-square:hover {
  color: #4267B2;
}

.inner_footer_social ul li a .fa-twitter-square:hover {
  color: #00acee;
}

.inner_footer_social ul li a .fa-youtube-play:hover {
  color: #FF0000;
}

._visible_hover {
  position: absolute;
  top: 50%;
  z-index: 1;
  background-color: #201f2c;
  border-radius: 13px;
  overflow: hidden;
  width: 110%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-height: 280px;
  max-height: 280px;
  height: 100%;
  -webkit-box-shadow: 1px 3px 9px 2px rgba(0, 0, 0, 0.658824);
  box-shadow: 1px 3px 9px 2px rgba(0, 0, 0, 0.658824);
  padding-bottom: 14px;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  border: 1px solid #201f2c;
}

._visible_hover ._inner_text_l {
  padding: 10px 10px;
}

._visible_hover ._inner_text_l h4 {
  font-size: 16px;
  font-weight: 400;
}

._visible_hover ._inner_text_l p {
  color: #cfcccc !important;
  font-size: 14px;
  font-weight: 100;
  line-height: unset;
  margin-bottom: 18px;
  display: inline-block;
  width: 100%;
  max-height: 45px;
  overflow: hidden;
  margin-bottom: 0;
}

._visible_hover ._inner_text_l p::-webkit-scrollbar {
  width: 2px;
}

._visible_hover ._inner_text_l p::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px transparent;
  box-shadow: inset 0 0 5px transparent;
  border-radius: 10px;
}

._visible_hover ._inner_text_l p::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
}

._visible_hover ._inner_text_l p::-webkit-scrollbar-thumb:hover {
  background-color: #ccc;
}

._visible_hover ._inner_text_l p.type_film {
  font-size: 12.5px;
  height: auto !important;
  margin: 0 !important;
  color: #cfcccc !important;
  height: auto;
  overflow: unset;
}

._visible_hover img {
  border-radius: 0px;
}

.v_h_img {
  display: inline-block;
  width: 100%;
  position: relative;
  min-height: 125px;
  max-height: 125px;
  height: 100%;
  display: inline-block;
  position: relative;
}

.v_h_img a._premium {
  position: absolute;
  top: 3px;
  left: 3px;
  max-width: 31px;
  min-width: 31px;
  max-height: 31px;
  min-height: 31px;
  display: inline-block !important;
  width: 100% !important;
}

.v_h_img a._premium img {
  max-width: 28px;
  min-width: 28px;
  max-height: 28px;
  min-height: 28px;
  display: inline-block !important;
  width: 100% !important;
}

.v_h_img img {
  min-height: 125px;
  max-height: 125px;
  height: 100%;
  display: inline-block;
  -o-object-fit: cover;
  object-fit: cover;
}

.v_h_img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 31, 44, 0)), to(#201f2c));
  background-color: linear-gradient(180deg, rgba(32, 31, 44, 0), #201f2c);
  z-index: 0;
}

.v_h_img img.crown {
  -o-object-fit: contain;
  object-fit: contain;
  min-height: unset;
  max-height: unset;
  height: 20px;
}

._inner_text_l {
  display: inline-block;
  width: 100%;
  background-color: transparent;
}

._visible_hover1 ._v_c_l {
  margin-top: 0px;
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex; */
  display: none;
  width: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 9;
}
._v_c_l.showContinueIcon{
  display: block;
}
a._premium {
  position: absolute;
  top: 3px;
  left: 3px;
  max-width: 31px;
  min-width: 31px;
  max-height: 30px;
  min-height: 30px;
  display: inline-block !important;
  width: 100% !important;
}

a._premium img {
  max-width: 31px;
  min-width: 31px;
  max-height: 30px;
  min-height: 30px;
  display: inline-block !important;
  width: 100% !important;
}

a._cross_icon {
  position: absolute;
  top: 3px;
  right: 7px;
  max-width: 20px;
  max-height: 30px;
  min-height: 30px;
  display: inline-block !important;
  width: 100% !important;
}

a._cross_icon img {
  max-width: 20px;
  max-height: 20px;
  min-height: 20px;
  display: inline-block !important;
  width: 100% !important;
}

.p_g_i {
  max-width: unset;
  width: 100%;
  /* min-height: 163px;
  max-height: 163px; */
  height: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.p_g_i img.grid_item {
  /* min-height: 163px;
  max-height: 163px; */
  height: 100%;
  position: relative;
  padding-bottom: 1px;
}

._watching_img1.live_tv .p_g_i img.grid_item {
  /* min-height: 140px;
  max-height: 140px; */
  height: 100%;
  position: relative;
  /* margin: 12px auto !important;
  max-width: 150px;
  border-radius: 10px !important; */
  -o-object-fit: cover;
     object-fit: cover;
}

._v_all_parent.live_tv .p_g_i {
  /* min-height: 163px;
  max-height: 163px; */
  max-width: unset;
  width: 100%;
}

._v_all_parent.live_tv .p_g_i img.grid_item {
  /* min-height: 140px;
  max-height: 140px; */
  /* margin: 12px auto !important;
  max-width: 150px; */
  position: relative;
  height: auto;
}

.seven_slides .p_g_i {
  max-width: unset;
  width: 100%;
  min-height: 163px;
  max-height: 163px;
  height: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.seven_slides .p_g_i img.grid_item {
  /* min-height: auto !important;
  max-height: 140px !important; */
  height: auto;
  position: relative;
  margin: 12px auto !important;
  max-width: 140px;
}


.live_tv .p_g_i img.grid_item {
  width: 100%;
  margin: 0 auto;
  display: block;
}

.live_tv.image-base {
  background-color: #fff;
}

.live_tv.image-base img.grid_item {
  width: auto !important;
  margin: 0 auto;
  display: block !important;
}

.live_tv.col-sm-3 .image-base {
  background-color: #151414;
}

.live_tv.col-sm-3 .image-base img {
  width: auto !important;
  margin: 0 auto;
  display: block !important;
}

.email-long {
  position: initial !important;
}

._advertise_content h2 {
  font-size: 27px;
  color: #fff;
  font-weight: 500;
  border-bottom: 1px solid #787878;
  text-transform: capitalize;
  margin-bottom: 30px;
  padding-bottom: 5px;
}

._advertise_content ._advertise_img img {
  width: 100%;
}

._contact_content {
  color: #fff;
}

._contact_content h2 {
  font-size: 27px;
  color: #fff;
  font-weight: 500;
  border-bottom: 1px solid #787878;
  text-transform: capitalize;
  margin-bottom: 30px;
  padding-bottom: 5px;
}

._contact_content ._contact_split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

._contact_content ._contact_split .info_text {
  width: 100%;
}

._contact_content ._contact_split .info_text h1 {
  font-size: 37px;
  margin-bottom: 4px;
}

._contact_content ._contact_split .info_text p {
  font-size: 18px;
  font-weight: 100;
}

._contact_content ._contact_split ._nexgtv_detail {
  width: 100%;
}

._contact_content ._contact_split ._nexgtv_detail h3 {
  font-size: 33px;
  font-weight: 100;
}

._contact_content ._contact_split ._nexgtv_detail p {
  font-size: 18px;
  font-weight: 100;
  display: inline-block;
  margin-bottom: 10px;
}

._contact_content ._contact_split ._nexgtv_detail ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

._contact_content ._contact_split ._nexgtv_detail ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

._contact_content ._contact_split ._nexgtv_detail ul li i {
  margin-right: 5px;
  width: 18px;
}

._contact_content ._contact_split ._nexgtv_detail ul li p a {
  color: #fff;
}

._search_pagination .ais-Pagination-list .ais-Pagination-item {
  margin: 0 10px !important;
}

._about_content h2 {
  font-size: 27px;
  color: #fff;
  font-weight: 500;
  border-bottom: 1px solid #787878;
  text-transform: capitalize;
  margin-bottom: 30px;
  padding-bottom: 5px;
}

._about_content ._about_inner_c {
  margin-bottom: 50px;
}

._about_content ._about_inner_c img._about_img {
  width: 100px;
  margin-bottom: 10px;
}

._about_content ._about_inner_c p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
}

@media screen and (min-width: 993px) {
  /* ._view_img_list_p:nth-child(4n+0) {
    margin-right: 0 !important;
  } */
  .mobile-search {
    display: none;
  }
  /* ._v_all_parent.live_tv ._view_img_list_p:nth-child(4n+0) {
    margin-right: 1% !important;
  }
  ._v_all_parent.live_tv ._view_img_list_p:nth-child(7n+0) {
    margin-right: 0 !important;
  } */
}

@media screen and (min-width: 1700px) {
  .four_slides .owl-next {
    right: -20%;
    width: 330px;
  }
  .four_slides .owl-prev {
    left: -20%;
    width: 330px;
  }
  /*
  .p_g_i,
  .p_g_i img.grid_item {
    min-height: 190px;
    max-height: 190px;
  }
  ._v_all_parent.live_tv .p_g_i {
    min-height: 163px;
    max-height: 163px;
    max-width: unset;
    width: 100%;
  }
  ._v_all_parent.live_tv .p_g_i img.grid_item {
    min-height: 140px;
    max-height: 140px;
  }
  .seven_slides .p_g_i img.grid_item {
    min-height: auto !important;
    max-height: 140px;
    height: auto;
    max-width: 140px;
  }
   .mini_slider .four_slides {
    min-height: 330px;
    max-height: 330px;
  } */
  /* .other_assests .view_more ._v_all_parent ._view_img_list_p {
    -ms-flex: 0 0 19.2% !important;
    -webkit-box-flex: 0 !important;
            flex: 0 0 19.2% !important;
  } */
  .other_assests .view_more ._v_all_parent.live_tv ._view_img_list_p {
    -ms-flex: 0 0 13.4% !important;
    -webkit-box-flex: 0 !important;
            flex: 0 0 13.4% !important;
  }
 
 
 
  
  ._detail_banner {
    min-height: 605px !important;
    max-height: 605px !important;
  }
  ._detail_banner ._r_w_e {
    margin: 120px 0 32px !important;
  }
  ._less_seven .owl-item {
    max-width: 202.875px;
    width: 100% !important;
  }
  .seven_slides .owl-prev,
  .seven_slides .owl-nex {
    width: 202.875px;
  }
  .seven_slides .owl-next {
    right: -10%;
  }
  .seven_slides .owl-prev {
    left: -12%;
  }
  ._slider_c {
    min-height: 570px;
    max-height: 570px;
  }
  ._slider_c img {
    min-height: 570px;
    max-height: 570px;
  }
}

@media screen and (max-width: 1700px) and (min-width: 1600px) {
  .four_slides .owl-next {
    right: -20%;
    width: 294px;
  }
  .four_slides .owl-prev {
    left: -20%;
    width: 294px;
  }
  /* .other_assests .view_more ._v_all_parent ._view_img_list_p {
    -ms-flex: 0 0 19% !important;
    -webkit-box-flex: 0 !important;
            flex: 0 0 19% !important;
  } */
  
 
  .other_assests .view_more ._v_all_parent.live_tv ._view_img_list_p {
    -ms-flex: 0 0 13.4% !important;
    -webkit-box-flex: 0 !important;
            flex: 0 0 13.4% !important;
  }
  /* ._v_all_parent.live_tv ._view_img_list_p:nth-child(4n+0) {
    margin-right: 1% !important;
  }
  ._v_all_parent.live_tv ._view_img_list_p:nth-child(5n+0) {
    margin-right: 1% !important;
  }
  ._v_all_parent.live_tv ._view_img_list_p:nth-child(7n+0) {
    margin-right: 0 !important;
  } */
 
  ._less_seven .owl-item {
    max-width: 220px;
    width: 100% !important;
  }
  .seven_slides .owl-prev,
  .seven_slides .owl-nex {
    width: 220px;
  }
}

@media screen and (max-width: 1610px) and (min-width: 1590px) {
  .four_slides .owl-next {
    right: -25%;
    width: 343.75px !important;
  }
  .four_slides .owl-prev {
    left: -25%;
    width: 343.75px !important;
  }
 
  .seven_slides .owl-prev, .seven_slides .owl-nex {
    width: 192.143px;
  }
  .seven_slides .owl-next {
    right: -12%;
  }
  .seven_slides .owl-prev {
    left: -14%;
  }
}

@media screen and (max-width: 1590px) and (min-width: 1500px) {
  .four_slides .owl-next {
    right: -25%;
    width: 329.25px !important;
  }
  .four_slides .owl-prev {
    left: -25%;
    width: 329.25px !important;
  }
  .seven_slides .owl-next img {
    left: 10px;
  }
  ._less_seven .owl-item {
    max-width: 183.857px;
    width: 100% !important;
  }
  .seven_slides .owl-prev, .seven_slides .owl-nex {
    width: 183.857px;
  }
  /*
  .p_g_i,
  .p_g_i img.grid_item {
    min-height: 180px;
    max-height: 180px;
  }
  .seven_slides .p_g_i img.grid_item {
    min-height: auto !important;
    max-height: 140px;
    height: auto;
    max-width: 140px;
  }
   .mini_slider .four_slides {
    min-height: 310px;
    max-height: 310px;
  } */
 
}

@media screen and (max-width: 1500px) and (min-width: 1450px) {
  
  .four_slides .owl-prev,
  .four_slides .owl-next {
    width: 322.75px;
  }
  ._less_seven .owl-item {
    max-width: 181.429px;
    width: 100% !important;
  }
  .seven_slides .owl-prev,
  .seven_slides .owl-nex {
    width: 181.429px;
  }
}

@media screen and (max-width: 1450px) and (min-width: 1370px) {
  
  .four_slides .owl-prev,
  .four_slides .owl-next {
    width: 302.5px;
  }
  ._less_seven .owl-item {
    max-width: 168.571px;
    width: 100% !important;
  }
  .seven_slides .owl-prev,
  .seven_slides .owl-nex {
    width: 168.571px;
  }
}

@media screen and (max-width: 1370px) and (min-width: 1330px) {
  
  .four_slides .owl-prev,
  .four_slides .owl-next {
    width: 289.75px;
  }
  ._less_seven .owl-item {
    max-width: 161.286px;
    width: 100% !important;
  }
  .seven_slides .owl-prev,
  .seven_slides .owl-nex {
    width: 161.286px;
  }
}

@media screen and (max-width: 1330px) and (min-width: 769px) {
  
  .four_slides .owl-prev,
  .four_slides .owl-next {
    width: 271.75px;
  }
  ._less_seven .owl-item {
    max-width: 151px;
    width: 100% !important;
  }
  .seven_slides .owl-prev,
  .seven_slides .owl-nex {
    width: 151px;
  }
  .seven_slides .owl-next {
    right: -15%;
  }
  .seven_slides .owl-next img {
    left: 20px;
  }
}

@media screen and (max-width: 1025px) and (min-width: 1024px) {
  .four_slides .owl-item.active ._watching_img1:hover ._visible_hover1,
  .four_slides .owl-item.active ._watching_img1:focus ._visible_hover1,
  .four_slides .owl-item.active ._watching_img1:active ._visible_hover1 {
    min-height: 120px !important;
  }
  .seven_slides .owl-item.active ._watching_img1:hover ._visible_hover1,
  .seven_slides .owl-item.active ._watching_img1:focus ._visible_hover1,
  .seven_slides .owl-item.active ._watching_img1:active ._visible_hover1 {
    min-height: 120px !important;
  }
}

@media screen and (max-width: 1024px) {
  /* .other_assests .view_more ._v_all_parent ._view_img_list_p {
    -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.7);
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 4% !important;
    background: #11101a;
  } 
  .mini_slider .seven_slides {
    min-height: 400px;
    max-height: 400px;
  }
  .p_g_i,
  .p_g_i img.grid_item {
    min-height: 180px;
    max-height: 180px;
    border-radius: 8px 8px 0 0;
    width: 100%;
  }
  */
  .owl-item ._watching_img1 ._visible_hover1,
  .view_more ._v_all_parent ._view_img_list_p ._watching_img1 ._visible_hover1 {
    background-color: #11101a;
    bottom: 0;
    display: block !important;
    color: #fff;
    position: absolute;
    -webkit-transition: opacity 0.25s ease-in, bottom 0.25s cubic-bezier(0.33, 0.04, 0.63, 0.93);
    transition: opacity 0.25s ease-in, bottom 0.25s cubic-bezier(0.33, 0.04, 0.63, 0.93);
    height: auto;
    border-radius: 0 0 8px 8px;
    width: 100%;
  }
  /* .four_slides .owl-item ._watching_img1 ._visible_hover1 {
    min-height: 120px !important;
    max-height: 120px !important;
  }
  .seven_slides .owl-item ._watching_img1 ._visible_hover1 {
    min-height: 120px !important;
    max-height: 120px !important;
  }
  .view_more ._v_all_parent ._view_img_list_p ._watching_img1 ._visible_hover1 {
    min-height: 110px !important;
    max-height: 110px !important;
  } */
  .owl-item ._watching_img1 {
    overflow: hidden;
    display: inline-block;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    border-radius: 8px;
    transition: transform 0.4s cubic-bezier(0.33, 0.04, 0.63, 0.93), -webkit-transform 0.4s cubic-bezier(0.33, 0.04, 0.63, 0.93);
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
    position: absolute;
    -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.7);
    overflow: hidden;
    border-radius: 8px;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  ._visible_hover1:before {
    content: "";
    position: absolute;
    top: -27px;
    left: 0;
    width: 100%;
    height: 40px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(#0f0e1ab8), color-stop(#11101a), to(#11101a));
    background-image: linear-gradient(to bottom, transparent, #0f0e1ab8, #11101a, #11101a);
    z-index: 0;
  }
  /* .mini_slider .four_slides {
    min-height: 410px;
    max-height: 410px;
  } */
  .four_slides .owl-prev,
  .four_slides .owl-next {
    height: 13%;
    width: 40px !important;
  }
  .seven_slides .owl-prev,
  .seven_slides .owl-next {
    height: 12%;
    width: 40px !important;
  }
  .seven_slides .owl-next img {
    left: 9px;
  }
  .seven_slides .owl-prev img {
    right: 9px;
  }
}

@media screen and (max-width: 769px) and (min-width: 767px) {
  
  ._less_seven .owl-item {
    max-width: 226.875px;
    width: 100% !important;
  }
  .four_slides .owl-next,
  .seven_slides .owl-next {
    right: -12px !important;
  }
  .four_slides .owl-prev,
  .seven_slides .owl-prev {
    left: -12px !important;
  }
}

@media screen and (max-width: 1024px) {
  ._contact_content ._contact_split .info_text h1 {
    font-size: 28px;
  }
  ._contact_content ._contact_split .info_text p,
  ._contact_content ._contact_split ._nexgtv_detail p {
    font-size: 16px;
  }
  ._contact_content ._contact_split ._nexgtv_detail h3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 992px) {
  .navbar-toggler-icon {
    line-height: 20px;
  }
}

.inner_f_i p.copy {
  margin-bottom: 0;
  color: #727077;
  text-align: left;
  font-size: 12px;
}

footer.inner_f_i {
  padding: 30px 0 10px;
  border-top: 1px solid #3b3a3e;
  margin: 10px 0 0;
}

.inner_app {
  text-align: center;
  margin: 0px;
}

.inner_app a {
  color: #727077;
  text-decoration: underline;
}

.app_list {
  margin: 10px 0;
}

.app_list a {
  display: inline-block;
  margin-left: 10px;
}

._s_play_btn {
  display: inline-block;
  width: 100%;
  margin: 40px 0 10px;
  height: 100%;
  display: inline-block;
  position: relative;
}

._s_play_btn a.active_btn {
  background-color: #c0150f;
  border: 2px solid #c0150f;
  border-radius: 5px;
  margin-right: 10px;
  padding: 14px 9px;
  font-weight: 400;
  font-size: 12.5px;
  text-transform: uppercase;
  display: inline-block;
}

._s_play_btn a.active_btn:hover {
  opacity: 0.7;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

._s_play_btn a.active_btn img {
  display: inline-block !important;
  -o-object-fit: contain;
  object-fit: contain;
  min-height: unset !important;
  max-height: unset !important;
  width: 20px !important;
  height: 20px !important;
  margin-top: -3px;
  float: none !important;
}

._s_play_btn a.add_btn {
  padding: 14px 15px;
  font-weight: 400;
  font-size: 12.5px;
  text-transform: uppercase;
  border: 1px solid #fff !important;
  border-radius: 5px;
  background-color: transparent;
  position: relative;
  z-index: 9;
  display: inline-block;
}

._s_play_btn a.add_btn:hover {
  opacity: 0.7;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

._s_play_btn a.add_btn img {
  display: inline-block !important;
  -o-object-fit: contain;
  object-fit: contain;
  min-height: unset !important;
  max-height: unset !important;
  width: 20px !important;
  height: 20px !important;
  float: none !important;
  margin-top: -3px;
}

._s_play_btn a {
  color: #fff !important;
}

._s_play_btn a:hover {
  text-decoration: none;
}

.banner_slider {
  position: relative;
}

.banner_slider .owl-nav .owl-prev {
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  height: 100%;
  width: 60px;
  top: 49%;
  height: auto;
  width: 34px;
  left: 5px;
  margin: 0;
  background-color: #141414 !important;
  border-radius: 50%;
  padding: 5px 4px !important;
  width: 40px;
  height: 40px;
}

.banner_slider .owl-nav .owl-prev img {
  width: 25px;
  height: 29px;
  padding: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.banner_slider .owl-nav .owl-next {
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  height: 100%;
  width: 60px;
  top: 49%;
  height: auto;
  width: 34px;
  right: 5px;
  margin: 0;
  background-color: #141414 !important;
  border-radius: 50%;
  padding: 5px 4px !important;
  width: 40px;
  height: 40px;
}

.banner_slider .owl-nav .owl-next img {
  width: 25px;
  height: 29px;
  padding: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.banner_slider .owl-nav button:hover {
  border: none !important;
  border: 0px solid !important;
  outline: 0 !important;
  text-decoration: none !important;
}

.banner_slider .owl-nav button:active {
  border: none !important;
  border: 0px solid !important;
  outline: 0 !important;
  text-decoration: none !important;
}

.banner_slider .owl-nav button:focus {
  border: none !important;
  border: 0px solid !important;
  outline: 0 !important;
  text-decoration: none !important;
}

._custom_grid_img {
  padding-left: 0;
  position: relative;
}

section._custom_paren_img.assets_hover,
._custom_grid_img.assets_hover {
  z-index: 99;
  position: relative;
}

._custom_cont h4 {
  font-size: 27.08px;
  font-weight: 100;
  text-transform: capitalize;
  margin: 0;
  color: #fff;
}

._custom_cont .i_head_c a {
  font-size: 16.67px;
  color: #4aadfa;
  display: inline-block;
  text-transform: capitalize;
  cursor: pointer;
}

.i_head_c a {
  font-size: 16.67px;
  color: #4aadfa;
  display: inline-block;
  text-transform: capitalize;
  cursor: pointer;
}

.i_head_c a:hover, .i_head_c a:focus, .i_head_c a:active {
  color: #4aadfa;
}

.i_head_c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto 13px;
  padding: 0px;
  width: 100%;
  position: relative;
  z-index: 9;
}

._search_pagination {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 20px 0;
}

._search_pagination .ais-Pagination ul.ais-Pagination-list, ._search_pagination .ais-Pagination ul.pagination, ._search_pagination .d-flex ul.ais-Pagination-list, ._search_pagination .d-flex ul.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

._search_pagination .ais-Pagination ul.ais-Pagination-list li, ._search_pagination .ais-Pagination ul.pagination li, ._search_pagination .d-flex ul.ais-Pagination-list li, ._search_pagination .d-flex ul.pagination li {
  margin: 0;
}

._search_pagination .ais-Pagination ul.ais-Pagination-list li a, ._search_pagination .ais-Pagination ul.pagination li a, ._search_pagination .d-flex ul.ais-Pagination-list li a, ._search_pagination .d-flex ul.pagination li a {
  background-color: transparent;
  border: none;
  color: #afadad;
}

._search_pagination .ais-Pagination ul.ais-Pagination-list li a:hover, ._search_pagination .ais-Pagination ul.ais-Pagination-list li a:focus, ._search_pagination .ais-Pagination ul.ais-Pagination-list li a:active, ._search_pagination .ais-Pagination ul.pagination li a:hover, ._search_pagination .ais-Pagination ul.pagination li a:focus, ._search_pagination .ais-Pagination ul.pagination li a:active, ._search_pagination .d-flex ul.ais-Pagination-list li a:hover, ._search_pagination .d-flex ul.ais-Pagination-list li a:focus, ._search_pagination .d-flex ul.ais-Pagination-list li a:active, ._search_pagination .d-flex ul.pagination li a:hover, ._search_pagination .d-flex ul.pagination li a:focus, ._search_pagination .d-flex ul.pagination li a:active {
  color: #ffffff;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

._search_pagination .ais-Pagination ul.ais-Pagination-list li.active a, ._search_pagination .ais-Pagination ul.pagination li.active a, ._search_pagination .d-flex ul.ais-Pagination-list li.active a, ._search_pagination .d-flex ul.pagination li.active a {
  color: #ffffff;
  background-color: transparent;
}

._search_pagination .ais-Pagination ul.ais-Pagination-list .ais-Pagination-item--selected a, ._search_pagination .ais-Pagination ul.pagination .ais-Pagination-item--selected a, ._search_pagination .d-flex ul.ais-Pagination-list .ais-Pagination-item--selected a, ._search_pagination .d-flex ul.pagination .ais-Pagination-item--selected a {
  color: #ffffff;
}

body.hover .i_head_c {
  z-index: 0;
}

@media screen and (max-width: 767px) {
  ._contact_content ._contact_split {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  ._advertise_content h2,
  ._about_content h2 {
    font-size: 20px;
  }
  /* ._about_content ._about_inner_c p {
    font-size: 12px;
  } */
  ._about_content ._about_inner_c img._about_img {
    width: 80px;
  }
  ._inner_s_c {
    padding-left: 25px;
  }
  ._custom_cont .i_head_c {
    padding: 0px;
  }
  ._custom_cont .i_head_c h4 {
    font-size: 20.08px;
  }
  ._custom_cont .i_head_c a {
    font-size: 14px;
  }
}

.search_live,
.search_movie,
.search_event,
.search_series {
  width: auto;
  display: inline-block;
  font-size: 12px;
  color: #fff !important;
  padding: 2px 5px;
  border-radius: 0 0 0 4px;
  position: absolute;
  bottom: 1px;
  left: 0;
  text-transform: uppercase;
  font-weight: 500;
}
.search_live {
  background-color: #fe0000;
}
.search_event {
  background-color: #fe00dc;
}
.search_series {
  background-color: #05b36f;
}
.search_movie {
  background-color: #05a9fe;
}
.search_video {
  background-color: #f57605;
}
.progress {
  width: 100%;
  display: inline-block;
  position: static;
  background-color: #939393;
  height: 3px;
}

.progress .progress-bar {
  background-color: #007bff;
  height: 3px;
}

._watching_img {
  position: relative;
  margin: 0;
  max-width: 291px;
  width: 100%;
  min-height: 163px;
  max-height: 163px;
  height: 100%;
}

._watching_img img {
  border-radius: 4px;
}

section._custom_paren_img {
  display: inline-block;
  width: 100%;
  /* margin: 0 0 -120px; */
  position: relative;
  overflow: visible;
}

.p_banner {
  margin: 30px auto;
  display: inline-block;
  width: 100%;
  position: relative;
  max-height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 17px;
  text-align: center;
}

.p_banner img {
  display: inline-block;
  width: 100%;
  position: relative;
  max-height: 400px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 17px;
}

@media screen and (max-width: 1300px) {
  .p_banner {
    width: 98.5%;
  }
}

@media screen and (max-width: 1270px) {
  .banner_slider .owl-nav .owl-prev {
    left: -2px;
  }
  .banner_slider .owl-nav .owl-next {
    right: -2px;
  }
}

section.banner_img.add .p_banner img {
  -o-object-fit: contain;
  object-fit: contain;
}

._inner_c_t {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 5;
  color: #fff !important;
}

._inner_c_t h3 {
  font-size: 45px;
}

._inner_c_t h4 span {
  text-transform: capitalize;
}

._inner_c_t h1 {
  font-size: 68px;
  font-weight: 100;
  text-transform: uppercase;
}

._inner_c_t h1 b {
  font-weight: bold;
}

._inner_c_t p {
  font-size: 18px;
  font-weight: 100;
}

._inner_c_t h1.myCity b {
  font-size: 46px;
  font-weight: 400 !important;
  text-transform: capitalize;
}

.i_g_i ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.i_g_i ul li a {
  display: inline-block;
  width: 100%;
  padding-right: 10px;
  color: #fff !important;
}

.i_g_i ul li a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.i_g_i ul li a:active {
  opacity: 0.7;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.i_g_i ul li a:focus {
  opacity: 0.7;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.i_g_i ul li a.g_img span {
  text-align: center;
  display: block;
  font-size: 18px;
  font-weight: 100;
}

.i_g_i ul li a.g_img img {
  max-width: 121px;
  max-height: 121px;
  width: 100%;
  height: 100%;
}

._v_c_l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 10px;
  position: relative;
  z-index: 1;
  width: 100%;
}

._v_c_l a {
  color: #fff !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  /* width: 63%; */
  width: 100%;
}

._v_c_l a img {
  width: 30px !important;
}

._v_c_l a i {
  font-size: 32px;
  font-weight: 300;
}

._v_c_l ._right_c_t {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

._v_c_l ._right_c_t .rating_s {
  font-size: 8px;
  font-weight: 400;
  line-height: 14px;
  margin-top: -10px;
  border: 1px solid #fff;
  padding: 2px 3px;
  border-radius: 4px;
  margin-right: 15px;
  min-width: 20px;
  text-align: center;
}

._v_c_l ._right_c_t .rating_s span {
  font-size: 13px;
  font-weight: 400;
  line-height: 14px;
  margin-top: -10px;
}

._v_c_l ._right_c_t a.add_play_llist {
  position: relative;
  width: auto;
}

._v_c_l ._right_c_t a.add_play_llist img {
  width: 18px !important;
}

._v_c_l ._right_c_t a.add_play_llist ._hover_watchlist {
  position: absolute;
  display: inline-block;
  font-size: 9px !important;
  text-transform: capitalize;
  width: 86px;
  left: -65px;
  top: -30px;
  background: #11101a;
  padding: 3px 6px;
  border-radius: 2.5px;
  display: none;
  letter-spacing: 0.3px;
  text-align: center;
}

._v_c_l ._right_c_t a.add_play_llist ._hover_watchlist:before {
  content: "";
  position: absolute;
  bottom: -4px;
  right: 11px;
  width: 7px;
  height: 8px;
  background: #11101a;
  z-index: -1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

._v_c_l ._right_c_t a.add_play_llist:hover ._hover_watchlist {
  display: block;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

a:hover {
  text-decoration: none;
}

section.banner_img {
  margin: 0 0 30px;
  position: relative;
  z-index: 2;
}

._det_img {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 4px;
  float: right;
  width: 70% !important;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

._detail_banner.active {
  position: relative;
}

._detail_banner.active:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #201f2cba;
  z-index: 9;
}

@media screen and (min-width: 769px) {
  .container {
    max-width: 90% !important;
  }
  .navbar {
    padding: 0.5rem 0rem;
  }
  /* ._watching_img1.live_tv .p_g_i image-manipulation img {
    margin: 20px 0;
  }
  .view_more ._watching_img1.live_tv .p_g_i image-manipulation img {
    margin: 10px 0;
  } */
  /* .owl-carousel .owl-item ._watching_img1 .p_g_i img {
    border-radius: 10px;
  } */
  /* .owl-carousel .owl-item ._watching_img1:hover .p_g_i img {
    border-radius: 10px 10px 0 0;
  } */
}

input[type=number] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

._detail_banner._read_more {
  position: relative;
}

._detail_banner._read_more:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 105%;
  height: 100%;
  background-image: -webkit-gradient(90deg, #141414 -30%, #141414, #00000000);
    background-image: linear-gradient(90deg, #141414 -30%, #141414, #00000000);
  z-index: 9;
}

._detail_banner._read_more .container {
  position: relative;
  z-index: 99;
}

._detail_banner._read_more ._detail_p_t_i {
  max-width: unset;
  min-height: 470px;
}

._detail_banner._read_less {
  position: relative;
  background-size: contain;
  background-position: center;
}

._detail_banner._read_less:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000b3;
}

._detail_banner._read_less ._detail_p_t_i {
  max-width: 100%;
}

._detail_banner._read_less ._detail_p_t_i ._detail_r_text {
  max-width: 90%;
}

._detail_banner {
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  min-height: 500px;
  max-height: 500px;
  margin-top: 2px;
  padding: 40px 0;
  color: #fff;
  background-size: 100% 100%;
  background-position: 50% 50%;
}

._detail_banner ._detail_p_t_i {
  max-width: 400px;
}

._detail_banner ._detail_p_t_i ._detail_r_text {
  max-width: 410px;
}

._detail_banner ._detail_p_t_i ._detail_r_text ._collapse_content {
  min-height: 120px;
  max-height: 120px;
}

._detail_banner ._detail_p_t_i ._detail_r_text h2 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 1rem;
}

._detail_banner ._detail_p_t_i ._detail_r_text ul {
  padding: 0px;
  list-style-type: none;
}

._detail_banner ._detail_p_t_i ._detail_r_text ul li {
  font-size: 20px;
  margin-bottom: 0px;
  display: inline-block;
  font-weight: 400;
  position: relative;
}

._detail_banner ._detail_p_t_i ._detail_r_text ul li img {
  margin-left: 3px;
}

._detail_banner ._detail_p_t_i ._detail_r_text ul li:after {
  content: '|';
  font-weight: 100;
  padding: 0 5px;
}

._detail_banner ._detail_p_t_i ._detail_r_text ul li:last-child:after {
  content: '';
  display: none;
}

._detail_banner ._detail_p_t_i ._detail_r_text h5 img {
  margin-left: 8px;
}

._detail_banner ._detail_p_t_i ._detail_r_text p {
  font-size: 16px;
  font-weight: 100;
  color: #a4a4a3;
  margin: 0;
}

._detail_banner ._detail_p_t_i ._detail_r_text a {
  font-size: 15px;
  text-transform: capitalize;
  display: inline-block;
}

._detail_banner ._detail_p_t_i ._detail_r_text a span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
  color: #4aadfa;
}

._detail_banner ._detail_p_t_i ._detail_r_text a img {
  display: inline-block;
  vertical-align: middle;
}

._detail_banner ._list_t {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
}

._detail_banner ._list_t li {
  height: 74px;
  position: relative;
}

._detail_banner ._list_t li a {
  margin-right: 30px;
  color: #d0cdcd;
  text-align: center;
  max-width: 92px;
  width: 100%;
  position: relative;
  display: inline-block;
}

._detail_banner ._list_t li a .icon-img {
  height: 27px;
}

._detail_banner ._list_t li a span {
  display: inline-block;
  width: 100%;
  font-size: 14.58px;
  color: #939393;
  text-transform: capitalize;
  margin: 6px 0 0;
  line-height: 1;
}

._detail_banner ._r_w_e {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  position: relative;
}

._detail_banner ._r_w_e a._play_player img {
  margin-right: 10px;
  width: 44px;
  -o-object-fit: cover;
  object-fit: cover;
  display: inline-block;
  margin-top: -5px;
}

._detail_banner ._r_w_e a._play_player h3 {
  font-size: 15px;
  color: #fff;
  margin: 0px;
  display: inline-block;
  text-transform: uppercase;
}

._detail_banner ._r_w_e a._d_buy_c {
  background-color: #fcd91e;
  border-radius: 6px;
  padding: 11px 20px;
}

._detail_banner ._r_w_e a._d_buy_c img._d_crown {
  margin-right: 6px;
  width: 25px;
  -o-object-fit: cover;
  object-fit: cover;
  display: inline-block;
}

._detail_banner ._r_w_e a._d_buy_c span {
  color: #000;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}

._detail_banner ._r_w_e a._d_buy_c ._d_play {
  margin-left: 6px;
  width: 18px;
  -o-object-fit: cover;
  object-fit: cover;
  display: inline-block;
}

.nav-tabs .nav-link {
  border: 0px solid transparent;
}

.assests-detail {
  padding: 40px 0rem;
}

.assests-detail .tab-content .fade:not(.show) {
  display: none;
}

.assests-detail .nav-tabs {
  border-bottom: 1px solid #444141;
}

.assests-detail .nav-tabs .nav-link.active {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
  border-bottom: 3px solid #c0150f;
}

.assests-detail .nav-tabs .nav-link.active:hover {
  border-bottom: 3px solid #c0150f;
}

.assests-detail .nav-tabs .nav-link {
  padding: 0.5em 0;
  color: #fff;
  padding: 0.5rem 3rem;
  font-size: 14.58px;
  font-weight: 400;
  text-transform: uppercase;
  border-bottom: 3px solid #c0150f00;
}

.assests-detail .nav-tabs .nav-link:active {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
  border-bottom: 3px solid #c0150f;
}

.assests-detail .nav-tabs .nav-link:focus {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
  border-bottom: 3px solid #c0150f;
}

.assests-detail .nav-tabs .nav-link:hover {
  border-color: transparent;
}

.assests-detail .nav-tabs .nav-item.show .nav-link {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
  border-bottom: 3px solid #c0150f;
}

.assests-content .tab-pane {
  padding: 30px 0;
}

.assests-content .season-button {
  background-color: #3b3a4a;
  border-color: #3b3a4a;
  padding: 0.7rem 0.75rem;
  font-size: 16.67px;
  font-weight: 500;
  text-transform: uppercase;
  width: 140px;
}

.assests-content .season-button i {
  opacity: 0.7;
}

.assests-content .season-button:focus {
  -webkit-box-shadow: 0 0 0 0.2rem transparent;
  box-shadow: 0 0 0 0.2rem transparent;
}

.assests-content .dropdown-menu a.dropdown-item {
  color: #fff;
}

.assests-content .dropdown-menu a.dropdown-item:hover {
  color: #201f2c;
}

.season-detail {
  background-color: #141414;
  border-radius: 10px;
  width: 100%;
  height: auto;
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow: hidden;
  cursor: pointer;
}

._watch_add_buy ._paid_c {
  margin-bottom: 10px;
}

._premium_msg {
  top: 50%;
  max-width: 500px;
  max-height: 230px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.episode-img {
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  max-width: 291px;
  min-width: 291px;
  max-height: 160px;
  z-index: 1;
}

.episode-img img.grid_item {
  width: 100%;
  height: 100%;
  max-width: 291px;
  min-width: 291px;
}

.episode-img ._ep_img {
  width: 100%;
  height: 100%;
  max-width: 291px;
  min-width: 291px;
}

.episode-img ._ep_p {
  position: absolute;
  right: 10px;
  bottom: 5px;
}

.episode-img:after {
  border: 1px solid red;
  bottom: 0;
  position: absolute;
}

.ep-no {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 15px;
}

.ep-no h4 {
  color: #fff;
  font-size: 16.67px;
  margin-bottom: 0px;
  font-weight: 200;
  margin-bottom: 10px;
}

.ep-no h4 b {
  font-weight: 800;
}

.ep-detail p {
  margin: 0;
  color: #7d7b7b;
  font-size: 13.13px;
  opacity: 0.7;
  font-weight: 400;
}

.ep-detail p span {
  font-weight: bold;
}

.ep-detail .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.ep-detail .time p {
  margin-right: 3px;
}

.ep-detail p.time {
  font-size: 12.5px;
  font-weight: 800;
}

.ep-detail p.time span {
  position: absolute;
  bottom: 23px;
  color: #adaaaa;
}

.episode-detail {
  padding: 30px;
  position: relative;
}

.episode-detail .ep-detail {
  overflow-y: auto;
}

a:hover {
  cursor: pointer;
}

.season-drpdwn .btn-secondary:active:focus, .season-drpdwn .btn-secondary:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(130, 138, 145, 0.5) !important;
          box-shadow: 0 0 0 0 rgba(130, 138, 145, 0.5) !important;
}

.season-drpdwn .dropdown-menu {
  min-width: unset !important;
  max-width: unset !important;
  background-color: #3b3a4a !important;
  width: 145px !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
  max-height: 50vh;
  margin-top: -1px;
  margin-left: -1px;
  overflow-y: auto;
}

.season-drpdwn .dropdown-menu:hover, .season-drpdwn .dropdown-menu:focus {
  background-color: #3b3a4a !important;
}

.season-drpdwn .dropdown-menu a.dropdown-item {
  padding: 14px 26px 14px 20px !important;
  border-bottom: 1px solid #6d6e6f;
  font-size: 17px !important;
  color: #c4cacf !important;
  font-weight: 400;
  text-transform: uppercase;
}

.season-drpdwn .dropdown-menu a.dropdown-item:hover, .season-drpdwn .dropdown-menu a.dropdown-item:focus {
  background-color: #3b3a4a !important;
  color: #fff !important;
}

.detailContent {
  position: absolute;
  width: 100%;
  height: 100%;
}

.detailContent .container {
  height: 92%;
}

.detailContent .container ._r_w_e {
  bottom: 130px;
  position: absolute;
}

.detailContent .container ._r_w_e ._play_player {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.detailContent .container ._r_w_e ._play_player img {
  width: 46px;
  -o-object-fit: contain;
     object-fit: contain;
}

.detailContent .container ._r_w_e ._play_player .watchNow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.detailContent .container ._r_w_e ._play_player .watchNow h3.continue-watch {
  font-size: 15px;
  color: #fff;
}

.detailContent .container ._r_w_e ._play_player .watchNow p {
  font-size: 12px;
  color: #fff;
  margin-bottom: 2px;
}

.detailContent .container ._list_t {
  position: absolute;
  bottom: 20px;
  left: 0;
}

/* width */
.episode-fix {
  width: 107px !important;
}

.ep-detail::-webkit-scrollbar,
.ep-detail::-ms-scrollbar,
.ep-detail::-moz-scrollbar {
  width: 5px;
}

/* Track */
.ep-detail::-webkit-scrollbar-track,
.ep-detail::-ms-scrollbar-track,
.ep-detail::-moz-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px transparent;
          box-shadow: inset 0 0 5px transparent;
  border-radius: 10px;
}

/* Handle */
.ep-detail::-webkit-scrollbar-thumb,
.ep-detail::-ms-scrollbar-thumb,
.ep-detail::-moz-scrollbar-thumb {
  background-color: #cfcccc;
  border-radius: 10px;
}

/* Handle on hover */
.ep-detail::-webkit-scrollbar-thumb:hover,
.ep-detail::-ms-scrollbar-thumb:hover,
.ep-detail::-moz-scrollbar-thumb:hover {
  background-color: #ccc;
}

@media screen and (max-width: 1200px) {
  ._detail_banner ._detail_p_t_i ._detail_r_text ._collapse_content p {
    overflow: auto;
    min-height: 200px;
    max-height: 200px;
  }
}

@media screen and (max-width: 992px) {
  ul.form_right li.hide-search {
    width: auto !important;
    margin-bottom: 0;
  }
  .episode-detail .ep-detail {
    overflow-y: auto;
    height: auto;
    max-height: 150px;
  }
  .desktop-search {
    display: none;
  }
  .mobile-search {
    width: 200px;
  }
  ul.form_right {
    padding: 0;
    width: 100%;
  }
  ul.form_right li {
    width: 100%;
  }
  .form_right li.nav-item.dropdown a span.user_i {
    margin: 6px 5px 0 3px;
  }
}

@media screen and (max-width: 767px) {
  ._v_c_l ._right_c_t .rating_s{    
    margin-top: 2px;
  }
  ._detail_banner ._r_w_e a._d_buy_c {
    padding: 8px;
  }
  ._v_c_l ._right_c_t a.add_play_llist:hover ._hover_watchlist{
    display: none;
  }
  ._premium_msg {
    max-width: 300px;
  }
  ._detail_banner.active:after {
    background-color: transparent;
  }
  ._v_c_l a.add_play_llist:hover ._hover_watchlist {
    display: none;
  }
  ._detail_banner ._detail_p_t_i ._detail_r_text ._collapse_content {
    min-height: 140px;
    max-height: 140px;
    overflow: auto;
  }
  ._detail_banner._read_more:before {
    width: 100%;
    background-image: none;
    background-color: rgba(0,0,0,0.7);
  }
  ._det_img {
    width: 100% !important;
  }
  section._custom_paren_img {
    margin: 0 0 -100px;
  }
  .assests-detail .nav-tabs .nav-item {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
  }
  .assests-detail .nav-tabs .nav-link {
    padding: 0.5rem 0.5rem;
  }
}

@media all and (min-width: 769px) {
  .slider_img .owl-nav {
    opacity: 0 !important;
  }
  .slider_img:hover .owl-nav {
    opacity: 1 !important;
  }
}

.slider_img .owl-nav {
  display: block !important;
}

._watching_img1 {
  -webkit-box-shadow: 0 0 10px 5px transparent;
          box-shadow: 0 0 10px 5px transparent;
  transition: transform 0.4s cubic-bezier(0.33, 0.04, 0.63, 0.93), -webkit-transform 0.4s cubic-bezier(0.33, 0.04, 0.63, 0.93);
}

._watching_img1:hover .p_g_i a._cross_icon, ._watching_img1:active .p_g_i a._cross_icon, ._watching_img1:focus .p_g_i a._cross_icon {
  z-index: 9;
}

@media screen and (min-width: 1025px) {
  /* .owl-item.active ._watching_img1 {
    overflow: hidden;
    display: inline-block;
    width: 100%;
    border-radius: 8px;
  } */
  .owl-item.active ._watching_img1:hover, .owl-item.active ._watching_img1:active, .owl-item.active ._watching_img1:focus {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transition: transform 0.32s cubic-bezier(0.33, 0.04, 0.63, 0.93), -webkit-transform 0.32s cubic-bezier(0.33, 0.04, 0.63, 0.93);
    -webkit-transition-delay: 0.25s;
            transition-delay: 0.25s;
    position: absolute;
    -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.7);
            box-shadow: 0 0 9px rgba(0, 0, 0, 0.7);
    overflow: hidden;
    border-radius: 8px;
  }
  .owl-item.active ._watching_img1:hover ._visible_hover1, .owl-item.active ._watching_img1:active ._visible_hover1, .owl-item.active ._watching_img1:focus ._visible_hover1 {
    background-color: transparent;
    background-image: linear-gradient(to bottom, rgba(4,8,15,0), #11101a, #11101a);
    bottom: 0px;
    display: block;
    color: #fff;
    position: absolute;
    
    -webkit-transition: opacity 0.25s ease-in, bottom 0.25s cubic-bezier(0.33, 0.04, 0.63, 0.93);
    transition: opacity 0.25s ease-in, bottom 0.25s cubic-bezier(0.33, 0.04, 0.63, 0.93);
    height: auto;
    padding-top: 10px;
    width: 100%;
    
  }
  /* .owl-item.active ._watching_img1:hover ._visible_hover1:before, .owl-item.active ._watching_img1:active ._visible_hover1:before, .owl-item.active ._watching_img1:focus ._visible_hover1:before {
    content: "";
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    height: 40px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(#0f0e1ab8), color-stop(#11101a), to(#11101a));
    background-image: linear-gradient(to bottom, transparent, #0f0e1ab8, #11101a, #11101a);
    z-index: 0;
    
  } */
  .owl-item.active ._watching_img1 ._visible_hover1 {
    display: none;
  }
  .other_assests .view_more ._v_all_parent ._view_img_list_p:hover, .other_assests .view_more ._v_all_parent ._view_img_list_p:active, .other_assests .view_more ._v_all_parent ._view_img_list_p:focus {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: transform 0.32s cubic-bezier(0.33, 0.04, 0.63, 0.93), -webkit-transform 0.32s cubic-bezier(0.33, 0.04, 0.63, 0.93);
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
    position: relative;
    cursor: pointer;
    z-index: 9;
  }
  .view_more ._v_all_parent ._view_img_list_p ._watching_img1 {
    overflow: hidden;
    display: inline-block;
    width: 100%;
    border-radius: 8px;
  }
  .view_more ._v_all_parent ._view_img_list_p ._watching_img1:hover, .view_more ._v_all_parent ._view_img_list_p ._watching_img1:active, .view_more ._v_all_parent ._view_img_list_p ._watching_img1:focus {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    transition: transform 0.32s cubic-bezier(0.33, 0.04, 0.63, 0.93), -webkit-transform 0.32s cubic-bezier(0.33, 0.04, 0.63, 0.93);
    -webkit-transition-delay: 0.35s;
            transition-delay: 0.35s;
    /* position: absolute; */
    -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.7);
            box-shadow: 0 0 9px rgba(0, 0, 0, 0.7);
  }
  .view_more ._v_all_parent ._view_img_list_p ._watching_img1:hover .p_g_i img, .view_more ._v_all_parent ._view_img_list_p ._watching_img1:active .p_g_i img, .view_more ._v_all_parent ._view_img_list_p ._watching_img1:focus .p_g_i img {
    border-radius: 0px;
  }
  .view_more ._v_all_parent ._view_img_list_p ._watching_img1:hover ._visible_hover1, .view_more ._v_all_parent ._view_img_list_p ._watching_img1:active ._visible_hover1, .view_more ._v_all_parent ._view_img_list_p ._watching_img1:focus ._visible_hover1 {
    background-color :transparent;
    background-image: linear-gradient(to bottom, rgba(4,8,15,0), #11101a, #11101a);
    bottom: 0;
    display: block;
    color: #fff;
    position: absolute;
    -webkit-transition: opacity 0.25s ease-in, bottom 0.25s cubic-bezier(0.33, 0.04, 0.63, 0.93);
    transition: opacity 0.25s ease-in, bottom 0.25s cubic-bezier(0.33, 0.04, 0.63, 0.93);
    height: auto;
    min-height: 20px;
    border-radius: 0 0 8px 8px;
    width: 100%;
    /* box-shadow: 0px 0px 6px 3px rgb(17 16 26 / 84%); */
  }
  /* .view_more ._v_all_parent ._view_img_list_p ._watching_img1:hover ._visible_hover1:before, .view_more ._v_all_parent ._view_img_list_p ._watching_img1:active ._visible_hover1:before, .view_more ._v_all_parent ._view_img_list_p ._watching_img1:focus ._visible_hover1:before {
    content: "";
    position: absolute;
    top: -18px;
    left: 0;
    width: 100%;
    height: 40px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(#0f0e1ab8), color-stop(#201f2c), to(#201f2c));
    background-image: linear-gradient(to bottom, transparent, #0f0e1ab8, #201f2c, #201f2c);
    z-index: 0;
  } */
  .view_more ._v_all_parent ._view_img_list_p ._watching_img1 ._visible_hover1 {
    display: none;
  }
  .view_more ._v_all_parent ._view_img_list_p ._watching_img1 .p_g_i img {
    width: 100%;
    text-align: center;
    border-radius: 10px;
  }
  .search_assests ._watching_img1 {
    overflow: hidden;
    display: inline-block;
    width: 100%;
    border-radius: 8px;
  }
  .search_assests ._watching_img1:hover, .search_assests ._watching_img1:active, .search_assests ._watching_img1:focus {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transition: transform 0.32s cubic-bezier(0.33, 0.04, 0.63, 0.93), -webkit-transform 0.32s cubic-bezier(0.33, 0.04, 0.63, 0.93);
    -webkit-transition-delay: 0.25s;
            transition-delay: 0.25s;
    
    z-index: 2;
    -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.7);
            box-shadow: 0 0 9px rgba(0, 0, 0, 0.7);
    overflow: hidden;
    border-radius: 8px;
    cursor: pointer;
  }
  .search_assests ._watching_img1:hover ._visible_hover1, .search_assests ._watching_img1:active ._visible_hover1, .search_assests ._watching_img1:focus ._visible_hover1 {
    background-color: #11101a;
    bottom: 0;
    display: block;
    color: #fff;
    position: relative;
    -webkit-transition: opacity 0.25s ease-in, bottom 0.25s cubic-bezier(0.33, 0.04, 0.63, 0.93);
    transition: opacity 0.25s ease-in, bottom 0.25s cubic-bezier(0.33, 0.04, 0.63, 0.93);
    height: auto;
    min-height: 85px;
    border-radius: 0 0 8px 8px;
    width: 100%;
  }
  /* .search_assests ._watching_img1:hover ._visible_hover1:before, .search_assests ._watching_img1:active ._visible_hover1:before, .search_assests ._watching_img1:focus ._visible_hover1:before {
    content: "";
    position: absolute;
    top: -27px;
    left: 0;
    width: 100%;
    height: 40px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(#0f0e1ab8), color-stop(#11101a), to(#11101a));
    background-image: linear-gradient(to bottom, transparent, #0f0e1ab8, #11101a, #11101a);
    z-index: 0;
  } */
  .search_assests ._watching_img1 ._visible_hover1 {
    display: none;
  }
  .search_assests ._watching_img1 .p_g_i img {
    width: 100%;
    text-align: center;
  }
}

:not(.owl-item.active) {
  background-color: linear-gradient(45deg, rgba(32, 31, 44, 0.72), rgba(32, 31, 44, 0.53)) !important;
}

.owl-item ._watching_img1 {
  position: relative;
}

.owl-item ._watching_img1:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, rgba(32, 31, 44, 0.72), rgba(32, 31, 44, 0.53)) !important;
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
}

.owl-item.active ._watching_img1 {
  position: relative;
}

.owl-item.active ._watching_img1:before {
  content: "";
  display: none;
}

.owl-item ._watching_img1 {
  position: absolute;
}

.owl-item ._watching_img1 {
  overflow: hidden;
  display: inline-block;
  width: 100%;
  border-radius: 8px;
}

/* .owl-item ._watching_img1:hover ._visible_hover1, .owl-item ._watching_img1:active ._visible_hover1, .owl-item ._watching_img1:focus ._visible_hover1 {
  background-color: #11101a;
  bottom: 0;
  display: block;
  color: #fff;
  position: relative;
  -webkit-transition: opacity 0.25s ease-in, bottom 0.25s cubic-bezier(0.33, 0.04, 0.63, 0.93);
  transition: opacity 0.25s ease-in, bottom 0.25s cubic-bezier(0.33, 0.04, 0.63, 0.93);
  height: auto;
  min-height: 85px;
  border-radius: 0 0 8px 8px;
  width: 100%;
} */

/* .owl-item ._watching_img1:hover ._visible_hover1:before, .owl-item ._watching_img1:active ._visible_hover1:before, .owl-item ._watching_img1:focus ._visible_hover1:before {
  content: "";
  position: absolute;
  top: -27px;
  left: 0;
  width: 100%;
  height: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(#0f0e1ab8), color-stop(#11101a), to(#11101a));
  background-image: linear-gradient(to bottom, transparent, #0f0e1ab8, #11101a, #11101a);
  z-index: 0;
} */

.owl-item ._watching_img1 ._visible_hover1 {
  display: none;
}

/* .owl-item.active ._watching_img1 {
  overflow: hidden;
  display: inline-block;
  width: 100%;
  border-radius: 8px;
} */

.owl-item.active ._watching_img1:hover ._visible_hover1, .owl-item.active ._watching_img1:focus ._visible_hover1, .owl-item.active ._watching_img1:active ._visible_hover1 {
  background-color: transparent;
  background-image: linear-gradient(to bottom, rgba(4,8,15,0), #11101a, #11101a);
  bottom: 0;
  display: block;
  color: #fff;
  position: absolute;
  -webkit-transition: opacity 0.25s ease-in, bottom 0.25s cubic-bezier(0.33, 0.04, 0.63, 0.93);
  transition: opacity 0.25s ease-in, bottom 0.25s cubic-bezier(0.33, 0.04, 0.63, 0.93);
  height: auto;
  padding-top: 10px;
  
  width: 100%;
}

/* .owl-item.active ._watching_img1:hover ._visible_hover1:before, .owl-item.active ._watching_img1:focus ._visible_hover1:before, .owl-item.active ._watching_img1:active ._visible_hover1:before {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(#0f0e1ab8), color-stop(#11101a), to(#11101a));
  background-image: linear-gradient(to bottom, transparent, #0f0e1ab8, #11101a, #11101a);
  z-index: 0;
  opacity: 0.8;
} */

.owl-item.active ._watching_img1 ._visible_hover1 {
  display: none;
}

.long_img:hover ._visible_hover1 {
  height: 100% !important;
  max-height: 180px;
}

.seven_slides ._visible_hover1 ._v_c_l a img {
  width: 13px !important;
}

.seven_slides ._visible_hover1 ._v_c_l a span {
  font-size: 8px;
}

._v_all_parent.live_tv ._visible_hover1 ._v_c_l a img {
  width: 13px !important;
}

._v_all_parent.live_tv ._visible_hover1 ._v_c_l a span {
  font-size: 8px;
  margin-left: -1px !important;
}

._visible_hover1 ._v_c_l a img {
  width: 20px !important;
}

._visible_hover1 ._v_c_l a span {
  font-size: 9px;
  display: inline-block;
}

._visible_hover1 ._v_c_l a ._c_progress {
  position: relative;
  margin-left: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

._visible_hover1 ._v_c_l a.add_play_llist img {
  width: 18px !important;
}

._visible_hover1 h4 {
  font-size: 12px;
  padding: 0 10px;
  margin-top: 10px;
  margin-bottom: 0;
}

._visible_hover1 ._inner_text_l p {
  color: #cfcccc !important;
  font-size: 10px;
  font-weight: 400;
  line-height: unset;
  padding: 0 10px;
  width: 100%;
  margin-top: 0.2rem;
  max-height: 45px;
  overflow: hidden;
  margin-bottom: 0;
}

._visible_hover1 ._inner_text_l p.type_film {
  color: #fff !important;
  font-weight: 600;
  margin-top: 3px;
}

._v_all_parent.live_tv ._visible_hover1 ._v_c_l a span {
  margin-left: 4px;
}

@media screen and (max-width: 767px) {
  ._visible_hover1:before {
    /* content: "";
    position: absolute;
    top: -27px;
    left: 0;
    width: 100%;
    height: 40px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(#0f0e1ab8), color-stop(#11101a), to(#11101a));
    background-image: linear-gradient(to bottom, transparent, #0f0e1ab8, #11101a, #11101a);
    z-index: 0; */
    display: none;
  }
  .progress {
    bottom: 1px;
  }
  .owl-item.active ._watching_img1:hover .progress, .owl-item.active ._watching_img1:focus .progress, .owl-item.active ._watching_img1:active .progress {
    opacity: 1;
    bottom: 1px;
  }
  .progress {
    opacity: 1 !important;
  }
  .owl-item ._watching_img1 ._visible_hover1 {
    display: block;
  }
  
  .search_assests ._watching_img1 {
    overflow: hidden;
    display: inline-block;
    width: 100%;
  }
  .search_assests ._watching_img1:hover, .search_assests ._watching_img1:active, .search_assests ._watching_img1:focus {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  ._detail_banner ._r_w_e a._play_player img {
    width: 22px;
    margin-right: 5px;
  }
  ._detail_banner ._r_w_e a._play_player h3 {
    font-size: 14.83px;
  }
  ._detail_banner ._detail_banner ._detail_p_t_i ._detail_r_text ul {
    margin: 0;
  }
}

#promo .reedem_text {
  margin-bottom: 30px;
}

.my_account {
  margin: 50px 0;
}

.my_account h4.accmain-head {
  color: #fff;
  border-bottom: 1px solid #48484a;
  padding-bottom: 6px;
  font-size: 27px;
  font-weight: 400;
}

.my_account h4.accinner-head {
  font-size: 27px;
  font-weight: 100;
  margin-top: 25px;
  color: #fff;
  margin-bottom: 40px;
}

.my_account .plan-details .plan-body {
  margin-left: 228px;
}

.my_account .plan-details .plan-body p {
  font-size: 16px;
  margin-bottom: 20px !important;
  color: #fff;
  font-weight: 100;
}

.my_account .plan-details .plan-body .bold_text {
  font-weight: 400;
}

.my_account .plan-details .plan-body .buy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.my_account .plan-details .plan-body .buy .buy-btn {
  background-color: #c0150f;
  border-radius: 6px;
  color: #fff;
  font-size: 13px;
  padding: 10px 25px;
  margin-bottom: 25px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-transform: uppercase;
}

.my_account .plan-details .plan-body .buy .not_eligible {
  margin-top: 10px;
}

.my_account .plan-details .plan-body .buy p {
  font-size: 16px;
  text-align: right;
  margin-bottom: 25px;
  font-weight: 400;
}

.my_account .plan-details .plan-body .buy p a {
  color: #4aadfa;
}

.my_account ul {
  list-style-type: none;
  padding: 0;
  margin-left: 228px;
  margin-bottom: 0px;
}

.my_account ul li {
  color: #fff;
  font-size: 16px;
  margin-bottom: 25px;
}

.my_account ul li span {
  color: #fff;
  font-weight: 100;
}

.my_account ul li a {
  color: #4aadfa;
  float: right;
}

.my_account .parental-msg {
  color: #fff;
  font-weight: 100;
  font-size: 11px;
  margin-bottom: 35px !important;
  margin-left: 228px;
  margin-top: 10px;
}

.parental-margin {
  margin-bottom: 0px !important;
}

.italic {
  font-style: italic;
}

.mobile-number, .name-text {
  color: #fff !important;
  font-style: normal !important;
}

.child-not {
  font-style: italic;
}

.pass-star {
  position: relative;
}

.pass-star span {
  color: #fff !important;
  top: 3px;
  margin-left: 2.5px;
  position: absolute;
}

#cancel_subscription_confirmation p {
  text-align: center;
  font-size: 14px;
  margin-bottom: 8px;
}

#cancel_subscription_confirmation .action-btn {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#cancel_subscription_confirmation .action-btn div {
  margin: 0 auto;
}

#cancel_subscription_confirmation .action-btn div .yes {
  background-color: #c0150f;
  border-color: #c0150f;
  border-radius: 6px;
  color: #fff;
  font-size: 13px;
  padding: 10px;
  width: 70px;
  margin-top: 25px;
  text-transform: uppercase;
  height: 35px;
}

#cancel_subscription_confirmation .action-btn div .no {
  margin-left: 15px;
  width: 70px;
  margin-top: 25px;
  text-transform: uppercase;
}

.d-block .modal-content {
  background-color: transparent;
  border: none;
}

.d-block .modal-content #login {
  background-color: transparent;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #211f2c;
  margin-right: 10px;
  border: 1px solid #fff;
  border-radius: 3px;
}

input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkbox label {
  position: relative;
}

#sharebuttons .modal-content {
  height: 306px;
  padding-top: 18px;
}

#sharebuttons .modal-content .modal-header {
  height: auto;
  padding-bottom: 0;
}

#sharebuttons .modal-content .modal-body {
  margin-top: 55px;
}

#sharebuttons .modal-content .modal-body .social_btn {
  margin-top: 40px;
}

.auth .modal-content {
  background-color: #211f2c;
  padding: 25px 0;
  border-radius: 11px;
}

.auth .modal-content .modal-header {
  border-bottom: 0px solid #dee2e6;
  padding: 0 20px 40px;
  position: relative;
  height: 40px;
}

.auth .modal-content .modal-header .modal-title {
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 0 22px;
}

.auth .modal-content .modal-header .close {
  color: #8b8b91;
  padding: 0.5rem 1rem 0.5rem 1rem !important;
  font-weight: 100;
  opacity: 1;
  font-size: 40px;
  text-shadow: none;
  position: absolute;
  right: 20px;
}

.auth .modal-content .modal-header .close:hover {
  border: 0px;
}

.auth .modal-content .modal-header .close:focus {
  border: 0px;
  outline: none;
}

.auth .modal-content .modal-body {
  padding: 0 70px;
}

.auth .modal-content .modal-body .success-add {
  margin-bottom: 40px;
  margin-top: -25px;
}

.auth .modal-content .modal-body .success-add img {
  margin: 0 auto;
  display: block;
}

.auth .modal-content .modal-body .success-add p {
  color: #fff;
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
}

.auth .modal-content .modal-body .form-group._d_o_b {
  position: relative;
}

.auth .modal-content .modal-body .form-group {
  margin-bottom: 30px;
  border-bottom: 1px solid #6b6970;
  position: relative;
}

.auth .modal-content .modal-body .form-group ._require_filed {
  position: absolute;
  left: 0;
  text-align: left;
  /* bottom: -21px; */
  top: 50px;
  width: 100%;
}

.auth .modal-content .modal-body .form-group ._require_filed span {
  font-weight: 600;
  color: red !important;
  font-size: 12px !important;
  display: inline-block;
  width: 100%;
  text-align: left;
}

.auth .modal-content .modal-body .form-group ._two_error_fields {
  bottom: -50px !important;
}

.auth .modal-content .modal-body .form-group .input-group-prepend {
  cursor: pointer;
}

.auth .modal-content .modal-body .form-group .input-group-prepend .mobile-pre {
  border-radius: 0px;
  color: #fff !important;
  padding: 0 7px 0 0;
}

.auth .modal-content .modal-body .form-group .input-group-prepend .input-group-text {
  background-color: transparent;
  border: 0;
  color: #4aadfa;
}

.auth .modal-content .modal-body .form-group .form-control {
  background-color: transparent;
  border: 0px;
  border-radius: 0px;
  padding: 0.375rem 0;
  color: #fff;
  font-weight: 200;
}

.auth .modal-content .modal-body .form-group input#mobile {
  padding: 0.375rem 0px 0.375rem 30px;
  position: relative;
}

.auth .modal-content .modal-body .form-group span.m_country {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.auth .modal-content .modal-body .form-group input[type="password"] + .input-group-prepend span.input-group-text {
  position: relative;
}

.auth .modal-content .modal-body .form-group input[type="password"] + .input-group-prepend span.input-group-text::after {
  content: "";
  position: absolute;
  left: 48%;
  top: 24%;
  width: 2px;
  height: 55%;
  background-color: #4aadfa;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.auth .modal-content .modal-body .form-group .right-msg {
  font-size: 12px;
  text-align: right;
  color: #99999f;
  width: 100%;
  position: absolute;
  bottom: -20px;
  right: 0;
}

.auth .modal-content .modal-body .terms {
  margin-bottom: 25px;
  margin-top: 25px;
}

.auth .modal-content .modal-body .terms p {
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.auth .modal-content .modal-body .terms p a {
  color: #4aadfa;
}

.auth .modal-content .modal-body .remeber_me {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
  width: 100%;
  position: relative;
}

.auth .modal-content .modal-body .remeber_me .invalid-feedback {
  position: absolute;
  bottom: -28px;
  left: 0;
}

.auth .modal-content .modal-body .remeber_me .checkbox {
  width: 100%;
  display: inline-block;
}

.auth .modal-content .modal-body .remeber_me .checkbox label {
  color: #fff;
}

.auth .modal-content .modal-body .remeber_me .checkbox label input[type="checkbox"] {
  margin-right: 20px;
}

.auth .modal-content .modal-body .remeber_me p {
  display: inline-block;
  color: #fff;
  width: 100%;
  text-align: right;
}

.auth .modal-content .modal-body .remeber_me p a {
  color: #4aadfa;
}

.auth .modal-content .modal-body .auth-btn {
  background-color: #c0150f;
  border-radius: 6px;
  color: #fff;
  font-size: 13px;
  padding: 10px;
  width: 100%;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.auth .modal-content .modal-body .profile-btn {
  margin-top: 35px;
}

.auth .modal-content .modal-body .loginlink p {
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.auth .modal-content .modal-body .loginlink p a {
  color: #4aadfa;
}

.auth .modal-content .modal-body .otp-center {
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin-bottom: 0px;
}

.auth .modal-content .modal-body .otp-email {
  color: #fff;
  margin-bottom: 0px;
  text-align: center;
  font-size: 14px;
}

.auth .modal-content .modal-body .resend {
  color: #4aadfa;
  font-size: 14px;
  width: auto;
  text-align: right;
}

.auth .modal-content .modal-body .promo-code {
  color: #fff;
  font-size: 14px;
  text-align: center;
  font-weight: 100;
}

.auth .modal-content .modal-body .otp-success {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 100%;
  height: 100%;
}

.auth .modal-content .modal-body .otp-success .success-msg {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  top: 50%;
  position: absolute;
  margin-top: -145px;
}

.auth .modal-content .modal-body .otp-success .success-msg h4 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 50px;
  text-align: center;
  font-weight: 100;
}

.auth .modal-content .modal-body .otp-success .success-msg p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 50px !important;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .my_account .plan-details .plan-body .buy {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 30px 0;
  }
  .auth .modal-content .modal-body .form-group .right-msg {
    font-size: 10px;
  }
}

button:active,
button:focus,
input:active,
input:focus,
a:active,
a:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

.invalid-feedback {
  font-weight: 600;
  color: red !important;
  font-size: 11px !important;
  text-align: left !important;
}

.invalid-feedback span._long_otp {
  width: 70% !important;
  position: relative;
}

.invalid-feedback span._long_otp_login {
  width: 70% !important;
  position: relative;
}

.invalid-feedback span._long_otp_loginn {
  width: 70% !important;
  position: relative;
}

.promo-input {
  margin-bottom: 0px !important;
}

.promo-error {
  margin-top: 65px;
}

.promocode_error {
  font-weight: 600;
  color: red !important;
  font-size: 12px !important;
}

.resetone .otp-center {
  margin-bottom: 30px !important;
}

.resettwo .form-group {
  margin-bottom: 0px !important;
}

.resettwo .otp-btn {
  margin-top: 50px !important;
}

._otp_sent_p {
  margin-bottom: 20px;
}

._otp_sucess {
  color: #09d009;
  font-size: 14px;
  text-align: center;
}

.mobile-prefix .mobile-pre:after {
  content: '';
  width: 0.5px;
  height: 25px;
  background-color: #6b6970;
  margin-left: 5px;
}

.last-margin {
  margin-bottom: 25px !important;
}

.bot-error {
  margin-bottom: 20px !important;
}

.forgot {
  float: right;
  position: relative;
  z-index: 9;
}

#add_namesuccess .modal-header {
  padding: 0 20px 20px;
}

/* #login .modal-content, #reset .modal-content, #reset-otp .modal-content, #reset-success .modal-content, #register .modal-content {
  height: 533.2px;
} */

#login .modal-content .login-btn, #reset .modal-content .login-btn, #reset-otp .modal-content .login-btn, #reset-success .modal-content .login-btn, #register .modal-content .login-btn {
  margin-top: 0 !important;
}

#login .modal-content .reset-btn, #login .modal-content .confirm-btn, #reset .modal-content .reset-btn, #reset .modal-content .confirm-btn, #reset-otp .modal-content .reset-btn, #reset-otp .modal-content .confirm-btn, #reset-success .modal-content .reset-btn, #reset-success .modal-content .confirm-btn, #register .modal-content .reset-btn, #register .modal-content .confirm-btn {
  margin-top: 35px;
}

@media all and (max-width: 993px) {
  .my_account .account-body {
    margin-left: 149px !important;
  }
  .my_account .parental-msg {
    margin-left: 149px !important;
  }
  .my_account .plan-details .plan-body {
    margin-left: 149px;
  }
}

@media screen and (max-width: 1200px) {
  ._inner_c_t h1 {
    font-size: 52px;
  }
}

@media screen and (max-width: 1100px) {
  .navbar .navbar-nav li {
    padding-right: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .circular_assets .owl-item ._watching_img1, .enlarged-circular_assets .owl-item ._watching_img1{
    box-shadow: inherit;
  }
  .navbar-nav li {
    padding-right: 15px;
  }
  ._det_img {
    background-size: 100% 100% !important;
  }
}

@media screen and (max-width: 992px) {
  ul.form_right li .dropdown-menu {
    margin: 15px 0 0;
  }
  ._detail_banner ._detail_p_t_i ._detail_r_text ._collapse_content {
    overflow: auto;
  }
  ._slider_c {
    position: relative;
    min-height: 354px;
    max-height: 354px;
  }
  ._slider_c:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   background-image: -webkit-gradient(90deg, #141414 64%, #141414, #00000000);
    background-image: linear-gradient(90deg, #141414 64%, #141414, #00000000);
  }
  ._slider_c img {
    width: 100% !important;
    -o-object-fit: unset;
       object-fit: unset;
  }
  button.navbar-toggler {
    padding: 10px 0 0;
  }
  button.navbar-toggler:focus {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
  }
  .navbar-toggler-icon i {
    color: #cfcccc !important;
  }
  .navbar-expand-md .navbar-toggler {
    display: block !important;
  }
  .navbar .container {
    max-width: unset;
  }
  .four_slides {
    max-width: unset;
  }
  .six_slides {
    max-width: unset;
  }
  .seven_slides {
    max-width: unset;
  }
  ._custom_grid_img {
    padding-left: 0;
  }
  section.banner_img {
    margin: 30px 0 90px;
  }
  section.banner_img:not(.add) .p_banner {
    max-height: 300px;
  }
  section.banner_img:not(.add) .p_banner img {
    max-height: 300px;
  }
  section.banner_img:not(.add) .p_banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000a1;
    z-index: 5;
    border-radius: 18px;
  }
  .i_g_i ul li a.g_img img {
    max-width: 71px;
    max-height: 71px;
  }
  .i_g_i ul li a.g_img span {
    font-size: 12px;
  }
  ._inner_c_t {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 5;
    width: 100%;
    height: auto;
    color: #fff !important;
    text-align: center;
  }
  .navbar-nav .nav-link {
    font-size: 14px !important;
  }
  ul.form_right {
    padding-left: 0px;
  }
  ul.form_right li {
    font-size: 12px !important;
  }
  ul.form_right li a {
    font-size: 12px !important;
  }
  ul.form_right li input {
    /* max-width: 130px; */
    width: 100%;
  }
  ul.form_right li input::-webkit-input-placeholder {
    font-size: 12px !important;
  }
  ul.form_right li input:-ms-input-placeholder {
    font-size: 12px !important;
  }
  ul.form_right li input::-ms-input-placeholder {
    font-size: 12px !important;
  }
  ul.form_right li input::placeholder {
    font-size: 12px !important;
  }
  .form_right li.nav-item.dropdown a i {
    font-size: 10px;
    margin-right: 5px;
  }
  .banner_slider .owl-nav .owl-next {
    right: -10px;
  }
  .banner_slider .owl-nav .owl-prev {
    left: -10px;
  }
  ._visible_hover {
    width: 100%;
  }
}

@media only screen and (width: 768px){
  ul.form_right li input{
    width: 100% !important;
  }
}
  
@media screen and (max-width: 992px) and (min-width: 768px) {
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.collapse.show {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .navbar .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .navbar-collapse {
    width: 100%;
    background-color: #201f2c !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .navbar-collapse form {
    width: 100%;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    background-color: #201f2c !important;
    width: 100% !important;
    max-width: unset !important;
    min-width: unset !important;
  }
  .navbar-collapse form ul {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    background-color: #201f2c !important;
    width: 100% !important;
    max-width: unset !important;
    min-width: unset !important;
  }
  .navbar-collapse form ul li {
    width: 100%;
    padding: 10px 0px;
  }
  .navbar-collapse form ul li input {
    width: 100% !important;
    max-width: unset !important;
    min-width: unset !important;
  }
  .navbar-collapse form ul li:first-child {
    padding-top: 0;
  }
  .navbar-collapse ul.navbar-nav {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    background-color: #201f2c !important;
    width: 100% !important;
    max-width: unset !important;
    min-width: unset !important;
  }
  .navbar-nav li.nav-item {
    width: 100%;
    padding: 10px 0px;
  }
  .dropdown-menu {
    width: 100% !important;
    max-width: unset !important;
    min-width: unset !important;
    background-color: transparent;
    border: none;
  }
  ul.form_right li .dropdown-menu {
    position: relative;
  }
  ul.form_right li:last-child {
    padding: 10px 0px;
  }
  .form_right li.nav-item.dropdown a.nav-link {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
}

@media screen and (max-width: 800px) {
  .navbar-nav li {
    padding: 0 6px;
  }
  ._detail_banner ._detail_p_t_i ._detail_r_text a {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  ul.form_right li {
    padding: 0 5px;
  }
  ul.form_right li:last-child {
    padding: 0 0px 0 1px;
  }
  #login .modal-content, #reset .modal-content, #reset-otp .modal-content, #reset-success .modal-content, #register .modal-content {
    height: auto;
  }
  ._v_c_l a {
    margin-top: 3px;
  }
  ._require_filed span {
    font-size: 11px;
  }
  ._inner_s_c ul li {
    font-size: 14px !important;
  }
  .modal-content {
    width: 95%;
  }
  section.banner_img {
    margin: 0px 0 30px;
  }
  section.banner_img:not(.add) .p_banner {
    max-height: unset;
    margin: 0 auto 30px;
  }
  section.banner_img:not(.add) .p_banner img {
    max-height: unset;
  }
  section.banner_img:not(.add) .p_banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000029;
    z-index: 5;
    border-radius: 18px;
  }
  section.banner_img:not(.add) .p_banner ._inner_c_t {
    position: relative;
    top: auto;
    right: auto;
    transform: unset;
    -ms-transform: unset;
    -moz-transform: unset;
    -webkit-transform: unset;
    padding: 20px 20px;
  }
  .i_g_i ul li a.g_img img {
    max-width: 41px;
    max-height: 41px;
  }
  .i_g_i ul li a.g_img span {
    font-size: 10px;
  }
  ._inner_c_t h1.myCity b {
    font-size: 37px;
    font-weight: 400 !important;
    text-transform: capitalize;
  }
  ._inner_c_t h3 {
    font-size: 26px;
    margin-bottom: 0px;
  }
  ._inner_c_t p {
    font-size: 12px;
    margin-bottom: 10px !important;
  }
  ._inner_c_t h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  ._inner_c_t h4 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 400;
  }
  .inner_footer_page ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .inner_footer_page ul li {
    width: 100%;
    text-align: center;
  }
  ._custom_grid_img h4 {
    font-size: 15.08px;
    font-size: 18.08px;
  }
  ._inner_text_l h4 {
    font-size: 12.08px;
  }
  ._visible_hover ._v_c_l a {
    font-size: 12px;
  }
  ._visible_hover ._inner_text_l h4 {
    font-size: 14px;
  }
  ._visible_hover ._inner_text_l p {
    font-size: 12px;
  }
  ._visible_hover ._inner_text_l p.type_film {
    font-size: 10.5px;
  }
  .inner_footer_social {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .inner_footer_social ul {
    width: 100%;
    text-align: center;
  }
  .inner_footer_social .inner_app {
    width: 100%;
    text-align: center;
  }
  .inner_f_i p.copy {
    text-align: center;
  }
  .navbar-nav li {
    margin: 10px 0 10px;
  }
  form.form-inline.my-3.my-md-0 {
    margin: 0 !important;
  }
  .dropdown-menu {
    max-width: unset !important;
    min-width: unset !important;
    position: relative;
    width: 100%;
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .dropdown-menu a {
    padding: 10px 0;
  }
  ._s_play_btn {
    margin: 0;
  }
  ._s_play_btn a.active_btn {
    padding: 7px 5px;
    font-size: 10.5px;
  }
  ._s_play_btn a.add_btn {
    padding: 7px 5px;
    font-size: 10.5px;
  }
  ._s_play_btn a {
    padding: 5px;
    font-size: 12px;
  }
  .four_slides .owl-carousel {
    /* padding: 98px 0 93px 0px; */
    padding: 0;
  }
  .four_slides .owl-next img {
    left: 10px;
  }
  .four_slides .owl-nav span {
    font-size: 40px;
    font-size: 40px;
  }
  .six_slides .owl-next {
    right: -7.5%;
  }
  .six_slides .owl-next img {
    left: 10px;
  }
  .six_slides .owl-nav span {
    font-size: 40px;
  }
  .seven_slides .owl-next {
    right: -6.5%;
  }
  .seven_slides .owl-next img {
    left: 10px;
  }
  .seven_slides .owl-nav span {
    font-size: 40px;
  }
  .form_right li.nav-item.dropdown a.nav-link {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
  ._slider_c {
    min-height: 280px;
    max-height: 280px;
  }
  ._slider_c img {
    min-height: 280px;
    max-height: 280px;
  }
  ._inner_s_c p {
    font-size: 11px;
    margin-bottom: 10px;
    padding-right: 20px;
  }
  ._inner_s_c h2 {
    font-size: 22px;
    margin-bottom: 0.2em;
  }
  ._inner_s_c h4 {
    font-size: 14px;
  }
  section.slider_img {
    margin: 0 0 30px 0px;
  }
  .banner_slider .owl-nav span {
    font-size: 42px;
  }
  .banner_slider .owl-nav .owl-prev {
    padding: 3px 4px 5px !important;
    width: 30px;
    height: 30px;
  }
  .banner_slider .owl-nav .owl-prev img {
    width: 18px;
    height: 17px;
  }
  .banner_slider .owl-nav .owl-next {
    padding: 3px 4px 5px !important;
    width: 30px;
    height: 30px;
  }
  .banner_slider .owl-nav .owl-next img {
    width: 18px;
    height: 17px;
  }
  ul.form_right {
    padding: 0;
    width: 100%;
  }
  ul.form_right li {
    width: 100%;
    margin-bottom: 10px;
  }
  ul.form_right li input {
    max-width: unset;
    width: 100% !important;
  }
  ._detail_banner ._detail_p_t_i ._detail_r_text h2 {
    font-size: 25px;
    margin-bottom: 1rem;
  }
  ._detail_banner ._detail_p_t_i ._detail_r_text ul li {
    font-size: 16px;
    display: inline-block;
  }
  ._detail_banner ._detail_p_t_i ._detail_r_text p {
    font-size: 14px;
    max-height: 100px;
    overflow: auto;
  }
  ._detail_banner ._detail_p_t_i ._detail_r_text a {
    font-size: 14px;
    display: block;
  }
  ._detail_banner ._r_w_e {
    margin: 25px 0 20px;
  }
  ._detail_banner ._r_w_e img {
    width: 25px;
  }
  ._detail_banner ._r_w_e h3 {
    font-size: 12.83px;
  }
  ._detail_banner ul._list_t li a img {
    max-width: 20px;
  }
  ._detail_banner ul._list_t li a span {
    font-size: 10.58px;
  }
  .season-detail {
    max-height: 170px;
  }
  .season-detail .episode-detail {
    padding: 15px;
  }
  .season-detail .episode-img {
    max-width: 261px;
    min-width: 261px;
  }
  .season-detail img.grid_item {
    max-width: 261px;
    min-width: 261px;
  }
  .assests-detail {
    padding: 40px 0.2rem;
  }
}

._detail_banner ._collapse_content p._coll_data {
  font-size: 14px;
  display: inline;
}

._detail_banner ._collapse_content a {
  font-size: 14px;
}

._detail_banner ._collapse_content a:hover {
  opacity: 0.9;
}

._detail_banner ._collapse_content a img {
  transform: rotate(60deg);
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

._detail_banner.active ._collapse_content p._coll_data {
  height: auto;
}

._detail_banner.active ._collapse_content a img {
  transform: rotate(245deg);
  -ms-transform: rotate(245deg);
  -webkit-transform: rotate(245deg);
}

@media screen and (max-width: 600px) {
  .invalid-feedback._require_filed._mob_required {
    bottom: -40px;
  }
  .season-detail {
    max-height: unset;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .season-detail .episode-img {
    max-height: 200px;
    max-width: 100%;
    min-width: 100%;
  }
  .season-detail img.grid_item {
    max-height: 200px;
    max-width: 100%;
    min-width: 100%;
  }
  .season-detail .episode-detail .ep-detail {
    overflow-y: auto;
    height: auto;
    max-height: 50px;
  }
  .season-detail .episode-detail .ep-detail p.time span {
    position: relative !important;
    bottom: 0 !important;
  }
}

.auth-btn, button.btn.btn-default.register {
  background-color: #c0150f;
  border-radius: 6px;
  color: #fff;
  font-size: 13px;
  padding: 10px;
  width: 100% !important;
  margin-bottom: 25px;
  text-transform: uppercase;
}

._otp_reg {
  margin-top: 30px;
}

h2._verify_t {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.other_assests h4.accinner-head {
  font-size: 27px;
  font-weight: 100;
  margin-top: 50px;
  color: #fff;
  margin-bottom: 23px;
  margin-top: 0;
}

.other_assests .view_more .image-base {
  max-width: 291px;
  width: 100%;
  min-height: 163px;
  max-height: 163px;
  height: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}

.other_assests .view_more .image-base img {
  max-width: 291px;
  width: 100%;
  min-height: 163px;
  max-height: 163px;
  height: 100%;
  position: relative;
}

.other_assests .view_more ._v_all_parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.other_assests .view_more ._v_all_parent ._view_img_list_p {
  /* margin-right: 1%;
  margin-bottom: 1.8%;
  -ms-flex: 0 0 23%;
  -webkit-box-flex: 0;
          flex: 0 0 24.2%; */
  position: relative;
  transition: transform 0.4s cubic-bezier(0.33, 0.04, 0.63, 0.93), -webkit-transform 0.4s cubic-bezier(0.33, 0.04, 0.63, 0.93);
  /* min-height: 187px; */
  margin-bottom: 5px;
}

._v_all_parent.live_tv ._view_img_list_p {
  -ms-flex: 0 0 13.4% !important;
  -webkit-box-flex: 0 !important;
          flex: 0 0 13.4% !important;
}

._language_p_l {
  text-align: right;
}

._language_p_l span._lang_btn {
  background-color: #c0150f;
  border: 2px solid #c0150f;
  border-radius: 5px;
  margin-right: 0;
  padding: 6px 9px;
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 1.5px;
  cursor: pointer;
  color: #fff;
  position: relative;
}

._language_p_l span._lang_btn i {
  font-size: 16px;
}

._language_p_l .cross_filter:after {
  content: "";
  position: absolute;
  width: 1.5px;
  height: 17px;
  background-color: #fff;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  display: inline-block;
  right: 15px;
  top: 5px;
}

._language_modal .modal-dialog h4 {
  text-align: center;
  color: #fff;
  display: inline-block;
  width: 100%;
  font-weight: 400;
}

._language_modal .modal-dialog .modal-body {
  padding: 0 40px !important;
}

._language_modal .modal-dialog .modal-body ._language_list {
  margin: 15px 10px 0;
  display: inline-block;
  width: 100%;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

._language_modal .modal-dialog .modal-body ._language_list form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: auto;
  max-height: 100px;
}

._language_modal .modal-dialog .modal-body ._language_list form .checkbox {
  width: auto;
  margin-right: 10px;
  margin-bottom: 4px;
}

._language_modal .modal-dialog .modal-body ._language_list form .checkbox label {
  cursor: pointer;
}

._language_modal .modal-dialog .modal-body ._language_list form .checkbox label input[type="checkbox"] {
  margin-right: 5px;
  position: absolute;
  opacity: 0;
  z-index: 5;
}

._language_modal .modal-dialog .modal-body ._language_list form .checkbox label span {
  color: #fff;
  background: #000;
  padding: 5px 10px;
  position: relative;
  font-size: 12px;
}

._language_modal .modal-dialog .modal-body ._language_list form .checkbox label input.lang_check + span {
  color: #000;
  background: #fff;
}

._language_modal .modal-dialog .modal-body ._language_list form::-webkit-scrollbar {
  width: 6px;
}

._language_modal .modal-dialog .modal-body ._language_list form::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px #000;
          box-shadow: inset 0 0 5px #000;
  border-radius: 10px;
}

._language_modal .modal-dialog .modal-body ._language_list form::-webkit-scrollbar-thumb {
  background: #c0150f;
  border-radius: 10px;
}

._language_modal .modal-dialog .modal-body ._language_list form::-webkit-scrollbar-thumb:hover {
  background: #c0150f;
}

._language_modal .modal-dialog .modal-body ._language_list ._lang_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

._language_modal .modal-dialog .modal-body ._language_list ._lang_button ._lang_reset {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  height: 40px;
  width: 40%;
  margin: 30px auto 0;
  display: block;
  text-transform: uppercase;
  border-radius: 5px;
  letter-spacing: 1px;
}

._language_modal .modal-dialog .modal-body ._language_list ._lang_button ._lang_reset:disabled {
  cursor: not-allowed;
}

._language_modal .modal-dialog .modal-body ._language_list ._lang_button ._lang_apply {
  background-color: #c0150f;
  border: 2px solid #c0150f;
  color: #fff;
  font-size: 14px;
  height: 40px;
  width: 40%;
  margin: 30px auto 0;
  display: block;
  text-transform: uppercase;
  border-radius: 6px;
  letter-spacing: 1px;
}

._language_modal .modal-dialog .modal-body ._language_list ._lang_button ._lang_apply:disabled {
  cursor: not-allowed;
}

._filter_live_tv {
  margin: 0 0 10px;
}

._filter_live_tv .p_filter_live {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

._filter_live_tv .p_filter_live span {
  color: #fff;
  text-transform: uppercase;
  padding-right: 10px;
  font-size: 15px;
}

._filter_live_tv .p_filter_live .btn-secondary {
  color: #fff;
  background-color: #161616;
  border-color: #161616;
  font-size: 14px;
  width: 127px !important;
  height: 37px;
  text-align: left;
  position: relative;
}

._filter_live_tv .p_filter_live .btn-secondary i {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

._filter_live_tv .p_filter_live .btn-secondary:focus, ._filter_live_tv .p_filter_live .btn-secondary:active, ._filter_live_tv .p_filter_live .btn-secondary:visited, ._filter_live_tv .p_filter_live .btn-secondary:hover {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: 0;
  background-color: #1f1e1e;
  border-color: #1f1e1e;
}

._filter_live_tv .p_filter_live .dropdown-menu {
  background-color: #161616;
}

._filter_live_tv .p_filter_live .dropdown-menu a:hover, ._filter_live_tv .p_filter_live .dropdown-menu a:focus, ._filter_live_tv .p_filter_live .dropdown-menu a:active {
  background-color: #1f1e1e;
  border-color: #1f1e1e;
}

.error._require_filed.align_center {
  font-weight: 600;
  color: red !important;
  font-size: 11px !important;
}

._time_otp {
  position: absolute;
  right: 0;
  top: 130px;
}

.exceed_otp {
  top: 115px;
}

#email_otp ._time_otp, #parental ._time_otp, #change-mobile_otp ._time_otp {
  position: initial;
}

footer.inner_f_i span.demo_c {
  color: #727077;
  text-align: left;
  font-size: 12px;
  font-style: italic;
  text-transform: capitalize;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}

._social_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

._social_icon button {
  border: none;
  background-color: transparent;
  border-radius: 5px;
}

._social_icon button i {
  color: #939598;
  font-size: 35px;
}

._social_icon button h5 {
  color: #939598;
  font-size: 17px;
  text-align: center;
  margin-top: 0px;
  font-weight: 400;
}

._long_otp_login_1 {
  position: relative;
  width: 70% !important;
  display: inline-block !important;
}

@media screen and (max-width: 1300px) {
  .four_slides .owl-carousel .owl-stage-outer {
    padding-left: 0;
  }
  .navbar-nav li {
    padding-right: 30px;
  }
  .dark header .navbar .container {
    max-width: 1190px;
  }
}

@media screen and (max-width: 1270px) {
  .navbar-nav li {
    padding-right: 30px;
  }
  .dark header .navbar .container {
    max-width: 1190px;
  }
}

@media screen and (max-width: 1250px) {
  .four_slides .owl-next, .seven_slides .owl-next {
    right: -170px;
    background-image: linear-gradient(45deg, rgba(32, 31, 44, 0.72), rgba(32, 31, 44, 0.53)) !important;
  }
  .four_slides .owl-prev, .seven_slides .owl-prev {
    left: -160px;
    background-image: linear-gradient(45deg, rgba(32, 31, 44, 0.72), rgba(32, 31, 44, 0.53)) !important;
  }
}

@media screen and (max-width: 1120px) {
  .four_slides .owl-next, .seven_slides .owl-next {
    right: -22%;
  }
  .four_slides .owl-prev, .seven_slides .owl-prev {
    left: -22%;
  }
}

@media screen and (max-width: 1100px) {
  .dark header .navbar .container {
    max-width: unset;
  }
}

@media screen and (max-width: 1050px) {
  .four_slides .owl-next, .seven_slides .owl-next {
    right: -70px;
    width: 70px;
  }
  .four_slides .owl-prev, .seven_slides .owl-prev {
    left: -70px;
    width: 70px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 993px) {
  .other_assests .view_more ._v_all_parent ._view_img_list_p {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32.5%;
            flex: 0 0 32.5%;
  }
  .other_assests .view_more ._v_all_parent ._view_img_list_p:nth-child(3n+0) {
    margin-right: 0 !important;
  }
  
  .other_assests .view_more ._v_all_parent.live_tv ._view_img_list_p {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 19% !important;
            flex: 0 0 19% !important;
  }
  .other_assests .view_more ._v_all_parent.live_tv ._view_img_list_p:nth-child(3n+0) {
    margin-right: 1% !important;
  }
}

@media screen and (max-width: 992px) and (min-width: 768px) {
  .other_assests .view_more ._v_all_parent ._view_img_list_p:nth-child(2n+0),
  .other_assests .view_more ._v_all_parent.live_tv ._view_img_list_p:nth-child(3n+0) {
    margin-right: 0 !important;
  }
  .other_assests .view_more ._v_all_parent ._view_img_list_p {
    -webkit-box-flex: 0 !important;
            flex: 0 0 49% !important;
    -ms-flex: 0 0 49% !important;
  }
  .other_assests .view_more ._v_all_parent.live_tv ._view_img_list_p {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 32% !important;
            flex: 0 0 32% !important;
  }
  .other_assests .view_more ._v_all_parent.live_tv ._view_img_list_p:nth-child(2n+0) {
    margin-right: 1% !important;
  }
}

@media screen and (max-width: 992px) {
  ._language_modal .modal-dialog .modal-body ._language_list {
    margin: 15px 0px 0;
  }
  .four_slides .owl-next, .seven_slides .owl-next {
    right: -60px;
    width: 70px;
  }
  .four_slides .owl-prev, .seven_slides .owl-prev {
    left: -60px;
    width: 70px;
  }
  ._detail_banner {
    background-size: 100% 100%;
  }
  .other_assests h4.accinner-head {
    margin-top: 30px;
  }
  .other_assests .view_more ._v_all_parent ._view_img_list_p {
    -ms-flex: 0 0 30%;
    -webkit-box-flex: 0;
            flex: 0 0 30%;
  }
  ._v_all_parent.live_tv ._view_img_list_p {
    -ms-flex: 0 0 24.2% !important;
    -webkit-box-flex: 0 !important;
    flex: 0 0 24.2% !important;
  }
  /* ._v_all_parent.live_tv ._view_img_list_p:nth-child(4n+0) {
    margin-right: 0 !important;
  } */
}

/* @media screen and (max-width: 992px) and (min-width: 769px) {
  ._v_all_parent.live_tv ._view_img_list_p:nth-child(3n+0) {
    margin-right: 1% !important;
  }
} */

@media screen and (max-width: 767px) {
  ._language_modal .modal-dialog .modal-body {
    padding: 0 30px !important;
  }
  ._language_modal .modal-dialog .modal-body ._language_list ._lang_button ._lang_reset, ._language_modal .modal-dialog .modal-body ._language_list ._lang_button ._lang_apply {
    font-size: 12px;
    width: 50%;
  }
  ._language_modal .modal-dialog .modal-body ._language_list ._lang_button ._lang_reset {
    margin-right: 10px;
  }
  .forget_no {
    bottom: -42px !important;
  }
  .invalid-feedback span._long_otp {
    line-height: 1;
    width: 70% !important;
    top: 0px;
  }
  ._mob_required {
    bottom: -40px !important;
  }
  ._oth_requiered {
    top: 142px;
  }
  .auth .modal-content .modal-body .remeber_me ._oth_requiered {
    top: 38px;
  }
  ._collapse_content.active p._coll_data {
    height: auto;
    overflow: auto;
    min-height: 104px;
    max-height: 104px;
  }
  .navbar .navbar-nav li {
    padding-left: 3px;
  }
  .owl-item.active ._watching_img1,
  .owl-item ._watching_img1,
  ._watching_img1 {
    overflow: hidden;
    display: inline-block;
    width: 100%;
    border-radius: 8px;
    transition: transform 0.4s cubic-bezier(0.33, 0.04, 0.63, 0.93), -webkit-transform 0.4s cubic-bezier(0.33, 0.04, 0.63, 0.93);
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
    /* position: absolute; */
    -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.7);
    overflow: hidden;
    border-radius: 8px;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .owl-item.active ._watching_img1 ._visible_hover1,
  ._watching_img1 ._visible_hover1 {
    background-color: #11101a;
    bottom: 0;
    display: block !important;
    color: #fff;
    position: relative;
    -webkit-transition: opacity 0.25s ease-in, bottom 0.25s cubic-bezier(0.33, 0.04, 0.63, 0.93);
    transition: opacity 0.25s ease-in, bottom 0.25s cubic-bezier(0.33, 0.04, 0.63, 0.93);
    height: auto;
    min-height: 85px;
    border-radius: 0 0 8px 8px;
    width: 100%;
  }
  .mini_slider .four_slides {
    padding: 16px 0 100px;
    /* min-height: 440px;
    max-height: 440px; */
  }
  /* .mini_slider .four_slides .owl-nav {
    min-height: 320px;
    max-height: 320px;
  }
  .mini_slider .seven_slides {
    min-height: 400px;
    max-height: 400px;
  }
  .mini_slider .seven_slides .owl-nav {
    min-height: 266px;
    max-height: 266px;
  } */
  .four_slides .owl-prev, .seven_slides .owl-prev {
    height: 30px;
    width: 30px;
    top: 50%;
    left: -10px;
  }
  .four_slides .owl-prev img, .seven_slides .owl-prev img {
    width: 16px;
  }
  .four_slides .owl-next, .seven_slides .owl-next {
    height: 30px;
    width: 30px;
    top: 50%;
    right: -10px;
  }
  .four_slides .owl-next img, .seven_slides .owl-next img {
    width: 16px;
  }
  .seven_slides .owl-prev img {
    left: 10px;
  }
  /* .p_g_i {
    min-height: 200px;
    max-height: 200px;
    border-radius: 8px 8px 0 0;
  }
  .p_g_i img.grid_item {
    min-height: 200px;
    max-height: 200px;
    width: 100%;
  } */
  .other_assests .view_more ._v_all_parent ._view_img_list_p {
    -ms-flex: 0 0 48%;
    -webkit-box-flex: 0;
            flex: 0 0 48%;
    /* min-height: 310px;
    max-height: 310px; */
    margin-bottom: 2px !important;
  }
  .other_assests .view_more ._v_all_parent ._view_img_list_p .image-base {
    max-width: unset;
  }
  .other_assests .view_more ._v_all_parent ._view_img_list_p .image-base img {
    max-width: unset;
  }
  /* ._v_all_parent.live_tv .p_g_i {
    min-height: 185px;
    max-height: 185px;
    border-radius: 8px 8px 0 0;
  }
  ._v_all_parent.live_tv .p_g_i img.grid_item {
    min-height: 140px;
    max-height: 140px;
  } */
  .other_assests .view_more ._v_all_parent.live_tv ._view_img_list_p {
    margin: 0;
    -ms-flex: 0 0 48% !important;
    -webkit-box-flex: 0 !important;
            flex: 0 0 48% !important;
    
  }
  .other_assests .view_more ._v_all_parent.live_tv ._view_img_list_p .image-base {
    max-width: unset;
  }
  .other_assests .view_more ._v_all_parent.live_tv ._view_img_list_p .image-base img {
    max-width: unset;
  }
  ._v_all_parent.live_tv ._view_img_list_p:nth-child(2n+0) {
    margin-left: 1% !important;
  }
}

@media screen and (max-width: 768px) {
 
  .my_account .plan-details .plan-body .active-subscription .row .col-md-5 .buy {
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    margin-top: 15px !important;
  }
  .assests-content .season-button {
    width: auto !important;
  }
  .detailContent .container ._r_w_e {
    bottom: 95px;
    margin: 0;
  }
  .detailContent .container ._r_w_e ._play_player img {
    margin-left: 0px;
    width: 30px;
  }
  .detailContent .container ._r_w_e ._play_player .watchNow h3 {
    font-size: 14px;
  }
  .detailContent .container ._list_t {
    bottom: 0px;
  }
  .exceed_otp {
    top: 91px;
  }
  .email-long-span {
    margin: 0px !important;
  }
  ._detail_banner.active ._collapse_content p._coll_data {
    height: 100px !important;
    overflow-y: auto;
  }
  ._detail_banner ._detail_p_t_i ._detail_r_text ._collapse_content p {
    min-height: 140px;
    max-height: 140px;
    overflow: auto;
  }
}

@media screen and (max-width: 500px) {
  .other_assests .view_more ._v_all_parent ._view_img_list_p {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    margin: 0;
  }
}

@media screen and (max-width: 489px) {
  .invalid-feedback span._long_otp {
    top: 9px;
    width: 55% !important;
  }
  .exceed_otp {
    top: 112px;
  }
  .invalid-feedback span._long_otp_login {
    top: 0px;
    width: 70% !important;
  }
  .invalid-feedback span._long_otp_loginn {
    width: 70% !important;
  }
}

@media screen and (max-width: 407px) {
  .invalid-feedback span._long_otp_login {
    width: 70% !important;
  }
}

@media screen and (max-width: 365px) {
  .invalid-feedback span._long_otp_login {
    top: 19px !important;
    width: 69% !important;
  }
  .invalid-feedback span._long_otp_loginn {
    top: 35px !important;
    width: 69% !important;
  }
}

#login,
#register,
._play_modal_jw.modal,
.d-block {
  background-color: #211f2c4a;
  padding: 0 !important;
}

.modal {
  overflow: hidden !important;
}

.modal .modal-dialog {
  height: 100%;
  margin: 0 auto;
}

.modal .modal-dialog .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.maincontentarea {
  display: inline-block;
  width: 100%;
  min-height: 400px;
  margin: 0px 0 30px;
}

.maincontentarea ._no_data_f {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 60vh;
  overflow: hidden;
}

.maincontentarea ._no_data_f h1 {
  color: #fff;
  font-size: 50px;
  text-align: center;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
}

@media screen and (max-width: 767px) {
  .maincontentarea {
    min-height: 300px;
  }
  .maincontentarea ._no_data_f {
    height: 40vh;
  }
  .maincontentarea ._no_data_f h1 {
    font-size: 30px;
  }
}

.trend_search {
  margin-top: 20px;
  min-height: 490px;
}

.trend_search h4.accinner-head {
  font-size: 27px;
  font-weight: 100;
  margin-top: 0px;
  color: #fff;
  margin-bottom: 23px;
}

.trend_search h4.accinner-head span {
  font-weight: bold;
}

.trend_search .search_assests .nav-tabs {
  margin-bottom: 35px;
  margin-top: 15px;
  border: none;
}

.trend_search .search_assests .nav-tabs .nav-item {
  width: 25%;
  border-bottom: 1px solid #444141;
}

.trend_search .search_assests .nav-tabs .nav-item .nav-link.active {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
  border-bottom: 3px solid #c0150f;
}

.trend_search .search_assests .nav-tabs .nav-item .nav-link {
  color: #fff;
  padding: 0.5rem 1rem;
  font-size: 14.58px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 3px solid #c0150f00;
  height: 42.1px;
}

.trend_search .search_assests .nav-tabs .nav-item .nav-link:active {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
  border-bottom: 3px solid #c0150f;
}

.trend_search .search_assests .nav-tabs .nav-item .nav-link:focus {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
  border-bottom: 3px solid #c0150f;
}

.trend_search .search_assests .nav-tabs .nav-item .nav-link:hover {
  border: 0px;
  border-bottom: 3px solid #c0150f;
}

.trend_search .search_assests .nav-tabs .nav-item .nav-item.show .nav-link {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
  border-bottom: 3px solid #c0150f;
  text-align: center;
}

.trend_search .search_assests .col-sm-3 {
  padding-right: 0px;
}

.trend_search .search_assests .col-sm-3 .image-base {
  max-width: 291px;
  width: 100%;
  min-height: 163px;
  max-height: 163px;
  height: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 14px;
}

.trend_search .search_assests .col-sm-3 .image-base img {
  max-width: 291px;
  width: 100%;
  min-height: 163px;
  max-height: 163px;
  height: 100%;
  position: relative;
}

.trend_search .search_assests .tab-pane .col-sm-3 {
  padding-right: 0px;
}

.trend_search .search_assests .tab-pane .col-sm-3 .image-base {
  max-width: 291px;
  width: 100%;
  min-height: 163px;
  max-height: 163px;
  height: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 14px;
}

.trend_search .search_assests .tab-pane .col-sm-3 .image-base:hover, .trend_search .search_assests .tab-pane .col-sm-3 .image-base:active, .trend_search .search_assests .tab-pane .col-sm-3 .image-base:focus {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  transition: transform 0.32s cubic-bezier(0.33, 0.04, 0.63, 0.93), -webkit-transform 0.32s cubic-bezier(0.33, 0.04, 0.63, 0.93);
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  position: relative;
  cursor: pointer;
  z-index: 9;
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.7);
          box-shadow: 0 0 9px rgba(0, 0, 0, 0.7);
  overflow: hidden;
  border-radius: 8px;
}

.trend_search .search_assests .tab-pane .col-sm-3 .image-base img {
  max-width: 291px;
  width: 100%;
  min-height: 163px;
  max-height: 163px;
  height: 100%;
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
}

.no-result {
  font-size: 27px;
  font-weight: 100;
  margin-top: 50px;
  color: #fff;
  margin-bottom: 23px;
  text-align: center;
}

.no-result span {
  font-weight: bold;
}

.no-result h4 {
  font-size: 16px;
  margin-top: 15px;
  font-weight: 400;
}

#player_container_modal {
  position: unset !important;
}

.jw-title {
  display: block !important;
}

.jw-spacer {
  color: white !important;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.jw-icon.jw-icon-inline.jw-button-color.jw-reset.jw-icon-backbutton {
  position: absolute;
  top: 20px;
  left: 20px;
}

.modal .modal-xl .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  height: 100% !important;
}

.jw-svg-icon-prev path {
  display: none;
}

.jw-svg-icon-prev {
  background-image: url(".././img/right-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.jw-flag-top {
  margin-top: 0px !important;
}

._not_find {
  text-align: center;
  display: inline-block;
  width: 100%;
}

._not_find h4 {
  margin: 60px 0;
}

._page_not_found {
  display: inline-block;
  width: 100%;
  height: auto;
  text-align: center;
  margin: 0px auto;
  border-radius: 12px;
  padding: 30px 0;
}

._page_not_found ._404_img {
  margin-left: 75px;
}

._page_not_found ._404_img img {
  width: 230px;
}

._page_not_found ._404_img h2 {
  color: #fff;
  font-size: 4.6rem;
  width: 100%;
  text-align: center;
  margin: 0;
}

._page_not_found ._404_img p {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
  margin: 0;
  font-weight: 100;
}

._page_not_found .content {
  border-left: 1px solid #434347;
}

._page_not_found .content ._404_content {
  margin-left: 65px;
}

._page_not_found .content ._404_content p {
  color: #fff;
  font-size: 1.4rem;
  width: 100%;
  text-align: left;
  margin: 0;
  font-weight: 100;
}

._page_not_found .content ._404_content .code {
  color: #63636c;
  font-size: 12px;
  text-align: left;
  margin-top: 5px;
}

._page_not_found .content ._404_content .backhome {
  margin-top: 45px;
  margin-bottom: 35px;
  display: block;
  width: 120px;
}

._page_not_found .content ._404_content a {
  text-align: left;
  display: block;
}

._page_not_found .content ._404_content .refresh {
  margin-top: 35px;
}

._page_not_found .content ._404_content .refresh a {
  display: inline-block;
}

h1._dummy_t {
  text-align: center;
  color: #fff;
  margin: 170px 0;
}

.action-btn {
  text-align: center;
}

.action-btn button,
.action-btn button:hover,
.action-btn button:active,
.action-btn button:focus,
.action-btn button:visited {
  font-size: 13px;
  color: #fff;
  border: none;
  background-color: #c0150f !important;
  border-radius: 6px;
  padding: 8px 20px;
}

section.my_subscription._pay ._choose_plan {
  margin: 10px auto 50px;
}

.my_subscription {
  margin: 50px 0;
}

.my_subscription ._final_plan {
  max-width: 325px;
  margin-top: 80px;
}

.my_subscription ._final_plan ._amount_data {
  width: 100%;
  text-align: center;
  border: 1px solid #000;
  border-radius: 8px;
  padding: 10px;
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
}

.my_subscription ._final_plan ._amount_data::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  background-color: #c0150f;
  left: 0;
  top: 0;
}

.my_subscription ._final_plan ._amount_data ._plan_list ._r_value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-start;
}

.my_subscription ._final_plan ._amount_data ._plan_list ._r_value img {
  margin-top: 15px;
  width: 10px;
  margin-right: 4px;
}

.my_subscription ._final_plan ._amount_data ._plan_list ._r_value h2 {
  font-size: 60px;
  color: #fff;
}

.my_subscription ._final_plan ._amount_data ._plan_list h6 {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}

.my_subscription ._final_plan ._amount_data ._plan_list p {
  font-size: 14px;
  color: #ffffffd9;
  font-weight: 100;
}

.my_subscription ._final_plan ._amount_data ._plan_list p span img {
  width: 10px;
  height: 12px;
  -o-object-fit: contain;
     object-fit: contain;
}

.my_subscription ._line_break {
  text-align: center;
  margin: 40px 0;
  position: relative;
}

.my_subscription ._line_break:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #8c8c8c;
  top: 50%;
  z-index: 1;
}

.my_subscription ._line_break p._or_break {
  font-size: 18px;
  display: inline-block;
  color: #fff;
  margin: 0;
  border: 1px solid #8c8c8c;
  padding: 2px 7px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  background-color: #201f2c;
}

.my_subscription h4.accmain-head {
  color: #fff;
  border-bottom: 1px solid #48484a;
  padding-bottom: 6px;
  font-size: 27px;
  font-weight: 400;
}

.my_subscription ._choose_plan {
  text-align: center;
  max-width: 465px;
  margin: 60px auto;
}

.my_subscription ._choose_plan ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.my_subscription ._choose_plan ul li {
  position: relative;
}

.my_subscription ._choose_plan ul li:nth-child(2):before {
  content: "";
  position: absolute;
  top: 68%;
  left: -176%;
  height: 1px;
  background-color: #525252;
  width: 160px;
}

.my_subscription ._choose_plan ul li:nth-child(3):before {
  content: "";
  position: absolute;
  top: 68%;
  left: -206%;
  width: 160px;
  height: 1px;
  background-color: #525252;
}

.my_subscription ._choose_plan ul li p {
  font-size: 12px;
  color: #fff;
  margin: 0;
}

.my_subscription ._choose_plan ul li span._S_circle {
  display: block;
  width: 15px;
  height: 15px;
  margin: 10px auto;
  background-color: #525252;
  border-radius: 50%;
}

.my_subscription ._choose_plan ul li.active ._S_circle {
  display: block;
  width: 15px;
  height: 15px;
  margin: 10px auto;
  background-color: #4aadfa;
  border-radius: 50%;
}

.my_subscription ._choose_plan ul li.active:nth-child(2):before {
  background-color: #4aadfa;
}

.my_subscription ._choose_plan ul li.active:nth-child(3):before {
  background-color: #4aadfa;
}

.my_subscription ._watch_movie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.my_subscription ._watch_movie ._watch_m_text {
  padding-right: 20px;
  width: 40%;
}

.my_subscription ._watch_movie ._watch_m_text h2 {
  color: #fff;
  font-weight: 300;
  font-size: 36px;
  display: inline-block;
}

.my_subscription ._watch_movie ._watch_m_text h3 {
  color: #fff;
  font-weight: 500;
  font-size: 26px;
  background-color: #c0150f;
  padding: 0 10px;
  display: inline-block;
}

.my_subscription ._watch_movie ._watch_m_text h3 img {
  max-width: 12px;
  margin-top: -5px;
}

.my_subscription ._watch_movie ._watch_m_text ul {
  padding: 0;
  list-style-type: none;
  max-width: 350px;
  margin: 20px auto;
  padding-left: 20px;
}

.my_subscription ._watch_movie ._watch_m_text ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  position: relative;
}

.my_subscription ._watch_movie ._watch_m_text ul li p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

.my_subscription ._watch_movie ._watch_m_text ul li i {
  position: absolute;
  left: -20px;
  top: 3px;
}

.my_subscription ._watch_movie ._select_movie {
  width: 60%;
  padding-left: 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.my_subscription ._watch_movie ._select_movie:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #8c8c8c;
}

.my_subscription ._watch_movie ._select_movie ._s_movie {
  display: inline-block;
}

.my_subscription ._watch_movie ._select_movie ._p_continue button._p_btn {
  font-size: 13px;
  color: #fff;
  border: none;
  background-color: #c0150f;
  border-radius: 6px;
  padding: 8px 20px;
  text-transform: uppercase;
}

.my_subscription ._subscription_p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  margin: 60px auto 120px;
}

.my_subscription ._subscription_p ._subscription_amount {
  padding-right: 20px;
  width: 40%;
}

.my_subscription ._subscription_p ._subscription_amount h2 {
  color: #fff;
  font-weight: 300;
  font-size: 36px;
}

.my_subscription ._subscription_p ._subscription_amount h3 {
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  background-color: #c0150f;
  padding: 0 10px;
  display: inline-block;
}

.my_subscription ._subscription_p ._subscription_amount ul {
  padding: 0;
  list-style-type: none;
  max-width: 350px;
  margin: 20px 0 0 20px;
  padding-left: 21px;
}

.my_subscription ._subscription_p ._subscription_amount ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  position: relative;
}

.my_subscription ._subscription_p ._subscription_amount ul li i {
  position: absolute;
  left: -20px;
  top: 3px;
}

.my_subscription ._subscription_p ._subscription_amount ul li p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  text-align: left;
}

.my_subscription ._subscription_p ._subscription_p_d {
  width: 60%;
  padding-left: 30px;
  position: relative;
}

.my_subscription ._subscription_p ._subscription_p_d ._s_promo_code {
  margin: 15px 0 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.my_subscription ._subscription_p ._subscription_p_d ._s_promo_code .help-block.error {
  color: red;
  display: inline-block;
  font-size: 14px;
  position: absolute;
}

.my_subscription ._subscription_p ._subscription_p_d ._s_promo_code .error {
  font-size: 12px;
  text-align: left;
}

.my_subscription ._subscription_p ._subscription_p_d ._s_promo_code form:first-child {
  width: 55%;
}

.my_subscription ._subscription_p ._subscription_p_d ._s_promo_code form .form-group {
  position: relative;
  margin: 0 10px 0 0;
}

.my_subscription ._subscription_p ._subscription_p_d ._s_promo_code form .form-group button._t_btn,
.my_subscription ._subscription_p ._subscription_p_d ._s_promo_code form .form-group input.form-control {
  background-color: transparent;
  border: none;
}

.my_subscription ._subscription_p ._subscription_p_d ._s_promo_code form .form-group input.form-control {
  border-bottom: 1px solid #8e8b8b !important;
  border-radius: 0;
  padding: 8px 83px 8px 10px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.5px;
  font-size: 18px;
}

.my_subscription ._subscription_p ._subscription_p_d ._s_promo_code form .form-group input.form-control::-webkit-input-placeholder {
  text-transform: unset;
  font-weight: 400;
}

.my_subscription ._subscription_p ._subscription_p_d ._s_promo_code form .form-group input.form-control:-ms-input-placeholder {
  text-transform: unset;
  font-weight: 400;
}

.my_subscription ._subscription_p ._subscription_p_d ._s_promo_code form .form-group input.form-control::-ms-input-placeholder {
  text-transform: unset;
  font-weight: 400;
}

.my_subscription ._subscription_p ._subscription_p_d ._s_promo_code form .form-group input.form-control::placeholder {
  text-transform: unset;
  font-weight: 400;
}

.my_subscription ._subscription_p ._subscription_p_d ._s_promo_code form .form-group button._t_btn {
  color: #4aadfa;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.my_subscription ._subscription_p ._subscription_p_d ._s_promo_code form button._p_btn {
  font-size: 13px;
  color: #fff;
  border: none;
  background-color: #c0150f;
  border-radius: 6px;
  padding: 8px 20px;
  text-transform: uppercase;
}

.my_subscription ._subscription_p ._subscription_p_d ._subscription_package_nouse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  position: relative;
}

.my_subscription ._subscription_p ._subscription_p_d ._subscription_package_nouse:after {
  content: "";
  position: absolute;
  left: -40px;
  top: 0;
  height: 261px;
  width: 1px;
  background-color: #8c8c8c;
}

.my_subscription ._subscription_p ._subscription_p_d ._subscription_package_nouse ._subscription_package {
  display: inline-block;
  
  width: calc(100%/2 - 15px);
  margin-right: 15px;
  margin-bottom: 15px;
}

.my_subscription ._subscription_p ._subscription_p_d ._subscription_package_nouse ._subscription_package ._option_box_shadow {
  width: 100%;
  position: relative;
  margin-right: 10px;
}

.my_subscription ._subscription_p ._subscription_p_d ._subscription_package_nouse ._subscription_package ._option_box_shadow input[type="radio"] {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
  opacity: 0;
  cursor: pointer;
}

.my_subscription ._subscription_p ._subscription_p_d ._subscription_package_nouse ._subscription_package ._option_box_shadow ._amount_data {
  width: 100%;
  text-align: center;
  border: 1px solid #000;
  border-radius: 8px;
  padding: 10px;
  position: relative;
  overflow: hidden;
  padding-bottom: 25px;
}

.my_subscription ._subscription_p ._subscription_p_d ._subscription_package_nouse ._subscription_package ._option_box_shadow ._amount_data:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  background-color: #c0150f;
  left: 0;
  top: 0;
}

.my_subscription ._subscription_p ._subscription_p_d ._subscription_package_nouse ._subscription_package ._option_box_shadow ._amount_data.active, .my_subscription ._subscription_p ._subscription_p_d ._subscription_package_nouse ._subscription_package ._option_box_shadow ._amount_data:visited, .my_subscription ._subscription_p ._subscription_p_d ._subscription_package_nouse ._subscription_package ._option_box_shadow ._amount_data:active, .my_subscription ._subscription_p ._subscription_p_d ._subscription_package_nouse ._subscription_package ._option_box_shadow ._amount_data:focus {
  -webkit-box-shadow: 0 0 7px 3px #c0150f;
          box-shadow: 0 0 7px 3px #c0150f;
  border: 1px solid transparent !important;
}

.my_subscription ._subscription_p ._subscription_p_d ._subscription_package_nouse ._subscription_package ._option_box_shadow ._amount_data ._img_tik {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: right;
}

.my_subscription ._subscription_p ._subscription_p_d ._subscription_package_nouse ._subscription_package ._option_box_shadow ._amount_data ._img_tik:before {
  content: '';
  position: absolute;
  top: -2px;
  right: 5px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #c0150f;
  z-index: 0;
}

.my_subscription ._subscription_p ._subscription_p_d ._subscription_package_nouse ._subscription_package ._option_box_shadow ._amount_data ._img_tik img {
  opacity: 0;
  width: 22px;
  height: 22px;
  position: absolute;
  top: -3px;
  right: 4px;
  z-index: 2;
}

.my_subscription ._subscription_p ._subscription_p_d ._subscription_package_nouse ._subscription_package ._option_box_shadow ._amount_data ._plan_list {
  position: relative;
  margin-top: 10px;
}

.my_subscription ._subscription_p ._subscription_p_d ._subscription_package_nouse ._subscription_package ._option_box_shadow ._amount_data ._plan_list ._r_value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.my_subscription ._subscription_p ._subscription_p_d ._subscription_package_nouse ._subscription_package ._option_box_shadow ._amount_data ._plan_list ._r_value img {
  margin-top: 15px;
  width: 10px;
  margin-right: 4px;
}

.my_subscription ._subscription_p ._subscription_p_d ._subscription_package_nouse ._subscription_package ._option_box_shadow ._amount_data ._plan_list h2 {
  font-size: 60px;
  color: #fff;
}

.my_subscription ._subscription_p ._subscription_p_d ._subscription_package_nouse ._subscription_package ._option_box_shadow ._amount_data ._plan_list h6 {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}

.my_subscription ._subscription_p ._subscription_p_d ._subscription_package_nouse ._subscription_package ._option_box_shadow ._amount_data input[type="radio"] {
  width: 215px;
  height: 165px;
  position: absolute;
  left: 0;
  z-index: 9;
  opacity: 0;
}

.my_subscription ._subscription_p ._subscription_p_d ._subscription_package_nouse ._subscription_package ._option_box_shadow:last-child {
  margin-right: 0px;
}

.my_subscription ._subscription_p ._or {
  display: block;
  width: 100%;
  position: absolute;
  text-align: center;
  bottom: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  z-index: 1;
}

.my_subscription ._subscription_p ._or:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 1px;
  width: 100%;
  background-color: #8c8c8c;
}

.my_subscription ._subscription_p ._or p {
  position: relative;
  margin: 0;
  border-radius: 50%;
  border: 1px solid #8c8c8c;
  display: inline-block;
  padding: 6px 11px;
  padding: 7px 11px;
  z-index: 2;
  background: #201f2c;
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 1200px) {
  .my_subscription ._subscription_p ._subscription_p_d ._subscription_package_nouse {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .my_subscription ._subscription_p ._subscription_p_d ._s_promo_code {
    text-align: center;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .no-result {
    font-size: 23px;
  }
  .my_subscription ._subscription_p ._subscription_p_d ._subscription_package_nouse {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .my_subscription ._subscription_p ._subscription_p_d ._s_promo_code form button {
    width: auto;
  }
  .terms h2 {
    font-size: 23px;
  }
  .my_subscription ._subscription_p ._subscription_p_d ._s_promo_code {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .my_subscription ._subscription_p ._subscription_p_d ._s_promo_code ._promo_form {
    width: 100%;
    margin-bottom: 20px;
  }
}

._option_box_shadow input[type="radio"]:checked + ._amount_data {
  -webkit-box-shadow: 0 0 7px 3px #c0150f;
          box-shadow: 0 0 7px 3px #c0150f;
  border: 1px solid #c0150f !important;
}

._option_box_shadow input[type="radio"]:checked + ._amount_data ._img_tik img {
  opacity: 1 !important;
}

._subscription_payment._select_option_m {
  margin: 25px 0 0;
}

._subscription_payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 850px;
  margin: 72px auto 0;
}

._subscription_payment ._subscription_second {
  width: 100%;
  padding-right: 0;
  position: relative;
}

._subscription_payment ._subscription_second ._plan_selection {
  width: 100%;
  max-width: 326px;
}

._subscription_payment ._subscription_second ._plan_selection ._amount_data {
  width: 100%;
  text-align: center;
  border: 1px solid #000;
  border-radius: 8px;
  padding: 10px;
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
}

._subscription_payment ._subscription_second ._plan_selection ._amount_data:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  background-color: #c0150f;
  left: 0;
  top: 0;
}

._subscription_payment ._subscription_second ._plan_selection ._amount_data ._r_value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-start;
}

._subscription_payment ._subscription_second ._plan_selection ._amount_data ._r_value h2 {
  font-size: 60px;
  color: #fff;
}

._subscription_payment ._subscription_second ._plan_selection ._amount_data ._r_value img {
  margin-top: 15px;
  width: 10px;
  margin-right: 4px;
}

._subscription_payment ._subscription_second ._plan_selection ._amount_data h6 {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}

._subscription_payment ._subscription_second ._plan_selection ._amount_data p {
  font-size: 14px;
  color: #9a9999;
  margin: 0;
}

._subscription_payment ._subscription_second ._plan_selection ._amount_data p span img {
  width: 15px;
  height: 12px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: -4px;
  margin-left: -2px;
}

._subscription_payment ._subscription_second ._plan_selection ._amount_data p b {
  font-weight: 400;
  margin-left: -6px;
}

._subscription_payment ._subscription_card {
  width: 100%;
  padding-left: 0;
}

._subscription_payment ._subscription_card .payment_detail {
  max-width: 463px;
}

._subscription_payment ._subscription_card .payment_detail form .form-group {
  position: relative;
}

._subscription_payment ._subscription_card .payment_detail form .form-group .error {
  font-size: 12px;
}

._subscription_payment ._subscription_card .payment_detail form .form-group label {
  background-color: transparent;
  width: 100%;
  border: 1px solid #9a9999;
  border-radius: 5px;
  padding: 23px 24px 23px 80px;
  height: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  position: relative;
}

._subscription_payment ._subscription_card .payment_detail form .form-group label:hover, ._subscription_payment ._subscription_card .payment_detail form .form-group label:focus, ._subscription_payment ._subscription_card .payment_detail form .form-group label:active {
  border-bottom: 1px solid #cfcccc !important;
  cursor: pointer;
}

._subscription_payment ._subscription_card .payment_detail form .form-group label input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  position: absolute;
  width: 100%;
  height: 65px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0px;
  opacity: 0;
  z-index: 2;
}

._subscription_payment ._subscription_card .payment_detail form .form-group label input[type="radio"]:hover, ._subscription_payment ._subscription_card .payment_detail form .form-group label input[type="radio"]:focus, ._subscription_payment ._subscription_card .payment_detail form .form-group label input[type="radio"]:active {
  cursor: pointer;
}

._subscription_payment ._subscription_card .payment_detail form .form-group label input[type="radio"]:checked + ._img_tik img {
  opacity: 1;
  top:0;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);

}

._subscription_payment ._subscription_card .payment_detail form .form-group label img {
  position: absolute;
  right: 20px;
  top: 30%;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
}

._subscription_payment ._subscription_card .payment_detail form .form-group label ._img_tik {
  position: absolute;
  top: 50%;
  left: 30px;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

._subscription_payment ._subscription_card .payment_detail form .form-group label ._img_tik img {
  opacity: 0;
  width: 21px;
  height: 21px;
  position: absolute;
  top: 50%;
  left: -1px;
}

._subscription_payment ._subscription_card .payment_detail form .form-group label ._img_tik:before {
  content: '';
  position: absolute;
  left: 0;
  border-radius: 50%;
  border: 1px solid #c0150f;
  z-index: 0;
  width: 20px;
  height: 20px;
}

.custom-control.custom-radio {
  margin-bottom: 20px;
}

@media screen and (max-width: 1200px) {
  .my_subscription ._watch_movie {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .my_subscription ._watch_movie ._watch_m_text,
  .my_subscription ._watch_movie ._select_movie {
    width: 100%;
  }
  .my_subscription ._watch_movie ._watch_m_text {
    text-align: center;
    padding: 0;
  }
  .my_subscription ._watch_movie ._watch_m_text p {
    text-align: left;
  }
  .my_subscription ._watch_movie ._select_movie {
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .my_subscription ._watch_movie ._select_movie:after {
    display: none;
  }
  .my_subscription ._watch_movie ._select_movie ._p_continue {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 30px 0 0;
  }
  .my_subscription ._subscription_p {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .my_subscription ._subscription_p ._subscription_p_d {
    width: 100%;
    max-width: 700px;
    margin: 20px auto;
    padding: 0;
  }
  .my_subscription ._subscription_p ._subscription_p_d:after {
    display: none;
  }
  .my_subscription ._subscription_p ._subscription_p_d ._subscription_package ._option_box_shadow ._amount_data ._plan_list h2 {
    font-size: 50px;
  }
  .my_subscription ._subscription_p ._subscription_p_d ._subscription_package_nouse:after {
    display: none;
  }
  .my_subscription ._subscription_p ._subscription_amount {
    width: 100%;
    padding: 0;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .my_subscription ._subscription_p ._subscription_p_d ._s_promo_code form .form-group button._t_btn {
    font-size: 13px;
  }
  .my_subscription ._choose_plan ul li:nth-child(2):before {
    content: "";
    position: absolute;
    top: 68%;
    left: -80px;
    height: 1px;
    background-color: #525252;
    width: 125%;
  }
  .my_subscription ._choose_plan ul li:nth-child(3):before {
    content: "";
    position: absolute;
    top: 68%;
    left: -88px;
    width: 150%;
    height: 1px;
    background-color: #525252;
  }
  .my_subscription ._subscription_p ._subscription_p_d ._s_promo_code form .form-group input.form-control {
    font-size: 15px;
  }
  .my_subscription ._subscription_p ._subscription_p_d ._s_promo_code form:first-child {
    width: 100%;
  }
  ._subscription_payment {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ._subscription_payment ._subscription_second {
    width: 100%;
    padding-right: 0;
    position: relative;
    border-right: none;
    margin-bottom: 20px;
  }
  ._subscription_payment ._subscription_card {
    width: 100%;
    padding-left: 0px;
    max-width: 320px;
    margin: 10px auto;
  }
  ._subscription_payment ._subscription_card .payment_detail form .form-group input[type="text"] {
    padding: 20px 30px;
    height: 50px;
  }
  .my_subscription {
    margin: 20px 0;
  }
  .my_subscription h4.accmain-head {
    text-align: center;
  }
  .my_subscription ._subscription_p ._subscription_amount h2 {
    font-size: 28px;
  }
  .my_subscription ._subscription_p ._subscription_amount h3 {
    font-size: 22px;
    display: inline-block;
  }
  .my_subscription ._subscription_p ._subscription_amount ul li p {
    font-size: 14px;
    text-align: left;
  }
  .my_subscription ._subscription_p ._subscription_p_d {
    max-width: 300px;
    border-bottom: none;
    margin: 0 auto;
  }
  .my_subscription ._subscription_p ._subscription_p_d ._s_promo_code {
    margin: 30px 0 0px;
  }
  .my_subscription ._subscription_p ._subscription_p_d ._s_promo_code form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .my_subscription ._subscription_p ._subscription_p_d ._s_promo_code form .form-group {
    width: 100%;
  }
  .my_subscription ._subscription_p ._subscription_p_d ._s_promo_code form ._pay_btn_s {
    display: inline-block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
  .my_subscription ._subscription_p ._subscription_p_d ._s_promo_code form ._pay_btn_s button._p_btn {
    margin: 20px auto 0;
  }
  .my_subscription ._subscription_p ._subscription_p_d ._subscription_package {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
  .my_subscription ._subscription_p ._subscription_p_d ._subscription_package ._option_box_shadow {
    margin: 0 auto 20px;
    display: block;
    width: 100%;
    max-width: 250px;
  }
  .my_subscription ._subscription_p ._subscription_p_d ._subscription_package ._option_box_shadow:last-child {
    margin: auto;
  }
  .my_subscription ._subscription_p ._subscription_p_d ._subscription_package ._option_box_shadow ._amount_data ._plan_list h2 {
    font-size: 38px;
  }
  .my_subscription ._subscription_p ._subscription_p_d ._subscription_package ._option_box_shadow ._amount_data ._plan_list h6 {
    font-size: 12px;
  }
  .my_subscription ._subscription_p{
    margin-top: 0;
  }
  .my_subscription ._subscription_p ._subscription_p_d ._subscription_package_nouse ._subscription_package{
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
  .my_subscription ._subscription_p ._subscription_p_d ._subscription_package ._option_box_shadow{
    max-width: none;
  }
}

._payment_sucess {
  text-align: center;
}

._payment_sucess ._payment_c {
  text-align: center;
}

._payment_sucess ._payment_c h3 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 200;
  color: #fff;
  margin-bottom: 30px;
}

._payment_sucess ._payment_c p {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  max-width: 400px;
  margin: 0 auto;
}

._payment_sucess ._payment_c img.right_tik {
  margin-bottom: 20px;
}

._payment_sucess a._p_proceed {
  background-color: #95257b;
  padding: 14px 31px;
  border-radius: 6px;
  color: #fff;
  font-size: 15px;
  margin-top: 50px;
  display: inline-block;
}

@media all and (max-width: 767px) {
  .other_assests .view_more ._v_all_parent ._view_img_list_p:hover, .other_assests .view_more ._v_all_parent ._view_img_list_p:active, .other_assests .view_more ._v_all_parent ._view_img_list_p:focus {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .view_more ._v_all_parent ._view_img_list_p ._watching_img1:hover, .view_more ._v_all_parent ._view_img_list_p ._watching_img1:active, .view_more ._v_all_parent ._view_img_list_p ._watching_img1:focus {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .owl-item.active ._watching_img1:hover, .owl-item.active ._watching_img1:active, .owl-item.active ._watching_img1:focus {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@media all and (max-width: 1230px) {
  .search-content .col-sm-3 {
    padding-right: 15px !important;
  }
}

@media all and (max-width: 993px) {
  .search-content .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: 33.33%;
    padding-right: 15px;
  }
}

@media all and (max-width: 768px) {
  .long_otp_position {
    position: initial !important;
  }
  ._det_img {
    background-size: 100% 100% !important;
  }
  .desktop-search {
    display: none;
  }
  .mobile-search {
    width: 100%;
  }
  ul.form_right {
    padding: 0;
    width: 100%;
  }
  ul.form_right li {
    width: 100%;
  }
  a.navbar-brand {
    max-width: 100px;
  }
  ._page_not_found ._404_img {
    margin-left: 0px !important;
  }
  ._page_not_found ._404_img h2 {
    color: #fff;
    font-size: 2rem;
  }
  ._page_not_found ._404_img p {
    font-size: 1.3rem;
  }
  ._page_not_found .content {
    border-left: 0px solid #434347;
  }
  ._page_not_found .content ._404_content {
    margin-left: 0px !important;
    margin-top: 30px;
  }
  ._page_not_found .content ._404_content p {
    text-align: center;
  }
  ._page_not_found .content ._404_content .code {
    text-align: center;
  }
  ._page_not_found .content ._404_content a {
    text-align: center;
  }
  ._page_not_found .content ._404_content button {
    margin: 0 auto;
    display: block;
  }
  html {
    overflow-x: hidden !important;
  }
  .search-content .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
  }
  ._detail_banner {
    max-height: 400px;
    min-height: 400px;
    padding: 40px 0;
  }
  ._slider_c:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: none;
    background-color: rgba(0,0,0,0.7);
    
  }
  ._slider_c img {
    width: 100% !important;
  }
  .trend_search .search_assests .nav-tabs {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .trend_search .search_assests .nav-tabs .nav-item .nav-link {
    padding: 0.5rem 1.5rem !important;
  }
  .my_account {
    padding: 0 15px;
  }
  .my_account .plan-details .plan-body {
    margin-left: 0px;
  }
  .my_account .account-body {
    margin-left: 0px !important;
  }
  .my_account .parental-msg {
    margin-left: 0px !important;
  }
  .trend_search {
    padding: 0px;
  }
  .trend_search .search_assests .nav-tabs .nav-item {
    width: auto !important;
  }
  .trend_search .search_assests .tab-pane .col-sm-3 {
    padding-right: 15px !important;
  }
  .auth .modal-content .modal-header .modal-title {
    font-size: 20px;
  }
  .auth .modal-content .modal-body {
    padding: 0 30px;
  }
  .auth .modal-content .modal-body .form-group .form-control {
    font-size: 0.9rem;
  }
  .auth .modal-content .modal-body .terms p {
    font-size: 12px;
  }
  .auth .modal-content .modal-body .remeber_me p {
    font-size: 12px;
  }
  .auth .modal-content .modal-body .remeber_me .checkbox label {
    font-size: 12px;
  }
  .auth .modal-content .modal-body .remeber_me .checkbox label .checkmark {
    height: 18px;
    width: 18px;
  }
  .auth .modal-content .modal-body .remeber_me .checkbox label .checkmark::after {
    left: 6px;
    top: 2px;
  }
}

@media screen and (max-width: 767px) {
  ._v_all_parent.live_tv ._view_img_list_p:nth-child(3n+0) {
    margin-right: 0 !important;
  }
  ._v_all_parent.live_tv ._view_img_list_p:nth-child(2n+0) {
    margin-left: 3% !important;
  }
  ._visible_hover1 ._v_c_l a.add_play_llist img {
    width: 13px !important;
  }
}

@media all and (max-width: 650px) {
  ._detail_banner {
    padding: 30px 0;
  }
  .trend_search h4.accinner-head {
    font-size: 24px;
  }
  .trend_search .search_assests .nav-tabs .nav-item {
    width: 100% !important;
  }
  .trend_search .search_assests .nav-tabs .nav-item .nav-link {
    padding: 0.6rem 1rem !important;
    line-height: 22px;
    font-size: 12px !important;
  }
  .trend_search .search_assests .tab-pane .col-sm-3 .image-base {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media all and (max-width: 550px) {
  /* .seven_slides .owl-item ._watching_img1 ._visible_hover1 {
    min-height: 130px !important;
    max-height: 130px !important;
  }
  .view_more ._v_all_parent ._view_img_list_p ._watching_img1 ._visible_hover1 {
    min-height: 150px !important;
    max-height: 150px !important;
  } */
  .search-content .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px !important;
  }
  .my_account {
    padding: 0 15px;
  }
  .my_account .account-body {
    margin-left: 0px !important;
  }
  .my_account .account-body li a {
    float: none !important;
    display: block !important;
  }
  .my_account .parental-msg {
    margin-left: 0px !important;
  }
  .other_assests .view_more ._v_all_parent.live_tv ._view_img_list_p {
    margin: 0;
  }
  .other_assests .view_more ._v_all_parent.live_tv ._view_img_list_p .image-base {
    max-width: unset;
  }
  .other_assests .view_more ._v_all_parent.live_tv ._view_img_list_p .image-base img {
    max-width: unset;
  }
}



@media all and (max-width: 400px) {
 
  ._detail_banner ._detail_p_t_i ._detail_r_text h2 {
    margin-bottom: 0.2rem;
  }
  ._detail_banner ._detail_p_t_i ._detail_r_text ul {
    margin-bottom: 0.2rem;
  }
}





input:focus,
input:active,
input:focus,
input:visited,
button:focus,
button:active,
button:focus,
button:visited {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-control.is-invalid {
  background-image: none !important;
}

/* .modal-open {
  overflow: visible !important;
} */

.modal {
  padding-right: 0px !important;
}

/* Add Animation */
.modal-dialog {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}

@keyframes zoom {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@media screen and (max-width: 350px) {
  .invalid-feedback span._long_otp {
    width: 55% !important;
    position: relative;
    top: 9px;
  }
}

._oth_requiered {
  margin-bottom: 10px;
  font-size: 11px !important;
  color: red !important;
  display: inline-block !important;
  width: 100% !important;
  font-weight: 600;
}

._oth_requiered span {
  font-size: 11px;
  font-weight: 600;
  color: red;
  display: inline-block;
  width: 100%;
}

._time_otp {
  margin-top: 9px;
}

.long_otp_position {
  position: initial;
}

.fulwidth {
  width: 100% !important;
}

._play_modal_jw.modal {
  width: 100% !important;
  height: 100vh;
}

._play_modal_jw.modal {
  overflow: hidden !important;
}

._play_modal_jw.modal .modal-dialog {
  max-width: 100%;
  margin: 0px auto;
}

._play_modal_jw.modal .modal-content {
  position: static !important;
  -webkit-transform: inherit !important;
          transform: inherit !important;
  width: 100% !important;
}

.player_one-dimensions.vjs-fluid {
  padding-top: 0 !important;
  display: inline-block;
  width: 100% !important;
}

.video-js .vjs-control-bar .vjs-progress-control {
  left: 6px !important;
}

.vjs-info-top .vjs-ttl {
  width: 90%;
  display: inline-block !important;
  float: none !important;
  text-align: center;
}

.vjs-info-top .vjs-ttl_btn {
  float: left !important;
  width: 6%;
  margin-top: 0 !important;
}

.vjs-ttl {
  text-align: center;
}

.vjs-ttl_btn {
  float: left;
  margin-top: -21px;
  cursor: pointer;
  pointer-events: all;
}

@media screen and (min-width: 993px) and (max-width: 1235px) {
  ._v_all_parent.live_tv ._view_img_list_p {
    -ms-flex: 0 0 24% !important;
    -webkit-box-flex: 0 !important;
            flex: 0 0 24% !important;
  }
  ._v_all_parent.live_tv ._view_img_list_p:nth-child(7n+0) {
    margin-right: 1% !important;
  }
}

/* @media screen and (min-width: 1236px) and (max-width: 1345px) {
  ._v_all_parent.live_tv .p_g_i .p_g_i img.grid_item, ._v_all_parent.live_tv .p_g_i img.grid_item {
    min-height: 163px !important;
    max-height: 163px !important;
  }
} */

.terms h1 {
  color: #fff;
  margin-top: 40px;
}

.terms h3 {
  color: #fff;
  position: relative;
  margin-top: 50px;
}

.terms h3::after {
  background: #48484a;
  height: 1px;
  content: '';
  position: absolute;
  width: 100%;
  top: 38px;
  left: 0px;
}

.terms h2 {
  font-size: 27px;
  color: #fff;
  position: relative;
  margin-top: 50px;
}

.terms h2::after {
  background: #48484a;
  height: 1px;
  content: '';
  position: absolute;
  width: 100%;
  top: 38px;
  left: 0px;
}

.terms p {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 0px;
}

.terms ul {
  color: #fff;
}

.shade {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1000;
  top: 0;
  opacity: 0.7;
}

button .next_text,
button .previous_text {
  position: absolute;
  top: -30px;
  left: 0;
  font-size: 22px;
  text-shadow: 0 0 6px #000;
}

button ._progress_play {
  position: relative;
}

button ._progress_play span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

button ._progress_play span i.fa.fa-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 28px;
}

button .next_thumb,
button .pre_thumb {
  border-radius: 10px 10px 0 0 !important;
}

button ._serial_parent {
  text-align: left;
  padding: 10px 10px;
  background-color: #201f2c;
  border-radius: 0 0 10px 10px;
}

button ._serial_parent .serial_number {
  font-size: 17px;
}

button span.left_miun {
  display: block;
  font-size: 13px;
}
.terms a, .terms a:hover, .faq a, .faq a:hover, ._contact_content a, ._contact_content a:hover{
  color: #4aadfa;
}
@media screen and (max-width: 767px) {
  .terms h1{
    font-size: 24px;
  }
  .terms h2::after{
    display: none;
    font-size: 20px;
  }
  button .next_text,
  button .previous_text {
    font-size: 15px;
  }
  button ._serial_parent {
    padding: 2px 6px;
    font-size: 12px;
  }
  button ._serial_parent .episode_name,
  button ._serial_parent .left_miun {
    display: none !important;
  }
  .video-js .vjs-big-play-button {
    background-position: center;
    background-size: 40%;
    border-radius: 50%;
    height: 70px;
    left: 50%;
    top: 50%;
    width: 86px;
    max-width: 70px;
    padding: 10px 10px;
  }
}

._progress_play .circular {
  height: 80px;
  width: 80px;
  position: relative;
}

@media screen and (max-width: 767px) {
  ._progress_play .circular {
    height: 60px;
    width: 60px;
  }
}

._progress_play .circular .inner i.fa.fa-play {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 36px;
}

._progress_play .circular .inner,
._progress_play .circular .circle {
  position: absolute;
  z-index: 6;
  height: 100%;
  width: 100%;
  border-radius: 100%;
}

._progress_play .circular .inner {
  top: 50%;
  left: 50%;
  height: 80px;
  width: 80px;
  margin: -40px 0 0 -40px;
  border-radius: 100%;
}

._progress_play .circular .circle {
  z-index: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
}

._progress_play .circular .bar {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-border-radius: 100%;
  clip: rect(0px, 80px, 80px, 40px);
}

@media screen and (max-width: 767px) {
  ._progress_play .circular .bar {
    clip: rect(0px, 60px, 60px, 30px);
  }
}

._progress_play .circle .bar ._progress_oth {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-border-radius: 100%;
  clip: rect(0px, 40px, 80px, 0px);
}

@media screen and (max-width: 767px) {
  ._progress_play .circle .bar ._progress_oth {
    clip: rect(0px, 30px, 60px, 0px);
  }
}

._progress_play .circle .bar ._progress_oth {
  border: 3px solid #fff;
}

._progress_play .circle .left ._progress_oth {
  z-index: 1;
  -webkit-animation: left 15s linear both;
          animation: left 15s linear both;
}

@-webkit-keyframes left {
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@keyframes left {
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

._progress_play .circle .right {
  z-index: 3;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

._progress_play .circle .right ._progress_oth {
  -webkit-animation: right 15s linear both;
          animation: right 15s linear both;
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
}

@-webkit-keyframes right {
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@keyframes right {
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

.skip_intro_button {
  top: 85% !important;
  max-width: 120px;
  min-width: 120px;
}

@media screen and (max-width: 767px) {
  .skip_intro_button {
    top: 75% !important;
  }
}

.skip_cast_button {
  top: 85% !important;
}

._p_live_time {
  width: 95%;
  margin: 0 auto;
  position: relative;
}

._p_live_time ._live_time {
  position: relative;
}

._p_live_time ._live_time .owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

._p_live_time ._live_time .owl-carousel .owl-stage .owl-item .item {
  overflow: hidden;
}

._p_live_time ._live_time .owl-carousel .owl-stage .owl-item .time_less {
  width: 120px !important;
}

._p_live_time ._live_time .owl-nav .owl-prev {
  position: absolute;
  left: -44px;
  top: 10px;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  background: #000;
  height: 41px;
  padding: 8px 7px;
  margin: 0;
  width: 40px;
}

._p_live_time ._live_time .owl-nav .owl-prev img {
  height: 100%;
}

._p_live_time ._live_time .owl-nav .owl-next {
  position: absolute;
  right: -44px;
  top: 10px;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  background: #000;
  height: 40px;
  padding: 8px 7px;
  margin: 0;
  width: 41px;
}

._p_live_time ._live_time .owl-nav .owl-next img {
  height: 100%;
}

._p_live_time ._live_time ._parent_time_frame {
  display: inline-block;
  width: 100%;
  margin: 10px 0;
  position: relative;
}

._p_live_time ._live_time ._parent_time_frame ._t_frame {
  width: 100%;
  display: inline-block;
}

._p_live_time ._live_time ._parent_time_frame ._t_frame ._inner_t_frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: 1px solid #000;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

._p_live_time ._live_time ._parent_time_frame ._t_frame ._inner_t_frame p {
  width: 100%;
  text-align: left;
  background: #000;
  height: auto;
  vertical-align: middle;
  padding: 8px 10px;
  font-size: 14px;
  margin: 0;
  color: #fff;
  border: 1px solid #201f2c;
}

._p_live_time ._live_time ._parent_time_frame ._t_frame ._programme_title {
  padding: 15px 0px;
  border: 1px solid #000;
  margin-top: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  min-height: 140px;
}

._p_live_time ._live_time ._parent_time_frame ._t_frame ._programme_title ._title_split {
  width: 100%;
  display: inline-block;
  padding: 0 10px;
  word-break: break-word;
}

._p_live_time ._live_time ._parent_time_frame ._t_frame ._programme_title ._title_split h4 {
  color: #fff;
  font-weight: 100;
  font-size: 14px;
  word-break: break-word;
}

._p_live_time ._live_time ._parent_time_frame ._t_frame ._programme_title ._title_split ._s_e_time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

._p_live_time ._live_time ._parent_time_frame ._t_frame ._programme_title ._title_split ._s_e_time p {
  color: #fff;
  font-weight: 100;
  font-size: 10.5px;
}

._p_live_time ._live_time ._parent_time_frame ._t_frame ._programme_title ._title_split ._s_e_time p._hypens {
  margin: 0 2px;
}

._p_live_time ._live_time ._parent_time_frame ._slider_arrow {
  position: absolute;
  top: 0px;
  visibility: hidden;
  display: inline-block;
  width: 98%;
  display: inline-block;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

._p_live_time ._live_time ._parent_time_frame ._slider_arrow ._auto_live {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 3.7px solid transparent;
  border-right: 3.7px solid transparent;
  border-top: 6px solid #f00;
  top: 0px;
  z-index: 9;
  left: auto;
}

._p_live_time ._live_time ._parent_time_frame ._slider_arrow ._auto_live span {
  position: absolute;
  width: 50%;
  height: 100%;
  min-height: 185px;
  top: -3px;
  left: -1px;
  border: none;
  border-left: 2px dotted red;
}

@-webkit-keyframes run {
  0% {
    left: 0;
  }
  50% {
    left: 100%;
  }
}

._p_live_time ._live_time .current ._slider_arrow {
  visibility: visible;
}

._live_days ._parent_days_frame .days_flex a.active {
  color: #fff;
}

._live_days ._parent_days_frame .days_flex a {
  color: #a4a4a3;
  font-size: 16px;
}

._live_days .owl-nav .owl-next {
  position: absolute;
  right: -20px;
  top: -2px;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  background: transparent;
  height: 30px;
  padding: 4px 5px;
  margin: 0;
  width: 30px;
}

._live_days .owl-nav .owl-next:hover, ._live_days .owl-nav .owl-next:active, ._live_days .owl-nav .owl-next:focus {
  background: transparent;
  color: #FFF;
}

._live_days .owl-nav .owl-next img {
  width: 15px;
}

._live_days .owl-nav .owl-prev {
  position: absolute;
  left: -20px;
  top: -2px;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  background: transparent;
  height: 30px;
  padding: 4px 5px;
  margin: 0;
  width: 30px;
}

._live_days .owl-nav .owl-prev:hover, ._live_days .owl-nav .owl-prev:active, ._live_days .owl-nav .owl-prev:focus {
  background: transparent;
  color: #FFF;
}

._live_days .owl-nav .owl-prev img {
  width: 15px;
}

@media screen and (max-width: 900px) {
  ._live_days .owl-stage-outer {
    margin: 0 15px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
  ._live_days .owl-nav .owl-prev {
    left: -14px;
    top: -4px;
  }
  ._live_days .owl-nav .owl-next {
    right: -14px;
    top: -4px;
  }
  ._live_days ._parent_days_frame {
    padding-left: 26px;
  }
}

@media screen and (max-width: 768px) {
  ._detail_banner._read_more ._detail_p_t_i {
    min-height: 360px;
  }
  ._live_days .owl-nav .owl-prev,
  ._live_days .owl-nav .owl-next {
    top: -4px;
  }
  ._live_days .owl-nav .owl-prev {
    left: -12px;
  }
  ._live_days .owl-nav .owl-next {
    right: -12px;
  }
  ._detail_banner ._detail_p_t_i ._detail_r_text h2 {
    font-size: 26px;
    margin-bottom: 0.5rem;
  }
  ._detail_banner ._detail_p_t_i ._detail_r_text ul {
    margin-bottom: 0.5rem;
  }
  ._p_live_time ._live_time .owl-nav .owl-next {
    right: -30px;
    width: 30px;
    padding: 14px 5px;
    top: 11px;
  }
  ._p_live_time ._live_time .owl-nav .owl-next img {
    width: 17px;
  }
  ._p_live_time ._live_time .owl-nav .owl-prev {
    left: -30px;
    width: 30px;
    padding: 14px 5px;
    top: 11px;
  }
  ._p_live_time ._live_time .owl-nav .owl-prev img {
    width: 17px;
  }
}

@media screen and (max-width: 992px) {
  .next_button, .back_button {
    width: 25% !important;
  }
  .next_button ._progress_play span .wrapper, .back_button ._progress_play span .wrapper {
    width: 60px;
    height: 60px;
    -webkit-transform: translate(-55%, -50%);
    transform: translate(-55%, -50%);
  }
  .next_button ._progress_play span .wrapper .circle, .back_button ._progress_play span .wrapper .circle {
    width: 60px;
    height: 60px;
    border: 3px solid #fff;
  }
  .next_button ._progress_play span i.fa.fa-play, .back_button ._progress_play span i.fa.fa-play {
    font-size: 20px;
  }
  .next_button .serial_number, .back_button .serial_number {
    font-size: 13px;
  }
  .next_button .serial_number .episode_name, .back_button .serial_number .episode_name {
    display: block;
    line-height: 1.8;
  }
}

@media screen and (max-width: 500px) {
  .next_button, .back_button {
    width: 40% !important;
  }
  .next_button ._progress_play span .wrapper, .back_button ._progress_play span .wrapper {
    width: 60px;
    height: 60px;
    -webkit-transform: translate(-55%, -50%);
            transform: translate(-55%, -50%);
  }
  .next_button ._progress_play span .wrapper .circle, .back_button ._progress_play span .wrapper .circle {
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
  }
  .next_button ._progress_play span i.fa.fa-play, .back_button ._progress_play span i.fa.fa-play {
    font-size: 20px;
  }
}

._watching_img1.live_tv .p_g_i {
  max-width: unset;
  width: 100%;
  /* min-height: 163px;
  max-height: 163px; */
}

/* ._watching_img1.live_tv .p_g_i image-manipulation img {
  margin: 7px auto !important;
} */

.my_account .plan-details .plan-body .active-subscription .row {
  margin-bottom: 15px;
}

.my_account .plan-details .plan-body .active-subscription .row p {
  font-size: 16px;
  margin-bottom: 0 !important;
}

.my_account .plan-details .plan-body .active-subscription .row .col-md-6 p {
  margin-bottom: 0px !important;
  font-size: 16px;
}

.my_account .plan-details .plan-body .active-subscription .row .col-md-6 p.detail-active {
  font-weight: 400;
  line-height: 1.2;
}

.my_account .plan-details .plan-body .active-subscription .row .col-md-6 p.not_eligible {
  font-size: 16px;
}

.my_account .plan-details .plan-body .active-subscription .row .col-md-5 .buy {
  margin-top: -52px;
}

.my_account .plan-details .plan-body .active-subscription .row .col-md-5 .buy p {
  margin-bottom: 10px !important;
}

/* @media all and (min-width: 1328px) and (max-width: 1355px) {
  .my_subscription ._subscription_package {
    max-width: 207px !important;
  }
} */

/* @media all and (min-width: 1300px) and (max-width: 1327px) {
  .my_subscription ._subscription_package {
    max-width: 201px !important;
  }
} */

/* @media all and (min-width: 1258px) and (max-width: 1299px) {
  .my_subscription ._subscription_package {
    max-width: 194px !important;
  }
} */

/* @media all and (min-width: 1201px) and (max-width: 1259px) {
  .my_subscription ._subscription_package {
    max-width: 184px !important;
  }
} */

._detail_banner ._list_t li a + .tooltip_hover,
._s_play_btn a.add_btn + .tooltip_hover {
  visibility: hidden;
  width: 165px;
  background-color: #201f2c;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 6.5px 3px;
  position: absolute;
  z-index: 1;
  top: -10px;
  left: 50%;
  -webkit-transform: translate(-50%, 230%);
          transform: translate(-50%, 230%);
  font-size: 12px;
  -webkit-box-shadow: 1px 2px 6px 1px #201f2c;
          box-shadow: 1px 2px 6px 1px #201f2c;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  display: inline-block;
  line-height: 18px;
}

._detail_banner ._list_t li a + .tooltip_hover::after,
._s_play_btn a.add_btn + .tooltip_hover::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 8.5px;
  border-style: solid;
  border-color: transparent transparent #201f2c transparent;
}

._detail_banner ._list_t li a:hover + .tooltip_hover,
._s_play_btn a.add_btn:hover + .tooltip_hover {
  visibility: visible;
}

._cancel_subs {
  height: 150px;
  overflow: auto;
}

/* width */
._cancel_subs::-webkit-scrollbar {
  width: 6px;
}

/* Track */
._cancel_subs::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px #000;
          box-shadow: inset 0 0 5px #000;
  border-radius: 10px;
}

/* Handle */
._cancel_subs::-webkit-scrollbar-thumb {
  background: #c0150f;
  border-radius: 10px;
}

/* Handle on hover */
._cancel_subs::-webkit-scrollbar-thumb:hover {
  background: #c0150f;
}

.cancel_subscription_modal {
  overflow: hidden !important;
}

.signup-check {
  color: #fff;
}

.signup-check input {
  margin-right: 10px;
}

.checkbox.signup-check {
  text-align: center;
}

.checkbox.signup-check a {
  color: #4aadfa;
  font-size: 14px;
  font-weight: 500;
}

._powered_digi {
  width: 90px;
  margin-top: -16px;
}


.w_app_store {
  width: 125px;
  height: 41px;
  background: url("src/assets/img/w_app_store.png") no-repeat;
  display: inline-block;
}
.w_app_store:hover {
  background: url("src/assets/img/w_app_store_b.png") no-repeat;
}


.w_play_store {
  width: 125px;
  height: 41px;
  background: url("src/assets/img/w_play_store.png") no-repeat;
  display: inline-block;
}
.w_play_store:hover {
  background: url("src/assets/img/w_play_store_b.png") no-repeat;
}

/*# sourceMappingURL=main.css.map */

/* Custom scroll bar */

._custom_progress .progress {
  width: 100%;
  display: inline-block;
  background-color: transparent !important;
  height: 4px !important;
  position: absolute !important;
  top: 69px;
}

._custom_progress .progress .bg-info {
  background-color: #c0150f !important;
  height: 5px !important;
}

._beforeLoad ._slider_c:hover,
._beforeLoad .owl-item.active ._watching_img1:hover,
._beforeLoad ._view_img_list_p:hover,
._beforeLoad ._detail_banner:hover{
  pointer-events: none;
}
._beforeLoad ._slider_c img{
  opacity: 0;
}
._beforeLoad .view_more,
._beforeLoad .season-detail,
._beforeLoad .slider_img {
  position: relative;
}

._beforeLoad .season-detail {
  min-height: 160px;
}

p._custom_progress{
  display: inline-block;
    width: 100%;
    position: absolute;
    z-index: 9;
    top: 0;
}

._beforeLoad .view_more:after,
._beforeLoad ._custom_paren_img:after,
._beforeLoad .season-detail:after,
._beforeLoad .slider_img:after {
  content: "";
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 99;
}

._beforeLoad ._slider_c:after,
._beforeLoad .owl-item ._watching_img1:after,
._beforeLoad .season-detail:after,
._beforeLoad ._view_img_list_p:after,
._beforeLoad ._detail_banner:after{
  content:"";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height:100%;
  z-index: 99;
  border-radius: 7px;
  pointer-events: none !important;
  background-color: rgb(42 41 47);
  border-radius: 7px;
  pointer-events: none !important;
}
@media screen and (max-width: 767px){
  ._detail_banner ._list_t li a:hover + .tooltip_hover, ._s_play_btn a.add_btn:hover + .tooltip_hover {
    display: none;
}

button#skip_cast_button {
  max-width: 100px !important;
  width: 100% !important;
}

}

/* video PLayer Class */
.video-js .vjs-progress-control .vjs-play-progress
/* .no-touch .video-js .vjs-button:hover,
.video-js .vjs-volume-level,
.no-touch .video-js .vjs-menu-settings .vjs-menu-content li:hover, 
.video-js .vjs-menu-settings .vjs-menu-content .vjs-current  */
{
  background-color: rgb(255 0 0) !important;
}

.video-js .vjs-progress-control .vjs-load-progress{
  background-color: rgb(255 0 0 / 50%) !important;
}



/* ////////////////////////////////////////////// */


.progress_move_background{
    display: block;
    background: linear-gradient(to right, #8b898a 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    animation-duration: 36s;
    animation-name: makeItfadeIn;
    padding: 5px;
    border-radius: 4px;
}
@keyframes makeItfadeIn {
  100% {
      background-position: left;
      background: linear-gradient(to right);
  }
}

#next_button.next_button.btn{
  top:85% !important
}
#next_button{
  animation: 6s NextButtonShow;
  opacity: 1;
}
@keyframes NextButtonShow{
  0%{opacity: 0}
  100% {opacity: 1;}
}

.animation-paused{
  animation-play-state:paused;
}
.vjs-seeking .progress_move_background{
  animation-play-state:paused;
}

.vjs-waiting .progress_move_background{
  animation-play-state:paused;
}

.mr15{margin-right: 15px;}

.nopack{color: white;text-align: center;}

a._free_tag{
  position: absolute;
  top: 3px;
  left: 3px;
  width: 40px;
  display: inline-block !important;
}

a._free_tag img {
  width: 100% !important;
  border-radius: 0 !important;
}
.border-top-0{
  border-top: 0;
}
.progress {
  width: 100%;
  display: inline-block;
  position: static;
  background-color: #939393;
  height: 3px;
}
.progress_bottom_img{position: absolute;left: 0;bottom: 0;width: 100% !important;}
.progress .progress-bar {
  background-color: #007bff;
  height: 3px;
}

.mt20{
  margin-top: 20px;
}
.mt40{
  margin-top: 40px;
}
.mt80{
  margin-top: 80px;
}
.purple-btn{
  background-color: #c0150f;
  border-color: #c0150f;
}
.purple-btn:hover, .purple-btn:focus, .purple-btn:active{
  background-color: #c0150f !important;
  border-color: #c0150f !important;
  box-shadow: inherit !important;
}
@media screen and (max-width: 992px){
  .dark header .navbar{
    padding-right: 15px !important;
  }
.mobile-display-block{
  display: inline-block !important;
}
.mobile-display-block .nav-item.dropdown a{
  justify-content: start !important;
}
}
.mb40{
  margin-bottom: 40px;
}
ul.navbar-nav{
  max-width: 600px;
  display: inline-block;
}
ul.navbar-nav li{
  display: inline-block;
}
ul.navbar-nav li:nth-last-child(1){
  padding-right: 0;
}
.landscape_assets .owl-item{
  max-width:292px;
  height: 164px;
}
.enlarged_landscape_assets .owl-item{
  max-width: 390px;
  height: 225px;
}
.stretched_landscape_assets .owl-item{
  max-width:390px;
  height: 170px;
}
.portrait_assets .owl-item{
  max-width:140px;
  height: 210px;
}
.square_assets .owl-item{
  max-width: 160px;
  height: 160px;
}
.enlarged_square_assets .owl-item{
  max-width:292px;
  height: 292px;
}
.circular_assets .owl-item{
  max-width: 161px;
  height: 161px;
 }
 .enlarged-circular_assets .owl-item{
  max-width: 190px;
  height: 190px;
 }

 /*
.landscape_assets img.not_found_img{
  max-width:292px;
  height: 191px;
}
.stretched_landscape_assets img.not_found_img{
  width:390px;
  height: 170px;
}
.circular_assets .owl-item img.not_found_img{
  max-width: 161px;
  height: 161px;
}
.square_assets .owl-item img.not_found_img{
  max-width: 155px;
  height: 160px;
}
.portrait_assets .owl-item img.not_found_img{
  width:140px;
  height: 210px;
}
.enlarged_landscape_assets img.not_found_img{
  max-width: 480px
}
.enlarged_square_assets .owl-item img.not_found_img{
  max-width:292px
} */

.p15{
  padding-left: 5px;
  padding-right: 5px;
  
}
.p15 ._view_img_list_p{
  margin-bottom: 5px !important;
}
.circular_assets .owl-item ._watching_img1:hover, .enlarged-circular_assets .owl-item ._watching_img1:hover{
  box-shadow: none;
}
/* .circular_assets ._inner_text_l, .enlarged-circular_assets ._inner_text_l{
  display: none;
} */

.circular_assets ._visible_hover1 ._v_c_l, .enlarged-circular_assets ._visible_hover1 ._v_c_l{
  justify-content: center;
  display: inline-flex;
  bottom: 20px;
}
.circular_assets .owl-item ._watching_img1:hover ._visible_hover1, .enlarged-circular_assets .owl-item ._watching_img1:hover ._visible_hover1{
  min-height: 50px;
  background-color: inherit;
  /* bottom: 25px; */
}

.circular_assets .owl-item ._watching_img1:hover ._visible_hover1:before, .enlarged-circular_assets .owl-item ._watching_img1:hover ._visible_hover1:before{
  background-image: linear-gradient(to bottom, transparent, #201f2c, #201f2c, #201f2c);
  opacity: 0.8;
  top:-15px
}
.asset_3{
  width: calc(100% / 3);
}
.asset_4{
  width: calc(100% / 4);
}
.asset_5{
  width: calc(100% / 5);
}
.asset_6{
  width: calc(100% / 6);
}
.asset_7{
  width: calc(100% / 7);
}
.asset_8{
  width: calc(100% / 8);
}

.m5{
  margin-left:-5px;
  margin-right:-5px;
}

.circular_assets ._watching_img1:hover{
  box-shadow: inherit !important;
}
/* .circular_assets ._visible_hover1{
  bottom: 25px !important;
  min-height: inherit !important;
} */

.circular_assets ._watching_img1:hover ._visible_hover1:before{
  background-image: linear-gradient(to bottom, transparent, #201f2c, #201f2c, #201f2c) !important;
  /* top:-14px !important; */
  opacity: 0.6;
}

.circular_assets ._watching_img1:hover ._visible_hover1{
  background-color: transparent !important;
    opacity: 0.9;
    background-image: linear-gradient(to bottom, rgba(4,8,15,0), #201f2c, #201f2c) !important;
}

.default_assests_view{
  width: calc(100% / 4 - 10px);
  margin-right: 10px;
}
._view_img_list_p.live_tv_mr10{
  margin-right: 10px;
  width: calc(100% / 7 - 10px);
  flex: unset !important;
}
.h180{
  min-height: 180px;
}

@media screen and (max-width:767px) {
  ._inner_text_l p:nth-last-child(1){
    display: none;
  }
  .p_banner iframe{
    width: 100%;
  }
  .landscape_assets .owl-item{
    max-width:inherit;
    max-height: inherit;
    height: inherit;
  }
  .enlarged_landscape_assets .owl-item{
    max-width: 480px;
    height: inherit;
  }
  .stretched_landscape_assets .owl-item{
    max-width:390px;
    height: inherit;
  }
  .portrait_assets .owl-item{
    max-width:140px;
    height: inherit;
  }
  .square_assets .owl-item{
    max-width: 160px;
    height: inherit;
  }
  .enlarged_square_assets .owl-item{
    max-width:292px
  }
  .circular_assets .owl-item{
    max-width: 161px;
    height: inherit;
   }
   .enlarged-circular_assets .owl-item{
    max-width: auto;
    height: inherit;
  }
   .circular_assets ._watching_img1 ._visible_hover1{
     background-color: #201f2c !important;
     opacity:0.7;
   }
   .circular_assets ._watching_img1{
     box-shadow: inherit !important;
   }
   .circular_assets ._visible_hover1:before{
    background-image:linear-gradient(to bottom, transparent, #201f2c, #201f2c, #201f2c)
   }
   /* .circular_assets ._visible_hover1{
     bottom: 13px !important;
   } */

   .circular_assets ._v_c_l a{
     margin-top: -20px;
   }

   .asset_3{
    width: calc(100% / 2);
  }
  .asset_4{
    width: calc(100%);
  }
  .asset_5{
    width: calc(100% / 2);
  }
  .asset_6{
    width: calc(100% / 2);
  }
  .asset_7{
    width: calc(100% / 2);
  }
  .asset_8{
    width: calc(100% / 2);
  }
  .p_g_i img.grid_item{width: 100%;}
}
.sub-menu{
  display: none;
  padding: 0;
}
.sub-menu li{
  display: inline-block;
  padding:5px 10px;
  width: 100%;
}
.sub-menu li a{
  font-size: 14px;
}
.sub-menu li a:hover{
  color:#fff !important;
  font-weight: 500;
}
ul.navbar-nav li:hover .sub-menu{
  display: block;
    position: absolute;
    left: 0;
    background-color: #302f42;
    min-width: 130px;
    z-index: 9;
    border-radius: 4px;
    overflow: hidden;
}
.four_slides.owl-carousel .owl-nav .owl-next, .four_slides.owl-carousel .owl-nav .owl-prev{
  
  height: 100%;
}
._beforeLoad .circular_assets ._view_img_list_p, ._beforeLoad .enlarged-circular_assets ._view_img_list_p{
  border-radius: 100%;
  overflow: hidden;
}
.circular_assets a._premium, .circular_assets a._free_tag, .circular_assets a._cross_icon{
  left:15px;
}

.plan_bg {
  background-color: #c0150f;
  padding: 2px 0 2px 10px;
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
}

.plan_bg:after {
    border-left: 26px solid #c0150f;
    content: "";
    display: block;
    height: 31px;
    position: absolute;
    right: -16px;
    top: -10px;
    transform: rotate(45deg);z-index: -1;
}
.subscription_text_bg{
    background-color: #c0150f;
    color: #fff;
    padding: 5px;
    font-weight: 400;
    display: block;
    font-size: 26px;
    line-height: 32px;
    width: 420px;
}

.campaign-banner img.grid_item{
  margin-bottom: 40px;
  border-radius:8px;
  cursor: pointer;
  max-width: 100%;
}

.campaign-banner img.grid_item.bannerWidth{
  max-width: 860px;
  width: 100%;
}

@media screen and (min-width:1368px) {
  .landscape_assets .owl-item{
    max-width: 345px;
    height: 194px;
  }
  .portrait_assets .owl-item{
    max-width: 168px;
    height: 258px;
  }
  .enlarged_square_assets .owl-item{
    max-width: 350px;
    height: 350px;
  }
  .enlarged_landscape_assets .owl-item{
    max-width: 470px;
    height: 260px;
  }
  .square_assets .owl-item{
    max-width: 192px;
    height: 192px;
  }
  .maincontentarea{
    min-height: 450px;
  }
  .circular_assets .owl-item{
    max-width: 183px;
    height: 183px;
  }
  .enlarged-circular_assets .owl-item{
    max-width: 216px;
    height: 216px;
  }
  .enlarged-circular_assets a._premium, .enlarged-circular_assets a._free_tag, .enlarged-circular_assets a._cross_icon {
    left: 35px;
  }
  
}
@media screen and (max-width: 767px){
  .four_slides.owl-carousel .owl-nav .owl-next, .four_slides.owl-carousel .owl-nav .owl-prev{
    height: 30px;
    width: 30px !important;
  }
  .owl-item.active ._watching_img1 ._visible_hover1, ._watching_img1 ._visible_hover1 {
    position:absolute;
    opacity: 1;
    min-height: inherit;
    background-image: linear-gradient(to bottom, rgba(4,8,15,0), #11101a, #11101a);
    background-color: transparent;
    padding-top: 20px;
  }
  ul.navbar-nav li{
    display: block;
  }
  ._subscription_payment{
    display: inline-block;
    width: 100%;
    margin-top: 40px;
  }
  .paymode{
    height: 25px;
  }
  .view_more ._v_all_parent ._view_img_list_p ._watching_img1 ._visible_hover1{
    position:absolute;
    background-image: linear-gradient(to bottom, rgba(4,8,15,0), #11101a, #11101a);
    background-color: transparent;
  }
}
.demo-thumb img{
  border-radius: 8px;
  margin-bottom: 10px;
  width: 100%;
}

.video-js .vjs-zoom-parent{
  top:35px !important
}
.circular_assets ._v_c_l a, .enlarged-circular_assets ._v_c_l a{
  width: auto;
}

.desktop-search .form-control{
  height: auto;
}
.default-cat-name{
  font-size: 27px;
    font-weight: 100;
    margin-top: 50px;
    color: #fff;
    margin-bottom: 23px;
    margin-top: 0;
}
.owl-carousel .owl-item.active:first-child ._watching_img1:hover{
  transform: scale3d(1.2, 1.2, 1) translate3d(8%, 0, 0);
}
@media only screen and (min-width: 1920px) {
  .enlarged_square_assets .owl-item{
    height: 450px;
    width: 450px;
  }
}
@media (min-width: 1920px){
  .enlarged_square_assets .owl-item{
    height: 460px;
    width: 460px;
  }
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff;
  transition: background-color 50000s ease-in-out 50000s
}
input:-internal-autofill-selected {
  color: #fff !important;
}

.rating_bottom_show {
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid #fff;
  display: table;
  padding: 3px;
  line-height: 15px;
  margin-top: 10px;
  margin-bottom: 0px;
  min-width: 23px;
  text-align: center;
}
.navbar-expand-md .navbar-nav{
  margin-top: 10px;
}
.faq h1 {
  color: #fff;
  margin-top: 40px;
}
.faq p {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 0px;
}
.faq h3 {
  font-size: 24px;
  color: #fff;
  position: relative;
  margin-top: 50px;
}
.faq ol {
  list-style-type: lower-alpha;
}
.faq ol, .faq ul{
  margin-top: 30px;
}
.faq ol li, .faq ul li{
  font-size: 14px;
  margin-bottom: 10px;
  color: #fff;
}

@media screen and (max-width: 768px){
  .my_subscription ._subscription_p ._subscription_p_d ._subscription_package_nouse ._subscription_package{
    width: 100%;
  }
  ._subscription_payment ._subscription_card .payment_detail form .form-group label img{
    right: 5px;
    top: 5px;
    -webkit-transform: translateY(-30%);
    transform: translateY(0);
  }
  ._pay_btn_s{
    display: inline-block;
    text-align: center;
    width: 100%;
  }
  button._p_btn_custom{
    float: none !important;
  }
  ._subscription_payment ._subscription_card .payment_detail form .form-group label{
    padding-top: 40px;
  }
  .dark header {
    height: 100px;
  }
  .logo_center_mobile{
    display: inline-block;
    text-align: center;
    width: 100%;
  }
  .rating_bottom_show{
    margin-bottom: 20px;
  }
  .banner_slider .owl-nav .owl-next{
    right: 2px;
  }
  .banner_slider .owl-nav .owl-prev{
    left: 2px;
  }
}
@media screen and (min-width: 1700px) {
  .my_subscription ._subscription_p ._subscription_p_d ._subscription_package_nouse ._subscription_package, ._subscription_payment ._subscription_second ._plan_selection{
    max-width: inherit;
    width: calc(100% / 2 - 15px);
  }
  .my_subscription ._subscription_p ._subscription_p_d ._subscription_package_nouse ._subscription_package ._option_box_shadow ._amount_data{
    padding-bottom: 100px;
  }
  .my_subscription ._subscription_p ._subscription_amount ul{
    padding-left: 70px;
    max-width: inherit;
  }
  ._subscription_payment{
    margin-top: 30px;
    margin-left: 0;
  }
  ._subscription_payment ._subscription_card .payment_detail form .form-group label img{
    top: 10%;
    transform: translateY(0%);
  }
}
#maincontentarea{
  min-height: 600px;
}
.footerhide{
  visibility: hidden
}

/* ::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background: transparent; 
}
::-webkit-scrollbar-thumb {
  background: #c0150f; 
}
::-webkit-scrollbar-thumb:hover {
  background: #c0150f; 
} */
#login .success-change .otp-success .success-msg{
  position: relative;
  margin-top: 0;
  top: 0;
}


.tellus_view{
  margin-top: 30px;
}
.tellus_view select.form-control::-webkit-scrollbar {
  width: 2px;
}
.tellus_view select.form-control::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
.tellus_view select.form-control::-webkit-scrollbar-thumb {
  background: #888; 
}
.tellus_view select.form-control::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.tellus_view select.form-control{
  background-color: #201f2c;
  border: 0 !important;
  box-shadow: inherit !important;
  border-radius: 0 !important;
}
.tellus_view select.form-control option{
  color: #fff !important;
  background-color: #201f2c;
  border: 0 !important;
  box-shadow: inherit !important;
  border-radius: 0 !important; 
}
.tellus_view_label{
  margin-top: 8px;
  color: #fff;
}
label.gander_radio{
  color: #fff;
  margin: 10px 0 0 0;
}
label.gander_radio input{
  margin-right: 10px;
}
label.gander_radio input[type='radio']:after {
  top: -8px;
  left: -2px;
  position: relative;
  background-color: #201f2c;
  color: #c0150f;
  content:"\f10c";
  font-family: "FontAwesome";
  display: inline-block;
  visibility: visible;
  font-size: 20px;
}
label.gander_radio input[type='radio']:checked:after {
  color: #c0150f;
  top: -8px;
  left: -2px;
  position: relative;
  background-color: #201f2c;
  content: '\f192 ';
  display: inline-block;
  visibility: visible;
  font-size: 20px;
}
.auth .modal-content .modal-body .tellus_view  .form-group{
  border: 0;
  margin-bottom: 30px !important;
}
.auth .modal-content .modal-body .tellus_view .form-group select.form-control{
  border-bottom: 1px solid #6b6970 !important;
}
.telus-modal-btn{
  float: right;
  color: #0071ff;
  font-size: 16px;
}
.telus-modal-btn:hover{
  color: #0071ff;
}
.auth .modal-content .modal-body .tellus_view .form-group input.form-control{
  border-bottom: 1px solid #6b6970 !important;
}
.auth .modal-content .modal-body .form-group ._require_filed.forDate{
  left: 0;
  bottom: -33px;
}
.tellus_view .datepicker{
  background-color: transparent;
  border: 0;
  padding: 0;
  border-bottom: 1px solid #c0150f !important;
  border-radius: 0;
  /* margin-bottom: 10px; */
}
.tellus_view .form-group ._require_filed{
  right: 15px;
  left: auto !important;
  top:0 !important;
}

.auth .modal-content .modal-body .tellus_view .form-group ._require_filed span{
  text-align: right;
}
.trailer_video{
  height: 100%;
  position: relative;
}
.trailer_video > .vjs-16-9 {
  height: 100% !important;
  padding-top: 0 !important;
}

/* .tellu .modal-dialog{
  display: block;
  top: 15%;
} 
 .tellu.modal.show{
  overflow-y: auto !important;
} 
 .tellu.modal .modal-dialog .modal-content, .tellu.auth .modal-dialog .modal-content{
  position: static;
  top: auto;
  left: auto;
  transform: inherit;
  -webkit-transform: inherit;
  -ms-transform: inherit;
}   */

.tellu .modal-body{
  max-height: 400px;
  overflow-y: auto;
}
.tellu .modal-body::-webkit-scrollbar {
  width: 4px;
}
.tellu .modal-body::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
.tellu .modal-body::-webkit-scrollbar-thumb {
  background: #888; 
}
.tellu .modal-body::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.tellu ul{
  margin: 0;
  padding: 0;
}
.tellu ul li{
  display: inline-block;
  margin-right: 15px;
}
.tellu ul li:nth-last-child(1){
  margin-right: 0;
}

.redeem_code{
  margin: 80px auto 0;
  width: 100%;
  max-width: 600px;
}
.redeem_code h6{
  color: #fff;
  font-weight: 400;
  margin-top: 10px;
  font-size: 14px;
}
.redeem_code .scroll_height input.form-control{
  background-color: transparent;
  border-radius: 5px;
  border: 1px solid #666;
  color: #fff;
}
.redeem_code .scroll_height input.form-control:active, .redeem_code .scroll_height input.form-control:focus{
  border-bottom: 1px solid #666 !important;
  padding-left: 12px !important;
}
.redeem_code ._custom_require_f{
  height: 60px;
  display: inline-flex;
  align-items: center;
  width: 100%;
}
.redeem_code ._custom_require_f .promocode_error{
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}
.success-add{
  text-align: center;
  margin-top: 40px;
}
.success-add p{
  color: #fff;
  margin-top: 30px;
}

.vjs-progress-control .vjs-mouse-display{
  top: 5px !important;
}

@media screen and (max-width:768px){
  .preview-mute{
    bottom: 50px !important;
  }
  .vjs-info-top .vjs-ttl{
    width: calc(100% - 45px);
  }
  .vjs-text-track-cue{
    font: 11px sans-serif !important;
  }
}
ul.vote li img{
  width: 100%;
  border-radius: 8px;
  border: 2px solid transparent
}
ul.vote li:hover img, ul.vote li.active img{
  border-color: #00bcfe
}
.votingend{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.owl-item .item, .owl-item .item ._watching_img1{
  height: 100%;
}
.circular_assets img.grid_item, .enlarged-circular_assets img.grid_item{
  border-radius: 100%
}

.enlarged-circular_assets ._watching_img1:hover{
  box-shadow: inherit !important;
}
.enlarged-circular_assets ._inner_text_l h4, .circular_assets ._inner_text_l h4{
  text-align: center;
  padding-bottom: 30px;
}
.enlarged-circular_assets ._inner_text_l p, .circular_assets ._inner_text_l p{
  display: none;
}

.enlarged-circular_assets .owl-item ._watching_img1:hover ._visible_hover1{
  background-image: linear-gradient(to bottom, rgba(4,8,15,0), #201f2c, #201f2c) !important
}
.circular_assets .visible_hover1 .v_c_l a span, .enlarged-circular_assets .visible_hover1 .v_c_l a span{
  text-align: center;
}



.view_more .circular_assets ._watching_img1 .p_g_i img.grid_item, .view_more .enlarged-circular_assets ._watching_img1 .p_g_i img.grid_item{
  border-radius: 100%;
}

.view_more .circular_assets ._watching_img1:hover, .view_more .enlarged-circular_assets ._watching_img1:hover{
  border-radius: 100%;
}

.view_more .circular_assets ._watching_img1 ._inner_text_l, .view_more .enlarged-circular_assets ._watching_img1 ._inner_text_l{
  display: none;
}

@media screen and (min-width:1367px) {
  ._slider_c{
    min-height: inherit;
    max-height: inherit;
  }
  ._slider_c img {
    min-height: inherit;
    max-height: inherit;
  }
}

@media screen and (min-width:768px) and (max-width:1024px){
  .asset_6{
    width: calc(100% / 3);
  }
  .asset_8{
    width: calc(100% / 4);
  }
  .asset_4 {
    width: calc(100% / 2);
  }
  .p_g_i img.grid_item{
    width: 100%;
  } 
}

.not-close button.close {
  display: none;
}