@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800&display=swap"); 

/*-----------------------------------------------------------

#. General Style
#. Menu Style
#. Slider Style
#. Start Video Carousel
#. Start Call To Action Area
#. Dashboard Section
#. Footer Area
#. Single Video Page
#. Start Video Post
#. Contact Form
#. Accordion Style
#. Modal Design
#. Tabs Item
#. Scroll Top
#. Pre Loader Section
#. Login Page Style
#. Popup Search Block

*/ 

/*****************************************************************	
	General Style
*****************************************************************/
body {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  background: #12141a;
  color: #ffffff;
}
a {
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none;
}
a:hover {
  color: #167ac6;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:focus {
  text-decoration: none;
}
img {
  max-width: 100%;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
img {
  max-width: 100%;
}
.left {
  float: left;
}
.right {
  float: right;
}
.bg-info {
  background-color: #f7f7f7;
}
.hover-bg {
  background-color: #f44336;
}
.prime-title-item {
  padding: 0 0 20px 0;
}
.prime-title-item h3,
.prime-title-item h3 a {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  color: #ffffff;
  margin: 0;
}
.prime-title-item h3 a:hover {
  color: #f5017e;
}
.prime-title-item span.prime-see-all {
  float: right;
}
.prime-title-item span.prime-see-all a {
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  color: #f5017e;
  line-height: 26px;
  padding-right: 4px;
}
.prime-title-item span.prime-see-all a:hover {
  color: #ffffff;
}
.prime-title-item .see-all-link {
  float: right;
}
.prime-btn-danger {
  background: #f5017e;
  border-radius: 4px;
  color: #ffffff;
  border: none;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 8px 20px;
  text-transform: uppercase;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.prime-btn-danger:hover {
  background: #ffffff;
  color: #f5017e;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body.login-signup-block {
  width: 100%;
  display: inline-grid;
}
#main-wrapper {
  background: #0d0620;
}
#loginForm
  .custom-checkbox
  .custom-control-input:checked
  ~ .custom-control-label::before {
  background-color: #126d56;
}
#loginForm .custom-checkbox {
  margin-top: 0px;
}
.login-signup-logo {
  max-width: 100%;
  height: 40px;
}
.socail-login-item label {
  width: 100%;
  display: flex;
}
.login-part .form-check-input {
  width: 20px;
  height: 20px;
  margin-top: 0.1em;
  margin-right: 10px;
  border: 2px solid #35476a;
  background: #2b3851;
}
.login-part .form-check-input:checked {
  background-color: #f5017e;
  border: 2px solid #0089cf;
}
.login-part a.btn-link {
  color: #f5017e;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.login-part a.btn-link:hover {
  color: #ffffff;
  text-decoration: underline;
}
.register-welcome-item {
  position: fixed;
  height: 100%;
}
.register-item-block {
  position: absolute;
  right: 0;
}
.socail-login-item {
  display: flex;
  text-align: center;
  margin: 0 auto;
  position: relative;
  left: 0;
  right: 0;
}
.socail-login-item .btn-google-item {
  background: #d10b29;
  font-weight: 600;
  font-size: 16px;
  border-radius: 6px;
  line-height: 36px;
  border: none;
  color: #ffffff;
  display: block;
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.3);
  margin: 5px 8px;
  padding: 5px 20px;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.socail-login-item .btn-google-item i,
.socail-login-item .btn-facebook-item i {
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
  margin-right: 6px;
  display: inline-block;
}
.socail-login-item .btn-facebook-item {
  background: #3a559f;
  font-weight: 600;
  font-size: 16px;
  border-radius: 6px;
  line-height: 36px;
  border: none;
  color: #ffffff;
  display: block;
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.3);
  margin: 5px 8px;
  padding: 5px 22px;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.socail-login-item .btn-google-item:hover {
  background: #ffffff;
  color: #d10b29;
}
.socail-login-item .btn-facebook-item:hover {
  background: #ffffff;
  color: #2d5ab5;
}
.prime-btn-submit {
  background: #f5017e;
  border-radius: 6px;
  color: #ffffff;
  border: none;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 10px;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.prime-btn-submit:hover {
  background: #ffffff;
  color: #f5017e;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
h2.form-title-item {
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 8px;
  position: relative;
}
h2.form-title-item::before {
  background: #f5017e;
  border: 0 none;
  content: "";
  height: 4px;
  left: 0;
  margin: 0;
  border-radius: 20px;
  position: absolute;
  bottom: 0px;
  width: 45px;
}
.custom-control-label {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
} 

/********************************************		
	Menu Style
*****************************************/
.header-top {
  background-color: #f44336;
  overflow: hidden;
  min-height: 40px;
  line-height: 40px;
}
.header-top .user-info,
.header-top .user-info a,
.site-info,
.site-info a {
  color: #fff;
  padding-right: 15px;
  font-weight: 400;
  text-transform: capitalize;
}
.header-top .user-info {
  padding-right: 0;
}
.header-top .user-info a:last-child {
  padding-right: 0;
}
.header-top i {
  padding-right: 10px;
  display: inline-block;
}
.header-top .mail-address a {
  text-transform: lowercase;
}
.site-info div {
  display: inline-block;
}
.user-info div {
  display: inline-block;
}
.header-top .sepator {
  padding-right: 15px;
}
.user-menu {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-left: 30px;
}
.user-menu .user-name {
  transition: 0.2s;
  cursor: pointer;
  padding-left: 26px;
  font-size: 14px;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
}
.user-name span {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  border-radius: 50%;
  position: absolute;
  left: -17px;
  top: 0px;
}
.user-menu .user-name i {
  padding-left: 5px;
}
.user-name span img {
  width: 36px;
  height: 36px;
  display: inline-block;
  border-radius: 50%;
  box-sizing: content-box;
  image-rendering: -webkit-optimize-contrast;
}
.user-menu ul {
  float: left;
  text-align: left;
  position: absolute;
  top: 35px;
  right: 0;
  list-style: none;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background-color: #2f3339;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  display: inline-block;
  width: 180px;
  font-size: 14px;
  transform: translate3d(0, 15px, 0);
  padding: 5px;
  border-radius: 6px;
  box-sizing: border-box;
  transition: 0.25s;
  visibility: hidden;
  opacity: 0;
  z-index: 110;
}
.user-menu ul::before {
  position: absolute;
  top: -11px;
  left: auto;
  bottom: auto;
  right: 4px;
  content: "";
  display: block;
  visibility: visible;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgba(50, 61, 81, 1);
  transform: translate(-50%, 0);
  transition: all 0.3s ease;
}
.user-menu ul li:last-child {
  border-bottom: 0;
}
.user-menu ul li a {
  padding: 5px 10px;
  line-height: 26px;
  width: 100%;
  display: inline-block;
  color: #dbdbdb;
  text-transform: capitalize;
  margin-bottom: 1px;
  transition: 0.2s;
  font-size: 14px;
  font-weight: 500;
}
.user-menu ul li a:hover {
  background: #1f2226;
  color: #f5017e;
  border-radius: 6px;
  margin-bottom: 1px;
}
.user-menu ul li a i {
  font-size: 14px;
  margin-right: 7px;
  width: 20px;
  text-align: center;
  display: inline-block;
}
.site-navbar {
  margin-bottom: 0px;
  z-index: 999;
  position: relative;
  padding: 10px 0;
  width: 100%;
  background-color: #202328;
  border-bottom: 1px solid #282f3b;
}
.site-logo .site-logo img {
  max-width: 100%;
  width: 150px;
  height: 54px;
  object-fit: contain;
  text-align: left;
}
.site-navbar.transparent {
  background: transparent;
}
.site-navbar.absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.site-navbar .site-navigation .site-menu {
  margin-bottom: 0;
}
.site-navbar .site-navigation .site-menu .active > a span {
  background: #2f3339;
  color: #f5017e;
  border-radius: 6px;
  display: inline-block;
  padding: 5px 15px;
}
.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
}
.site-navbar .site-navigation .site-menu > li {
  display: inline-block;
}
.site-navbar .site-navigation .site-menu > li > a {
  padding: 10px 0px;
  color: #fff;
  font-size: 16px;
  text-decoration: none !important;
}
.site-navbar .site-navigation .site-menu > li > a > span {
  padding: 5px 15px;
  display: inline-block;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border-radius: 6px;
  font-weight: 600;
  text-transform: uppercase;
}
.site-navbar .site-navigation .site-menu > li > a:hover > span {
  background: #2f3339;
  color: #f5017e;
  border-radius: 6px;
  display: inline-block;
}
.site-navbar .site-navigation .site-menu .has-children {
  position: relative;
}
.site-navbar .site-navigation .site-menu .has-children > a span {
  position: relative;
  padding-right: 30px;
}
.site-navbar .site-navigation .site-menu .has-children > a span:before {
  position: absolute;
  content: "\e313";
  font-size: 16px;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "icomoon";
}
.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.1); 
  /*-webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);		
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);*/
  padding: 5px;
  margin-top: 20px;
  margin-left: 0px;
  background: #2f3339;
  border-radius: 6px;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown.arrow-top:before {
  bottom: 100%;
  left: 12%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown.arrow-top:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: rgb(41, 48, 61);
  border-width: 10px;
  margin-left: -10px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: #343a40;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
  color: #007bff !important;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 200px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
  padding: 7px 15px;
  display: block;
  font-size: 15px;
  margin-bottom: 1px;
  font-weight: 500;
  color: #d9d9d9;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li
  > a:hover {
  background: #1f2226;
  color: #f5017e;
  border-radius: 6px;
  margin-bottom: 1px;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > a {
  position: relative;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > a:after {
  position: absolute;
  right: 0;
  content: "\e315";
  right: 10px;
  font-family: "icomoon";
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > .dropdown,
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > ul {
  left: 104%;
  top: 0;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children:hover
  > a,
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children:active
  > a,
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children:focus
  > a {
  background: #2f3339;
  color: #f5017e;
}
.site-navbar .site-navigation .site-menu .has-children:hover > a,
.site-navbar .site-navigation .site-menu .has-children:focus > a,
.site-navbar .site-navigation .site-menu .has-children:active > a {
  color: #f5017e;
}
.site-navbar .site-navigation .site-menu .has-children:hover > a span,
.site-navbar .site-navigation .site-menu .has-children:focus > a span,
.site-navbar .site-navigation .site-menu .has-children:active > a span {
  background: #2f3339;
  color: #f5017e;
}
.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}
.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}
.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 0px;
  background: #12141a;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: 0 10px 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 10px 10px rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.offcanvas-menu .site-mobile-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 0px;
  padding-right: 0px;
  line-height: 1;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
  color: #f8f9fa;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none;
}
.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 10px;
  height: calc(100vh - 52px);
} /* hide scrollbar but allow scrolling */
.site-mobile-menu .site-mobile-menu-body {
  -ms-overflow-style: none; /* for Internet Explorer, Edge */
  scrollbar-width: none; /* for Firefox */
  overflow-y: scroll;
}
.site-mobile-menu .site-mobile-menu-body::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}
.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
.site-mobile-menu .site-nav-wrap a {
  padding: 8px 10px;
  display: block;
  position: relative;
  color: #ffffff;
}
.site-mobile-menu .site-nav-wrap a:hover {
  color: #f5017e;
}
.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}
.site-mobile-menu .site-nav-wrap li.active > a {
  color: #f5017e;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse {
  background: #f8f9fa;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 20;
  width: 30px;
  height: 30px;
  color: #141d30;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: #f8f9fa;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 12px;
  z-index: 20;
  font-family: "icomoon";
  content: "\f078";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.site-mobile-menu .site-nav-wrap > li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}
.site-mobile-menu .site-nav-wrap > li > a {
  font-size: 16px;
}
.site-mobile-menu .site-nav-wrap > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-mobile-menu .site-nav-wrap > li > ul > li {
  display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > a {
  padding-left: 25px;
  font-size: 16px;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
  padding: 0;
  margin: 0;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
  display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
  font-size: 16px;
  padding-left: 40px;
}
.site-mobile-menu .site-nav-wrap[data-class="social"] {
  float: left;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 5em;
}
.site-mobile-menu .site-nav-wrap[data-class="social"] > li {
  width: auto;
}
.site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
  padding-left: 15px !important;
}
.right-sub-item-area {
  display: flex;
  padding: 0;
  text-align: right;
  right: 0;
}
.subscribe-btn-item,
.signup-btn-item {
  margin: 2px 6px;
  width: max-content;
}
.subscribe-btn-item a {
  background: #f5017e;
  color: #ffffff;
  padding: 6px 12px;
  display: inline-block;
  border-radius: 4px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  vertical-align: top;
  box-shadow: 0 5px 10px rgba(11, 14, 21, 0.3);
}
.subscribe-btn-item a#trailer_model_button {
  font-size: 14px;
  text-transform: none;
  font-weight: 600;
  margin-left: -5px;
}
.subscribe-btn-item a:hover {
  background: #0089cf;
}
.video-watch-share-item .server-btn-item a {
  background: #fe8805;
  color: #ffffff;
  padding: 6px 12px;
  display: inline-block;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  margin-right: 10px;
}
.video-watch-share-item .server-btn-item a:hover {
  background: #f5017e;
}
.video-watch-share-item .server-btn-item a i {
  margin-right: 5px;
}
.subscribe-btn-item a img,
.signup-btn-item a img {
  width: 18px;
  height: 18px;
  margin-right: 7px;
  vertical-align: text-top;
}
.signup-btn-item a {
  background: #0089cf;
  color: #ffffff;
  padding: 6px 12px;
  display: inline-block;
  border-radius: 4px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  vertical-align: top;
  box-shadow: 0 5px 10px rgba(11, 14, 21, 0.3);
}
.signup-btn-item a:hover {
  background: #f5017e;
}
.search {
  width: auto;
  position: relative;
  display: flex; /*overflow:hidden;*/
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.searchTerm {
  width: 100%;
  padding: 5px 40px 5px 12px;
  height: 38px;
  border-radius: 6px;
  outline: none;
  color: #bcbcbc;
  border: 0;
  background: #1e2024;
  font-weight: 500;
  font-size: 13px;
  border: 1px solid rgba(55, 64, 79, 0.8);
  box-shadow: 0 2px 8px rgba(255, 255, 255, 0.05);
}
.searchTerm:focus {
  color: #eaeaea;
  box-shadow: 0 3px 10px rgba(255, 255, 255, 0.15);
}
.searchButton {
  width: 34px;
  height: 38px;
  border: 0;
  background: transparent;
  text-align: center;
  color: #a4a4a4;
  cursor: pointer;
  font-size: 18px;
  position: absolute;
  right: 0;
}
@media (max-width: 767px) {
  .subscribe-btn-item a img,
  .signup-btn-item a img {
    margin-right: 0;
  }
  .subscribe-btn-item a span,
  .signup-btn-item a span,
  .search {
    display: none;
  }
  .subscribe-btn-item a,
  .signup-btn-item a {
    padding: 8px 10px;
    vertical-align: text-top;
  }
  .search.mobile-search-item {
    width: auto;
    position: relative;
    display: block;
    margin: 15px;
  }
  .right-sub-item-area {
    right: -18%;
    position: relative;
    z-index: 4;
  }
  .searchTerm {
    width: 100%;
    padding: 6px 40px 6px 12px;
    height: 46px;
  }
  .searchButton {
    width: 40px;
    height: 46px;
  }
  .site-logo.ps-2 {
    padding-left: 0 !important;
  }
}
@media (max-width: 1000px) {
  .header-section #menu > ul li a:hover,
  .header-section #menu > ul li a.active {
    color: #f5017e;
  }
}
.payment_policy_item {
  background: #1e2024;
  border-radius: 6px;
  border: 0;
  padding: 20px 15px;
  text-align: center;
  margin-bottom: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
}
.payment_policy_item p {
  font-size: 15px;
  line-height: 28px;
  color: #d7d7d7;
}
.payment_policy_item p .link_item {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 4px;
  border: 0;
  color: #f5017e;
  font-weight: 500;
  margin-left: 2px;
  margin-right: 2px;
  padding: 2px 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
}
.non-refundable {
  font-size: 16px;
  color: red;
  margin-bottom: 0;
  background: rgba(255, 255, 255, 0.08);
  display: inline-block;
  padding: 3px 12px;
  border-radius: 4px;
  font-weight: 500;
  line-height: 24px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.08);
}
.payment_policy_item p .link_item:hover {
  background: #f5017e;
  color: #ffffff;
}
.prime-membership-plan-list,
.payment-method-list {
  background: #1e2024;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 16px;
  padding-bottom: 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
}
.prime-membership-plan-list .prime-btn-danger,
.payment-method-list .payment-btn-danger {
  width: auto;
  font-size: 18px;
  text-align: center;
  padding: 12px 10px;
  margin: 10px 20px;
  display: block;
  border-radius: 6px;
}
.prime-membership-plan-list h4,
.payment-method-list h4 {
  background: #313439;
  padding: 18px 20px;
  position: relative;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
}
.prime-select-plan {
  margin: 15px;
  position: relative;
}
.prime-select-plan a {
  box-sizing: border-box;
  background: #313439;
  padding: 25px 20px;
  border-radius: 6px;
  cursor: pointer;
  display: block;
  width: 100%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
}
.payment-select-item:last-child {
  margin-bottom: 15px;
}
.payment-select-item {
  display: inline-block;
  padding: 0px 15px;
  width: 100%;
  margin-top: 15px;
}
.payment-select-item a {
  background: #313439;
  padding: 18px 20px;
  border-radius: 6px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
  width: 100%;
  display: flex;
  color: #ffffff;
  position: relative;
}
.payment-select-item a span {
  font-size: 16px;
  color: #ffffff;
  display: inline-block;
  width: 80%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.payment-select-item a img.payment-icon {
  float: right;
  text-align: right;
  display: flex;
  position: absolute;
  right: 15px;
  height: auto;
  max-width: 46px;
  align-items: center;
  justify-content: space-between;
  top: 50%;
  transform: translateY(-50%);
}
.payment-select-item a:hover,
.payment-select-item a.active {
  background: url("../../site_assets/images/plan_shape_bg.png"), #0089cf;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom;
}
.prime-select-plan.active {
  background: url("../../site_assets/images/plan_shape_bg.png"), #0089cf;
  overflow: hidden;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom;
}
.prime-select-plan a.active,
.prime-select-plan a:hover {
  background: url("../../site_assets/images/plan_shape_bg.png"), #0089cf;
  overflow: hidden;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom;
}
.prime-select-plan a:hover .plan_title_meta,
.prime-select-plan a:hover .meta-info h2.price {
  color: #ffffff;
}
.prime-select-plan .recommended_plan {
  position: absolute;
  right: 15px;
  top: 0;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  height: 18px;
  line-height: 17px;
  background: #56b90e;
  padding: 0px 6px;
  border-radius: 0 0 6px 6px;
  color: #141d30; /*transform: translateX(50%);*/
}
.prime-select-plan .form-check {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  top: 50%;
  transform: translateY(-50%);
}
.plan-meta-list {
  padding-left: 40px;
  display: grid;
}
.prime-select-plan .form-check .form-check-input {
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 2px solid rgb(255, 255, 255);
}
.plan-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.plan-title-info,
.meta-info {
  display: block;
}
.plan-list-item .meta-info {
  min-width: 140px;
}
.plan-title-info .plan_title_meta {
  font-size: 17px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.plan-title-info ul li {
  font-size: 12px;
  color: #ffffff;
  line-height: 20px;
  font-weight: 500;
  display: inline-block;
  background: rgba(255, 255, 255, 0.08);
  padding: 2px 8px;
  border-radius: 4px;
  margin-right: 4px;
  margin-bottom: 4px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
}
.plan-title-info ul li.plan_tag_list {
  background: #a201b1;
}
.plan-list-item .meta-info h2.price {
  color: #ffffff;
  text-align: right;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 3px;
}
.prime-select-plan p {
  display: inline-block;
  margin-top: 7px;
  margin-bottom: 0;
  width: 80%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: normal;
  font-size: 13px;
  color: #d6d6d6;
  line-height: 22px;
}
.plan-list-item .meta-info .for-month {
  color: #d6d6d6;
  font-size: 13px;
  line-height: 22px;
  text-align: right;
}
.payment-method-item-info .change-plan {
  padding: 12px 15px;
}
.payment-activate-contact-block {
  background: #313439;
  padding: 20px;
  border-radius: 10px;
  display: inline-block;
  width: 100%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
}
.payment-activate-contact-block p {
  font-size: 15px;
  color: #d6d6d6;
  line-height: 26px;
}
.payment-activate-contact-block a.prime-btn-danger {
  display: block;
  float: right;
}
.server-time {
  font-weight: 400;
  text-transform: capitalize;
}
ul.nav > li.active > a {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
ul.nav > li > a {
  border-bottom: 4px solid transparent;
}
ul.nav > li a.active,
ul.nav > li:hover > a {
  border-color: #f5017e;
  color: #f5017e;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.mega-list li a i {
  padding-right: 0px;
}
.main-menu .prime-item-nav > li > a {
  display: inline-block;
  padding: 23px 15px 19px 15px;
  font-size: 14px;
  font-weight: 700;
}
.modal-title {
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
}
.video-watch-share-item .server-btn-item a {
  background: #fe8805;
  color: #ffffff;
  padding: 6px 12px;
  display: inline-block;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  margin-right: 10px;
}
.video-watch-share-item .server-btn-item a:hover {
  background: #f5017e;
}
.video-watch-share-item .server-btn-item a i {
  margin-right: 5px;
}
#upload-options .modal-footer {
  text-align: left;
}
#upload-options .modal-footer p {
  margin-bottom: 0;
  line-height: 24px;
}
.upload-form button,
.login-form button {
  font-size: 20px;
}
.upload-form input,
.upload-form textarea,
.login-form input,
.login-form textarea {
  border-radius: 0;
}
.upload-form input,
.login-form input {
  height: 45px;
}
.modal-header .close-btn {
  float: right;
  font-size: 20px;
}
.upload-form input[type="file"] {
  display: none;
}
.custom-file-upload {
  border: 1px solid #c3e4c4;
  display: inline-block;
  padding: 35px 12px;
  cursor: pointer;
  width: 100%;
  text-align: center;
  background: #d7f5d8;
}
.navbar-toggle {
  background-color: transparent;
}
.main-nav .fa.fa-bars {
  color: #e5e5e5;
} 

/*****************************************		
	slider style
***************************************/
.slider-area {
  background: #171a20;
  box-shadow: 0 5px 10px rgba(11, 14, 21, 0.3);
}
.splide-slider-details-area {
  position: absolute;
  width: 42%;
  bottom: 35px;
  left: 35px;
  z-index: 5;
}
.splide,
.splide__slide {
  position: relative;
  outline: none;
  padding: 0;
}
.splide-slider-details-area h1 {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 5px;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.splide-slider-details-area p {
  font-size: 14px;
  line-height: 24px;
  color: #e7e7e7;
  margin-bottom: 15px;
}
.splide-slider-details-area a.btn-watch {
  padding: 6px 10px;
  border-radius: 4px;
  background-color: #f5017e;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  margin-right: 6px;
  display: inline-block;
  text-transform: uppercase;
}
.splide-slider-details-area a.btn-watch:hover {
  background-color: #0089cf;
}
.splide-slider-details-area a.btn-buy-plan {
  padding: 6px 12px;
  border-radius: 4px;
  background-color: #0089cf;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  text-transform: uppercase;
}
.splide-slider-details-area a.btn-watch img,
.splide-slider-details-area a.btn-buy-plan img {
  width: 15px !important;
  height: 14px !important;
  margin-right: 5px;
  vertical-align: middle;
}
.splide-slider-details-area a.btn-buy-plan:hover {
  background-color: #ffffff;
  color: #0089cf;
}
.splide--draggable > .splide__track > .splide__list > .splide__slide {
  border-radius: 10px;
  overflow: hidden;
  border-bottom: 3px solid transparent;
}
ul.prime_list_tag {
  padding: 0;
  list-style-type: none;
  display: flex;
  line-height: 1.5;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  margin-bottom: 7px;
}
ul.prime_list_tag li {
  color: #d6d6d6;
  font-size: 14px;
  font-weight: 500;
  display: inlin-block;
  padding-right: 4px;
}
ul.prime_list_tag li::after {
  content: ",";
  position: relative;
}
ul.prime_list_tag li:last-child::after {
  content: "";
  position: relative;
  display: none !important;
}
.splide .splide__slide::after {
  content: "";
  width: 90%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: -webkit-linear-gradient(
    90deg,
    rgba(12, 17, 27, 1) 0%,
    rgba(12, 17, 27, 0.1) 100%
  );
  background: -o-linear-gradient(
    90deg,
    rgba(12, 17, 27, 1) 0%,
    rgba(12, 17, 27, 0.1) 100%
  );
  background: -moz-linear-gradient(
    90deg,
    rgba(12, 17, 27, 1) 0%,
    rgba(12, 17, 27, 0.1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(12, 17, 27, 1) 0%,
    rgba(12, 17, 27, 0.1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(12, 17, 27, 1) 0%,
    rgba(12, 17, 27, 0.1) 100%
  );
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  -webkit-transform-origin: bottom 0 0;
  transform-origin: bottom 0 0;
}
.splide--draggable > .splide__track > .splide__list > .splide__slide {
  opacity: 0.5;
}
.splide--draggable > .splide__track > .splide__list > .splide__slide.is-active {
  opacity: 1;
}
.splide .splide__track::after {
  content: "";
  width: 9%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: -webkit-linear-gradient(
    90deg,
    rgba(23, 26, 32, 1) 0%,
    rgba(23, 26, 32, 0.1) 100%
  );
  background: -o-linear-gradient(
    90deg,
    rgba(23, 26, 32, 1) 0%,
    rgba(23, 26, 32, 0.1) 100%
  );
  background: -moz-linear-gradient(
    90deg,
    rgba(23, 26, 32, 1) 0%,
    rgba(23, 26, 32, 0.1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(23, 26, 32, 1) 0%,
    rgba(23, 26, 32, 0.1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(23, 26, 32, 1) 0%,
    rgba(23, 26, 32, 0.1) 100%
  );
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  -webkit-transform-origin: left 0 0;
  transform-origin: left 0 0;
  z-index: 1;
}
.splide .splide__track::before {
  content: "";
  width: 9%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  background: -webkit-linear-gradient(
    270deg,
    rgba(23, 26, 32, 1) 0%,
    rgba(23, 26, 32, 0.1) 100%
  );
  background: -o-linear-gradient(
    270deg,
    rgba(23, 26, 32, 1) 0%,
    rgba(23, 26, 32, 0.1) 100%
  );
  background: -moz-linear-gradient(
    2700deg,
    rgba(23, 26, 32, 1) 0%,
    rgba(23, 26, 32, 0.1) 100%
  );
  background: linear-gradient(
    270deg,
    rgba(23, 26, 32, 1) 0%,
    rgba(23, 26, 32, 0.1) 100%
  );
  background: linear-gradient(
    270deg,
    rgba(23, 26, 32, 1) 0%,
    rgba(23, 26, 32, 0.1) 100%
  );
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  -webkit-transform-origin: right 0 0;
  transform-origin: right 0 0;
  z-index: 1;
}
.slider-part-two .row .col-md-6:nth-child(odd) {
  padding-right: 0 !important;
  padding-left: 10px !important;
}
.slider-part-two .row .col-md-6:nth-child(even) {
  padding-left: 10px !important;
}
.slider-part-one .feature-post-img > a > img {
  height: 420px;
  object-fit: cover;
}
.slider-part-two .feature-post-img > a > img {
  height: 206px;
  object-fit: cover;
}
.banner-add-item .add-banner-block,
.membership_banner_add_section {
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
} 

/**************************************		
	Start Video Carousel
*****************************************/
.heading-icon {
  background-color: #f44336;
  color: #fff;
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 38px;
  margin-right: 10px;
  text-align: center;
  border-radius: 40px;
}
.heading-icon i {
  font-size: 16px;
}
.video-title {
  font-size: 15px;
  color: #ffffff;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  line-height: 1.1;
  font-weight: 600;
}
.video-title:hover {
  color: #f44336;
}
.video-img > a > img {
  max-width: 100%;
  width: 100%;
  height: 280px;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.video-img > a:hover img {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transform: scale(1.1) rotate(0deg);
  transform: scale(1.1) rotate(0deg);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.video-img .prime_label_item {
  bottom: 0;
  color: #ffffff;
  font-size: 15px;
  position: absolute;
  left: 0;
  right: 0;
  text-align: left;
  display: inline-block;
  width: 80%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 0px 10px;
  line-height: 18px;
  font-weight: 600;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.prime_label_play_ic {
  position: absolute;
  bottom: 12px;
  right: 12px;
  z-index: 2;
  opacity: 0;
}
.prime_label_play_ic i {
  font-size: 30px;
  color: #f5017e;
}
.prime_label_item ul.prime_list_tag {
  margin-top: 5px;
}
.prime_label_item ul.prime_list_tag li {
  font-size: 11px;
  font-weight: 500;
  margin-right: -1px;
}
.prime-video-block a:hover .video-item-content,
.prime-video-block a:hover .prime_label_item,
.prime-video-block a:hover .prime_label_play_ic {
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.slider-part-one .video-img img:hover {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transform: scale(1.3) rotate(0deg);
  transform: scale(1.3) rotate(0deg);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.single-feature .video-img span.video-duration {
  top: 20px;
  right: 20px;
}
.prime-lab-premium {
  background: #f5017e;
  border-radius: 0 0 40px 40px;
  padding: 4px 7px;
  position: absolute;
  z-index: 2;
  right: 12px;
  top: 0;
  width: 30px;
  height: 28px;
}
.prime-lab-premium img {
  width: 100% !important;
  height: auto !important;
  object-fit: inherit !important;
  vertical-align: text-top;
}
.prime-video-block .episodes-title-item {
  padding: 10px 5px;
}
.prime-video-block .episodes-title-item h4 {
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 0;
  display: inline-block;
  width: 65%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.prime-video-block:hover .episodes-title-item h4 {
  color: #f5017e;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.prime-video-block .episodes-title-item span {
  font-size: 13px;
  font-weight: 600;
  color: #93909b;
  float: right;
}
.video-img {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.video-img img {
  width: 100%;
  object-fit: cover;
  -webkit-transition: transform 0.8s ease;
  transition: transform 0.8s ease;
}
.prime-web-series-carousel-area .owl-stage-outer::after,
.prime-movies-carousel-area .owl-stage-outer::after,
.web-series-related-block .owl-stage-outer::after {
  content: "";
  width: 6%;
  height: 100%;
  position: absolute;
  left: -10px;
  bottom: 0;
  background: -webkit-linear-gradient(
    90deg,
    rgba(18, 20, 26, 1) 0%,
    rgba(18, 20, 26, 0) 100%
  );
  background: -o-linear-gradient(
    90deg,
    rgba(18, 20, 26, 1) 0%,
    rgba(18, 20, 26, 0) 100%
  );
  background: -moz-linear-gradient(
    90deg,
    rgba(18, 20, 26, 1) 0%,
    rgba(18, 20, 26, 0) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(18, 20, 26, 1) 0%,
    rgba(18, 20, 26, 0) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(18, 20, 26, 1) 0%,
    rgba(18, 20, 26, 0) 100%
  );
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  -webkit-transform-origin: left 0 0;
  transform-origin: left 0 0;
  z-index: 1;
}
.prime-web-series-carousel-area .owl-stage-outer::before,
.prime-movies-carousel-area .owl-stage-outer::before,
.web-series-related-block .owl-stage-outer::before {
  content: "";
  width: 6%;
  height: 100%;
  position: absolute;
  right: -10px;
  bottom: 0;
  background: -webkit-linear-gradient(
    270deg,
    rgba(18, 20, 26, 1) 0%,
    rgba(18, 20, 26, 0) 100%
  );
  background: -o-linear-gradient(
    270deg,
    rgba(18, 20, 26, 1) 0%,
    rgba(18, 20, 26, 0) 100%
  );
  background: -moz-linear-gradient(
    2700deg,
    rgba(18, 20, 26, 1) 0%,
    rgba(18, 20, 26, 0) 100%
  );
  background: linear-gradient(
    270deg,
    rgba(18, 20, 26, 1) 0%,
    rgba(18, 20, 26, 0) 100%
  );
  background: linear-gradient(
    270deg,
    rgba(18, 20, 26, 1) 0%,
    rgba(18, 20, 26, 0) 100%
  );
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  -webkit-transform-origin: right 0 0;
  transform-origin: right 0 0;
  z-index: 1;
}
.search-results .movies-carousel-part .owl-stage-outer::after,
.search-results .web-series-carousel-part .owl-stage-outer::after {
  content: "";
  width: 6%;
  height: 100%;
  position: absolute;
  left: -10px;
  bottom: 0;
  background: -webkit-linear-gradient(
    90deg,
    rgba(20, 29, 48, 1) 0%,
    rgba(20, 29, 48, 0) 100%
  );
  background: -o-linear-gradient(
    90deg,
    rgba(20, 29, 48, 1) 0%,
    rgba(20, 29, 48, 0) 100%
  );
  background: -moz-linear-gradient(
    90deg,
    rgba(20, 29, 48, 1) 0%,
    rgba(20, 29, 48, 0) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(20, 29, 48, 1) 0%,
    rgba(20, 29, 48, 0) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(20, 29, 48, 1) 0%,
    rgba(20, 29, 48, 0) 100%
  );
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  -webkit-transform-origin: left 0 0;
  transform-origin: left 0 0;
  z-index: 1;
}
.search-results .movies-carousel-part .owl-stage-outer::before,
.search-results .web-series-carousel-part .owl-stage-outer::before {
  content: "";
  width: 6%;
  height: 100%;
  position: absolute;
  right: -10px;
  bottom: 0;
  background: -webkit-linear-gradient(
    270deg,
    rgba(20, 29, 48, 1) 0%,
    rgba(20, 29, 48, 0) 100%
  );
  background: -o-linear-gradient(
    270deg,
    rgba(20, 29, 48, 1) 0%,
    rgba(20, 29, 48, 0) 100%
  );
  background: -moz-linear-gradient(
    2700deg,
    rgba(20, 29, 48, 1) 0%,
    rgba(20, 29, 48, 0) 100%
  );
  background: linear-gradient(
    270deg,
    rgba(20, 29, 48, 1) 0%,
    rgba(20, 29, 48, 0) 100%
  );
  background: linear-gradient(
    270deg,
    rgba(20, 29, 48, 1) 0%,
    rgba(20, 29, 48, 0) 100%
  );
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  -webkit-transform-origin: right 0 0;
  transform-origin: right 0 0;
  z-index: 1;
}
.web-series-related-block .owl-stage-outer::after,
.web-series-related-block .owl-stage-outer::before {
  height: 78%;
  top: 0;
  bottom: auto;
}
.web-series-related-block .owl-nav {
  top: 40%;
}
.my-watchlist-block .prime-video-block {
  position: relative;
}
.prime-video-block .watchlist-item {
  position: absolute;
  z-index: 3;
  left: 10px;
  top: 10px;
}
.prime-video-block .watchlist-item a {
  background: #f5017e;
  color: #ffffff;
  padding: 5px 7px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
}
.prime-video-block .watchlist-item a:hover {
  background: #0089cf;
}
.prime-video-block .watchlist-item a i {
  margin-right: 5px;
  font-size: 10px;
}
.my-watchlist-block .prime-video-block {
  margin-bottom: 25px;
}
.web-series-carousel-part .prime-video-block:hover .video-img::after,
.my-watchlist-block .prime-video-block:hover .video-img::after,
.prime_web_series_area .prime-video-block:hover .video-img::after,
.prime-detail-list-tab .prime-video-block:hover .video-img::after {
  opacity: 0;
}
.recent-view-video a:hover .video-img img,
.prime-video-block a:hover .video-img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -webkit-transition: transform 0.8s ease;
  transition: transform 0.8s ease;
}
.recent-view-video a:hover .prime-lab-premium img,
.prime-video-block a:hover .prime-lab-premium img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -webkit-transition: transform 0.8s ease;
  transition: transform 0.8s ease;
}
.video-content > h4 {
  max-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1;
}
.movies-carousel-part .prime-video-block .video-img img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.web-series-carousel-part .prime-video-block .video-img img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.movies-carousel-part .prime-video-block .video-img .prime-lab-premium img,
.web-series-carousel-part .prime-video-block .video-img .prime-lab-premium img {
  width: 30px;
  height: 30px;
}
.prime-movies-carousel-area .prime-video-block .video-content,
.prime-web-series-carousel-area .prime-video-block .video-content {
  margin-top: 10px;
}
.prime-movies-carousel-area .prime-video-block .video-content h4,
.prime-web-series-carousel-area .prime-video-block .video-content h4 {
  margin-bottom: 12px;
}
.prime-movie-list-area .movie-col-list {
  width: calc(20% - 0px);
  margin-bottom: 5px;
}
.prime-movie-list-area .prime-video-block,
.prime_web_series_area .prime-video-block {
  margin-top: 10px;
  margin-bottom: 10px;
}
.live-tv-section .prime-video-block {
  margin-top: 0;
  margin-bottom: 0;
}
.filter-list-area {
  display: block;
  width: 100%;
  background: #202328;
  padding: 10px 15px;
  border-radius: 6px;
  text-align: left;
  margin-bottom: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
  border: 1px solid #2f3339;
}
.filter-list-area .page-title-item {
  font-size: 16px;
  text-transform: uppercase;
  text-align: left;
  padding: 10px 0;
  font-weight: 600;
  margin: 3px 15px;
  display: inline-block;
}
.filter-list-area .page-title-item:first-child {
  margin-left: 5px;
}
.filter-item-view {
  display: inline-block;
  margin-right: 10px;
}
.nice-select.prime_select_list ul.list {
  background-color: #383e46;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
}
.nice-select.prime_select_list ul.list li {
  cursor: pointer;
  font-weight: 400;
  line-height: 32px;
  list-style: none;
  min-height: 32px;
  outline: none;
  padding-left: 15px;
  padding-right: 20px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.nice-select.prime_select_list ul.list li {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 1px;
  display: block;
}
.nice-select.prime_select_list ul.list li:hover,
.nice-select.prime_select_list ul.list li.focus,
.nice-select.prime_select_list ul.list li.selected.focus {
  background-color: #f5017e;
}
.nice-select.prime_select_list::after {
  height: 8px;
  margin-top: -5px;
  right: 15px;
  width: 8px;
}
.show-listing .pagination {
  margin-top: 0;
}
.custom_select_filter span.current {
  text-transform: capitalize;
}
.filter-list-area .custom_select_filter {
  position: relative;
  display: inline-flex;
  margin: 5px 15px 5px 0px;
  right: 0;
}
.custom_select_filter .nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #383e46;
  border-radius: 6px;
  border: none;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  color: #d1d1d1;
  height: 40px;
  line-height: 40px;
  outline: none;
  padding-left: 16px;
  padding-right: 35px;
  position: relative;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
  text-align: left !important;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.pagination {
  width: 100%;
  background: #202328;
  padding: 12px 15px;
  border-radius: 6px;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
  border: 1px solid #2f3339;
  margin: 15px auto 0 auto;
  display: block;
}
.pagination .nav-links ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.pagination .nav-links ul li {
  display: inline-block;
}
.nav-links .page-numbers.active,
.nav-links .page-numbers:hover {
  background: #f5017e !important;
  color: #ffffff;
}
.nav-links .page-numbers.prev,
.nav-links .page-numbers.next {
  background: #383e46;
  color: #dedede;
  line-height: 34px;
}
.nav-links .page-numbers {
  width: 34px;
  text-align: center;
  margin: 0 2px;
}
.nav-links .current-page,
.nav-links .page-numbers {
  font-size: 15px;
  font-weight: 600;
  color: #dedede;
  display: inline-block;
  height: 34px;
  line-height: 34px;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.owl-dots {
  display: none;
}
.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -15px;
  right: 0;
  left: 0;
  color: #fff;
}
.owl-prev {
  background: transparent;
  font-size: 26px;
  height: 40px;
  left: -8px;
  line-height: 42px;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  width: 26px;
  border-radius: 4px;
}
.owl-next {
  background: transparent;
  font-size: 26px;
  height: 40px;
  right: -8px;
  line-height: 42px;
  position: absolute;
  text-align: center;
  width: 26px;
  border-radius: 4px;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
.owl-prev:hover,
.owl-next:hover {
  background: transparent;
  color: #f5017e;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
.owl-prev:hover i,
.owl-next:hover i {
  color: #f5017e;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
.owl-prev i,
.owl-next i {
  font-size: 26px !important;
  line-height: 42px !important;
}
.prime-recently-views-carousel.owl-carousel .owl-nav.disabled {
  display: block;
}
.prime-video-block .video-img a {
  position: relative;
  display: block;
}
.owl-carousel .owl-item img {
  -webkit-transform-style: initial;
  transform-style: initial;
}
.prime-recently-views-carousel .video-img img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.prime-recently-views-carousel .prime-lab-premium img {
  min-height: auto;
}
.video-img:after {
  content: "";
  width: 100%;
  height: 80%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: -webkit-linear-gradient(
    top,
    rgba(18, 20, 26, 0),
    rgba(18, 20, 26, 1)
  );
  background: -o-linear-gradient(
    bottom,
    rgba(18, 20, 26, 0),
    rgba(18, 20, 26, 1)
  );
  background: -moz-linear-gradient(
    bottom,
    rgba(18, 20, 26, 0),
    rgba(18, 20, 26, 1)
  );
  background: linear-gradient(
    to bottom,
    rgba(18, 20, 26, 0),
    rgba(18, 20, 26, 1)
  );
  background: linear-gradient(
    to bottom,
    rgba(18, 20, 26, 0),
    rgba(18, 20, 26, 1)
  );
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  -webkit-transform-origin: bottom 0 0;
  transform-origin: bottom 0 0;
}
.prime-video-block:hover .video-img:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}
.see-all-link {
  color: #f44336;
  padding-left: 10px;
  line-height: 24px;
  position: relative;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 400;
}
.see-all-link:hover {
  color: #f44336;
}
.view-btn {
  font-weight: 500;
  color: #f44336;
  text-transform: capitalize;
  padding: 0;
  margin-right: 10px;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
.view-btn:hover {
  color: #000;
}
.heading-link {
  color: #252525;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
.subscribe-box {
  margin-top: 60px;
}
.subscribe-form input[type="email"] {
  width: 100%;
  height: 40px;
  border: 2px solid #b7b7b7;
  padding-left: 15px;
  font-weight: 600;
  border-radius: 20px;
  padding-right: 60px;
}
.subscribe-form {
  position: relative;
  display: block;
}
.subscribe-form button {
  position: absolute;
  right: 0;
  border: 0;
  border-radius: 0 30px 30px 0;
  background-color: #f44336;
  width: 50px;
  height: 40px;
  top: 0;
  color: #fff;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
.subscribe-form button:hover {
  background-color: #3694f4;
}
.big-banner a {
  display: inline-block;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.big-banner img {
  max-width: 100%;
} 

/**************************************		
	Dashboard Section
****************************************/
.profile-block {
  background: #313439;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 25px;
}
.profile-title-item .prime-btn-danger,
.member-ship-option .prime-btn-danger {
  font-size: 14px;
  font-weight: 600;
  padding: 7px 15px;
}
.profile-block .ac_delete {
  display: block;
  width: max-content;
  margin: 12px auto 0 auto;
}
.profile-section {
  background: #1e2024;
  padding: 30px 20px;
  border-radius: 6px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
}
.img-profile img.img-rounded {
  border-radius: 80px;
  width: 150px;
  height: 150px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
  text-align: center;
  border: 5px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.profile-title-item {
  color: #464646;
  text-align: center;
  margin-top: 15px;
}
.profile-title-item h5 {
  margin-bottom: 7px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
}
.profile-title-item span,
.profile-title-item span a {
  margin-bottom: 15px;
  color: #d6d6d6;
  font-size: 14px;
  font-weight: 500;
  display: block;
}
.profile-title-item span a:hover {
  color: #f5017e;
}
.membership_plan_dtl a {
  padding: 8px 15px;
  color: #ffffff;
  -webkit-transition: all 0.5s ease 0;
  transition: all 0.5s ease 0;
  transition: all 0.5s ease 0s;
}
.member-ship-option {
  background: #313439;
  color: #fff;
  min-height: 220px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  overflow: hidden;
}
.member-ship-option h4 {
  background: #41454a;
  padding: 15px 20px;
  position: relative;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
}
.profile-title-item a.prime-btn-danger i,
.member-ship-option a.prime-btn-danger i,
.fl-table td a.prime-btn-danger i {
  margin-right: 7px;
}
.member-ship-option span.premuim-memplan-bold-text {
  display: block;
  margin-bottom: 10px;
}
.member-ship-option span.premuim-memplan-bold-text span {
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  font-weight: 500;
  display: inline-block;
  background: rgba(255, 255, 255, 0.08);
  padding: 3px 8px;
  border-radius: 4px;
  margin-left: 7px;
}
.member-ship-option span.premuim-memplan-bold-text strong {
  font-size: 15px;
  color: #ffffff;
  font-weight: 500;
}
.user_history_item .history_list {
  background: #1e2024;
  color: #e6e6e6;
  margin-bottom: 25px;
  border-radius: 6px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
}
.user_history_item h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.history_list .plan_title {
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px solid #2f3339;
  padding: 12px 15px;
}
.history_list .label_item {
  font-size: 14px;
  font-weight: 500;
  color: #cecece;
}
.history_list .plan_mrp {
  font-size: 15px;
  font-weight: 600;
  color: #f5017e;
}
.history_list .plan_date,
.history_list .payment_item,
.history_list .transaction_id {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  color: #fff;
} 

/****************************************		
	Start Call To Action Area
*****************************************/
.call-to-action-area {
  padding: 40px 0;
  color: #fff;
}
.prime-item-purchase-btn {
  padding: 10px 30px;
  background-color: #fff;
  color: #f26c4f;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  text-transform: uppercase;
}
.prime-item-purchase-btn:hover {
  background-color: #2a6f9f;
  color: #fff;
}
.prime-item-purchase-btn-2 {
  padding: 10px 30px;
  background-color: #2a6f9f;
  color: #fff;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  text-transform: uppercase;
}
.prime-item-purchase-btn-2:hover {
  background-color: #71c668;
  color: #fff;
}
.prime-item-purchase-btn-3 {
  padding: 10px 20px;
  background-color: #fff;
  color: #f44336;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  text-transform: uppercase;
}
.prime-item-purchase-btn-3:hover {
  background-color: #3694f4;
  color: #fff;
}
.prime-item-purchase-btn-4 {
  padding: 10px 20px;
  background-color: #fff;
  color: #252525;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  text-transform: uppercase;
}
.prime-item-purchase-btn-4:hover {
  background-color: #f44336;
  color: #fff;
}
.purchase-link {
  padding-top: 10.5%;
}
.purchase-link a:focus {
  color: #71c668;
  background-color: #fff;
} 

/*******************************		
	Footer Area
*****************************/
.footer-area {
  background: #1e2024;
  padding: 50px 0 0 0;
  margin-top: 20px;
}
.single-footer-text p {
  line-height: 24px;
}
.footer-heading-wrap {
  margin-bottom: 20px;
}
.footer-heading {
  display: inline-block;
  font-size: 20px;
  text-transform: inherit;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}
.social-links ul li {
  display: block;
  margin-bottom: 12px;
}
.social-links ul li a {
  display: block;
  width: 34px;
  height: 34px;
  line-height: 36px;
  text-align: center;
  margin-right: 5px;
  border-radius: 50%;
  font-size: 16px;
  color: #ffffff;
  position: relative;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
.social-links ul li a span {
  color: #d7d7d7;
  left: 46px;
  font-size: 15px;
  line-height: 34px;
  display: inline-block;
  position: absolute;
}
.social-links ul li a.facebook-icon {
  background: #4267b2;
}
.social-links ul li a.twitter-icon {
  background: #00acee;
}
.social-links ul li a.instagram-icon {
  background: #8a3ab9;
}
.social-links ul li a.youtube-icon {
  background: #c4302b;
}
.social-links ul li a:hover {
  background: #ffffff;
  color: #323232;
}
.download-app-link-item {
  display: block;
  width: 100%;
  margin-top: 10px;
}
.download-app-link-item .google-play-download,
.download-app-link-item .apple-store-download {
  display: block;
}
.download-app-link-item .google-play-download img,
.download-app-link-item .apple-store-download img {
  border-radius: 10px;
  box-shadow: 0 1px 5px rgba(255, 255, 255, 0.05);
}
.download-app-link-item .google-play-download {
  margin-bottom: 15px;
}
.footer-list ul li a {
  display: block;
  padding: 5px 0;
  color: #252525;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
.scroll-top {
  position: fixed;
  width: 34px;
  height: 34px;
  background: #383e46;
  bottom: 15px;
  right: 15px;
  border-radius: 30px;
  z-index: 9999;
  cursor: pointer;
  -webkit-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
  display: none;
}
.scroll-top .scroll-icon {
  color: #fff;
  font-size: 18px;
  line-height: 34px;
  text-align: center;
}
.scroll-top:hover {
  background: #f5017e !important;
  -webkit-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}
.footer-about-item p {
  font-size: 14px;
  line-height: 26px;
  color: #d7d7d7;
}
.footer-bottom-area {
  text-align: center;
}
.footer-links {
  padding-bottom: 15px;
}
.footer-links ul li {
  display: block;
  margin-bottom: 8px;
}
.footer-links ul li:last-child {
  margin-bottom: 0;
}
.footer-links ul li a {
  font-size: 14px;
  padding: 0;
  color: #d7d7d7;
  font-weight: 500;
}
.footer-links ul li a i {
  margin-right: 5px;
}
.footer-links ul li a:hover {
  color: #f5017e;
}
.footer-logo {
  padding-bottom: 20px;
}
.copyright-text {
  text-align: center;
  padding: 40px 15px;
  border-top: 1px solid #2f3339;
  margin-top: 40px;
}
.copyright-text a {
  color: #2a6f9f;
}
.copyright-text p {
  margin-bottom: 0;
  color: #e7e7e7;
} 

/**************************************************		
	Single Video Page
**********************************************/
.breadcrumb-section {
  position: relative;
  display: flex;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0;
  background-color: #f1f1f1;
}
.breadcrumb-section {
  position: relative;
  display: flex;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0;
  background-color: #121927;
}
.breadcrumb-section #breadcrumb-item {
  position: absolute;
  right: 15px;
  display: inline-block;
  font-size: 14.7px;
  top: 50%;
  transform: translateY(-51%);
  font-weight: 600;
  border-radius: 4px;
  color: #ffffff;
}
.breadcrumb-section #breadcrumb-item ul {
  margin: 0;
  padding: 0;
  line-height: 24px;
}
.breadcrumb-section #breadcrumb-item ul li:first-child {
  margin-left: 0;
}
.breadcrumb-section #breadcrumb-item ul li {
  display: inline-block;
  list-style: none;
  margin: 0 0 0 10px;
  margin-left: 10px;
  text-transform: uppercase;
}
.breadcrumb-section #breadcrumb-item ul li a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #ffffff;
  font-weight: 700;
}
.prime_breadcrum_bg {
  background-position: center top;
  background-size: cover;
  height: 100px;
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.2);
}
.breadcrumb-section #breadcrumb-item ul li::after {
  content: "";
  display: inline-block;
  height: 0;
  width: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #f9f9f9;
  font-size: 14px;
  margin-left: 15px;
}
#breadcrumbs {
  position: absolute;
  right: 20px;
  display: inline-block;
  font-size: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 600;
  border-radius: 4px;
  color: #ffffff;
  z-index: 99;
  left: 20px;
  text-align: center;
  text-transform: uppercase;
}
#breadcrumbs ul {
  margin: 0;
  padding: 0;
  line-height: 24px;
}
#breadcrumbs ul li:first-child {
  margin-left: 0;
}
#breadcrumbs ul li {
  display: inline-block;
  list-style: none;
  font-size: 15px;
  font-weight: 500;
  margin: 0 0 0 7px;
  color: #d7d7d7;
}
#breadcrumbs ul li:first-child::before {
  display: none;
}
#breadcrumbs ul li::before {
  content: "";
  display: inline-block;
  height: 0;
  width: 0;
  border-top: 4px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #f9f9f9;
  font-size: 14px;
  margin-right: 12px;
}
#breadcrumbs ul li a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #ffffff;
  font-weight: 500;
}
#breadcrumbs ul li a i {
  margin-right: 7px;
  font-size: 16px;
  top: -1px;
  position: relative;
  vertical-align: middle;
}
#breadcrumbs ul li a:hover {
  color: #f5017e;
} 

/****************************************		
	Start Video Post
************************************/
.video-post-wrapper .posts-image {
  padding-bottom: 50px;
}
.video-post-wrapper .posts-image img {
  max-width: 100%;
}
.video-posts-data {
  overflow: hidden;
  margin-bottom: 25px;
  padding-bottom: 30px;
  border-bottom: 2px solid #313439;
}
.video-posts-data .video-title {
  float: left;
}
.video-watch-share-item {
  display: flex;
  margin-top: 15px;
}
.imdb-view a {
  background: #0089cf;
  color: #ffffff;
  padding: 4px 5px;
  display: inline-block;
  border-radius: 4px;
  font-size: 12px !important;
  text-transform: uppercase;
  font-weight: 600 !important;
}
.imdb-view a:hover {
  color: #ffffff !important;
}
.imdb-view img {
  max-width: 32px;
  height: auto;
  margin-right: 7px;
  vertical-align: text-top;
}
.poster-dtl-item ul.post-date-time {
  text-align: right;
  float: right;
  position: absolute;
  right: 0;
}
.poster-dtl-item .post-date-time li {
  background: rgba(255, 255, 255, 0.1);
  padding: 6px 10px;
  border-radius: 6px;
  display: inline-block;
  width: auto;
  margin: 0 3px;
}
.poster-dtl-item .post-date-time li i {
  margin-right: 7px;
}
.social-moview-post {
  position: absolute;
  right: 10px;
  bottom: 38px;
  background: rgba(0, 0, 0, 0.5);
  padding: 8px;
  min-width: max-content;
  border-radius: 40px;
}
.social-moview-tv-detail {
  right: 0px;
  bottom: 5px;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px;
  border-radius: 40px;
  position: relative;
  margin-bottom: -10px;
  max-width: max-content;
}
.social-series-poster {
  position: absolute;
  right: 5px;
  bottom: 38px;
  background: rgba(0, 0, 0, 0.5);
  padding: 8px;
  min-width: max-content;
  border-radius: 40px;
}
.watch-promo-button a {
  background: #f5017e;
  color: #ffffff;
  padding: 8px 15px;
  display: inline-block;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  margin-right: 10px;
}
.watch-promo-button a:hover {
  background: #ffffff;
  color: #f5017e;
}
.watch-promo-button a i,
.watch-full-episode-movie-btn a i,
.share-button a i {
  width: max-content;
  height: 16px;
  margin-right: 8px;
  vertical-align: inherit;
}
.watch-full-episode-movie-btn a {
  background: #0089cf;
  color: #ffffff;
  padding: 8px 15px;
  display: inline-block;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  margin-right: 10px;
}
.watch-full-episode-movie-btn a:hover {
  background: #ffffff;
  color: #0089cf;
}
.share-button a {
  background: #ffffff;
  color: #0c111b;
  padding: 8px 15px;
  display: inline-block;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  margin-right: 10px;
}
.share-button a:focus {
  color: #0c111b;
}
.share-button a:hover {
  background: #0089cf;
  color: #ffffff;
}
.btn-share a {
  background: #0a789c;
  color: #ffffff;
  padding: 6px 8px;
  display: inline-block;
  border-radius: 4px;
  font-size: 14px;
  margin-right: 8px;
  font-weight: 600;
}
.btn-share a:hover {
  background: #ffffff;
  color: #0a789c;
}
.btn-share a i {
  width: max-content;
  height: 16px;
  vertical-align: inherit;
}
.poster-dtl-item .post-date-time li.watch-btn-item {
  background: transparent;
  padding: 0;
}
.poster-dtl-item
  .post-date-time
  li.watch-btn-item
  .watch-full-episode-movie-btn
  a {
  margin-right: 0;
  font-size: 14px;
  font-weight: 500;
}
.social-media-modal {
  display: inlin-block;
  text-align: center;
}
.social-media-modal ul li {
  display: inline-block;
}
.social-media-modal ul li a {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 46px;
  text-align: center;
  margin: 3px;
  border-radius: 50%;
  font-size: 18px;
  color: #ffffff;
  position: relative;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
.social-media-modal ul li a.facebook-icon {
  background: #4267b2;
}
.social-media-modal ul li a.twitter-icon {
  background: #00acee;
}
.social-media-modal ul li a.instagram-icon {
  background: #8a3ab9;
}
.social-media-modal ul li a.pinterest-icon {
  background: #e60023;
}
.social-media-modal ul li a.youtube-icon {
  background: #c4302b;
}
.social-media-modal ul li a.whatsapp-icon {
  background: #4fce5d;
}
.social-media-modal ul li a:hover {
  background: #ffffff;
  color: #323232;
}
.single-feature .video-title {
  position: absolute;
  left: 20px;
  right: 20px;
  color: #fff;
  bottom: 20px;
  max-height: 45px;
  line-height: 1.5em;
  overflow: hidden;
}
.single-feature .prime-video-block .video-img a:before {
  content: none;
}
.single-feature .prime-video-block:hover .video-img a:after {
  content: none;
}
.single-feature .prime-video-block {
  position: relative;
}
.detail-poster-area .play-icon-item {
  right: 0;
  left: 0;
  position: absolute;
  top: 50%;
  bottom: auto;
}
.detail-poster-area .icon {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  height: 70px;
  width: 70px;
  line-height: 70px;
  background-color: #f5017e;
  color: #ffffff;
  z-index: 1;
  font-size: 26px;
  text-align: center;
  display: block;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform-origin: center;
  transform-origin: center;
  box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.1);
}
.detail-poster-area i.icon {
  transform: translateY(-50%);
}
.detail-poster-area .ripple,
.detail-poster-area .ripple:before,
.detail-poster-area .ripple:after {
  position: absolute;
  right: 0px;
  bottom: 0px;
  height: 70px;
  width: 70px;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(165, 0, 178, 0.3);
  -moz-box-shadow: 0 0 0 0 rgba(165, 0, 178, 0.3);
  -ms-box-shadow: 0 0 0 0 rgba(165, 0, 178, 0.3);
  -o-box-shadow: 0 0 0 0 rgba(165, 0, 178, 0.3);
  box-shadow: 0 0 0 0 rgba(165, 0, 178, 0.3);
  -webkit-animation: ripple 3s infinite;
  -moz-animation: ripple 3s infinite;
  -ms-animation: ripple 3s infinite;
  -o-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}
.detail-poster-area .ripple:before {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
}
.detail-poster-area .ripple:after {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
}
@-webkit-keyframes ripple {
  70% {
    box-shadow: 0 0 0 70px rgba(244, 68, 56, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 70px rgba(244, 68, 56, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
.detail-poster-area {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.detail-poster-area .video-post-date {
  position: absolute;
  left: 35px;
  bottom: 35px;
  z-index: 9;
  width: 50%;
}
.dtl-poster-img,
.dtl-poster-img img {
  position: relative;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
}
.dtl-poster-img img {
  width: 100%;
  object-fit: cover;
}
.detail-poster-area .dtl-poster-img::after {
  content: "";
  width: 90%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: -webkit-linear-gradient(
    90deg,
    rgba(23, 26, 32, 1) 0%,
    rgba(23, 26, 32, 0.1) 100%
  );
  background: -o-linear-gradient(
    90deg,
    rgba(23, 26, 32, 1) 0%,
    rgba(23, 26, 32, 0.1) 100%
  );
  background: -moz-linear-gradient(
    90deg,
    rgba(23, 26, 32, 1) 0%,
    rgba(23, 26, 32, 0.1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(23, 26, 32, 1) 0%,
    rgba(23, 26, 32, 0.1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(23, 26, 32, 1) 0%,
    rgba(23, 26, 32, 0.1) 100%
  );
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  -webkit-transform-origin: bottom 0 0;
  transform-origin: bottom 0 0;
}
.video-post-wrapper .detail-poster-area .watch-promo-button a,
.video-post-wrapper .detail-poster-area .watch-full-episode-movie-btn a {
  margin-right: 0;
}
.video-post-wrapper .detail-poster-area .watch-promo-button,
.video-post-wrapper .detail-poster-area .watch-full-episode-movie-btn {
  position: absolute;
  z-index: 9;
  bottom: 20px;
  right: 20px;
}
.video-post-wrapper .detail-poster-area .dtl-poster-img::after {
  content: "";
  width: 100%;
  height: 100%;
  position: relative;
  background: transparent;
  opacity: 1;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  -webkit-transform-origin: bottom 0 0;
  transform-origin: bottom 0 0;
}
.video-icons {
  width: 50px;
  height: 50px;
  display: inline-block;
  background-color: #f44336;
  line-height: 52px;
  color: #fff;
  text-align: center;
  font-size: 30px;
}
.video-post-title p {
  margin-bottom: 0;
}
.video-post-title .video-icons {
  float: left;
}
.video-post-title .video-post-info {
  float: left;
}
.video-post-date p,
.video-post-author p {
  display: inline-block;
  font-size: 12px;
}
.video-post-date .video-posts-author {
  padding-right: 10px;
  font-size: 14px;
  font-weight: 600;
}
.video-post-info ul.actor-video-link {
  display: inline-block;
  list-style-type: none;
  margin: 10px 0 0 0;
}
.video-post-info ul.actor-video-link li {
  display: inline-block;
  list-style-type: none;
  padding: 0 7px;
  line-height: 1;
  border-left: 2px solid rgba(255, 255, 255, 0.6);
}
.video-post-info ul.actor-video-link li:first-child {
  padding-left: 0;
  border-left: 0;
}
.video-post-info ul.actor-video-link a {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}
.video-post-info ul.actor-video-link a:hover {
  color: #f5017e;
}
.video-post-date .video-posts-author i {
  margin-right: 6px;
}
.video-post-info h4 {
  font-size: 16px;
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 5px;
}
.video-post-info h4 a {
  color: #444;
  font-weight: 700;
}
.video-post-info h4 a:hover {
  color: #f44336;
}
.video-post-info {
  width: 100%;
  background: #190d39;
  padding: 20px 25px;
  border-radius: 4px;
}
.video-post-info h2 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 12px;
}
.poster-title-item {
  position: relative;
}
.poster-dtl-item h2,
.poster-dtl-item h2 a {
  font-size: 26px;
  font-weight: 600;
  color: #ffffff;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 80%;
}
.poster-dtl-item h2 a:hover {
  color: #f5017e;
}
.video-posts-author a {
  padding-left: 10px;
}
.actors-detail-wrapper {
  background: #1e2024;
  border-radius: 6px;
  width: 100%;
  padding: 25px;
  margin-bottom: 30px;
  display: inline-block;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
}
.actors-list-area .prime-video-block:hover .video-img::after,
.movie-detail-part .prime-video-block:hover .video-img::after {
  opacity: 1;
}
.actors-list-area
  .tab-content
  #v-pills-web-series
  .prime-video-block:hover
  .video-img::after {
  opacity: 0;
}
.actors-list-area .prime-video-block ul.prime_list_tag,
.movie-detail-part .prime-video-block ul.prime_list_tag {
  margin-left: 0;
  margin-bottom: 12px;
}
.actors-detail-wrapper .actors-profile img {
  min-width: 220px;
  height: 220px;
  border-radius: 100%;
  border: 6px solid rgba(255, 255, 255, 0.1);
  display: block;
  object-fit: cover;
  margin: 0 auto 15px auto;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}
.actors-detail-wrapper h4 {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  display: block;
  text-align: center;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  background: #313439;
  padding: 10px 15px;
  border-radius: 6px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
  margin-bottom: 0;
}
.share-options h4 {
  margin: 0;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 300;
  color: #f44336;
} 

/******************************		
	Contact Form 
****************************/
.contact-form .form-control,
.edit-profile-form .form-control,
.stripe-payment-form .form-control {
  font-size: 15px;
  font-weight: 500;
  color: #e4e4e4;
  height: 50px;
  line-height: 1.8;
  border: 0;
  padding: 10px 20px;
  background: #2f3237;
  border-radius: 4px;
  width: 100%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
.contact-form input.form-control:focus,
.contact-form textarea.form-control:focus,
.edit-profile-form input.form-control:focus,
.edit-profile-form textarea.form-control:focus,
.stripe-payment-form input.form-control:focus {
  background: #444951;
  box-shadow: 0 2px 4px rgba(255, 255, 255, 0.05);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.contact-form input.form-control::placeholder,
.edit-profile-form input.form-control::placeholder,
.stripe-payment-form input.form-control::placeholder {
  color: #cfcfcf;
}
.contact-form input.form-control::-webkit-input-placeholder,
.edit-profile-form input.form-control::-webkit-input-placeholder,
.stripe-payment-form input.form-control::-webkit-input-placeholder {
  color: #e4e4e4;
}
.contact-form input.form-control:-moz-placeholder,
.edit-profile-form input.form-control:-moz-placeholder,
.stripe-payment-form input.form-control:-moz-placeholder {
  color: #e4e4e4;
}
.contact-form textarea.form-control::placeholder,
.edit-profile-form textarea.form-control::placeholder,
.stripe-payment-form textarea.form-control::placeholder {
  color: #cfcfcf;
}
.contact-form textarea.form-control::-webkit-input-placeholder,
.edit-profile-form textarea.form-control::-webkit-input-placeholder,
.stripe-payment-form textarea.form-control::-webkit-input-placeholder {
  color: #e4e4e4;
}
.contact-form textarea.form-control:-moz-placeholder,
.edit-profile-form textarea.form-control:-moz-placeholder,
.stripe-payment-form textarea.form-control:-moz-placeholder {
  color: #e4e4e4;
}
.contact-form .form-group label,
.edit-profile-form .form-group label,
.stripe-payment-form .form-group label {
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 8px;
  display: block;
}
textarea.form-control {
  min-height: 100px;
}
.nice-select.contact_subject_list {
  font-size: 15px;
  font-weight: 500;
  color: #e4e4e4;
  height: 50px;
  line-height: 1.8;
  border: 0;
  margin-bottom: 1.5rem;
  padding: 10px 20px;
  background: #2f3237;
  border-radius: 4px;
  width: 100%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
.nice-select.contact_subject_list ul.list {
  background-color: #2f3237;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  width: 100%;
}
.nice-select.contact_subject_list ul.list li {
  cursor: pointer;
  font-weight: 400;
  line-height: 36px;
  list-style: none;
  min-height: 36px;
  outline: none;
  padding-left: 15px;
  padding-right: 20px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.nice-select.contact_subject_list ul.list li:hover,
.nice-select.contact_subject_list ul.list li.focus,
.nice-select.contact_subject_list ul.list li.selected.focus {
  background-color: #f5017e;
}
.nice-select.contact_subject_list::after {
  height: 8px;
  margin-top: -5px;
  right: 15px;
  width: 8px;
}
.contact-us-wrapper h4 {
  color: #323232;
  font-size: 20px;
  line-height: 28px;
  margin: 0;
}
.contact-us-wrapper > p {
  color: #777777;
  font-size: 15px;
  line-height: 26px;
  margin: 25px 0;
}
#respond .prime-btn-danger {
  margin-top: 20px;
}
.contact-page-area .contact-form,
.details-page-area .details-item-block,
.edit-profile-area .edit-profile-form {
  background: #1e2024;
  border-radius: 6px;
  padding: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
}
.email-query {
  background: #1e2024;
  border-radius: 6px;
  padding: 15px 30px;
  margin-bottom: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
}
.email-query p {
  margin-bottom: 0;
}
.details-page-area .details-item-block p {
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
  color: #c1c1c1;
  margin-bottom: 15px;
}
.details-page-area .details-item-block ul {
  padding-left: 25px;
}
.details-page-area .details-item-block ul li {
  color: #c1c1c1;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 12px;
  text-align: left;
  list-style-type: disc;
}
.details-item-block .policy_note {
  background: rgba(255, 255, 255, 0.08);
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  padding: 6px 15px;
  border-radius: 4px;
  color: #fc0f0f;
  margin-bottom: 15px;
  display: inline-block;
  width: auto;
}
.contact-page-area .prime-title-item {
  padding-top: 0;
}
.contact-page-area .prime-title-item p {
  margin-top: 10px;
}
.details-page-area .accordion-section {
  padding: 10px 30px;
} 

/******************************		
	Accordion Style
****************************/
.accordion-section .panel-default > .panel-heading {
  border: 0;
  background: #212b3f;
  border-radius: 6px;
  padding: 18px 45px 18px 20px;
  position: relative;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
}
.accordion-section h3 {
  font-size: 24px;
  margin-bottom: 25px;
  line-height: 26px;
  font-weight: 600;
}
.accordion-section h3.panel-title {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
  font-weight: 500;
}
.accordion-section .panel-default .panel-title a {
  display: block;
  font-size: 16px;
  font-weight: 500;
}
.accordion-section .panel-default .panel-title a:hover {
  color: #ffffff;
}
.accordion-section .panel-default .panel-title a:after {
  font-family: "icomoon";
  font-style: normal;
  font-size: 22px;
  font-weight: normal;
  content: "\f068";
  color: #ffffff;
  float: right;
  margin-top: 0;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.accordion-section .panel-default .panel-title a.collapsed:after {
  content: "\f067";
}
.accordion-section .panel-default .panel-body {
  font-size: 16px;
  background: #121b2c;
  padding: 20px;
  border-radius: 6px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
}
.accordion-section .panel-default .panel-body p {
  margin-bottom: 0;
  color: #dadada;
  font-size: 14px;
  line-height: 24px;
} 

/*********************************************************		
	Modal Design
**********************************************************/
header .modal-content {
  border-radius: 0;
}
header .modal-header {
  background-color: #f44336;
  padding: 0;
}
header .modal-header h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  padding: 10px 15px;
  text-transform: capitalize;
  height: 50px;
  line-height: 29px;
  border: none !important;
}
header .modal-header .close-btn {
  background-color: #d93d3d;
  border: medium none;
  border-radius: 0;
  color: #fff;
  font-size: 33px;
  height: 50px;
  line-height: 33px;
  margin: 0;
  width: 40px;
}
header .modal-body .btn.btn-primary {
  background-color: #f44336;
  border: medium none;
  border-radius: 4px;
  font-size: 18px;
  min-width: 116px;
}
.modal-content {
  border: none;
}
.modal-dialog {
  max-width: 450px;
}
#search-popup .modal-dialog {
  max-width: 100%;
}
.modal-header {
  border-bottom: 1px solid #313439;
  padding: 1rem 1.5rem;
}
.modal-body {
  padding: 1.5rem;
}
.modal-backdrop.show {
  background: rgba(14, 14, 15, 1);
  opacity: 0.9;
}
.modal-content {
  background: #1e2024;
}
.login-part .form-group input.form-control {
  background: #2f3237;
  height: 50px;
  line-height: 1.8;
  padding: 10px 20px;
  border: 0;
  font-size: 16px;
  font-weight: 500;
  color: #f9f9f9;
  margin-bottom: 15px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.login-part .form-group input.form-control:focus {
  background: #444951;
  box-shadow: 0 2px 8px rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.modal-dialog .btn-close {
  box-sizing: content-box;
  width: 26px;
  height: 26px;
  padding: 3px;
  color: #ffffff;
  background: #e8e8e8
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
    center/1em auto no-repeat;
  border: 0;
  border-radius: 30px;
  opacity: 0.9;
  margin-right: 0;
}
#search-popup .modal-dialog .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9;
}
.modal-dialog .modal-content .modal-body p {
  color: #f0f0f0;
  font-weight: 500;
}
.modal-dialog .modal-content .modal-body p a {
  color: #f5017e;
}
.socail-login-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.socail-login-item .btn-google-item {
  background: #d10b29;
  font-weight: 500;
  font-size: 16px;
  border-radius: 4px;
  line-height: 36px;
  border: none;
  color: #ffffff;
  text-align: center;
  width: 100%;
  display: block;
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.3);
  text-transform: capitalize;
  margin: 5px 5px 10px auto;
  padding: 6px 17px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.socail-login-item .btn-google-item:hover {
  color: #ffffff;
  background: #b6162e;
}
.socail-login-item .btn-google-item i,
.socail-login-item .btn-facebook-item i {
  margin-right: 10px;
}
.socail-login-item .btn-facebook-item {
  background: #4267b2;
  font-weight: 500;
  font-size: 16px;
  border-radius: 4px;
  line-height: 36px;
  border: none;
  color: #ffffff;
  text-align: center;
  width: 100%;
  display: block;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  text-transform: capitalize;
  margin: 5px auto 10px auto;
  padding: 6px 17px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.socail-login-item .btn-facebook-item:hover {
  color: #ffffff;
  background: #2d5ab5;
} 

/*---------------------------------------		
	Tabs Item
-----------------------------------------*/
.prime-detail-list-tab {
  display: inline-block;
  width: 100%;
}
.prime-detail-list-tab .tab-pane .prime-video-block {
  margin-bottom: 20px;
}
.prime-detail-list-tab > input,
.prime-detail-list-tab section > div {
  display: none;
}
.tabs_item_block .movies-carousel-part .owl-buttons,
.tabs_item_block .news-carousel .owl-buttons {
  position: absolute;
  top: 0;
}
#tab1:checked ~ section .tab1,
#tab2:checked ~ section .tab2,
#tab3:checked ~ section .tab3 {
  display: block;
}
#tab1:checked ~ nav .tab1,
#tab2:checked ~ nav .tab2,
#tab3:checked ~ nav .tab3 {
  color: #eb1536;
}
.prime-detail-list-tab ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: 15px;
}
.prime-detail-list-tab ul li label {
  float: left;
  padding: 10px 25px;
  border-bottom: 0;
  background: #26184f;
  color: #ffffff;
  margin-right: 5px;
  margin-bottom: 0;
  border-radius: 6px 6px 0 0;
  font-weight: 700;
  font-size: 18px;
}
.prime-detail-list-tab ul li label:hover,
.prime-detail-list-tab ul li label:active {
  background: linear-gradient(60deg, #ff8508, #fd0575);
  cursor: pointer;
}
.prime-detail-list-tab section {
  clear: both;
  border: 2px solid #26184f;
  background: #130a2d;
  padding: 25px 30px;
  margin-bottom: 30px;
}
.prime-detail-list-tab section div h2 {
  margin: 0;
  letter-spacing: 1px;
  color: #34495e;
}
.poster-dtl-item ul.dtl-list-link {
  list-style-type: none;
  padding: 0;
  margin-top: 5px;
  margin-bottom: 10px;
}
.poster-dtl-item ul.dtl-list-link li {
  display: inline-block;
  border-right: 2px solid rgba(255, 255, 255, 0.8);
  padding: 0 8px;
  line-height: 1;
}
.poster-dtl-item ul.dtl-list-link li:first-child {
  padding-left: 0;
}
.poster-dtl-item ul.dtl-list-link li:last-child {
  border-right: none;
}
.poster-dtl-item ul.dtl-list-link li a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
}
.poster-dtl-item ul.dtl-list-link.dtl-link-col li,
.poster-dtl-item ul.dtl-list-link.dtl-link-col li a {
  color: #b5b5b5;
}
.poster-dtl-item ul.dtl-list-link li a:hover {
  color: #f5017e;
}
.poster-dtl-item ul li span.channel_info_count {
  background: #f5017e;
  min-width: max-content;
  display: inline-block;
  line-height: 22px;
  padding: 0px 6px;
  text-align: center;
  border-radius: 4px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
}
.description-detail-item span.des-bold-text,
.poster-dtl-item span.des-bold-text {
  font-size: 16px;
  color: #c2c0c0;
  line-height: 28px;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}
.description-detail-item span.des-bold-text a,
.poster-dtl-item span.des-bold-text a {
  font-size: 16px;
  color: #c2c0c0;
  font-weight: 600;
}
.description-detail-item span.des-bold-text a:hover,
.poster-dtl-item span.des-bold-text a:hover {
  color: #f5017e;
}
.description-detail-item span.des-bold-text strong,
.poster-dtl-item span.des-bold-text strong {
  font-size: 17px;
  color: #ffffff;
  font-weight: 700;
}
.description-detail-item h3 {
  font-size: 16px;
  line-height: 28px;
  margin: 5px 0 10px 0;
  color: #ffffff;
  font-weight: 600;
}
.description-detail-item p,
.poster-dtl-item p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #cccccc;
  margin-top: 0;
}
#tab1:checked ~ nav .tab1 label,
#tab2:checked ~ nav .tab2 label,
#tab3:checked ~ nav .tab3 label {
  background: linear-gradient(60deg, #ff8508, #fd0575);
  color: #ffffff;
  position: relative;
}
.actors-member-item {
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
  margin-bottom: 25px;
}
.actors-member-item a {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.actors-member-item img {
  width: 165px;
  height: 165px;
  object-fit: cover;
  border-radius: 100%;
  margin-bottom: 10px;
}
.actors-member-item span,
.actors-member-item a span {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 260px;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.actors-member-item a:hover span {
  color: #eb1536;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.actors-member-single-item {
  border-bottom: 2px solid #202020;
  padding: 20px;
  margin-bottom: 25px;
  overflow: hidden;
}
.actors-member-single-item .actors-member-item span {
  background: rgba(255, 5, 50, 0.6);
  padding: 4px 15px;
  border-radius: 20px;
  color: #fff;
  font-weight: 500;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.actors-member-single-item img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 100%;
  display: block;
  margin: 0 auto 15px auto;
}
.actors-member-single-item .actors-member-item {
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .actors-member-item img {
    width: 150px;
    height: 150px;
    display: block;
    margin: 0 auto 15px auto;
  }
  .actors-member-single-item {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 479px) {
  .actors-member-single-item .actors-member-item span {
    font-size: 14px;
  }
}
@media (max-width: 359px) {
  .actors-member-single-item .actors-member-item span {
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 230px;
    display: inline-block;
  }
}
.nav-pills-custom .nav-link {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  padding: 13px 20px;
  margin-bottom: 15px;
  background: #313439;
  position: relative;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
}
.nav-pills-custom .nav-link i {
  margin-right: 10px;
}
.nav-pills-custom .nav-link.active {
  color: #ffffff;
  background: #f5017e;
}
.tab-content .tab-pane .episodes-list-filter-block {
  width: 100%;
  background: #2f3339;
  padding: 12px 15px;
  border-radius: 6px;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
  border: 1px solid #1b2539;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tab-content
  .tab-pane
  .episodes-list-filter-block
  .custom_select_filter
  .nice-select {
  background: #f5017e;
  color: #ffffff;
}
.tab-content
  .tab-pane
  .episodes-list-filter-block
  .custom_select_filter
  .nice-select::after {
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.tab-content
  .tab-pane
  .episodes-list-filter-block
  .nice-select.prime_select_list
  ul.list {
  position: relative;
  top: 0;
}
.tab-content .tab-pane .episodes-list-filter-block h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: uppercase;
}
#v-pills-tabContent .tab-pane {
  background: #1e2024;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
}
.actor-director-list {
  background: #313439;
  padding: 12px 15px;
  border-radius: 6px;
  margin-bottom: 25px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
  align-items: center;
  display: flex;
}
.actor-director-list img.ac-di-thum {
  width: 70px;
  height: 70px;
  border-radius: 70px;
  object-fit: cover;
  margin-right: 15px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.actor-director-list h4 {
  font-size: 18px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.actor-director-list:hover h4 {
  color: #f5017e;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (min-width: 768px) {
  .nav-pills-custom .nav-link::before {
    content: "";
    display: block;
    border-top: 8px solid transparent;
    border-left: 10px solid #f5017e;
    border-bottom: 8px solid transparent;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    opacity: 0;
  }
}
.nav-pills-custom .nav-link.active::before {
  opacity: 1;
}
.browse_pic_file {
  position: relative;
  display: inline-block;
  cursor: pointer;
  height: 50px;
  float: left;
  margin-right: 10px;
}
.browse_pic_file input {
  width: 20rem;
  height: 50px;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}
.user_pic_view {
  display: inline-block;
}
.user_pic_view img.fileupload_img {
  width: 50px;
  height: 50px;
  margin-top: 0px;
  border: 3px solid rgba(255, 255, 255, 0.15);
  border-radius: 50px;
}
.user_pic_view .pic_remove {
  margin-left: 5px;
  width: 22px;
  height: 22px;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  line-height: 19px;
  border: 2px solid #fff;
  border-radius: 30px;
  font-size: 10px;
}
.user_pic_view .pic_remove:hover {
  color: #f5017e;
  border: 2px solid #f5017e;
}
.browse_file_custom {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 50px;
  padding: 0.5rem 1rem;
  color: #e4e4e4;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  background-color: #2f3237;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
.browse_file_custom::before {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  z-index: 6;
  display: block;
  content: "Browse";
  height: 50px;
  padding: 10px 15px;
  line-height: 30px;
  color: #ffffff;
  background: #f5017e;
  border: 0;
  border-radius: 0 4px 4px 0;
}
.browse_file_custom::after {
  content: "Choose File..";
} 

/*---------------------------------------		
	Pre Loader Section              
-----------------------------------------*/
.ctn-preloader {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: default;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9000;
}
.ctn-preloader .animation-preloader {
  z-index: 1000;
}
.ctn-preloader .animation-preloader .spinner {
  -webkit-animation: spinner 1s infinite linear;
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, 0.1);
  border-top-color: #f5017e;
  height: 90px;
  margin: 0 auto 2em auto;
  width: 90px;
}
.ctn-preloader .animation-preloader .txt-loading {
  font-size: 3em;
  font-weight: 800;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading {
  color: rgba(255, 255, 255, 0.1);
  position: relative;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
  -webkit-animation: letters-loading 4s infinite;
  animation: letters-loading 4s infinite;
  color: #ffffff;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  position: absolute;
  top: -3px;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
}
.ctn-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(2):before {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.ctn-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(3):before {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.ctn-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(4):before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.ctn-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(5):before {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.ctn-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(6):before {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.ctn-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(7):before {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.ctn-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(8):before {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
.ctn-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(9):before {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
.ctn-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(10):before {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
.ctn-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(11):before {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.ctn-preloader.dark .animation-preloader .spinner {
  border-color: rgba(255, 255, 255, 0.2);
  border-top-color: #fff;
}
.ctn-preloader.dark .animation-preloader .txt-loading .letters-loading {
  color: rgba(255, 255, 255, 0.2);
}
.ctn-preloader.dark .animation-preloader .txt-loading .letters-loading:before {
  color: #fff;
}
.ctn-preloader p {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: #3b3b3b;
}
.ctn-preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}
.ctn-preloader .loader .row {
  height: 100%;
}
.ctn-preloader .loader .loader-section {
  padding: 0px;
}
.ctn-preloader .loader .loader-section .bg {
  background-color: rgba(18, 20, 26, 1);
  height: 100%;
  left: 0;
  width: 100%;
  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}
.ctn-preloader .loader.dark_bg .loader-section .bg {
  background: #12141a;
}
.ctn-preloader.loaded .animation-preloader {
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.ctn-preloader.loaded .loader-section .bg {
  width: 0;
  -webkit-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
  -o-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
  transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }
  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }
  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@media screen and (max-width: 500px) {
  .ctn-preloader .animation-preloader .spinner {
    height: 5em;
    width: 5em;
  }
  .ctn-preloader .animation-preloader .txt-loading {
    font-size: 2em;
  }
} 

/*****************************************************************		
	Login Page Style
*****************************************************************/
.login-alert-note {
  font-size: 14px;
  line-height: 24px;
  color: #cecece;
}
.login-alert-note a {
  color: #f5017e;
}
.login-alert-note a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.hero-wrap {
  position: relative;
  width: 100%;
}
.hero-wrap .hero-mask,
.hero-wrap .hero-bg,
.hero-wrap .hero-bg-slideshow {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.hero-wrap .hero-bg.hero-bg-scroll {
  background-attachment: scroll;
  position: fixed;
}
.hero-wrap .hero-bg {
  z-index: 0;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  transition: background-image 300ms ease-in 200ms;
}
.hero-wrap .hero-content {
  position: relative;
  z-index: 2;
}
.hero-wrap .hero-mask {
  z-index: 1;
  position: fixed;
  background: rgba(6, 8, 12, 0.9);
}
.login-signup-logo {
  max-width: 100%;
  height: 50px;
}
.login-item-block a.btn-link,
a.btn-link,
.login-item-block a.btn-link {
  color: #f5017e;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.login-item-block a.btn-link:hover,
a.btn-link:hover,
.login-item-block a.btn-link:hover {
  color: #ffffff;
  text-decoration: underline;
}
.login-item-block .form-group label {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}
.login-item-block .form-check-input {
  width: 20px;
  height: 20px;
  margin-top: 0.1em;
  margin-right: 10px;
  border: 2px solid #484d57;
  background: #2f3237;
}
.login-item-block .form-check-input:checked {
  background-color: #0089cf;
}
.socail-login-item {
  display: flex;
  text-align: center;
  margin: 0 auto;
  position: relative;
  left: 0;
  right: 0;
}
.socail-login-item .btn-google-item {
  background: #d10b29;
  font-weight: 500;
  font-size: 16px;
  border-radius: 6px;
  line-height: 36px;
  border: none;
  color: #ffffff;
  display: block;
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.3);
  margin: 5px;
  padding: 5px 20px;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.socail-login-item .btn-google-item i,
.socail-login-item .btn-facebook-item i {
  font-size: 18px;
  vertical-align: middle;
  margin-right: 10px;
  display: inline-block;
}
.socail-login-item .btn-facebook-item {
  background: #3a559f;
  font-weight: 500;
  font-size: 16px;
  border-radius: 6px;
  line-height: 36px;
  border: none;
  color: #ffffff;
  display: block;
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.3);
  margin: 5px;
  padding: 5px 22px;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.socail-login-item .btn-google-item:hover {
  background: #ffffff;
  color: #d10b29;
}
.socail-login-item .btn-facebook-item:hover {
  background: #ffffff;
  color: #2d5ab5;
}
.login-item-block {
  background: #1e2024;
  border-radius: 16px;
  padding: 25px;
  align-items: center;
  justify-content: space-between;
  border: 3px solid rgba(255, 255, 255, 0.03);
  box-shadow: 0 0px 25px rgba(255, 255, 255, 0.03);
}
h2.form-title-item {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 10px;
  position: relative;
}
h2.form-title-item::before {
  background: #0089cf;
  border: 0 none;
  content: "";
  height: 4px;
  left: 0;
  margin: 0;
  border-radius: 20px;
  position: absolute;
  bottom: -1px;
  width: 40px;
}
.custom-control-label,
.login-item-block p {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
}
.detail-poster-area .dtl-poster-img .vjs-poster {
  background-size: cover;
} 

/*---------------------------------------	
	Popup Search Block
-----------------------------------------*/
.right-sub-item-area .search-item-block form.navbar-form {
  align-items: center;
  justify-content: space-between;
  top: 50%;
  transform: translateY(5%);
  margin-right: 5px;
}
.right-sub-item-area .search-item-block a.btn {
  background: #313439;
  border: 1px solid rgba(55, 64, 79, 0.8);
  color: #ddd;
  padding: 4px 10px;
  box-shadow: 0 5px 10px rgba(11, 14, 21, 0.3);
}
.right-sub-item-area .search-item-block a.btn:hover {
  background: #44484f;
}
.popup-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.97);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.popup-overlay:target {
  visibility: visible;
  opacity: 1;
}
.search .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 20px;
  text-decoration: none;
}
.search .close:hover {
  color: #06d85f;
}
.popup-view.hide {
  display: none;
}
.popup-view {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh);
  z-index: 100000;
  background: rgba(30, 32, 36, 0.97);
  color: #fff;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
  transform: translate3d(0px, 0px, 0px);
  transition: all 0.5s ease-in;
}
#search-popup .modal-content {
  height: calc(100%);
}
#search-popup .modal-content {
  border-radius: 0;
}
.popup-view::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}
.search-results #search_output {
  /*text-align:center;*/
  margin: 20px auto;
  font-size: 22px;
  font-weight: 500;
}
.popup-view .centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  max-width: 800px;
}
.popup-view .centered02 {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  width: 100%;
  max-width: 800px;
}
.popup-view .error-msg {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.popup-view .centered.opaque {
  background: #333;
}
.popup-view .centered.padded {
  padding: 20px;
}
@media (max-width: 700px) {
  .popup-view .centered.padded {
    padding-top: 35px;
    background: #333;
    border-radius: 4px;
  }
}
.popup-view .close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 24px;
  color: #ffffff;
  cursor: pointer;
  z-index: 20000;
  transform: scale(1);
  transition: opacity 0.1s, transform 0.1s;
  opacity: 0.9;
}
.popup-view .close i {
  display: block;
}
.popup-view .close:hover {
  opacity: 0.9;
  transform: scale(1.1);
  transition: opacity 0.1s, transform 0.1s;
}
.popup-view .close02 {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 22px;
  width: 40px;
  height: 40px;
  text-align: center;
  cursor: pointer;
  transform: scale(1);
  transition: opacity 0.1s, transform 0.1s;
  opacity: 0.9;
  display: flex;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  align-items: center;
}
.popup-view .close02:hover {
  opacity: 0.9;
  transform: scale(1.2);
  transition: opacity 0.1s, transform 0.1s;
}
.popup-view .close02 i {
  display: block;
}
@media (min-width: 768px) {
  .popup-view .entitlement-overlay-wrapper {
    position: static;
    margin-top: 0px;
  }
}
@media (max-width: 700px) {
  .popup-view .close {
    right: 20px;
    top: 10px;
  }
  .popup-view .close02 {
    background: rgba(0, 0, 0, 0.5);
    font-size: 30px;
    width: 30px;
    height: 30px;
    top: 5px;
    right: 5px;
  }
}
@media (min-width: 600px) {
  .popup-view .centered {
    margin-top: 25px;
  }
}
@media (min-width: 1025px) {
  .popup-view .auth-view.centered {
    margin-top: -67px;
  }
}
.popup-view .button {
  padding: 10px 10px;
  min-width: 130px;
  text-transform: uppercase;
  font-size: 0.8em;
  display: inline-block;
  outline: none;
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none;
  border: 1px solid rgba(0, 0, 0, 0);
  outline: none;
  color: inherit;
}
.popup-view .button.left-margin {
  margin-left: 20px;
}
.popup-view .button.fat {
  padding: 10px 20px;
}
.popup-view .button.disabled {
  pointer-events: none;
  opacity: 0.8;
}
.popup-view button:disabled {
  pointer-events: none;
  opacity: 0.8;
}
.popup-view .button.outlined {
  border: 1px solid #666;
}
.popup-view .button.inactive {
  border: 1px solid #666;
  background: #222;
}
.popup-view .button.processing {
  opacity: 0.7;
  pointer-events: none;
}
.popup-view .mobile-logo-image {
  margin: 15px auto 10px auto;
  max-width: 150px;
  display: none;
}
@media (max-width: 700px) {
  .popup-view .centered {
    height: 100%;
    overflow-y: auto;
  }
  .popup-view .mobile-logo-image {
    display: block;
  }
}
.popup-view .centered h2 {
  margin-bottom: 3px;
}
.popup-view input[type="text"],
.popup-view input[type="email"],
.popup-view input[type="password"] {
  width: 100%;
  padding: 7px;
  margin: 10px 0;
}
.popup-view .error-box {
  margin: 5px;
  font-size: 0.8em;
  color: red;
}
.popup-view .error {
  color: red;
  font-size: 0.9em;
}
@keyframes reveal {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.search-results .video-tray {
  display: none;
}
.search-results .video-tray .slick-track {
  margin-left: 0;
  margin-right: 0;
}
.search-results .BlockTitle {
  color: #fff !important;
}
.search {
  position: unset;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  text-align: left;
}
.search .logo {
  display: flex;
  justify-content: center;
  height: 45px;
}
.search-container {
  display: flex;
  flex-direction: column;
}
.search .search-container > .title {
  margin-bottom: 5px;
  color: #d9d9d9;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.search .search-input {
  display: flex;
  margin-top: 5px;
  margin-bottom: 0px;
}
.search .search-input input[type="text"] {
  width: 100%;
  max-width: 100%;
  padding: 8px 20px;
  outline: none;
  margin: 0;
  color: #e4e4e4;
  background: #2f3237;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  border: 0;
  font-size: 16px;
  font-weight: 500;
  height: 48px;
  line-height: 1.8;
}
.search .search-input input.focus {
  background: #1e2024 !important;
}
.search .no-results {
  text-align: center;
  padding-top: 15px;
  font-weight: 700;
}
.search-results {
  display: block;
  position: relative;
  border-top: 1px solid #2f3339;
  padding-top: 20px;
}
.search-results.search-results-mobile.results {
  display: block;
  background: #ddd;
  height: 400px;
  overflow: scroll;
}
.search-results.search-results-mobile .search-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid grey;
  color: #000;
  position: relative;
}
.search-results.search-results-mobile .search-item .content-type {
  position: absolute;
  font-size: 0.5em;
  top: 5px;
  right: 15px;
}
.search-results.search-results-mobile .search-item.video-item .title {
  font-size: 15px;
}
.search-results.search-results-mobile .search-item.video-item .title {
  flex-basis: 55%;
}
.search-results.search-results-mobile .search-item .duration {
  text-align: right;
  font-size: 13px;
  color: grey;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.75px;
}
.search-results.search-results-mobile .search-item.video-item .duration {
  flex-basis: 45%;
}
@media (min-width: 1025px) {
  .search .section-padding {
    padding: 20px 0;
  }
  .search .vfx_section_header {
    margin-bottom: 30px;
  }
  .search .video-carousel .owl-buttons {
    position: absolute;
    top: -59px;
  }
  .search {
    top: 5%; /*opacity: 0;	animation: reveal 1s cubic-bezier(0, 1, .5, 1) 1 normal forwards;	animation-delay: .4s;*/
  }
  .search-container {
    padding: 0 10%;
  }
  .search .search-input {
    margin-top: 0px;
  }
  .search .logo {
    display: none;
  }
  .search-results .video-tray {
    display: block;
  }
  .search .search-container > .title {
    display: block;
  }
  .search-container.has-results {
    margin-top: 0px;
  }
  .search-results.search-results-mobile.results {
    display: none;
  }
}
@media (max-width: 1024px) {
  .popup-view .section-padding {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.no-more-post {
  border: 1px solid #2f3339;
  padding: 10px 15px;
  background: #202328;
  border-radius: 6px;
  display: block;
  margin: 0 auto;
  max-width: max-content;
}
.search-no-result {
  border: 1px solid #1b2539;
  padding: 10px 20px;
  background: #2f3339;
  border-radius: 6px;
  display: block;
  margin: 0 auto;
  max-width: max-content;
}
#user_device_list h4.modal-title {
  font-size: 16px;
  margin-bottom: 0;
  color: #fff;
  font-weight: 500;
}
#user_device_list table.table {
  background: #313439;
  border-radius: 4px;
  margin-bottom: 0;
  color: #fff;
}
#user_device_list .table > tbody > tr > td {
  border-bottom-width: 0;
}
#user_device_list a.devise_logout {
  background: #f5017e;
  padding: 5px 10px;
  border-radius: 4px;
  color: #ffffff;
  font-size: 13px;
}
#user_device_list a.devise_logout:hover {
  background: #ffffff;
  color: #f5017e;
}
#user_device_list a.current_device {
  background: #27b03e;
  padding: 5px 10px;
  border-radius: 4px;
  color: #ffffff;
  font-size: 13px;
}
#user_device_list a.current_device:hover {
  background: #ffffff;
  color: #27b03e;
}
#user_device_list .table > tbody > tr > td.des_user_title {
  font-weight: 400;
}
#user_device_list .modal-body h4.modal-title {
  font-size: 16px;
  margin-bottom: 15px;
  color: #fff;
  font-weight: 500;
}
#user_device_list .table > tbody > tr > td,
#user_device_list .table > tbody > tr > th,
#user_device_list .table > tfoot > tr > td,
#user_device_list .table > tfoot > tr > th,
#user_device_list .table > thead > tr > td {
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}
#user_device_list .table > thead > tr > th {
  border-bottom: 0px solid rgba(255, 255, 255, 0.1) !important;
}
@media (max-width: 479px) {
  #user_device_list .des_user_title {
    width: 160px;
  }
}
.not-found-page-area {
  text-align: center;
  margin: 30px auto 10px auto;
}
.not-found-page-area h5 {
  font-size: 18px;
  font-weight: 500;
}