/*[font Variables]*/

@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
@import url("https://fonts.cdnfonts.com/css/gotham");
@import url("https://fonts.cdnfonts.com/css/speed-phreak");

@import url("page-css/faq-page-style.css");

/***====================================================================
  Global Settings START
====================================================================***/
body {
  background: #000;
  background-size: 100%;
  /* background: linear-gradient(to right, red,orange,yellow,green,blue,indigo,violet); */
  /* background-color: #000000;
    background-image: linear-gradient(147deg, #000000 0%, #434343 74%); */
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
ol,
li,
ul,
div,
form,
select,
img,
figure,
default {
  margin: 0px;
  padding: 0px;
  font-family: "Raleway", sans-serif;
  box-sizing: border-box;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

body::-webkit-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
  background-color: #e70e4d;
}

a.navbar-brand {
  width: 230px;
  height: auto;
  margin: auto;
}

ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
  font-family: "Raleway", sans-serif;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

* {
  margin: 0px;
  box-sizing: border-box;
}

header,
footer,
section,
address,
aside,
article,
details,
dialog,
menuitem,
textarea {
  display: block;
  box-sizing: border-box;
}

a:focus,
a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
  outline: 0;
}

select,
select:-moz-focusring,
select::-moz-focus-inner {
  color: transparent !important;
  text-shadow: 0 0 0 #000 !important;
  border: 0;
}

:-moz-submit-invalid {
  box-shadow: none;
}

:-moz-ui-invalid {
  box-shadow: none;
}

select::-ms-expand {
  display: none;
}

img {
  max-width: 100%;
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1170px;
  }
}

/***..................................................Global Settings END..................................................***/
/*..................................................default-css-Start..................................................*/
p {
  font-size: 16px;
  color: #fff;
  line-height: 28px;
  font-family: "Raleway", sans-serif;
}

.overlay {
  background: #f90d0d47;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.5s ease;
}

.loader {
  text-align: center;
  padding-top: 50px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

/*..................................................default-css-End..................................................*/
/***..................................................Scroll To Top style..................................................***/
#scroll {
  display: none;
  width: 40px;
  height: 40px;
  position: fixed;
  z-index: 999;
  right: 12px;
  bottom: 10px;
  padding: 12px 20px;
  color: #fff;
  cursor: pointer;
  font-size: 24px;
  text-align: center;
  border-radius: 100px;
  transition: all ease 0.5s;
  background-image: url(../img/player/scroll_to_top.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#scroll span {
  position: absolute;
  top: 50%;
  left: 44%;
  margin-left: -4px;
  margin-top: -18px;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}

#scroll:hover {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

/*** ..................................................End Scroll To Top style..................................................***/

/* Main title css..................................................*/
.page-heading {
  width: 100%;
  float: left;
  padding-bottom: 60px;
  text-align: center;
  color: #fff;
}

.page-heading h2 {
  display: inline-block;
  padding-bottom: 25px;
  font-size: 54px;
  color: #0e1d44;
  font-weight: 600;
  text-transform: uppercase;
  font-family: Raleway, sans-serif;
  line-height: 45px;
  position: relative;
}

.common-btn {
  display: inline-block;
  background: #c22d2a;
  padding: 4px 25px;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  border-radius: 4px;
  outline: none;
}

.common-btn:hover {
  background: #e5002b;
  color: #fff;
}

.common-btn a {
  color: #fff;
}

.header-gap {
  padding-top: 45px;
}

.inline-panel {
  display: inline-block;
  position: relative;
}

/*-------------------------------------Header-Start-------------------------------------*/
.header-part {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 65px;
  padding: 10px 10px;
  background: #00000012;
  z-index: 88;
}

.header-part.scroll-header {
  /* height: 55px; */
  background: #000000b8;
  padding: 12px 10px;
  -webkit-box-shadow: 0px -2px 6px 1px rgb(0 0 0 / 45%);
  -moz-box-shadow: 0px -2px 6px 1px rgb(0 0 0 / 45%);
  box-shadow: 0px -2px 6px 1px rgb(0 0 0 / 45%);
  transition: all 0.3s ease-in-out;
}

.navbar,
.navbar-brand {
  padding: 0px;
}

.togglesidebarsearch_panel {
  width: 18%;
  display: flex;
  color: #fff;
}

.toggle_mainpanel {
  position: relative;
  float: left;
  overflow: hidden;
  padding: 0;
  width: 33px;
  height: 40px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  background: 0 0;
  z-index: 15;
  transition: top 1s ease-in;
}

.toggle_panel {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  display: block;
  height: 3px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  border-radius: 8px;
}

.toggle_panel span {
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  display: block;
  height: 3px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  border-radius: 2px;
}

.toggle_panel span::before {
  top: -12px;
  -webkit-transition-property:
    top,
    -webkit-transform;
  transition-property:
    top,
    -webkit-transform;
  transition-property: top, transform;
  transition-property:
    top,
    transform,
    -webkit-transform;
}

.toggle_panel span::before {
  position: absolute;
  display: block;
  left: 0;
  width: 80%;
  height: 3px;
  background-color: #fff;
  content: "";
  -webkit-transition-duration: 0.5s, 0.5s;
  transition-duration: 0.5s, 0.5s;
  border-radius: 2px;
}

.toggle_panel span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  content: "";
  -webkit-transition-duration: 0.5s, 0.5s;
  transition-duration: 0.5s, 0.5s;
  border-radius: 2px;
}

.toggle_panel span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 60%;
  right: 0;
  margin: auto;
  height: 4px;
  background-color: #fff;
  content: "";
  -webkit-transition-duration: 0.5s, 0.5s;
  transition-duration: 0.5s, 0.5s;
  border-radius: 2px;
}

.toggle_panel span::before {
  position: absolute;
  display: block;
  left: 0;
  width: 50%;
  height: 4px;
  background-color: #fff;
  content: "";
  -webkit-transition-duration: 0.5s, 0.5s;
  transition-duration: 0.5s, 0.5s;
  border-radius: 2px;
}

.toggle_panel:after {
  content: "";
  position: absolute;
  bottom: -17px;
  height: 4px;
  left: 0;
  top: 20px;
  width: 50%;
  background: #fff;
  border-radius: 2px;
}

.toggle_panel.toggle_open span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.toggle_panel.toggle_open span::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.toggle_panel.toggle_open span {
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  background: 0 0;
  top: 0;
}

.toggle_panel.toggle_open .toggle_panel:after {
  background: 0 0 !important;
}

.logo_panel {
  margin: auto;
}

.logo-panel img {
  max-width: inherit;
}

.banner_slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner_slide .inline-panel {
  width: 100%;
}

.header_main {
  width: 100%;
  display: flex;
  align-items: center;
}

.user_list {
  width: 24%;
}

.loginregister-list {
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in;
  justify-content: end;
}

.loginregister-list a {
  display: inline-block;
  padding: 0px 7px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 15px;
  position: relative;
}

.lgnrgstr_line {
  display: inline-block;
  font-size: 18px;
  margin-top: -3px;
  font-weight: 400;
}

.loginregister-list li {
  color: #ffffff;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
}

.username_text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.username_mobile {
  width: 26px;
  height: 26px;
  display: none;
  margin-top: 6px;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  border-radius: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: solid 2px #ebebebd9;
}

/* .loginregister-list a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
    background-color: #fff;
    transform: rotate(15deg);
}
.loginregister-list a:last-child::after {
    display: none;
} */
.usertoggle_main {
  position: relative;
  float: left;
  overflow: hidden;
  padding: 0;
  width: 33px;
  height: 28px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  background: 0 0;
  z-index: 15;
  transition: top 1s ease-in;
}

.user_toggle {
  /* position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    display: block;
    height: 3px;
    -webkit-transition: background .3s;
    transition: background .3s;
    border-radius: 8px; */
}

.user_toggle:after {
  content: "";
  position: absolute;
  height: 4px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0px;
  width: 50%;
  background: #fff;
  border-radius: 2px;
}

.user_toggle span::before {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  margin: auto;
  width: 50%;
  height: 4px;
  background-color: #ffffff;
  content: "";
  -webkit-transition-duration: 0.5s, 0.5s;
  transition-duration: 0.5s, 0.5s;
  border-radius: 2px;
}

.user_toggle span::after {
  position: absolute;
  display: block;
  left: 0;
  top: 12px;
  width: 60%;
  right: 0;
  height: 4px;
  background-color: #ffffff;
  content: "";
  -webkit-transition-duration: 0.5s, 0.5s;
  transition-duration: 0.5s, 0.5s;
  border-radius: 2px;
}

.userbar {
  height: 100%;
  position: fixed;
  top: 0;
  right: -100%;
  background-color: #000;
  overflow: hidden;
  transition: 0.5s;
  /* box-shadow: 1px 0 16px 0 rgb(0 0 0 / 30%); */
  padding: 0px 0px 30px 0px;
  text-align: left;
  z-index: 999991;
}

.userbar.fixed_userbar {
  width: 430px;
  right: 0px;
}

.username_topgroup {
  font-size: 25px;
  color: #fff;
  padding: 0px 0 10px 0px;
  border-bottom: solid 1px #c4c2c1;
}

.userbar_colse {
  font-size: 28px;
  cursor: pointer;
}

.username_toptext {
  display: inline-block;
  padding-left: 10px;
  font-size: 26px;
  color: #dbdbdb;
  font-weight: 600;
}

.username_topgroup .common-btn {
  display: inline-block;
  background: #c22d2a;
  padding: 6px 12px;
  margin: auto 0px auto auto;
  color: #fff;
  font-size: 18px;
}

.yourlist_text strong {
  padding-top: 20px;
  display: block;
  font-size: 24px;
  color: #dbdbdb;
}

.freeaccsubs_group {
  padding: 15px 0px 0px 0px;
  color: #fff;
}

.freeaccsubs_panel {
  display: flex;
  align-items: center;
}

.freeaccsubs_group p {
  text-align: right;
  padding-top: 15px;
  font-size: 16px;
}

.freeaccsubs_group p strong {
  font-size: 20px;
  text-transform: capitalize;
}

.freeaccsubs_hdng {
  min-width: 45%;
  font-size: 20px;
}

.freeaccsubs_group .common-btn {
  padding: 4px 14px;
  /* background: #f5b700; */
  background: #c22d2a;
  font-size: 22px;
  border: none;
  border-radius: 6px;
  outline: none;
}

.userview_group {
  display: flex;
  padding: 15px 0px 0px 0px;
  align-items: center;
  color: #fff;
}

.userbarnav_group {
  width: 100%;
  margin: 10px 0px;
  padding: 10px 0px;
  /* border-top: solid 1px #c4c2c1; */
}

/* .userbarnav_group:last-child {
    border: none;
} */
.userbarnav_group li>span {
  font-size: 20px;
  font-weight: 300;
  color: #dbdbdb;
  line-height: 32px;
  text-align: center;
  letter-spacing: 1px;
}

.userbarnav_group li a {
  font-size: 18px;
  font-weight: 300;
  color: #dbdbdb;
  line-height: 30px;
  text-align: center;
  letter-spacing: 1px;
  transition: padding-left 0.5s ease;
  -webkit-transition: padding-left 0.5s ease;
}

.userbarnav_group li a:hover,
.userbarnav_group li.active a {
  color: #ffeb3b;
  padding-left: 5px;
}

.userbarnav_group li span {
  transition: padding-left 0.5s ease;
  -webkit-transition: padding-left 0.5s ease;
}

.userbarnav_group li span:hover {
  color: #ffeb3b;
  padding-left: 5px;
  cursor: pointer;
}

.userview_input {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  text-align: center;
}

.userview_input li {
  padding: 0px 4px;
}

.userview_input li .viewlarge-card {
  width: 28px;
  height: 30px;
}

.userview_input .viewsmall-card {
  width: 20px;
  height: 26px;
  margin-top: 5px;
}

.userview_input .viewlong-card {
  margin-top: 10px;
  width: 30px;
  height: 22px;
}

.userview_input .viewdetails-grid {
  margin-top: 8px;
  margin-bottom: 10px;
  width: 30px;
  height: 22px;
}

.userview_input .custom-control .custom-control-input {
  width: 2rem;
  height: 2rem;
  cursor: pointer;
}

.userview_input .custom-control.custom-radio .custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border: solid 2px #ffffff;
  background-color: #2a2a2a;
}

.userview_input .custom-control-input:focus~.custom-control-label::before {
  box-shadow: none;
}

.userview_input .custom-control.custom-radio .custom-control-label::before {
  width: 1.5rem;
  height: 1.5rem;
  top: 0px;
  background: #2a2a2a;
  border: solid 2px #fff;
}

.userview_input .custom-control.custom-radio .custom-control-label::after {
  top: 0rem;
  width: 1.5rem;
  height: 1.5rem;
  left: -1.5rem;
}

.header_search {
  width: 36px;
  font-size: 28px;
  line-height: 38px;
  cursor: pointer;
}

.top-search {
  padding: 10px 0px;
}

.top-search .input-group-addon {
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 22px;
  padding-left: 0;
  padding-right: 0;
  cursor: pointer;
  position: relative;
}

.top-search .input-group {
  width: 100%;
  height: 50px;
  background-color: #282727;
  padding: 0 20px;
  align-items: center;
}

/* .top-search .input-group::before {
    content: "";
    position: absolute;
    left: 5%;
    top: 29%;
    bottom: 30%;
    width: 2px;
    background-color: #919191;
} */
.top-search input.form-control {
  height: 38px;
  padding: 0 15px;
  margin-top: 4px;
  background-color: transparent;
  border: none;
  -moz-box-shadow: 0px 0px 0px;
  -webkit-box-shadow: 0px 0px 0px;
  -o-box-shadow: 0px 0px 0px;
  box-shadow: 0px 0px 0px;
  color: #fff;
  position: relative;
}

.top-search input.form-control.placeholder {
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  color: #dbdbdb;
}

.top-search input.form-control:-moz-placeholder {
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  color: #dbdbdb;
}

.top-search input.form-control::-moz-placeholder {
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  color: #dbdbdb;
}

.top-search input.form-control::-webkit-input-placeholder {
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  color: #dbdbdb;
}

.userbar .top-search .input-group {
  background-color: #000000;
}

.userbar .top-search {
  padding: 10px 7px 10px 0px;
}

.cattoggle-btn {
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}

.userbar_comnhdng {
  display: block;
  font-size: 20px;
  color: #dbdbdb;
  line-height: 18px;
}

.createlist_panel {
  display: flex;
  align-items: center;
}

.createlist_btn {
  display: inline-block;
  background: #c22d2a;
  margin-left: auto;
  padding: 6px 8px;
  border-radius: 0px;
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  line-height: 22px;
  cursor: pointer;
  border-radius: 4px;
}

.createlist_btn i {
  padding-left: 8px;
  font-size: 15px;
}

.createlist_icongroup {
  margin-left: auto;
}

.createlist_icon {
  display: inline-block;
  max-width: 35px;
  padding: 0px 8px;
}

.yourlistfrnd_group {
  width: 100%;
  margin: 10px 0px;
  padding: 10px 0px;
}

.yourlistfrnd {
  width: 100%;
}

.yourlistfrnd ul {
  padding: 15px 0px;
}

.yourlistfrnd ul li {
  display: flex;
  flex-wrap: wrap;
}

.yourlistfrnd ul li a {
  max-width: 65%;
  padding: 1px 0px;
  font-size: 20px;
  font-weight: 300;
  color: #dbdbdb;
  line-height: 32px;
  letter-spacing: 1px;
  transition: padding-left 0.5s ease;
  -webkit-transition: padding-left 0.5s ease;
}

.yourlistfrnd ul li a:hover {
  color: #ffeb3b;
  padding-left: 5px;
  transition: all 0.3s ease-in;
}

.yourlistfrnd ul li span {
  font-size: 18px;
  font-weight: 300;
  color: #dbdbdb;
  line-height: 32px;
  text-align: center;
  letter-spacing: 1px;
}

.yourlistfrnd svg {
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.yourlistfrnd svg:hover g {
  fill: #ffc600;
}

.removeyourlst_icon svg {
  width: 30px;
  height: 30px;
}

.removeyourlst_icon svg:hover g {
  fill: #ff706d;
}

.sharefrnd_icon svg:hover g {
  fill: #fdf088;
}

.remove_frndlst {
  margin-left: 50px !important;
  font-size: 25px !important;
  color: #fff !important;
  cursor: pointer;
}

.remove_frndlst:hover {
  color: #ff706d !important;
  padding-left: 3px;
  transition: all 0.5s ease-in;
}

.createlist_popup .modal-body {
  display: flex;
  align-items: center;
  justify-content: center;
}

.createlist_popup .share-cont {
  width: 100%;
}

.editwishlist_form {
  display: block;
}

.editwishlist_form .form-control {
  height: auto;
}

.editwishlist_form .common-btn {
  padding: 4px 10px;
  font-size: 20px;
}

.sharefrndlistform_panel {
  width: 100%;
}

.sharefrndlistform_panel .form-group .form-control {
  text-align: left;
}

/*-------------------------------------Sidebar-new-Start-------------------------------------*/
.user-panel {
  width: 100%;
  padding: 12px 15px;
  display: table;
  background: #f9f9e9;
  border-bottom: solid 1px#f3f1f1;
}

.navbar-group {
  width: 100%;
  padding: 10px 0px;
  list-style: none;
}

.navbar-group>li {
  width: 100%;
  display: block;
  clear: left;
  position: relative;
}

.navbar-group>li>a {
  width: 100%;
  display: block;
  position: relative;
  padding: 1px 25px;
  font-size: 18px;
  font-weight: 300;
  color: #dbdbdb;
  line-height: 32px;
  letter-spacing: 1px;
  transition: padding-left 0.5s ease;
  -webkit-transition: padding-left 0.5s ease;
}

.navbar-group>li>a:hover {
  color: #ffeb3b;
  font-weight: 400;
  padding-left: 30px;
}

.advancedsearchsidebr_text span a:hover,
.savesearch_guestlogin span a:hover {
  color: #ffeb3b;
}

.navbar-group li .nav-icon {
  width: 30px;
  max-width: 30px;
  display: table-cell;
  font-size: 18px;
  line-height: 42px;
}

.navbar-group li .sidebarnav-text {
  max-width: 82%;
  display: table-cell;
  line-height: 42px;
}

.dropdown-submenu {
  min-width: 100%;
  float: left;
  display: block;
  padding: 0px;
  display: none;
  background: rgb(254 222 222 / 25%) !important;
}

.navbar-group>li>.dropdown-submenu>li {
  position: relative;
  width: 100%;
  float: left;
}

.navbar-group>li>.dropdown-submenu>li>a {
  display: table;
  width: 100%;
  padding: 0px 16px;
  line-height: 45px;
  color: rgba(0, 0, 0, 0.87);
  font-family: Raleway, sans-serif;
  font-weight: normal;
  font-size: 14px;
  position: relative;
  text-transform: capitalize;
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
  letter-spacing: 0.45px;
}

.navbar-group>li>.dropdown-submenu>li>a i {
  font-size: 18px;
}

.navbar-group li .nav-icon {
  width: 30px;
  max-width: 30px;
  display: table-cell;
  font-size: 18px;
  line-height: 42px;
}

.navbar-group>li>.dropdown-submenu>li>.dropdown-submenu>li>a {
  display: block;
  padding: 0px 20px;
  line-height: 35px;
  color: rgba(0, 0, 0, 0.87);
  font-family: Raleway, sans-serif;
  font-weight: normal;
  font-size: 13px;
  position: relative;
}

.dot-sz {
  display: inline-block;
  font-size: 5px !important;
  padding-right: 3px;
  color: rgba(0, 0, 0, 0.87);
  line-height: 15px;
}

/*-------------------------------------Sidebar-new-End-------------------------------------*/

/*-------------------------------------Sidebar-Start-------------------------------------*/
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  top: 0;
  left: -110px;
  background-color: #000;
  overflow: hidden;
  transition: 0.5s;
  /* box-shadow: 1px 0 16px 0 rgb(0 0 0 / 30%); */
  padding: 0px 0px 60px 0px;
  text-align: left;
  z-index: 999991;
}

.sidenav .logo_panel {
  width: auto;
  padding: 20px 32px;
}

.sidebar {
  width: 100%;
  padding: 0;
  overflow: hidden;
  overflow-y: auto;
  height: calc(100% - 4rem);
}

.whiteOverlay,
.whiteOverlay2,
.whiteOverlay3 {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #424242;
  opacity: 0.75;
  display: none;
  z-index: 999;
}

.sidebarnav-main {
  width: 100%;
  padding: 20px 20px;
  overflow: hidden;
  overflow-y: auto;
  height: calc(100% - 0rem);
}

#header.fixed {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  display: block;
  z-index: 10000;
  background: #fff;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

.header_part {
  transition: all 0.5s ease;
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.sidenav.fixed_sidebar {
  width: 410px;
  left: 0px;
}

sidenav a.explore {
  font-size: 16px;
  font-family: "Lato Regular", sans-serif;
  font-weight: 400;
  display: block;
  margin: 0 0 3px 0;
  position: relative;
  color: #212121;
  white-space: nowrap;
  background: url(https://images.livemint.com/static/icon-sprite.svg) no-repeat 183px -1914px #f6f6f6;
  padding-left: 20px;
  padding: 13px 0 13px 20px;
  display: block;
}

.nav_left a {
  border-bottom: solid 1px #e1dfdf;
  cursor: pointer;
  display: block;
  color: #212121;
  font-family: "Lato Regular", sans-serif;
  padding: 8px 8px 8px 24px;
  font-size: 16px;
  font-weight: 400;
}

.nav_left a.active,
.nav_left a.active:hover {
  border-left: 3px solid #ff8a00;
  background: #f2e6d9;
  margin-bottom: 8px;
  color: #151515;
  font-family: "Lato bold", sans-serif;
  font-weight: 700;
}

.nav_left a:hover,
.nav_left li.current a {
  color: #ff8a00;
}

.sidenav a.explore {
  font-size: 16px;
  font-family: "Lato Regular", sans-serif;
  font-weight: 400;
  display: block;
  margin: 0 0 3px 0;
  position: relative;
  color: #212121;
  white-space: nowrap;
  background: url(https://images.livemint.com/static/icon-sprite.svg) no-repeat 183px -1914px #f6f6f6;
  padding-left: 20px;
  padding: 13px 0 13px 20px;
  display: block;
}

.sidenav a.explore div {
  float: left;
}

.whiteOverlay,
.whiteOverlay2,
.whiteOverlay3 {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0000009e;
  opacity: 0.75;
  display: none;
  z-index: 999;
}

.savedsearch_form {
  width: 60%;
  padding-left: 25px;
}

.savedsearch_form.small {
  width: 100%;
  padding-left: 25px;
}

/* .share-popup.savedsearch_popup .modal-dialog {
    max-width: 400px;
} */

.share-popup.savedsearch_popup .share-cont .form-group .form-control,
.share-popup.createlist_popup .share-cont .form-group .form-control {
  height: 50px;
  padding: 10px 20px;
  border-radius: 0px;
  text-align: left !important;
  box-shadow: none !important;
}

.share-popup .form-group .form-control {
  height: auto;
}

.savedsearch_popup .share-cont .common-btn {
  height: 45px;
  background: #ca2a1f;
  padding: 6px 24px;
  border: solid 1px #ca2a1f;
}

.share-popup.savedsearch_popup .share-cont .form-group .form-control {
  text-align: left !important;
}

/*-------------------------------------Sidebar-End-------------------------------------*/

/* ...........................................Filter-css-Start...........................................*/

.filter-gallery {
  position: fixed;
  /* background: #edededb0; */
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.sidebarnav-main::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.sidebarnav-main::-webkit-scrollbar {
  width: 4px;
  background-color: #f5f5f5;
}

.sidebarnav-main::-webkit-scrollbar-thumb {
  background-color: #e70e4d;
}

.filter-gallery .nav {
  background: #f7f7f7db;
  padding: 10px 40px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  box-shadow: 3px 2px 26px #00000096;
}

.filter-gallery .nav li {
  padding: 0px 40px;
  font-size: 20px;
  cursor: pointer;
}

.filter-gallery .nav li i {
  padding-left: 4px;
  font-size: 16px;
}

.filterlist-grid {
  padding: 12px 15px;
}

.searchfilter-group {
  padding: 15px 0px;
}

.searchfilter_heading {
  display: block;
  color: #dbdbdb;
  font-size: 20px;
  font-weight: 600;
}

.savesearch_sidebartext {
  padding: 20px 0px 20px 20px;
}

.savesearch_sidebartext span {
  font-size: 18px;
  font-weight: 500;
  color: #dbdbdb;
}

.accountfree_limitedsved {
  display: block;
  padding-bottom: 5px;
  font-size: 14px !important;
  font-style: italic;
}

.savesearch_sidebartext strong {
  display: block;
  font-size: 22px;
  color: #fff;
}

.savesearch_sidebartext.savesearch_guestlogin strong {
  display: block;
  font-size: 22px;
  color: #fff;
}

.savesearch_sidebartext ul li {
  display: flex;
  justify-content: space-between;
}

.savesearch_sidebartext.savesearch_guestlogin .savesearchaddremove_list {
  /* display: none; */
}

.savesearchaddremove_list>li> :first-child {
  transition: padding-left 0.5s ease;
  -webkit-transition: padding-left 0.5s ease;
}

.savesearchaddremove_list>li:hover> :first-child {
  padding-left: 10px;
}

.remove_savesearch {
  padding: 0px 15px;
  cursor: pointer;
}

.savesearch_sidebartext ul li .savesearch_text:hover {
  color: #ffeb3b;
}

.savesearch_sidebartext ul li .remove_savesearch:hover {
  color: #ff3d2f;
}

.advancedsearchsidebr_text {
  padding-left: 20px;
}

.advancedsearchsidebr_text strong {
  display: block;
  font-size: 25px;
  color: #dbdbdb;
  font-weight: 600;
}

.advancedsearchsidebr_text span {
  color: #dbdbdb;
}

.filter_row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 5px 0px;
}

.filter_row .filter_col:first-child {
  flex-basis: 58%;
}

.filter_col {
  flex-basis: 42%;
}

.filter-group {
  width: 100%;
  color: #fff;
  font-size: 15px;
  text-align: left;
  text-transform: capitalize;
}

.filter-group .form-group {
  margin: 6px 0;
}

.filter-group .form-check {
  padding-left: 0.25rem;
}

.searchfilter-group.view_filter .filter_row .filter_col {
  flex: 1;
}

.viewlarge-card {
  width: 36px;
  height: 40px;
  display: inline-block;
  margin: 1px;
  background-color: #fff;
  border-radius: 2px;
}

.viewsmall-card {
  width: 22px;
  height: 30px;
  display: inline-block;
  margin: 1px;
  background-color: #fff;
  border-radius: 2px;
}

.viewlong-card {
  width: 36px;
  height: 24px;
  display: inline-block;
  margin: 1px;
  background-color: #fff;
  border-radius: 2px;
}

.viewdetails-grid img {
  width: 45px;
}

.common-checkbox .custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #2e2e2d;
  background-color: #000;
}

.common-checkbox .custom-control-input {
  width: 2rem;
  height: 1.7rem;
}

.common-checkbox .custom-control-label,
.common-radio .custom-control-label {
  padding-left: 10px;
  font-size: 16px;
  color: #dbdbdb;
  font-weight: 300;
  cursor: pointer;
  transition: padding-left 0.5s ease;
  -webkit-transition: padding-left 0.5s ease;
}

.filter_col:hover .common-checkbox .custom-control-label,
.filter_col:hover .common-radio .custom-control-label {
  color: #ffeb3b;
  font-weight: 400;
  padding-left: 12px;
  transition: all 0.3s ease-in;
}

.common-checkbox .custom-control-label::before {
  width: 1.6rem;
  height: 1.6rem;
  top: 0.1rem;
  border-radius: 2px;
  background-color: #000;
  border: #454344 solid 2px;
}

.custom-control.common-radio .custom-control-input:checked~.custom-control-label::before {
  top: 0px;
  border-color: #e4e2e2;
  background-color: #383838;
  color: #fff;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.common-checkbox .custom-control-label::after {
  width: 1.6rem;
  height: 1.6rem;
  top: 0.1rem;
  border-radius: 2px;
  border: #e4e2e2 solid 1px;
}

.filter_col:hover .common-checkbox .custom-control-label::after {
  border-color: #ffeb3b;
}

.common-checkbox .custom-control-input:focus~.custom-control-label::before {
  box-shadow: inherit !important;
}

.common-radio .custom-control-input {
  width: 2rem;
  height: 1.4rem;
}

.common-radio .custom-control-label::before {
  width: 1.5rem;
  height: 1.5rem;
  top: 0px;
  background-color: transparent;
  border: #e4e2e2 solid 2px;
}

.filter_col:hover .common-radio .custom-control-label::before {
  border-color: #ffeb3b;
}

.common-radio .custom-control-label::after {
  width: 1.5rem;
  height: 1.5rem;
  top: 0rem;
}

.submitsave_parent {
  display: flex;
  padding: 5px 0px;
}

.searchfilter-area .btn_paren {
  padding-top: 20px;
}

.submitsave_panel {
  display: inline-block;
}

.submitsave_parent .submitsave_panel:last-child {
  padding-left: 50px;
}

.add-btn {
  background-color: #ed6e73;
  padding: 8px 25px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: initial;
  border: 2px solid #e8545b;
  border-radius: 6px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  outline: none;
}

.create_guest {
  display: none;
  padding-top: 10px;
  color: #fff;
}

.create_guest span {
  color: #fff;
}

.submitsave_guestlogin .create_guest {
  display: inline-block;
}

.btn_parent .add-btn:last-child {
  margin-right: 30px;
}

.add-btn:hover {
  background-color: #e50914;
  color: #fff !important;
}

.submitsave_guestlogin .add-btn {
  background-color: #6b6b6b;
  border-color: #5a5a5a;
}

.submitsave_guestlogin .add-btn:hover {
  background-color: #616060;
}

.logoprtnr_grid {
  padding-top: 30px;
}

.logoprtnr_text {
  display: block;
  padding-bottom: 10px;
  color: #dbdbdb;
  font-size: 20px;
  font-weight: 600;
}

.logoprtnr_group {
  display: flex;
  flex-wrap: wrap;
}

.logoprtnr_panel {
  width: 50%;
  padding: 8px 5px;
}

.logoprtnr_logo {
  display: inline-block;
  max-width: 130px;
  padding: 12px 40px;
  border: solid 2px #392e9b;
  border-radius: 100px;
}

/* ...........................................Filter-css-End...........................................*/
/*-------------------------------------Header-End-------------------------------------*/
/***-------------------------------------Main Slider style-------------------------------------***/
.banner-slider {
  background-color: #000;
  overflow: hidden;
  padding: 0px !important;
}

.banner_main {
  width: 100%;
}

.banner-slider .container-fluid,
.banner-slider .container {
  position: relative;
  padding-right: 0;
  padding-left: 0;
}

.banner_slide {
  max-height: 80vh;
  position: relative;
}

.homebanner-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0%;
  padding: 5px 30px;
  z-index: 9;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-right: auto;
  margin-top: 15%;
  text-align: left;
  background-image: linear-gradient(to top, #000000, #08090ecc, #1e243e00);
}

.homebanner-text span {
  padding: 0px 15px;
  display: inline-block;
}

.homebanner-text span a {
  display: inline-block;
}

.homebanner-text i {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  vertical-align: text-bottom;
  padding-right: 0px;
  border-radius: 100px;
}

.homebanner-text {
  padding-left: 40px;
}

.homebanner-text p {
  font-size: 16px;
  font-weight: 600;
}

.homebanner-text i img {
  width: auto;
  max-width: 40px;
  max-height: 40px;
  display: inline-block !important;
}

.homebanner_btngroup {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 0px 12px 0px;
}

.homebanner_btngroup .posted_timetype img {
  height: 40px;
  width: auto;
}

.homebanner-text .common-btn,
.episodeinfo_panel .common-btn {
  margin-right: 25px;
  width: 60px;
  height: 60px;
  background-color: #2e323300;
  padding: 12px;
  color: #bfbfbd;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  border: solid 1px #fff;
  text-transform: capitalize;
  transition: all 0.5s ease-in-out;
  border-radius: 45px;
  outline: none;
}

.common-btn.addwishlist_btn {
  width: 50px;
  height: 50px;
  font-size: 20px;
  background-color: #282c2b54;
  color: #ffffff;
  line-height: 24px;
}

.homebanner-text .common-btn.play_btn,
.episodeinfo_panel .common-btn.play_btn {
  width: 72px;
  height: 72px;
  background-color: #282c2b54;
  font-size: 24px;
  color: #fff;
  line-height: 42px;
  text-align: center;
  border-radius: 45px;
  border: solid 1px #ffffff;
  outline: none;
}

.episodeinfo_panel .common-btn.play_btn {
  width: 50px;
  height: 50px;
  line-height: 20px;
  cursor: pointer;
}

.homebanner-text .common-btn.play_btn i,
.episodeinfo_panel .common-btn.play_btn i {
  margin-left: 2px;
}

.homebanner-text .common-btn:hover,
.episodeinfo_panel .common-btn:hover {
  background-color: #f5be00;
  color: #000;
}

.common-btn.watchtrailer_btn {
  width: auto;
  height: auto;
  margin: 0px;
  background-color: #282c2b54;
  padding: 10px 30px;
  font-size: 17px;
  color: #fff;
  cursor: pointer;

  font-weight: bold;
  border-radius: 6px;
  margin-right: 20px;
}

.bannercrntheading_top {
  position: absolute;
  left: 0;
  bottom: 95%;
  font-size: 100px;
  color: #ca2a1f;
  text-shadow: -4px 5px 0px #1f56f4;
  font-family: Raleway, sans-serif;
}

.bannercrntheading_top>img {
  max-width: 70%;
}

.play-icon {
  max-width: 24px !important;
  max-height: 24px !important;
}

.movishortstatus_panel a {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.movishortstatus_panel a strong {
  font-size: 20px;
}

.movishortstatus_panel i {
  padding: 4px 5px;
  display: inline-block;
}

.movishortstatus_panel i img {
  width: auto !important;
  max-width: 24px;
  display: inline-block !important;
}

.movishortstatus_panel i img+span {
  display: none;
  position: absolute;
  left: 32px;
  bottom: 20px;
  z-index: 2;
  font-size: 14px;
  color: lightgray;
  padding: 5px;
  background-color: #000;
}

.movishortstatus_panel i img:hover+span {
  display: block;
}

.movi-remastered {
  max-width: 32px !important;
}

.movi-name {
  max-width: 50%;
  font-size: 32px;
}

.movi-directed {
  max-width: 50%;
  font-size: 16px;
}

.trailer-popup .movitrailer-text p {
  padding: 8px 0px;
  font-size: 15px;
  color: #fff;
  line-height: 24px;
}

.movirelease-status ul li {
  color: #fff;
}

.trailer-popup .close {
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 75px;
  padding: 2px 10px 2px 10px;
  font-weight: 200;
  margin-top: -20px;
  line-height: 1;
  color: #7f7f80;
  text-shadow: none;
  opacity: 1;
  outline: none !important;
}

.movitrailer-rqstnfo {
  display: inline-block;
}

.movitrailer-btn {
  background-color: #000000;
  padding: 4px 10px;
  font-size: 20px;
  color: #fff;
  font-weight: 300;
  border: solid 3px #dfdddb;
  border-radius: 10px;
  outline: none !important;
  text-align: center;
}

.movitrailer-btn a {
  color: #fff;
}

.movitrailer-btn span {
  display: inline-block;
  padding-right: 15px;
  vertical-align: middle;
}

.movitrailer-btn i {
  max-width: 20px;
  display: inline-block;
}

.trending-panel {
  padding: 3px;
  margin: 5px 0px;
  /* border: solid 5px transparent; */
  transition: all 0.5s ease-in;
}

.trending-panel:hover {
  background: #f9bb1e;
}

.trending-panel img {
  width: 100%;
}

.trending-panel:hover .movishortinfo_panel {
  opacity: 1;
  visibility: visible;
}

.trending-poster {
  position: relative;
}

.trending-poster .movishortinfo_panel {
  left: 0;
  right: 0;
  bottom: 0;
}

.comming-slider .owl-nav {
  top: -34px !important;
}

.comming-panel img {
  width: 100%;
  height: 100%;
}

.comming-panel {
  padding: 7px 5px;
}

.comming-poster {
  position: relative;
}

.comming-poster .movishortinfo_panel {
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.comming-panel:hover .movishortinfo_panel {
  opacity: 1;
  visibility: visible;
}

.category_page {
  padding-top: 100px;
}

/*=================================category-Pages-Start================================================== */

.category_area {
  padding: 0px 30px;
}

.category_slider::after {
  content: "";
  position: absolute;
  left: 6px;
  right: 5px;
  bottom: 2px;
  border-bottom: solid 1px #ccc;
  z-index: -1;
}

.category_panel {
  margin-bottom: -2px;
  position: relative;
  text-align: center;
}

.category_panel span {
  display: inline-block;
  padding: 5px 12px;
  margin: auto;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  cursor: pointer;
  position: relative;
}

.category_panel:hover span,
.category_panel.active span {
  border-color: #4998d1;
}

.category_panel.current_cat span {
  border-bottom: solid 8px #02acaa !important;
}

.category_imgpanel {
  /* width: 195px;
    height: 290px; */
  margin: 15px auto;
}

.category_imgpanel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.movie-panel.category_imgpanel i {
  width: 38px;
  height: 38px;
  font-size: 13px;
  line-height: 38px;
}

.categorysearch_main {
  padding: 0px 30px;
}

.custom-redselect {
  background: #d2314f;
  height: 40px;
  margin-left: 10px;
  padding: 8px 24px 8px 15px;
  color: #fff !important;
  font-weight: 600;
  font-size: 14px;
  background-image: url(../img/icon/select-arrow.png);
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-size: 14px;
  border: none;
  border-radius: 2px;
  box-shadow: inherit !important;
}

.custom-redselect option {
  padding: 20px 0px;
  color: #fff;
}

.catsortbystatus_panel {
  display: flex;
  height: 40px;
  padding: 4px;
  align-items: center;
  justify-content: center;
  color: #dbdbdb;
  font-weight: bold;
  border: solid 2px #ffffff;
  border-radius: 4px;
  cursor: pointer;
}

.catsortbystatus_panel.active {
  background: #565555;
}

.catsortbystatus_panel.selected {
  background: #d2314f;
}

.catsortbystatus_text {
  padding-right: 10px;
}

.catsortbystatus_icon img {
  max-width: 20px;
}

.infinite-scroll-component {
  overflow: hidden !important;
  height: inherit !important;
}

.categorysearch-slider {
  padding: 0px 50px;
}

.categorysearch-slider .scsc {
  background: #00000075;
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 0px 5px;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  line-height: 28px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  border: solid 1px #e8e5e5eb;
  border-radius: 100%;
  outline: none !important;
}

.categorysearch-slider .owl-nav {
  position: absolute;
  top: 5px;
  right: 0;
  width: 100%;
  left: 0;
}

.categorysearch-slider .owl-nav .owl-next,
.categorysearch-slider .owl-nav .owl-prev {
  background: #00000075;
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 0px 5px;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  line-height: 28px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  border: solid 1px #e8e5e5eb;
  border-radius: 100%;
  outline: none !important;
}

.categorysearch-slider .owl-nav .owl-next {
  float: right;
}

.categorysearch-slider .owl-stage-outer {
  position: relative;
  z-index: 9;
}

.remove_movi:hover i {
  border-color: #ff1403db !important;
  color: #ff3d2f;
  transition: all 0.5s ease-in;
}

/*=================================category-Pages-End================================================== */
.share-popup .modal-content {
  min-height: 250px;
  background-color: #20223c;
  padding: 10px;
  padding-bottom: 0px;
  border: none;
}

.share-popup .modal-content.small {
  min-height: 100px !important;
  max-width: 400px;
}

.share-popup .close {
  position: absolute;
  right: -8px;
  top: -20px;
  width: 35px;
  height: 35px;
  display: inline-block;
  background: #ff3d2f;
  opacity: 1 !important;
  border-radius: 100px;
  font-size: 36px;
  color: #fff;
  line-height: 30px;
  outline: none;
}

.share-popup .close span {
  position: relative;
  top: -4px;
  display: inline-block;
  line-height: 22px;
}

.sharemovi-name {
  display: block;
  padding-bottom: 5px;
  font-size: 28px;
  color: #fff;
}

.share-popup .modal-dialog {
  max-width: 560px;
}

.share-cont .common-btn {
  background: #ca2a1f;
  padding: 8px 20px;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  border-radius: 0px;
}

.shareimgtitle_group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.shareimg_panel {
  width: 40%;
}

.sharetitleform_panel {
  width: 60%;
  padding-left: 25px;
}

.slctwishlist_text {
  display: flex;
  flex-wrap: wrap;
}

.slctwishlist_text .sharemovi-name {
  font-size: 17px;
}

.createlst_text {
  margin-left: auto;
  color: #ffeb3b;
}

.createlst_text i {
  padding-right: 5px;
  font-size: 14px;
}

.createlst_text:hover {
  color: #ffeb3b;
}

.createlst_text span {
  font-weight: 600;
}

.addwishlist-input {
  display: none;
}

.social_panel {
  padding-top: 20px;
}

.social_panel span {
  display: block;
  font-size: 20px;
  color: #fff;
}

.social_panel .form-group {
  margin-bottom: 5px;
}

.social_list {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  overflow-y: auto;
  max-height: 170px;
}

.social_list li {
  padding: 8px 20px 8px 0px;
}

.social_list li a i {
  width: 60px;
  height: 60px;
  background-color: #dad8d8;
  color: #fff;
  font-size: 40px;
  text-align: center;
  line-height: 60px;
  border-radius: 8px;
}

.social_list li a i.fa-envelope,
.social_list li a i.fa-comment {
  color: #000;
}

.social_list li a i.fa-facebook-square {
  background-color: #3976ea;
}

.social_list li a i.fa-reddit-square {
  background-color: #dd5735;
}

.social_list li a i.fa-comments {
  background-color: #5fd04e;
}

.social_list li a i.fa-whatsapp {
  background-color: #87f383;
}

.social_list li a i.fa-twitter {
  background-color: #4d9fec;
}

.social_list li a i.fa-skype {
  background-color: #4eade8;
}

.social_list li a i.fa-linkedin {
  background-color: #0e76a8;
}

.social_list li a i.fa-instagram {
  background: linear-gradient(45deg,
      #405de6,
      #5851db,
      #833ab4,
      #c13584,
      #e1306c,
      #fd1d1d);
}

/*..................................................End Slder..................................................*/

/*..................................................common-page-Start..................................................*/
.movie-section:first-child {
  padding-top: 40px;
}

.movie-section {
  padding: 30px 30px 0px 30px;
}

.title {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #fff;
}

.title span {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
}

.title span i {
  display: inline-block;
  padding-right: 5px;
}

.title span i img {
  width: 32px;
}

.title small {
  padding-left: 5px;
  font-size: 16px;
  color: #d1d1d1;
}

.viewall {
  padding-left: 20px;
  color: #dddddd;
  font-size: 15px;
  font-weight: 600;
}

.viewall:hover {
  color: #fff;
}

.movie-section .row {
  margin-right: -5px;
  margin-left: -5px;
}

.movie-section .movieMain {
  padding-right: 5px;
  padding-left: 5px;
}

.movie-panel {
  margin: 0px;
  padding: 5px 3px;
}

.movie-panel .movieBox {
  margin-bottom: 0px;
}

.movi-poster {
  /* width: 300px;
    height: 400px; */
  padding: 3px;
  position: relative;
  overflow: hidden;
  transition: all 0.8s ease-in-out;
}

.movi-poster:hover {
  /* animation: animatedgradient 3s ease alternate infinite; */
  background: #f9bb1e;
}

@keyframes animatedgradient {
  0% {
    background-image: linear-gradient(#f84d06 10%, #f9bb1e);
  }

  50% {
    background-image: linear-gradient(#f9bb1e 60%, #f84d06);
  }

  100% {
    background-image: linear-gradient(#f84d06 100%, #f9bb1e);
  }
}

.movi-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.movi_status {
  position: absolute;
  left: 1.5%;
  bottom: 0px;
  right: 1.5%;
  padding: 12px 10px;
  background: #0000006e;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  z-index: 0;
}

.rectangleimg-panel {
  height: 280px;
}

.rectangleimg-roundpanel {
  height: 280px;
}

.moviecommon-slider .rounded {
  border-radius: 6px !important;
}

.shareBtn {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  display: none;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.16);
  border-radius: 50%;
}

/* section.movie-section.browseall_section {
    padding: 60px 30px 0px 30px;
} */
.movie-section.landscapesmall_section {
  padding: 35px 30px 0px 30px;
}

/* .landscapesmall_slider {
    padding-top: 20px;
} */
.movishortinfo_panel.browseall_cat {
  /*background-image: linear-gradient(to top, #000000, #08090ecc, #1e243e00);*/
  background-image: none;
  flex-wrap: wrap;
  padding: 15px 15px 15px 15px;
  text-align: left;
  justify-content: space-between;
  align-items: inherit;
  opacity: 1;
  top: 0;
  bottom: 0;
  visibility: visible;
}

.browseall_content {
  width: 100%;
}

.browseall_contentcover {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}

.movishortinfo_panel.browseall_cat .imprtitem_moreinfo {
  margin-top: auto;
}

.movie-panel.browseall_catpanel .movi-poster:hover {
  background: inherit;
}

.movishortinfo_panel {
  position: absolute;
  left: 3px;
  right: 3px;
  top: 60%;
  bottom: 3px;
  padding: 5px 10px 15px 10px;
  /* background: #0000006e; */
  background-image: linear-gradient(#00000000 -5%, #000000ed);
  z-index: 99999;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: end;
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s ease-in-out;
}

.movishortinfo_panel span {
  padding: 0px 10px;
}

.sesonepsd_text {
  color: #fff;
  font-size: 20px;
  top: -4px;
  position: relative;
}

.movishortinfo_panel i {
  width: 42px;
  height: 42px;
  display: inline-block;
  background-color: #282c2b42;
  font-size: 15px;
  color: #fff;
  cursor: pointer;
  line-height: 40px;
  text-align: center;
  border-radius: 45px;
  border: solid 1px #ffffff;
  outline: none;
}

.movishortinfo_panel i img {
  display: inline-block !important;
  width: auto !important;
  max-height: 100%;
  height: auto;
  object-fit: inherit;
}

.movishortinfo_panel i:hover {
  background-color: #181717;
  border: solid 2px #ffb700;
}

.movie-panel:hover .movi_status {
  display: none;
}

.movie-panel:hover .movishortinfo_panel {
  opacity: 1;
  visibility: visible;
}

.movie-panel:hover .movishortinfo_panel .imprtitem_moreinfo {
  background-color: #f5be00;
  color: #000;
}

.moviecommon-slider .owl-nav .owl-prev,
.portraitsmall_slider .owl-nav .owl-prev,
.comming-slider .owl-nav .owl-prev,
.landscapelarge_section .owl-nav .owl-prev,
.heroimage_section .owl-nav .owl-prev,
.landscapesmall_slider .owl-nav .owl-prev,
.morelikethis-slider .owl-nav .owl-prev,
.portraitsmall_slider .owl-nav .owl-next,
.comming-slider .owl-nav .owl-next,
.landscapelarge_section .owl-nav .owl-next,
.moviecommon-slider .owl-nav .owl-next,
.heroimage_section .owl-nav .owl-next,
.landscapesmall_slider .owl-nav .owl-next,
.morelikethis-slider .owl-nav .owl-next {
  background: #00000075;
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 0px 5px;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  line-height: 28px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  border: solid 1px #e8e5e5eb;
  border-radius: 100%;
  outline: none !important;
}

.moviecommon-slider .owl-nav,
.portraitsmall_slider .owl-nav,
.comming-slider .owl-nav,
.landscapelarge_section .owl-nav,
.heroimage_section .owl-nav,
.landscapesmall_slider .owl-nav,
.portraitsmall_slider .owl-nav,
.comming-slider .owl-nav,
.landscapelarge_slider .owl-nav,
.moviecommon-slider .owl-nav,
.heroimage_section .owl-nav,
.landscapesmall_slider .owl-nav {
  position: absolute;
  top: -32px;
  right: -2px;
}

.moviecommon-slider .owl-nav .portraitsmall_slider .owl-nav .comming-slider .owl-nav .landscapelarge_section .owl-nav {
  left: -20px;
}

.moviecommon-slider .owl-nav .owl-prev i,
.portraitsmall_slider .owl-nav .owl-prev i,
.comming-slider .owl-nav .owl-prev i,
.landscapelarge_section .owl-nav .owl-prev i {
  margin-left: -2px;
}

.moviecommon-slider .owl-nav .portraitsmall_slider .owl-nav .comming-slider .owl-nav .landscapelarge_section .owl-nav .heroimage_section .owl-nav .landscapesmall_section .owl-nav {
  right: -20px;
}

.moviecommon-slider .owl-nav .owl-next i,
.portraitsmall_slider .owl-nav .owl-next i,
.comming-slider .owl-nav .owl-next i,
.landscapelarge_section .owl-nav .owl-next i {
  margin-right: -2px;
}

.importantitem_section .owl-nav {
  top: 0px;
}

button.owl-prev.disabled {
  display: none !important;
}

.upcomingSection {
  padding: 0 0 60px;
}

.square-panel {
  width: 300px;
  height: 400px;
}

.square-panel img {
  width: 100%;
  max-width: inherit;
  height: 100%;
}

.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.movishortinfo_panel .imprtitem_moreinfo {
  padding: 6px 12px;
  font-size: 15px;
}

.browseall_cat h3 {
  width: 100%;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
}

.browseall_cat p {
  padding: 10px 0px;
  font-size: 13px;
  line-height: 20px;
}

.landscapesmall_section .owl-nav .owl-prev {
  left: -20px;
}

/*..................................................filmmatter-home-section-End..................................................*/
.heroimage_section {
  padding: 15px 30px;
}

.heroimage_section h2 {
  padding-bottom: 5px;
  color: #fac715;
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
}

.heroimage_section img {
  width: 100%;
}

.filmmatter-text {
  padding-top: 20px;
  padding-right: 20px;
}

.filmmatter-text h3 {
  font-size: 32px;
  color: #fac715;
  font-weight: 600;
}

.filmmatter-text span {
  display: inline-block;
  padding-bottom: 5px;
  color: #dddddd;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
}

.filmmatter_shortinfo span {
  font-style: italic;
}

.filmmatter-text p {
  color: #f7d767;
  font-size: 17px;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 0.5px;
  line-height: 32px;
}

.filmmatter_icon span {
  padding: 0px 10px;
}

.filmmatter_icon i {
  width: 42px;
  height: 42px;
  display: inline-block;
  background-color: #282c2b42;
  font-size: 15px;
  color: #fff;
  cursor: pointer;
  line-height: 40px;
  text-align: center;
  border-radius: 45px;
  border: solid 1px #ffffff;
  outline: none;
}

.filmmatter_icon i img {
  width: auto;
  max-width: 42px;
  max-height: 42px;
  display: inline-block !important;
}

.filmmatter_icon i:hover {
  background-color: #f5be00;
  color: #000;
}

.filmmatter_icon .common-btn.details_btn {
  padding: 6px 18px;
  display: inline-block;
  background-color: #282c2b73;
  border: solid 1px #4c4a4a;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border-radius: 4px;
  transition: all 0.5s ease-in-out;
}

.filmmatter_icon .common-btn.details_btn:hover {
  background-color: #f5be00;
  color: #000;
}

.heroimage_section .owl-nav {
  top: -44px;
  right: 0px;
}

/*..................................................filmmatter-home-section-End..................................................*/

/* ...........................important-item-section-Start........................... */
.importantitem_section {
  padding: 20px 20px 20px 20px;
}

.importantitem_textpanel {
  padding-left: 40px;
}

.importantitem_textpanel h3 {
  color: #cdcccf;
  font-size: 18px;
}

.importantitem_textpanel h2 {
  padding: 10px 0px;
  font-size: 40px;
  color: #fff;
  letter-spacing: 1px;
}

.importantitem_textpanel p {
  padding-bottom: 40px;
  padding-top: 10px;
  color: #cac9cd;
  font-size: 20px;
}

.importantitem_textpanel .media i {
  width: 55px;
  height: 55px;
  display: inline-block;
  background-color: #282c2b42;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  line-height: 55px;
  text-align: center;
  border-radius: 45px;
  border: solid 1px #ffffff;
  outline: none;
}

.importantitem_textpanel .media i:hover {
  background-color: #f5be00;
  color: #000;
}

.importantitem_textpanel .media-body {
  padding-left: 30px;
}

.importantitem_imgpanel img {
  width: 100%;
}

.imprtitem_moreinfo {
  padding: 10px 36px;
  display: inline-block;
  background-color: #2f2938;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  border-radius: 4px;
  transition: all 0.5s ease-in-out;
}

.imprtitem_moreinfo:hover {
  background-color: #f5be00;
  color: #000;
}

/* ...........................important-item-section-End........................... */

.helpfultools_section {
  padding: 10px 10px 0px 10px;
}

.helpfultools_section h2 {
  padding-bottom: 10px;
  padding-left: 15px;
  font-size: 30px;
  color: #fff;
}

.helpfultools_group {
  padding: 10px 15px;
}

.helpfultools_group .media-body {
  max-width: 42px;
  min-width: 42px;
}

.helpfultools_group p {
  padding-left: 25px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.helpfultools_group p a,
.helpfultools_group p strong {
  font-size: 20px;
  color: #f9d657;
  text-decoration: underline;
  cursor: pointer;
}

.media.helpfultools_content {
  align-items: center;
}

.tryout_section {
  clear: both;
  padding: 60px 0px 20px 0px;
  text-align: center;
}

.tryout_section p {
  padding-bottom: 30px;
  font-size: 28px;
  color: #fff;
}

.tryout_section .common-btn {
  border: solid 2px #ffffff;
  text-transform: uppercase;
}

.lodaer_section {
  padding: 20px 40px;
}

.lodaer_main {
  padding: 0px 0px 50px 0px;
  text-align: center;
}

.lodaer_grid {
  height: 25px;
  position: relative;
  border-bottom: solid 1px #fff;
}

.leader_icon {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 0px;
  background: #0c1333;
  border: solid 5px #fff;
  border-radius: 100px;
  line-height: 34px;
  cursor: pointer;
}

/*..................................................common-page-End..................................................*/

/*..................................................viewall-page-Start..................................................*/
.viewall_page {
  padding-top: 100px;
}

/*..................................................viewall-page-End..................................................*/

/*..................................................movidetails-page-Start..................................................*/
.movidetails-page {
  min-height: 100vh;
}

.current_banner {
  position: relative;
  height: 85vh;
  overflow: hidden;
}

.current_banner .seekbar_panel {
  bottom: 0;
}

.current_poster {
  height: 100%;
}

.current_poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.current_overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0px;
  /* background: #00000085; */
  background-image: linear-gradient(#00000000 5%, #000000fc 100%);
  display: flex;
  flex-wrap: wrap;
}

.current_contet {
  width: 65%;
  padding-bottom: 5px;
  padding-left: 50px;
  margin-top: auto;
}

.crntheading {
  font-size: 100px;
  font-style: italic;
  color: #fff;
  font-family: Raleway, sans-serif;
  position: relative;
}

.crntheading_top {
  padding-bottom: 15px;
}

.crntheading_top img {
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: inherit;
}

.current_contet p {
  padding: 5px 0px 20px 0px;
  font-size: 20px;
  line-height: 32px;
}

.posted_timedate {
  font-size: 18px;
  color: #fff;
}

.current_banner .homebanner-text {
  position: inherit !important;
  left: inherit;
  bottom: inherit;
  padding: 0px;
  margin-top: 0px !important;
  text-align: left;
  background: inherit;
}

.current_banner .homebanner-text span {
  text-align: center;
}

.movidetails_main .movishortstatus_panel i img {
  max-width: 32px;
}

.moviedetail_section .title span {
  font-size: 26px;
}

.movishortinfo-section {
  padding: 30px 30px 20px 30px;
}

.movishortinfo-media {
  text-align: center;
}

.movishortinfo-colmn {
  display: flex;
  flex-wrap: wrap;
}

.movishortinfo-media img {
  width: 70%;
}

.movishortinfo-text h3 {
  font-size: 38px;
  color: #d9d9d9;
  font-weight: 800;
  line-height: 40px;
}

.trailerimg-panel {
  overflow: hidden;
  position: relative;
}

.trailer-media img {
  width: 100%;
  object-fit: cover;
}

.trailer_text {
  position: absolute;
  left: 0px;
  bottom: 0;
  padding: 10px 20px;
  background: #dc0005;
  margin: 0;
  font-size: 18px;
  color: #fff;
}

.movishortinfo_list li {
  padding: 5px 0px;
  color: #fafafa;
  font-size: 18px;
}

.trailer-grid {
  width: 100%;
  padding-top: 20px;
  margin-top: auto;
}

.morelikethis-slider .owl-nav {
  position: absolute;
  right: 5px;
  top: -34px;
}

.movishortinfo-text .common-btn {
  margin-right: 25px;
  width: 60px;
  height: 60px;
  background-color: #2e323300;
  padding: 12px;
  color: #bfbfbd;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  border: solid 1px #fff;
  text-transform: capitalize;
  transition: all 0.5s ease-in-out;
  border-radius: 45px;
  outline: none;
}

.movishortinfo-text .common-btn.watchtrailer_btn {
  width: 130px;
  height: 50px;
  font-size: 16px;
  border-radius: 5px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.movishortinfo-text .common-btn:hover {
  background-color: #f5be00;
  color: #000;
}

.morelikethis-slider .owl-nav .owl-prev {
  left: -40px;
}

/*..................................................movidetails-page-End..................................................*/

/*..................................................filmmatter-page-End..................................................*/
.filmmatter_page {
  padding-top: 100px;
}

.filmmatter_page .homebanner-text {
  padding: 0px 30px 0px 0px;
}

.filmmatter_page .homebanner-text .media-body {
  padding-left: 0px;
}

.filmmatterbanner_title img {
  max-width: 60%;
  height: auto;
}

.filmmatter_main {
  padding: 15px 20px;
}

.filmmatter_textwriter {
  text-align: center;
}

.filmmatter_textwriter p {
  padding-top: 0px;
}

.filmmatter_main p {
  padding-top: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.viewsimilartitles_section {
  padding: 30px 0px;
}

.filmmatterinfo_grid {
  padding: 40px 0px;
}

.filmmatter_infopanel .movie-panel .movishortinfo_panel {
  opacity: 1;
  visibility: visible;
}

.filmmatterinfo-text h3 {
  font-size: 38px;
  color: #d9d9d9;
  font-weight: 800;
  line-height: 40px;
}

.filmmatterinfo_list li {
  padding: 5px 0px;
  color: #fafafa;
  font-size: 18px;
}

/*..................................................filmmatter-page-End..................................................*/
/*..................................................oracle_page-End..................................................*/
/* .oracle_page .banner_slide {
 max-height: initial;
} */
.oraclestepone_imgpanel {
  padding: 100px 100px 0px 100px;
  text-align: center;
}

.oraclestepone_imgpanel img {
  max-width: 62%;
  margin: auto;
  border: solid;
}

.oracle_bodytext {
  padding: 90px 40px 25px 40px;
  color: #fff;
  text-align: center;
}

.oracle_textwriter h4 {
  padding-bottom: 30px;
  font-size: 13px !important;
  line-height: 18px !important;
  font-weight: bold;
}

.oracle_bodytext h1 {
  padding-top: 30px;
}

.oracle_bodytext p {
  padding: 0px 100px;
  font-size: 14px;
  color: #ddd;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.oracle_bodytext h2 {
  padding: 40px 0px 20px 0px;
  font-size: 26px;
  font-weight: 600;
}

.oracle_bodytext h3 {
  font-size: 16px;
  font-weight: bold;
}

.goalsave_later {
  display: block;
  padding-top: 2px;
  font-size: 12px;
  color: #c0c0c0;
  font-weight: 300;
  font-style: italic;
}

.choosestep_section {
  padding: 40px;
  color: #fff;
}

.editprestep_grid {
  padding: 15px 30px;
}

.editprestep_group {
  padding: 20px 0px;
}

.editprestep_panel.media {
  align-items: center;
}

.editprestep_panel p {
  padding-right: 20px;
  font-size: 18px;
}

.editprestep_panel p strong {
  font-size: 20px;
}

.editprestep_panel p small {
  padding: 0px 3px;
  font-size: 60%;
}

.editprestep_panel .common-btn {
  background: #f18f00;
  padding: 8px 16px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
}

.choosesteptext_grid h4 {
  font-size: 18px;
  font-weight: 600;
}

.choosesteptext_grid p {
  padding-top: 5px;
  font-size: 12px;
  color: #c0c0c0;
  letter-spacing: 0.5px;
  font-weight: 500;
  font-style: italic;
}

.choosestepform_form {
  padding-top: 20px;
  text-align: center;
}

.choosestepsubmit_panel {
  padding: 50px 0px;
}

.choosestepsubmit_panel .common-btn {
  background-color: #ed6e73;
  font-size: 18px;
  padding: 6px 24px;
  border: 2px solid #e8545b;
}

.choosesmood_grid {
  display: flex;
  flex-wrap: wrap;
}

.choosesmood_group {
  width: 20%;
  padding: 6px 0px;
}

.choosesmood_group .custom-control {
  text-align: left;
}

.choosesmood_group .custom-control-input {
  width: 2rem;
  height: 1.9rem;
}

.choosesmood_group .common-checkbox .custom-control-label::before,
.choosesmood_group .common-checkbox .custom-control-label::after {
  width: 2rem;
  height: 1.9rem;
}

.choosesmood_group .custom-control .custom-control-label {
  padding-top: 8px;
  padding-left: 20px;
  font-size: 14px;
  color: #d6d3d3;
  font-weight: bold;
}

.choosesmood_group .custom-checkbox .custom-control-input:checked~.custom-control-label {
  color: #f9d657;
}

.choosesmood_group .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  border-color: #f9d657;
}

.choosetimerange_area {
  padding: 40px 0px 60px 0px;
}

.choosetimerange_area .rs-container .rs-scale {
  display: none;
}

.choosetimerange_area .rs-container .rs-bg,
.choosetimerange_area .rs-container .rs-selected {
  height: 10px;
  left: 0;
  position: absolute;
  top: 0px;
}

.choosetimerange_area .rs-container .rs-bg {
  background-color: #7f7f7f;
  border: 2px solid #bdbdbd;
}

.choosetimerange_area .rs-tooltip {
  top: 120px;
}

.choosetimerange_area .rs-container .rs-pointer {
  width: 28px;
  height: 60px;
  top: -25px;
  background-color: #858585;
  border: 3px solid #ffffff;
  box-shadow: inherit;
}

.choosetimerange_area .rs-container .rs-pointer::before {
  display: none !important;
}

.choosetimerange_area .rs-container .rs-pointer::after {
  width: 8px;
  height: 8px;
  border-left: 9px solid transparent;
  border-top: 9px solid #ffffff;
  border-bottom: 9px solid transparent;
  border-right: 9px solid transparent;
  left: 2px;
  top: 55px;
  background-color: initial !important;
}

.choosetimerange_area .choosestepsubmit_panel {
  padding-top: 100px;
}

.chooseyourfate_grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.chooseyourfate_box {
  width: 25%;
  padding: 20px 0px;
  perspective: 800px;
  transition: all 0.3s ease 0s;
}

.chooseyourfate_box:hover {
  /* transform: scale(1.3);
    position: relative; */
  /* transform-origin: top center;
   top: -6px; */
  /* z-index: 999999999999999999; */
}

.chooseyourfate_box:hover .chooseyourfate_card {
  transform: rotateY(180deg);
}

.chooseyourfate_cover {
  height: 100%;
  display: inline-block;
  position: relative;
}

.chooseyourfate_cover img {
  max-height: 100%;
}

.chooseyourfatefront_heading {
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  padding: 8px 5px;
  background-color: #0000008c;
  font-size: 18px;
  font-weight: 600;
}

.chooseyourfate_card {
  cursor: default;
  min-height: 450px;
  transform-style: preserve-3d;
  transition: transform 0.4s ease 0s;
  width: 100%;
  -webkit-animation: giro 1s 1;
  animation: giro 1s 1;
}

.chooseyourfate_card p {
  margin-bottom: 1.8em;
}

.chooseyourfate_card .chooseyourfate_front,
.chooseyourfate_card .chooseyourfate_back {
  backface-visibility: hidden;
  box-sizing: border-box;
  color: white;
  display: block;
  font-size: 1.2em;
  height: 100%;
  position: absolute;
  text-align: center;
  width: 100%;
}

/* .chooseyourfate_card .chooseyourfate_front strong {
  background: #fff;
  border-radius: 100%;
  color: #222;
  font-size: 1.5em;
  line-height: 30px;
  padding: 0 7px 4px 6px;
} */

.chooseyourfate_card .chooseyourfate_back {
  transform: rotateY(180deg);
  /* border: solid 1px #d3d1d1; */
}

.chooseyourfate_card .chooseyourfate_back a {
  background: #000;
  padding: 0.3em 0.4em;
  color: #fff;
  border: solid 1px #fff;
  text-decoration: none;
  border-radius: 1px;
  font-size: 0.55em;
  border-radius: 4px;
  text-transform: uppercase;
  transition: all 0.2s ease 0s;
}

.chooseyourfate_card .chooseyourfate_back a:hover {
  background: #fff;
  color: #333;
  text-shadow: 0 0 1px #333;
}

.chooseyourfate_back img {
  max-height: 100%;
  /* width: 100%; */
}

.chooseyourfateback_content {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  padding: 8px;
  background: #0c0c0cad;
}

.chooseyourfate_back h3 {
  font-size: 18px;
}

.chooseyourfatebtn_group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.chooseyourfatebtn_group span {
  display: inline-block;
  padding: 1px 3px;
}

@-webkit-keyframes giro {
  from {
    transform: rotateY(180deg);
  }

  to {
    transform: rotateY(0deg);
  }
}

@keyframes giro {
  from {
    transform: rotateY(180deg);
  }

  to {
    transform: rotateY(0deg);
  }
}

/*..................................................oracle_page-End..................................................*/

/*..................................................serachresuts-small-page-Start..................................................*/
.searchresultsml_page {
  padding-top: 100px;
}

.searchresultsml-section {
  padding: 0px 40px;
}

.searchresultcommonhead_section {
  padding: 0px 40px;
}

.searchresultsml_page .movi-poster {
  padding: 0px;
}

.searchresult {
  margin: 15px 0px;
  padding-bottom: 10px;
  border-bottom: solid 1px #636363;
}

.searchresultsml_grid .movie-panel {
  padding: 12px 0px;
}

.searchresultsml_grid .movishortinfo_panel i {
  width: 40px;
  height: 40px;
}

.selectedrslts {
  color: #fff;
  font-size: 23px;
}

.selectedrslts_text {
  padding-left: 5px;
  font-size: 16px;
  color: #d1d1d1;
}

.seavfilter {
  display: flex;
}

.seavfilter .common-btn {
  margin-left: auto;
  padding: 8px 40px;
  font-size: 16px;
  color: #dbdbdb;
  border-radius: 2px;
}

.seavfilter .custom-select {
  width: auto;
  background: #d2314f;
  height: auto;
  margin-left: 10px;
  padding: 8px 35px 8px 15px;
  color: #dbdbdb !important;
  font-weight: 600;
  font-size: 16px;
  background-image: url(../img/icon/select-arrow.png);
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-size: 14px;
  border: none;
  border-radius: 2px;
  box-shadow: inherit !important;
}

.seavfilter .custom-select option {
  padding: 20px 0px;
  color: #fff;
}

select option {
  padding: 20px 0px;
  background-color: #000;
  color: #fff;
}

.searchtitle_form {
  margin: 10px auto;
}

.searchtitle_form .input-group {
  padding: 0 15px;
  border: solid 1px #ffc532;
  border-radius: 4px;
}

.searchtitle_form .input-group .search_icon {
  color: #ffc532;
}

.searchtitle_form .input-group::before {
  left: 3%;
}

.searchtitle_form .top-search .input-group-addon {
  font-size: 28px;
}

.modal-backdrop {
  z-index: 999999;
}

.modal-open .modal {
  z-index: 9999999;
}

/*..................................................serachresuts-small-page-End..................................................*/

/*..................................................serachresuts-large-page-Start..................................................*/
.searchresultlrg_page {
  padding-top: 100px;
}

.searchresultlrg-section {
  padding: 0px 40px;
}

.searchresultlrg-section .movie-panel {
  padding-left: 0px;
  padding-right: 0px;
}

/*..................................................serachresuts-large-page-End..................................................*/

/*=================================login-signup-Pages-Start================================================== */

.loginrgstr-page {
  width: 100%;
  background-color: #000000;
  min-height: 100vh;
  padding: 30px 15px 50px 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* .login_main {
    height: 100%;
} */
.loginrgstr_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.loginrgstr_col {
  width: 25%;
  padding: 15px;
  border-color: #25273c;
  border-radius: 6px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.loginrgstr_coljoin {
  width: 25%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.loginrgstr_colalign {
  display: flex;
  width: 100%;
}

.loginsignup-form {
  width: 100%;
  padding: 30px 25px;
  background-color: #25273c;
  border: solid 3px #282b47;
}

.loginsignup-form:hover,
.loginsignup-form.active {
  border-color: #f9bb1e;
}

.loginrgstr_cont {
  padding-bottom: 30px;
}

.loginrgstr_cont h2 {
  font-size: 32px;
  color: #fff;
  font-weight: 700;
}

.loginrgstr_cont ul {
  padding: 2px 12px 5px 0px;
}

.loginrgstr_cont ul li {
  padding: 0px 0px 1px 15px;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  position: relative;
}

.loginrgstr_cont ul li:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-align: center;
  font-size: 9px;
  color: #ffff;
  line-height: 22px;
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #fff;
  border-radius: 100px;
}

.join_form {
  padding-bottom: 30px;
  border-radius: 8px;
}

.join_form .loginrgstr_cont {
  padding-bottom: 20px;
}

.pricemonth_only,
.valid_user {
  padding: 0px 20px;
  display: block;
  font-size: 13px;
  color: #fff;
}

.pricemonth_only strong {
  letter-spacing: 1px;
}

.pricemonth_only del {
  padding: 0px 5px;
  text-decoration: none;
  position: relative;
}

.pricemonth_only del:after {
  content: "";
  /* required property */
  position: absolute;
  bottom: 0;
  left: 0;
  right: 10px;
  border-top: 2px solid red;
  height: 50%;
  /* adjust as necessary, depending on line thickness */
  /* or use calc() if you don't need to support IE8: */
  /* height: calc(50% - 1px); */
  /* 1px = half the line thickness */
  width: 100%;
  /* transform: rotateZ(-4deg); */
}

.loginrgstr_toptitle {
  padding-bottom: 25px;
  font-size: 16px;
  color: #fff;
  text-align: center;
}

.loginsignup-form .form-group {
  margin-bottom: 1rem;
}

.loginsignup-form .input-group label {
  position: absolute;
  left: 15px;
  top: 4px;
  z-index: 99999 !important;
  color: #b0afaf;
  font-size: 14px;
  display: inline-block;
  padding: 4px 10px;
  font-weight: 400;
  background-color: rgba(255, 255, 255, 0);
  pointer-events: none;
  -moz-transition:
    color 0.3s,
    top 0.3s,
    background-color 0.8s;
  -o-transition:
    color 0.3s,
    top 0.3s,
    background-color 0.8s;
  -webkit-transition:
    color 0.3s,
    top 0.3s,
    background-color 0.8s;
  transition:
    color 0.3s,
    top 0.3s,
    background-color 0.8s;
}

.loginsignup-form .input-group label.active {
  padding: 0px 10px;
  top: -12px;
  color: #b0afaf;
  font-size: 12px;
  background-color: #25273c;
  margin: 0px;
}

.loginsignup-form .input-group {
  height: 40px;
  background-color: #25273c;
  padding: 0px 0px 0px 20px;
  border: solid 1px #5a2845;
  border-radius: 100px;
  box-shadow: 0px 0px 1px 1px #753f5e;
}

.loginsignup-form .input-group-text {
  background: #fff;
  background: transparent;
  border: none;
}

.loginsignup-form .input-group .custom-select {
  width: auto;
  background-color: #25273c;
  height: auto;
  color: #dbdbdb !important;
  font-weight: 600;
  font-size: 16px;
  background-image: url(../img/icon/select-arrow.png);
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-size: 14px;
  border: none !important;
  border-radius: 45px !important;
}

.loginsignup-form .input-group .custom-select:focus {
  box-shadow: none;
}

.loginsignup-form .form-group .input-group-text {
  color: #b0afaf;
  font-size: 13px;
  font-weight: 600;
  padding-left: 0px;
}

.loginsignup-form .form-group .input-group-text a {
  color: #b0afaf;
}

.loginsignup-form .form-control {
  height: auto;
  padding: 0px;
  background-color: #25273c;
  color: #b4b6b9;
  font-size: 15px;
  font-weight: 600;
  border: none;
  border-radius: 45px !important;
}

.loginsignup-form input:-webkit-autofill,
.loginsignup-form input:-webkit-autofill:hover,
.loginsignup-form input:-webkit-autofill:focus,
.loginsignup-form input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px transparent inset !important;
}

.forgot_pass {
  padding-left: 10px;
  color: #db4a5b;
}

.forgot_pass:hover {
  color: #fff;
}

.loginsignup-form .form-control:focus {
  box-shadow: none;
}

.loginsignup-form input::-webkit-input-placeholder {
  color: #b4b6b9;
  font-size: 14px;
  font-weight: 500;
}

.loginsignup-form input:-moz-placeholder {
  color: #b4b6b9;
  font-size: 14px;
  font-weight: 500;
}

.loginsignup-form input::-moz-placeholder {
  color: #b4b6b9;
  font-size: 14px;
  font-weight: 500;
}

.loginsignup-form input:-ms-input-placeholder {
  color: #b4b6b9;
  font-size: 14px;
  font-weight: 500;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s;
  background-color: #fff;
  color: #b0afaf;
  font-weight: 300;
}

input:-internal-autofill-selected {
  background-color: #fff !important;
  border-radius: 0px !important;
  box-shadow: none !important;
}

/* Change the white to any color ;) */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.forgot-password a {
  color: #13b44f;
  font-size: 18px;
}

.remember_me,
.forgot_pass {
  display: inline-block;
  padding-top: 5px;
}

.loginsignup-form .form-group .checkbox label,
.loginsignup-form .form-group .custom-checkbox {
  color: #a9acb6;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}

.loginsignup-form .common-checkbox .custom-control-input {
  height: 1.5rem;
}

.loginsignup-form .form-group .custom-checkbox .custom-control-label::before {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #25273c;
  border: #454344 solid 1px;
  border-radius: 6px;
}

.loginsignup-form .common-checkbox .custom-control-label::after {
  width: 1.5rem;
  height: 1.5rem;
  border-color: #9294a5;
  border-radius: 6px;
}

.loginsignup-form .form-group .custom-checkbox .custom-control-label::before {
  background-color: #25273c;
  border: #454344 solid 1px;
}

.common-checkbox .custom-control-label::after {
  border-color: #9294a5;
}

.loginsignup-form .form-group .btn {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background-color: #db4a5b;
  border-color: #c8394a;
  border-radius: 27px;
}

.loginsignup-option {
  padding: 30px 0px;
}

.loginsignup-option p {
  font-size: 20px;
  color: #fff;
  text-align: center;
}

.loginsignup-option p a {
  color: #db4a5b;
}

.social-media span {
  padding: 0px 6px;
}

.social-media i {
  width: 40px;
  height: 40px;
  display: inline-block;
  font-size: 20px;
  color: #f1f2f2;
  line-height: 42px;
  text-align: center;
  border-radius: 6px;
}

.social-media i.fa-facebook-f {
  background: #4267b2;
}

.social-media i.fa-twitter {
  background: #55acee;
}

.social-media i.fa-instagram {
  background: #903f6d;
}

.social-media i.fa-google {
  background: #f44336;
}

.paymentdtls_head {
  display: inline-block;
  padding-bottom: 10px;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

.paymentdtls_grid .form-group {
  margin-bottom: 1rem;
}

.paymentdtls_group input::-webkit-input-placeholder {
  color: #b4b6b9;
  font-size: 14px;
  font-weight: 500;
}

.paymentdtls_group input:-moz-placeholder {
  color: #b4b6b9;
  font-size: 14px;
  font-weight: 500;
}

.paymentdtls_group input::-moz-placeholder {
  color: #b4b6b9;
  font-size: 14px;
  font-weight: 500;
}

.paymentdtls_group input:-ms-input-placeholder {
  color: #b4b6b9;
  font-size: 14px;
  font-weight: 500;
}

.loginsignup-form .paymentdtls_group .form-control {
  font-size: 14px;
}

/*=================================login-signup-Pages-End================================================== */

/*=================================series-details-Pages-Start================================================== */
.seriesdetails_page {
  min-height: 100vh;
}

.seriesdetails_main {
  width: 100%;
  overflow: hidden;
  padding: 0px 0px 40px 0px;
}

.seasons_main {
  padding: 0px 30px;
}

.seasonsname_grid {
  width: 100%;
  float: left;
  margin-bottom: 5px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.seasonsname_sliderarea {
  width: 93%;
  float: left;
}

.seasonsname_grid::after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 2px;
  border-bottom: solid 1px #c4c2c1;
  z-index: -1;
}

.seasons_list {
  width: 100%;
  display: flex;
  position: relative;
}

.seasons-fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 65px;
  background: #000;
  padding: 0px 80px;
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
  z-index: 9999999;
}

.seasons_heading {
  display: inline-block;
  padding: 8px 10px 8px 0px;
  font-size: 22px;
  color: #fff;
  font-size: 18px;
  position: relative;
  text-align: center;
}

.seasonsname_slider .owl-nav button {
  position: absolute;
  top: 10px;
  background: transparent;
  color: #fff;
  border: none;
  outline: none;
}

.seasonsname_slider .owl-nav .owl-prev {
  left: 0px;
}

.seasonsname_slider .owl-nav .owl-next {
  right: 0px;
}

.seasonsname_panel a,
.seasonsname_panel span {
  display: inline-block;
  padding: 4px 32px;
  margin: auto;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  cursor: pointer;
  position: relative;
}

.seasons_list::after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 7px;
  border-bottom: solid 1px #ccc;
  z-index: -1;
}

.seasons_list li {
  padding: 0px 5px;
  color: #fff;
  font-size: 18px;
  position: relative;
  text-align: center;
}

.seasons_list li:first-child {
  padding-left: 0px;
}

.seasons_list li a {
  display: inline-block;
  padding: 5px 25px;
  margin: auto;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  cursor: pointer;
  position: relative;
}

.current_season span {
  border-bottom: solid 8px #ff3300 !important;
}

.seasonsepsd_grid {
  padding-top: 12px;
}

.seasonsepsd_imgpanel {
  position: relative;
}

.seasonsepsd_imgpanel img {
  width: 100%;
}

.seasonsepsd_imgpanel .episodeinfo_panel {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}

.seasonsepsd_panel {
  padding: 8px 0px;
}

.seasonsepsd_cont {
  padding: 10px 5px;
}

.seasonsepsd_cont h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.seasonsepsd_time {
  padding: 5px 0px;
  font-size: 18px;
  color: #9f9f9f;
}

.seasonsepsd_grid .movishortinfo_panel {
  justify-content: space-between;
  padding: 7px 10px 10px 10px;
  left: 0%;
  right: 0%;
  bottom: 0%;
  border-radius: 0px;
}

.seasonsepsd_panel:hover .movishortinfo_panel {
  visibility: visible;
  opacity: 1;
}

.seasons-section {
  padding: 30px 30px;
}

.seasons-section .movishortinfo-text h3 {
  color: #fff;
}

.seriesdetails_page .current_banner {
  border: none;
}

.seriesdetails_page .current_contet {
  padding-bottom: 0px;
}

.seriesdetails_page .current_contet p {
  font-weight: 500;
}

.seekbar_panel {
  /* position: absolute;
    left: 0;
    bottom: 0;
    right: 0px;
    background: #fff;
    height: 4px; */
  position: absolute;
  left: 2%;
  bottom: 6px;
  right: 0px;
  background: #fff;
  height: 3px;
  width: 96%;
}

.seekbar_fill {
  background: #c32e2a;
  height: 3px;
}

/*=================================series-details-Pages-End================================================== */

/*=================================searchresults_detail-Pages-Start================================================== */
.srchresultdtls_grid {
  padding-bottom: 20px;
}

.srchresultdtls_group {
  padding: 20px 0px;
}

.srchresultdtls_play {
  width: 42px;
  height: 42px;
  display: inline-block;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  border: solid 2px #fff;
  border-radius: 100px;
}

.srchresultdtls_play i {
  margin-left: 3px;
}

.srchresultdtls_group .media-body p {
  padding-left: 20px;
  font-size: 20px;
  color: #fff;
  font-weight: 300;
  line-height: 35px;
  letter-spacing: 1px;
}

.srchresultdtls_group .media-body p span {
  color: #dea636;
  font-weight: 800;
}

.srchresultdtls_group .media-body p span a {
  color: #dea636;
}

.srchresultdtls_group .media-body p strong {
  font-weight: 800;
}

.srchresultdtls_group:hover .srchresultdtls_play {
  background: #dea636;
  color: #fff;
}

/*=================================searchresults_detail-Pages-End================================================== */

/*=================================profile-Pages-Start================================================== */
.profile_page {
  padding-top: 100px;
  padding-bottom: 50px;
}

main.profile_main {
  padding: 0px 40px;
}

.addedprofile_panel {
  padding-bottom: 15px;
  align-items: center;
}

.userprofile-imgthumb {
  height: 140px;
  width: 140px;
  margin: auto;
  border-radius: 6px;
}

.userprofile-imgthumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.commonicon-uploadbtn {
  width: 130px;
  height: 50px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  text-align: left;
}

.commonicon-uploadbtn .custom-file {
  margin: auto;
  height: auto;
  position: absolute;
  top: 0px;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
}

.commonicon-uploadbtn .custom-file .custom-file-input {
  height: 100%;
  margin: 0;
}

.commonicon-uploadbtn .custom-file .custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  padding: 5px;
  margin: auto;
  font-size: 16px;
  line-height: 40px;
  background: transparent;
  color: #ffffff;
  text-align: left;
  border: none;
  height: 100%;
  display: inline-block;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.commonicon-uploadbtn .custom-file-label::after {
  background-color: transparent;
}

.commonicon-uploadbtn .custom-file-input:lang(en)~.custom-file-label::after {
  display: none;
}

.commonicon-uploadbtn .custom-file .custom-file-label a {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.addedprofile_group {
  height: 100%;
  border: solid 2px #ededed6e;
  padding: 20px 20px 10px 20px;
  margin: 15px 0px;
  background: #00000029;
  border-radius: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.userbio-list li {
  padding: 5px 0px;
  color: #fff;
  font-size: 20px;
}

.userbio-list li a,
.userbio-list li span {
  display: inline-block;
  padding-left: 5px;
  color: #fff;
}

.editname-avatar {
  padding-left: 20px;
}

.editname-avatar h3 {
  padding-bottom: 5px;
  display: flex;
  flex-wrap: nowrap;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.editacatar_text {
  padding: 5px;
  display: block;
  margin: auto;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 40px;
  text-align: left;
  cursor: pointer;
}

.avatarimg_panel {
  padding: 8px 0px;
}

.editname-avatar .common-btn {
  margin-top: 10px;
  background: #e5526d;
  padding: 4px 16px;
  color: #fff;
  font-size: 15px;
}

.delete_user {
  padding-left: 10px;
  margin-left: auto;
  color: #e5526d;
  font-size: 36px;
  font-weight: 300;
  line-height: 36px;
  visibility: hidden;
  opacity: 1;
  cursor: pointer;
}

.addedprofile_group:hover .delete_user {
  visibility: visible;
  opacity: 1;
}

.addprofile_popup .commonicon-uploadbtn {
  width: 108px;
  height: 108px;
  margin-top: 1px;
}

.addprofile_popup .commonicon-uploadbtn img {
  width: 100%;
  height: 100%;
}

.addnewuser_imgpanel {
  width: 25%;
}

.addnewuser_form {
  width: 75%;
}

.editprofile_conts .form-group .form-control {
  height: 50px;
  padding: 10px 20px;
  border-radius: 0px;
  box-shadow: none !important;
}

.editprofile_conts .form-group label {
  color: #fff;
}

.editprofile_form input.form-control.placeholder {
  font-size: 14px;
  font-weight: 300;
  color: #575757;
}

.editprofile_form input.form-control:-moz-placeholder {
  font-size: 14px;
  font-weight: 300;
  color: #575757;
}

.editprofile_form input.form-control::-moz-placeholder {
  font-size: 14px;
  font-weight: 300;
  color: #575757;
}

.editprofile_form input.form-control::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 300;
  color: #575757;
}

select#change-language {
  font-size: 14px;
  font-weight: 300;
  color: #575757;
}

.editprofile_form .btn_parent {
  justify-content: start;
}

.editprofile_form .btn_parent .add-btn:last-child {
  background-color: #20223c;
  margin-left: 12px;
  border-color: #6c6d71;
  color: #ffffff;
}

.avatarimg_glrypopup .modal-dialog {
  max-width: 80%;
}

/* .avatarimg_gallery {
    max-height: calc(80vh - 20px);
    overflow: hidden;
    overflow-y: scroll;
} */
.avatarimg_grid {
  padding: 15px 0px;
}

.avatarimg_slider {
  padding: 0px 30px;
}

.avatarimg_grid h3 {
  padding-bottom: 10px;
  color: #fff;
  font-size: 20px;
}

.avatarimg_slider .owl-nav .owl-next,
.avatarimg_slider .owl-nav .owl-prev {
  position: absolute;
  top: 40%;
  background: #ffffffeb;
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #171717;
  font-size: 20px;
  text-align: center;
  line-height: 36px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  border: solid 1px #e8e5e5eb;
  border-radius: 100%;
  outline: none !important;
}

.avatarimg_slider .owl-nav .owl-prev {
  left: -15px;
}

.avatarimg_slider .owl-nav .owl-next {
  right: -15px;
}

/*=================================profile-Pages-End================================================== */

/*=================================addeduser-Pages-Start================================================== */
.addeduser_page {
  padding: 150px 0px;
}

.addeduser_main {
  padding: 30px 0px;
}

.addeduser_page .title {
  padding-bottom: 30px;
}

.addeduser_page .title span {
  font-size: 36px;
}

.addeduser_grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.addeduser_panel {
  padding: 15px;
}

.addeduser-img {
  width: 130px;
  height: 130px;
  margin: auto;
  border: solid 1px transparent;
}

.addeduser-img:hover {
  cursor: pointer;
  border: solid 1px #626161;
}

.addeduser-imgthumb {
  display: inline-block;
  position: relative;
}

.addeduser-imgthumb img {
  width: 100%;
  height: 100%;
  border-radius: 2px;
}

.addeduser_content {
  color: #fff;
  padding: 10px 5px;
  text-align: center;
}

.addeduser_content h3 {
  padding-top: 10px;
  font-size: 18px;
  color: #9b9999;
  font-weight: 600;
}

.addnewuser-panel {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #808080;
  cursor: pointer;
  text-align: center;
}

.addnewuser-panel i {
  font-size: 100px;
}

/*=================================addeduser-Pages-End================================================== */

/*=================================addprofile-Pages-Start================================================== */
.addprofile_page {
  padding: 150px 0px;
}

.addprofile_main {
  padding: 30px 0px;
}

.addprofile_page .title h3 {
  font-size: 36px;
}

.addprofile_page .title p {
  padding-top: 12px;
  color: #9d9b9b;
  font-weight: 500;
}

.continuecancel_btn .add-btn {
  padding: 10px 30px;
  font-weight: 500;
  color: #fff;
  font-size: 20px;
  text-transform: capitalize;
  border: 1px solid #e8545b;
}

.continuecancel_btn .add-btn:last-child {
  background-color: #000;
  margin-left: 15px;
  border-color: #5b5c5c;
  color: #ffffff;
}

.addprofile_group {
  padding: 30px 0px;
  margin: 20px 0px;
  border-top: solid 1px #333333;
  border-bottom: solid 1px #333333;
  align-items: center;
}

.addprofile_imgpanel {
  padding-right: 50px;
}

.addprofile_imgpanel .commonicon-uploadbtn {
  width: 108px;
  height: 108px;
  margin-top: 1px;
}

.addeduser_form {
  color: #fff;
}

.addeduser_form .form-control {
  height: 55px;
  padding: 12px 30px;
  background-color: #666666;
  color: #cccccc;
  border: 1px solid #666666;
  border-radius: 0px;
}

.addeduser_form .form-control:placeholder {
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  color: #cccccc;
}

.addeduser_form .form-control:-moz-placeholder {
  font-size: 22px;
  line-height: 20px;
  font-weight: 300;
  color: #cccccc;
}

.addeduser_form .form-control::-moz-placeholder {
  font-size: 22px;
  line-height: 20px;
  font-weight: 300;
  color: #cccccc;
}

.addeduser_form .form-control::-webkit-input-placeholder {
  font-size: 22px;
  line-height: 20px;
  font-weight: 300;
  color: #cccccc;
}

.addeduser_form .custom-control-label::after {
  width: 38px;
  height: 36px;
  top: 0rem;
  border: #5a5959 solid 1px;
}

.addeduser_form .custom-control-label::before {
  width: 38px;
  height: 36px;
  top: 0rem;
}

.addeduser_form .custom-control-input {
  width: 38px;
  height: 36px;
}

.addeduser_form .custom-control-label {
  padding-left: 25px;
  color: #fff;
  font-size: 28px;
  font-weight: 400;
}

/*=================================addprofile-Pages-End================================================== */

/*=================================history-Pages-Start================================================== */
.userhistory_main {
  padding: 0px 40px;
}

/* .userhistory_grid {
    padding-top: 30px;
} */
.userhistory_group {
  padding: 30px 0px;
  border-bottom: solid 1px #575757;
}

.userhistory_group p {
  color: #c97f13;
  font-size: 20px;
  font-weight: 600;
}

.userhistory_date {
  padding-right: 30px;
  font-size: 24px;
  color: #8b8b8b;
  font-weight: 600;
}

.adduser_panel .common-btn {
  background: #ff0709;
  padding: 6px 18px;
  font-size: 20px;
  border-radius: 2px;
}

/*=================================history-Pages-End================================================== */

/*=================================about-Pages-Start================================================== */
.about_page,
.termservice_page {
  padding: 140px 40px 40px 40px;
}

.innerpage_title {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: solid 1px #575757;
}

.innerpage_title span {
  padding-left: 10px;
  font-size: 30px;
  color: #fff;
  line-height: 36px;
  font-weight: bold;
}

.about-cont p,
.termservice-cont p {
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 36px;
}

/*=================================about-Pages-End================================================== */

/*=================================about-Pages-End================================================== */
.membership_page {
  padding-top: 100px;
}

.membership_main {
  padding: 0px 40px;
}

.membership_group {
  border-bottom: solid 1px #4f546d;
  padding: 15px 0px;
  margin: 30px 0px;
}

.membership-img {
  width: 100px;
}

.memberinfo-list {
  padding-left: 50px;
}

.memberinfo-list li {
  padding: 3px 0px;
  color: #fff;
  font-size: 20px;
}

.memberinfo-list li a {
  display: inline-block;
  padding-left: 5px;
  color: #fd375c;
  font-size: 16px;
  line-height: 32px;
  text-decoration: underline;
}

.memberinfo-list {
  padding-left: 50px;
}

.editmemeber_text {
  width: 18px;
  margin-left: auto;
  margin-right: 20px;
  cursor: pointer;
}

.editmemeber_text g {
  fill: #ffc600;
}

.plandetail_grid {
  padding-top: 25px;
}

.plandetail_grid h3 {
  border-bottom: solid 2px #fff;
  padding-bottom: 15px;
  margin-bottom: 15px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}

.plandetail_text p {
  font-size: 18px;
  color: #fff;
}

.plandetail_text del {
  padding: 0px 10px;
  text-decoration: none;
  position: relative;
}

.plandetail_text del::after {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 10px;
  border-top: 2px solid red;
}

/*=================================about-Pages-End================================================== */

/*=================================comingsoon-page-Start================================================== */

.comingsoon_page .homebanner-text span {
  /* padding: 0px 0px 12px 0px; */
  font-size: 18px;
  font-weight: bold;
}

.comingsoon_page .bannercrntheading_top {
  top: 22%;
  left: 2%;
}

.comingsoon_page .homebanner-text .common-btn {
  margin-right: 20px;
}

.comingsoon_page .common-btn.watchtrailer_btn {
  background-color: #765b36;
  margin: 0px;
  font-size: 14px;
  padding: 8px 24px;
}

.comingsoon_page .common-btn.watchtrailer_btn:hover {
  color: #fff;
}

.comingsoon_page .common-btn.play_btn {
  width: 52px;
  height: 52px;
  border: solid 2px #ffffff;
  line-height: 22px;
}

.comingsoon_page .common-btn.play_btn img {
  width: auto;
  height: auto;
}

.comingsoon_page .premiers_btn,
.movidetails-page .premiers_btn {
  width: auto;
  height: auto;
  padding: 10px 24px;
  background-color: #ca2a1f;
  font-size: 20px;
  color: #fff;
  border: solid 2px #fff;
}

/*=================================comingsoon-page-End================================================== */

/*==================== player page Start ==================== */

.player-page {
  position: absolute;
  left: 0;
  top: 0;
  /* width: auto;
    height: auto; */
  width: 100%;
  height: 100%;
  /* background: red; */
  font-size: 16px;
}

.player-page .video-player {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  background: rgba(0, 0, 0, 0.1);
  font-size: 16px;
}

.player-page .player-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100px;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Raleway, sans-serif;
  z-index: 2;
}

.player-page .player-header .back-btn {
  background-image: url("../img/player/back.svg");
  background-size: 80% 80%;
  background-position: center;
  background-repeat: no-repeat;
  width: 5%;
  height: 7vh;
  /* background-color: red; */
  position: absolute;
  left: 7vh;
  cursor: pointer;
}

.player-page .player-header .back-btn.active {
  background-image: url("../img/player/back_hover.svg");
  background-size: 80% 80%;
  background-position: center;
  background-repeat: no-repeat;
  width: 100px;
  height: 50px;
}

.player-page .player-header .back-btn:hover {
  background-size: 90% 90%;
}

.player-page .player-header .flag {
  background-image: url("../img/player/flag.svg");
  background-size: 40% 40%;
  background-position: center;
  background-repeat: no-repeat;
  width: 70px;
  height: 70px;
  border-radius: 30px;
  cursor: pointer;
  position: absolute;
  right: 30px;
}

.player-page .player-header .flag:hover {
  background-size: 50% 50%;
}

/*.player-page .list-container {*/
/*  width: 90%;*/
/*  height: 180px;*/
/*  overflow-x: auto;*/
/*  position: absolute;*/
/*  bottom: 145px;*/
/*  left: 5%;*/
/*  z-index: 2;*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  align-items: flex-start;*/
/*}*/

.player-page .list-container {
  width: 90%;
  height: auto;
  background: #0000008a;
  overflow-x: auto;
  position: absolute;
  bottom: 145px;
  left: 5%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* ::-webkit-scrollbar {
    width: 0;
    height: 0;
  } */

.player-page .list-container .list {
  display: flex;
  flex-direction: row;
}

.player-page .list-container .list-item {
  width: 200px;
  height: 100%;
  margin: 0 10px 0 0;
  flex: none;
  cursor: pointer;
  /* border: 2px solid transparent; */
}

/* .player-page .list-container .list-item img {
    border: 2px solid transparent;
} */

.player-page .list-container .list-item label {
  color: #ffffff;
}

.player-page .list-container .list-item:hover img {
  border: 2px solid #ffffff;
}

.player-page .list-container .list-item img {
  width: 100%;
  height: 80%;
  border: 2px solid transparent;
}

.player-page .player-footer {
  position: absolute;
  bottom: 20px;
  left: 10%;
  width: 80%;
  height: 100px;
  background: rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.player-page .player-footer .subtitle-audio {
  position: absolute;
  bottom: 120px;
  right: 100px;
  width: 400px;
  height: 300px;
  background: #212121;
  border: 1px solid #3e4750;
  border-radius: 2px;
  display: flex;
  flex-direction: row;
  align-items: center;
  z-index: 9px;
}

.player-page .player-footer .subtitle-audio .audio-container {
  position: relative;
  left: 0;
  top: 0;
  width: 60%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.player-page .player-footer .subtitle-audio .audio-container .title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 10%;
  /* background: red; */
  padding-left: 20px;
  box-sizing: border-box;
  font-family: Raleway, sans-serif;
  font-weight: 600;
  font-size: 16px;
}

.player-page .player-footer .subtitle-audio .audio-container .audio-list {
  position: absolute;
  left: 10%;
  top: 10%;
  width: 80%;
  height: 90%;
  /* border-top: 1px solid #3e4750; */
  /* background: lightgray; */
  padding: 0;
  box-sizing: border-box;
  overflow-y: auto;
}

.player-page .player-footer .subtitle-audio .audio-container .audio-list .list-item {
  padding: 2px 2px 2px 2px;
  font-size: 12px;
  list-style: none;
  color: #b7b7b7;
  font-weight: 600;
  font-family: Raleway, sans-serif;
  display: flex;
  flex-direction: row;
  cursor: pointer;
}

.player-page .player-footer .subtitle-audio .audio-container .audio-list .list-item.active .check {
  display: block;
}

.player-page .player-footer .subtitle-audio .audio-container .audio-list .list-item .check {
  background-image: url("../img/player/check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 20px;
  height: 20px;
  display: none;
}

.player-page .player-footer .subtitle-audio .audio-container .audio-list .list-item:hover {
  background: #000000;
  color: #ffffff;
}

.player-page .player-footer .subtitle-audio .subtitle-container {
  position: relative;
  left: 0;
  top: 0;
  width: 40%;
  height: 100%;
  border-left: 1px solid #3e4750;
  /* background: lightgray; */
}

.player-page .player-footer .subtitle-audio .subtitle-container .title-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  /* background: red; */
  padding: 5px 5px 5px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.player-page .player-footer .subtitle-audio .subtitle-container .title-wrapper .title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-family: Raleway, sans-serif;
  font-weight: 600;
  font-size: 16px;
}

.player-page .player-footer .subtitle-audio .subtitle-container .title-wrapper .status {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  color: #ffffff;
  font-family: Raleway, sans-serif;
  font-weight: 500;
  font-size: 14px;
}

.player-page .player-footer .subtitle-audio .subtitle-container .subtitle-list {
  position: absolute;
  left: 10%;
  top: 20%;
  width: 80%;
  height: 80%;
  /* background: lightgray; */
  padding: 0;
  box-sizing: border-box;
  overflow-y: auto;
  border-top: 1px solid #3e4750;
}

.player-page .player-footer .subtitle-audio .subtitle-container .subtitle-list .list-item {
  padding: 2px 2px 2px 2px;
  font-size: 12px;
  list-style: none;
  color: #b7b7b7;
  font-weight: 600;
  font-family: Raleway, sans-serif;
  display: flex;
  flex-direction: row;
  cursor: pointer;
}

.player-page .player-footer .subtitle-audio .subtitle-container .subtitle-list .list-item.active .check {
  display: block;
}

.player-page .player-footer .subtitle-audio .subtitle-container .subtitle-list .list-item .check {
  background-image: url("../img/player/check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 20px;
  height: 20px;
  display: none;
}

.player-page .player-footer .subtitle-audio .subtitle-container .subtitle-list .list-item:hover {
  background: #000000;
  color: #ffffff;
}

.player-page .player-footer .seekbar-wrapper {
  position: relative;
  top: 10px;
  left: 5%;
  width: 90%;
  height: 30px;
  /* background: rgba(0, 0, 0, 0.3); */
  display: flex;
  flex-direction: row;
  align-items: center;
}

.player-page .player-footer .seekbar-wrapper .seekbar {
  position: absolute;
  left: 10%;
  width: 80%;
  height: 6px;
  border-radius: 2px;
  background: lightgray;
  float: left;
  cursor: pointer;
}

.player-page .player-footer .seekbar-wrapper .seekbar .seekbar-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 10%;
  height: 100%;
  border-radius: 2px;
  background: red;
  cursor: pointer;
}

.player-page .player-footer .seekbar-wrapper .seekbar .seekbar-progress .seek-ball {
  content: "";
  position: absolute;
  right: -4px;
  top: -5px;
  background: #ffffff;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  z-index: 2;
}

/* .player-page .player-footer .seekbar-wrapper .seekbar .seekbar-progress::after {
    content: "";
    position: absolute;
    left: -8px;
    top: -5px;
    background: #ffffff;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    z-index: 2;
} */

.player-page .player-footer .seekbar-wrapper .current-timer {
  position: absolute;
  left: 0;
  width: 10%;
  height: 100%;
  color: #ffffff;
  font-family: Raleway, sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.player-page .player-footer .seekbar-wrapper .remaining-timer {
  position: absolute;
  right: -5px;
  width: 10%;
  height: 100%;
  color: #ffffff;
  font-family: Raleway, sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.player-page .player-footer .skip-intro {
  color: #313539;
  padding: 6px 10px 6px 10px;
  display: inline-block;
  border-radius: 2px;
  font-size: 14px;
  position: absolute;
  left: 84%;
  top: -50px;
  background: #d7d5d6;
  cursor: pointer;
  width: 100px;
  text-align: center;
}

.player-page .player-footer .next-video {
  color: #313539;
  padding: 6px 10px 6px 10px;
  display: inline-block;
  background: gray;
  border-radius: 2px;
  font-size: 14px;
  position: relative;
  left: 84%;
  top: 0;
  background: #d7d5d6;
  cursor: pointer;
}

.player-page .player-footer .next-video:focus,
.player-page .player-footer .skip-intro:focus {
  background: gray;
  color: #ffffff;
}

.player-page .player-footer .controls {
  position: relative;
  top: 0;
  left: 5%;
  width: 90%;
  height: 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.player-page .player-footer .controls .control-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.player-page .player-footer .controls .control-left .play {
  background-image: url("../img/player/play.svg");
  background-size: 60% 60%;
  background-position: center;
  background-repeat: no-repeat;
  width: 70px;
  height: 50px;
  border-radius: 30px;
  cursor: pointer;
}

.player-page .player-footer .controls .control-left .play:hover {
  background-size: 70% 70%;
}

.player-page .player-footer .controls .control-left .play.active {
  background-image: url("../img/player/play_hover.svg");
}

.player-page .player-footer .controls .control-left .pause {
  background-image: url("../img/player/pause.svg");
  background-size: 60% 60%;
  background-position: center;
  background-repeat: no-repeat;
  width: 70px;
  height: 50px;
  border-radius: 30px;
  cursor: pointer;
}

.player-page .player-footer .controls .control-left .pause:hover {
  background-size: 70% 70%;
}

.player-page .player-footer .controls .control-left .pause.active {
  background-image: url("../img/player/pause_hover.svg");
}

.player-page .player-footer .controls .control-left .rewind {
  background-image: url("../img/player/rewind.svg");
  background-size: 50% 50%;
  background-position: center;
  background-repeat: no-repeat;
  width: 70px;
  height: 50px;
  border-radius: 30px;
  cursor: pointer;
}

.player-page .player-footer .controls .control-left .rewind:hover {
  background-size: 70% 70%;
}

.player-page .player-footer .controls .control-left .rewind.active {
  background-image: url("../img/player/rewind_hover.svg");
}

.player-page .player-footer .controls .control-left .forward {
  background-image: url("../img/player/forward.svg");
  background-size: 50% 50%;
  background-position: center;
  background-repeat: no-repeat;
  width: 70px;
  height: 50px;
  border-radius: 30px;
  cursor: pointer;
}

.player-page .player-footer .controls .control-left .forward:hover {
  background-size: 70% 70%;
}

.player-page .player-footer .controls .control-left .forward.active {
  background-image: url("../img/player/forward_hover.svg");
}

.player-page .player-footer .controls .control-left .volume-control {
  /* display: inline-block; */
  position: relative;
  width: 10vh;
  height: 6vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.player-page .player-footer .controls .control-left .volume-control .volume {
  background-image: url("../img/player/volume.svg");
  background-size: 60% 60%;
  background-position: center;
  background-repeat: no-repeat;
  width: 70px;
  height: 50px;
  border-radius: 30px;
  cursor: pointer;
  position: absolute;
}

.player-page .player-footer .controls .control-left .volume-control .volume:hover {
  background-size: 70% 70%;
}

.player-page .player-footer .controls .control-left .volume-control .volume.active {
  background-image: url("../img/player/volume_hover.svg");
}

.player-page .player-footer .controls .control-left .volume-control .volume-slider-wrapper {
  position: absolute;
  top: -23vh;
  left: 5vh;
  height: 21vh;
  background: black;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.player-page .player-footer .controls .control-left .volume-control .volume-slider-wrapper .volume-wrapper {
  position: absolute;
  height: 95%;
  width: 10px;
  background: gray;
  cursor: pointer;
}

.player-page .player-footer .controls .control-left .volume-control .volume-slider-wrapper .volume-slider {
  position: absolute;
  height: 20%;
  width: 100%;
  background: #ffffff;
  bottom: 0;
  left: 0;
  cursor: pointer;
}

.player-page .player-footer .controls .control-left .volume-control .volume-slider-wrapper .volume-slider::after {
  content: " ";
  position: absolute;
  height: 16px;
  width: 16px;
  background: #ffffff;
  top: -4px;
  left: -3px;
  border-radius: 8px;
}

.player-page .player-footer .controls .control-left .volume-control .mute {
  background-image: url("../img/player/mute.svg");
  background-size: 60% 60%;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  cursor: pointer;
  position: absolute;
}

.player-page .player-footer .controls .control-left .volume-control .mute:hover {
  background-size: 70% 70%;
}

.player-page .player-footer .controls .control-left .volume-control .mute.active {
  background-image: url("../img/player/mute_hover.svg");
}

/* right control section */

.player-page .player-footer .controls .control-right {
  position: absolute;
  top: 0;
  right: 10px;
  width: 25%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}

.player-page .player-footer .controls .control-right .next {
  background-image: url("../img/player/next.svg");
  background-size: 80% 80%;
  background-position: center;
  background-repeat: no-repeat;
  width: 70px;
  height: 50px;
  border-radius: 30px;
  cursor: pointer;
}

.player-page .player-footer .controls .control-right .next:hover {
  background-size: 90% 90%;
}

.player-page .player-footer .controls .control-right .next.active {
  background-image: url("../img/player/next_hover.svg");
}

.player-page .player-footer .controls .control-right .episodes {
  background-image: url("../img/player/episode.svg");
  background-size: 60% 60%;
  background-position: center;
  background-repeat: no-repeat;
  width: 70px;
  height: 50px;
  border-radius: 30px;
  cursor: pointer;
}

.player-page .player-footer .controls .control-right .episodes:hover {
  background-size: 70% 70%;
}

.player-page .player-footer .controls .control-right .episodes.active {
  background-image: url("../img/player/episode_hover.svg");
}

.player-page .player-footer .controls .control-right .subtitle {
  background-image: url("../img/player/subtitle.svg");
  background-size: 60% 60%;
  background-position: center;
  background-repeat: no-repeat;
  width: 23%;
  height: 100%;
  border-radius: 30px;
  cursor: pointer;
}

.player-page .player-footer .controls .control-right .subtitle:hover {
  background-size: 70% 70%;
}

.player-page .player-footer .controls .control-right .subtitle.active {
  background-image: url("../img/player/subtitle_hover.svg");
}

.player-page .player-footer .controls .control-right .fullscreen {
  background-image: url("../img/player/fullscreen.svg");
  background-size: 60% 60%;
  background-position: center;
  background-repeat: no-repeat;
  width: 23%;
  height: 100%;
  border-radius: 30px;
  cursor: pointer;
}

.player-page .player-footer .controls .control-right .fullscreen:hover {
  background-size: 70% 70%;
}

.player-page .player-footer .controls .control-right .fullscreen.active {
  background-image: url("../img/player/fullscreen_hover.svg");
}

.player-page .player-footer .controls .control-right .exit-fullscreen {
  background-image: url("../img/player/exit_fullscreen.svg");
  background-size: 60% 60%;
  background-position: center;
  background-repeat: no-repeat;
  width: 23%;
  height: 100%;
  border-radius: 30px;
  cursor: pointer;
}

.player-page .player-footer .controls .control-right .exit-fullscreen:hover {
  background-size: 70% 70%;
}

.player-page .player-footer .controls .control-right .exit-fullscreen.active {
  background-image: url("../img/player/exit_fullscreen_hover.svg");
}

.player-page .loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.player-page .loader .spinner {
  background-image: url("../img/player/loading.svg");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 150px;
  height: 150px;
}

.player-page .pause-banner-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 999;
  /* background-color: #00000099; */
  /* background: rgba(0, 0, 0, 0.4); */
}

.player-page .pause-banner-container .paused-header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 20%;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
  /* background: rgba(0, 0, 0, 0.4); */
}

.player-page .pause-banner-container .paused-header .back-btn {
  background-image: url("../img/player/back.svg");
  background-size: 80% 80%;
  background-position: center;
  background-repeat: no-repeat;
  width: 14vh;
  height: 7vh;
  /* background-color: red; */
  position: absolute;
  left: 7vh;
  cursor: pointer;
}

.player-page .pause-banner-container .paused-header .back-btn.active {
  background-image: url("../img/player/back_hover.svg");
  background-size: 80% 80%;
  background-position: center;
  background-repeat: no-repeat;
  width: 100px;
  height: 50px;
}

.player-page .pause-banner-container .paused-content {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 170px;
  background: rgba(0, 0, 0, 0.4);
  /* background: #fff; */
}

.player-page .pause-banner-container .paused-content .line1 {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.78;
  letter-spacing: 1.8px;
  text-align: left;
  color: #fff;
}

.player-page .pause-banner-container .paused-content .video-title {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

.player-page .pause-banner-container .paused-content .season-episode {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.78;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

.player-page .pause-banner-container .paused-content .remaining-time {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.78;
  letter-spacing: 1.8px;
  text-align: left;
  color: #fff;
}

.player-page .pause-banner-container .paused-content .description {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: 0.64px;
  text-align: left;
  color: #fff;
  width: 90%;
}

.player-page .pause-banner-container .paused-footer {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 20%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
  flex-direction: column;
  color: #fff;
  padding-right: 80px;
}

.player-page .pause-banner-container .paused-footer span {
  opacity: 0.8;
  font-family: Helvetica;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.89;
  letter-spacing: normal;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 10px;
}

.player-page .pause-banner-container .paused-footer button {
  background-color: gray;
  border: none;
  color: white;
  padding: 7px 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 5px;
  font-weight: bold;
  outline: none;
}

.player-page .pause-banner-container .paused-footer button:focus {
  background-color: #ff0000;
}

/* ----------- */

.player-page .error-report-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 999;
  background-color: #00000099;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.player-page .error-report-container .content-wrapper {
  width: 60%;
  height: 70%;
  background-color: gray;
  flex: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
}

.player-page .error-report-container .content-wrapper .left-container {
  width: 50%;
  height: 100%;
  background: #131313;
  padding-left: 5%;
  color: #ffffff;
  /* overflow: scroll; */
}

.player-page .error-report-container .content-wrapper .left-container .header {
  font-size: 16px;
  font-weight: bold;
  padding: 8px 0 8px 0;
}

.player-page .error-report-container .content-wrapper .left-container .list {
  width: 100%;
  min-height: 70px;
  padding: 5px;
  cursor: pointer;
}

.player-page .error-report-container .content-wrapper .left-container .list:focus {
  background: #262626;
}

.player-page .error-report-container .content-wrapper .left-container .list.active {
  background: #262626;
}

.player-page .error-report-container .content-wrapper .left-container .list .list-title {
  font-weight: bold;
  font-size: 16px;
}

.player-page .error-report-container .content-wrapper .left-container .list .list-content {
  font-size: 14px;
}

.player-page .error-report-container .content-wrapper .right-container {
  width: 50%;
  height: 100%;
  background: #262626;
  display: flex;
  flex-direction: column;
}

.player-page .error-report-container .content-wrapper .right-container .top-section {
  width: 100%;
  height: 65%;
  /* overflow: scroll; */
}

.player-page .error-report-container .content-wrapper .right-container .top-section .header {
  font-size: 16px;
  font-weight: bold;
  padding: 8px 20px 8px 20px;
  color: #ffffff;
}

.player-page .error-report-container .content-wrapper .right-container .top-section .close {
  height: 20px;
  width: 20px;
  background-image: url("../img/player/close.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.player-page .error-report-container .content-wrapper .right-container .top-section .list {
  width: 100%;
  padding: 5px;
  display: flex;
  flex-direction: row;
}

.player-page .error-report-container .content-wrapper .right-container .top-section .list .checkbox-container {
  display: block;
  position: relative;
  padding-left: 28px;
  margin-top: 6px;
  /* padding-left: 35px;
    margin-bottom: 12px; */
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.player-page .error-report-container .content-wrapper .right-container .top-section .list .checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.player-page .error-report-container .content-wrapper .right-container .top-section .list .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #000000;
  border: 1px solid #505050;
}

/* On mouse-over, add a grey background color */
/* .player-page .error-report-container .content-wrapper .right-container .list .checkbox-container:hover input~.checkmark {
    background-color: #002B4E;
} */

/* When the checkbox is checked, add a blue background */
.player-page .error-report-container .content-wrapper .right-container .list .checkbox-container input:checked~.checkmark {
  background-color: #002b4e;
}

/* Create the checkmark/indicator (hidden when not checked) */
.player-page .error-report-container .content-wrapper .right-container .top-section .list .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.player-page .error-report-container .content-wrapper .right-container .top-section .list .checkbox-container input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.player-page .error-report-container .content-wrapper .right-container .top-section .list .checkbox-container .checkmark:after {
  left: 6px;
  top: 3px;
  width: 5px;
  height: 8px;
  border: 1px solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
}

.player-page .error-report-container .content-wrapper .right-container .top-section .list p {
  font-size: 14px;
}

.player-page .error-report-container .content-wrapper .right-container .text-container {
  width: 100%;
  height: 35%;
  position: relative;
  display: flex;
  flex-direction: column;
}

.player-page .error-report-container .content-wrapper .right-container .text-container .text-area {
  width: 80%;
  height: 60%;
  margin-left: 10%;
  border-radius: 5px;
  background: gray;
  border: 2px solid #000000;
  outline: none;
  padding: 5px;
  /* overflow-y: scroll; */
  position: absolute;
  display: block;
}

.player-page .error-report-container .content-wrapper .right-container .text-container .send-btn {
  padding: 5px 20px 5px 20px;
  display: block;
  font-size: 16px;
  position: absolute;
  bottom: 10px;
  right: 20px;
  background: gray;
  border-radius: 5px;
  cursor: pointer;
}

.player-page .error-report-container .content-wrapper .right-container .text-container .send-btn:hover {
  background: #ffffff;
}

/* video::-webkit-media-text-track-container {
    position: relative;
    bottom: 2em;
} */

video::-webkit-media-text-track-display {
  font-size: 20px;
}

/*video::-webkit-media-text-track-display-backdrop {
    background-color: transparent;
}
*/
video::-webkit-media-text-track-display-backdrop {
  background-color: rgba(0, 0, 0, 0) !important;
  background-image: linear-gradient(tp right rgba(0, 0, 0, 0) rgba(0, 0, 0, 0));
}

/* video::-webkit-media-text-track-display {
    background-color: rgba(0, 0, 0, 0) !important;

} */

/* .custom-text-track::cue {
    background-color: red;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
} */

.normal::-webkit-media-text-track-container {
  position: relative;
  bottom: 2em !important;
}

.top::-webkit-media-text-track-container {
  position: relative;
  bottom: 4em !important;
}

.normal::-webkit-media-text-track-background {
  background: none;
}

.top::-webkit-media-text-track-background {
  background: none;
}

.normal::-webkit-media-text-track-display {
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0) !important;
}

.top::-webkit-media-text-track-display {
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0) !important;
}

/*=======Ad css ==== */

#ad-container {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.ad-container .ad-footer {
  position: absolute;
  bottom: 20px;
  left: 10%;
  width: 80%;
  height: 100px;
  background: rgba(0, 0, 0, 0.2);
  z-index: 9999;
}

.ad-container .ad-footer .seekbar-wrapper {
  position: relative;
  top: 10px;
  left: 5%;
  width: 90%;
  height: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.ad-container .ad-footer .seekbar-wrapper .seekbar {
  position: relative;
  left: 10%;
  width: 80%;
  height: 6px;
  border-radius: 2px;
  background: lightgray;
  float: left;
  cursor: pointer;
}

.ad-container .ad-footer .seekbar-wrapper .seekbar .seekbar-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 10%;
  height: 100%;
  border-radius: 2px;
  background: red;
  cursor: pointer;
}

.ad-container .ad-footer .seekbar-wrapper .seekbar .seekbar-progress .seek-ball {
  content: "";
  position: absolute;
  right: -4px;
  top: -5px;
  background: #ffffff;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  z-index: 2;
}

.ad-container .ad-footer .seekbar-wrapper .timer {
  position: absolute;
  right: -5px;
  width: 10%;
  height: 100%;
  color: #ffffff;
  font-family: Raleway, sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.ad-container .ad-footer .seekbar-wrapper .ad-play {
  position: absolute;
  left: 0;
  background-image: url("../img/player/play.svg");
  background-size: 60% 60%;
  background-position: center;
  background-repeat: no-repeat;
  width: 70px;
  height: 50px;
  border-radius: 30px;
  cursor: pointer;
}

.ad-container .ad-footer .seekbar-wrapper .ad-play:hover {
  background-size: 70% 70%;
}

.ad-container .ad-footer .seekbar-wrapper .ad-pause {
  position: absolute;
  left: 0;
  background-image: url("../img/player/pause.svg");
  background-size: 60% 60%;
  background-position: center;
  background-repeat: no-repeat;
  width: 70px;
  height: 50px;
  border-radius: 30px;
  cursor: pointer;
}

.ad-container .ad-footer .seekbar-wrapper .ad-pause:hover {
  background-size: 70% 70%;
}

.add-overlay {
  z-index: 99999;
  display: block;
}

.remove-overlay {
  z-index: 0;
  display: none;
}

/*=====Ad css ends here====== */
/*==================== player page End ====================== */

/*=================================Landing-page-Start================================================== */
.landing_page {
  padding: 30px 0px;
}

.banner_hero .loadingTitle {
  width: 100%;
}

.banner_hero .loadingTitle .ratio-16x9 {
  padding: 15.25% 0;
}

.lolomoRow {
  z-index: 1;
}

.lolomoRow {
  -webkit-transition: -webkit-transform 0.54s cubic-bezier(0.5, 0, 0.1, 1) 0s;
  transition: -webkit-transform 0.54s cubic-bezier(0.5, 0, 0.1, 1) 0s;
  -o-transition: -o-transform 0.54s cubic-bezier(0.5, 0, 0.1, 1) 0s;
  -moz-transition:
    transform 0.54s cubic-bezier(0.5, 0, 0.1, 1) 0s,
    -moz-transform 0.54s cubic-bezier(0.5, 0, 0.1, 1) 0s;
  transition: transform 0.54s cubic-bezier(0.5, 0, 0.1, 1) 0s;
  transition:
    transform 0.54s cubic-bezier(0.5, 0, 0.1, 1) 0s,
    -webkit-transform 0.54s cubic-bezier(0.5, 0, 0.1, 1) 0s,
    -moz-transform 0.54s cubic-bezier(0.5, 0, 0.1, 1) 0s,
    -o-transform 0.54s cubic-bezier(0.5, 0, 0.1, 1) 0s;
}

.slider {
  position: relative;
  margin: 0;
  padding: 0 4%;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 1500px) {
  .slider {
    padding: 0 60px;
  }
}

@-webkit-keyframes pulsateAnimation {
  from {
    background-color: #1a1a1a;
  }

  25% {
    background-color: #333;
  }

  50% {
    background-color: #1a1a1a;
  }

  to {
    background-color: #1a1a1a;
  }
}

@-moz-keyframes pulsateAnimation {
  from {
    background-color: #1a1a1a;
  }

  25% {
    background-color: #333;
  }

  50% {
    background-color: #1a1a1a;
  }

  to {
    background-color: #1a1a1a;
  }
}

@-o-keyframes pulsateAnimation {
  from {
    background-color: #1a1a1a;
  }

  25% {
    background-color: #333;
  }

  50% {
    background-color: #1a1a1a;
  }

  to {
    background-color: #1a1a1a;
  }
}

@keyframes pulsateAnimation {
  from {
    background-color: #1a1a1a;
  }

  25% {
    background-color: #333;
  }

  50% {
    background-color: #1a1a1a;
  }

  to {
    background-color: #1a1a1a;
  }
}

.pulsate {
  -webkit-animation-duration: 3.6s;
  -moz-animation-duration: 3.6s;
  -o-animation-duration: 3.6s;
  animation-duration: 3.6s;
  -webkit-animation-name: pulsateAnimation;
  -moz-animation-name: pulsateAnimation;
  -o-animation-name: pulsateAnimation;
  animation-name: pulsateAnimation;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.loadingTitle {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.loadingTitle {
  width: 20%;
  padding: 0px 5px;
}

.loadingTitle .ratio-16x9 {
  height: 330px;
  color: #fff;
  text-align: center;
}

.portraitsmall_section .loadingTitle {
  width: 16.66%;
}

.portraitsmall_section .loadingTitle .ratio-16x9 {
  height: 280px;
  color: #fff;
  text-align: center;
}

.landscapesmall_section .loadingTitle {
  width: 25%;
}

.landscapesmall_section .loadingTitle .ratio-16x9 {
  height: 200px;
  color: #fff;
  text-align: center;
}

.landscapelarge_section .loadingTitle {
  width: 50%;
}

.landscapelarge_section .loadingTitle .ratio-16x9 {
  height: 400px;
  color: #fff;
  text-align: center;
}

.lolomoRow {
  position: relative;
}

.lolomoRow.lolomoRow_title_card {
  margin: 3vw 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lolomoRow.lolomoRow_title_card:hover {
  z-index: 3;
}

.lolomoRow.lolomoPreview .rowContent {
  overflow-x: hidden;
}

.lolomoRow.lolomoPreview .loadingTitle {
  /* border-right: 3px solid #141414;
    border-left: 3px solid #141414; */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
}

.lolomoRow.lolomoRow_title_card .rowTitle {
  font-size: 1.4vw;
  color: #999;
  font-weight: 700;
  margin: 0px 30px 25px 60px;
  text-decoration: none;
  display: inline-block;
  min-width: 6em;
}

.seriesdetails-landing .loadingTitle {
  padding: 5px;
}

.movishortinfo-section .loadingTitle {
  width: 50%;
}

/* @media screen and (min-width:1500px) {
    .lolomoRow.lolomoRow_title_card .rowTitle {
      margin-left: 60px
    }
  } */

@media screen and (max-width: 800px) {
  .lolomoRow.lolomoRow_title_card .rowTitle {
    font-size: 12px;
  }
}

.lolomoRow.lolomoPreview .rowTitle {
  background-color: #1a1a1a;
}

.lolomoRow .rowHeader {
  line-height: 1.3;
  margin: 0;
}

.smallTitleCard {
  position: relative;
  z-index: 1;
  cursor: pointer;
  outline: 0;
}

/*=================================Landing-page-End================================================== */

/*=================================devices-Pages-Start================================================== */
.devices_page {
  padding-top: 100px;
}

.devices_main {
  padding: 0px 60px;
}

.otherdevices_grid {
  padding-bottom: 15px;
  margin: 50px 0px 15px 0px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}

.currentdevices_grid .devices_text strong {
  padding-bottom: 20px;
}

.devices_text {
  padding-left: 30px;
  color: #fff;
}

.devices_text strong {
  display: block;
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 20px;
}

.devices_text p {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #fff;
  line-height: 18px;
  letter-spacing: 1px;
}

.deviceuse_time {
  width: 40%;
  display: inline-block;
  padding-right: 50px;
}

.delete_device {
  width: 45px;
  height: 45px;
  display: inline-block;
  font-size: 22px;
  text-align: center;
  font-weight: 500;
  line-height: 42px;
  border-radius: 100px;
  border: solid 1px #fff;
  cursor: pointer;
}

.delete_device:hover {
  border-color: #ff3d2f;
  color: #ff3d2f;
  transition: all 0.5s ease-in;
}

.device-img {
  max-width: 100px;
}

.device_group {
  padding: 25px 0px;
  margin: 30px 0px;
}

.device_group:first-child {
  margin-top: 10px;
}

.devices_grid .device_group {
  border-top: solid 1px #fff;
}

/*=================================devices-Pages-End================================================== */

/*=================================planpackage-page-Start================================================== */

.planpackage_page {
  padding: 60px 0px;
}

.planpackage_main {
  padding: 0px 40px;
}

.planpackage_page .title {
  padding-bottom: 20px;
  font-size: 52px;
  justify-content: center;
}

.planepackage-panel {
  min-height: 270px;
  margin: 5px 0px;
  background-color: #ffbc01;
  border-radius: 4px;
  border-radius: 24px;
}

.pricetime-panel {
  padding: 30px 40px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.planepackage-panel:hover .getstart-btn {
  background: #000;
}

.planepackage-panel:hover .plan-time {
  background: #302f2f;
  color: #ffffff;
}

.planepackage-panel ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.planepackage-panel ul li {
  margin: 0px;
  padding: 8px 10px 8px 35px;
  font-size: 18px;
  color: #333;
  font-weight: 500;
  position: relative;
}

.planepackage-panel ul li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-align: center;
  font-size: 8px;
  color: #ffbc01;
  line-height: 22px;
  position: absolute;
  left: 0;
  top: 10px;
  width: 21px;
  height: 21px;
  background: #132239;
  border-radius: 100px;
}

.planepackage-contbody {
  padding: 0px 40px 60px 40px;
}

.plan-time {
  display: inline-block;
  background: #454545;
  color: #fff;
  padding: 4px 18px;
  font-size: 24px;
  line-height: 26px;
  border-radius: 8px;
}

.price-panel {
  margin-top: 40px;
}

.plan-price {
  display: inline-block;
  font-size: 26px;
  color: #000;
  line-height: 28px;
}

.plan-price i {
  padding-right: 5px;
  font-size: 26px;
}

.plan-price strong {
  font-weight: 600;
}

.price_text {
  display: inline-block;
  font-size: 72px;
  line-height: 50px;
}

.price-unite {
  top: -16px;
  font-size: 35px;
}

.month {
  left: -7px;
  font-weight: 600;
}

.getstart-btn {
  margin-top: 20px;
  background: #333;
  padding: 12px 24px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  border: none !important;
  border-radius: 10px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  outline: none !important;
}

.activeplan-grid h2 {
  font-size: 50px;
}

.activeplan-text {
  font-family: Raleway, sans-serif;
  font-size: 40px;
  color: #ffb700;
  line-height: 28px;
}

.activplanepackage-panel {
  /* background: #1D4350;
    background: -webkit-linear-gradient(to right, #A43931, #1D4350);
    background: linear-gradient(to right, #A43931, #1D4350); */
  min-height: 200px;
  padding: 15px;
  border-radius: 4px;
  background: #1d4350;
  background: -webkit-linear-gradient(to right, #a43931, #1d4350);
  background: linear-gradient(to right, #a43931, #1d4350);
  background: #f12711;
  background: -webkit-linear-gradient(to right, #f5af19, #f12711);
  background: linear-gradient(to right, #f5af19, #f12711);
  background: #c31432;
  background: -webkit-linear-gradient(to right, #240b36, #c31432);
  background: linear-gradient(to right, #240b36, #c31432);
  background: #1a2a6c;
  background: -webkit-linear-gradient(to right, #fdbb2d, #b21f1f, #1a2a6c);
  background: linear-gradient(to right, #fdbb2d, #b21f1f, #1a2a6c);
  background: #1d4350;
  background: -webkit-linear-gradient(to left, #c21104, #1d4350);
  background: linear-gradient(to left, #c21104, #1d4350);
  color: #fff;
  text-align: center;
  background:
    linear-gradient(130deg, rgb(173, 144, 193) 0%, rgb(3, 0, 84) 100%),
    linear-gradient(130deg, rgb(9, 0, 123) 0%, rgba(15, 0, 66, 0) 30%),
    linear-gradient(129.96deg, rgb(255, 47, 47) 10.43%, rgb(0, 4, 96) 92.78%),
    radial-gradient(100% 246.94% at 100% 0%,
      rgb(255, 255, 255) 0%,
      rgba(37, 0, 66, 0.8) 100%),
    linear-gradient(121.18deg, rgb(20, 0, 255) 0.45%, rgb(27, 0, 62) 100%),
    linear-gradient(154.03deg, rgb(206, 0, 0) 0%, rgb(255, 0, 61) 74.04%),
    linear-gradient(341.1deg, rgb(178, 91, 186) 7.52%, rgb(16, 0, 119) 77.98%),
    linear-gradient(222.34deg, rgb(169, 0, 0) 12.99%, rgb(0, 255, 224) 87.21%),
    linear-gradient(150.76deg, rgb(183, 213, 0) 15.35%, rgb(34, 0, 170) 89.57%);
  background-blend-mode:
    overlay, normal, overlay, color-burn, screen, overlay, difference,
    difference, normal;
}

.activplanepackage-panel:hover {
  background: #1d4350;
  background: -webkit-linear-gradient(to left, #c21104, #1d4350);
  background: linear-gradient(to left, #c21104, #1d4350);
}

.activeplan-list li {
  padding: 8px 0px;
  font-size: 18px;
}

.activeplan-list li strong {
  display: inline-block;
  width: 180px;
}

.activeplan-list li span {
  font-size: 18px;
}

.activeplan-list .plan-price {
  font-size: 20px;
}

.activeplan-list .plan-price i {
  font-size: 18px;
}

.subscription_success_page {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 100%;
  width: 100%;
}

/*=================================planpackage-page-End================================================== */

/*=================================activate_page-Start================================================== */
.activate_page {
  padding: 100px 0px;
}

.activate_grid {
  padding: 30px 60px;
  background-color: #000000;
  color: #fff;
  text-align: center;
}

.activate_cont h3 {
  padding: 30px 0px 40px 0px;
  font-size: 24px;
}

.activate_form p {
  padding: 60px 0px 15px 0px;
  color: #aaaaaa;
  font-size: 20px;
}

.activateinput_panel {
  padding: 40px 0px;
}

.btn.activesub_btn {
  padding: 8px 24px;
  margin-top: 45px;
  margin-bottom: 20px;
  background-color: #541f20;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border-color: #ed1a3e;
}

.activate_form .title {
  margin: auto;
  display: block;
  text-align: center;
  font-family: "Poppins", sans-serif;
}

.activate_form .title h3 {
  width: 100%;
  font-weight: bold;
}

.activate_form .title p {
  width: 100%;
  font-size: 12px;
  color: #ed1a3e;
}

.activate_form .title p.msg {
  width: 100%;
  color: initial;
  text-align: initial;
  font-weight: bold;
}

.otp-input-fields {
  margin: auto;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.otp-input-fields input {
  width: 40px;
  /* font-size: 16px; */
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin: 0px 10px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #666666;
  outline: none;
  border-radius: 0px;
}

.otp-input-fields input::-webkit-outer-spin-button,
.otp-input-fields input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.otp-input-fields input[type="number"] {
  -moz-appearance: textfield;
}

.otp-input-fields input:focus {
  border-bottom: #35b41f solid 1px;
  font-size: 20px;
}

.result {
  max-width: 400px;
  margin: auto;
  padding: 24px;
  text-align: center;
}

.result p {
  font-size: 24px;
  font-family: "Antonio", sans-serif;
  opacity: 1;
  transition: color 0.5s ease;
}

.result p._ok {
  color: green;
}

.result p._notok {
  color: red;
  border-radius: 3px;
}

.activetv_btn {
  background-color: #ff0000;
  padding: 12px 24px;
  font-weight: bold;
  color: #000;
  font-size: 18px;
}

.btn.disabled {
  background: #aaacae !important;
  opacity: 1;
}

/*=================================activate_page-End================================================== */

/*==================================Footer-End==================================*/

footer {
  width: 100%;
  float: left;
  padding: 25px 0 0;
  /* background-image: radial-gradient(#061244, #0a207b8c, black); */
}

.footContent .footLogo {
  margin-bottom: 15px;
}

.footContent .footLogo a {
  display: inline-block;
}

.app_grid p {
  margin-bottom: 20px;
  font-size: 25px;
  color: #fff;
  font-weight: 300;
}

.app_grid a {
  display: inline-block;
  margin-right: 10px;
}

.app_list {
  display: flex;
  justify-content: center;
}

.app_grid a {
  width: 60px;
  height: 60px;
  padding: 11px;
  border-radius: 100px;
  margin: 0px 10px;
  /* background: #fff; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.app_grid a img {
  max-width: 100%;
}

.footer_bottom {
  padding: 0px 0 20px 0;
}

.footLink_list {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footLink_list a {
  font-size: 14px;
  padding: 0 10px;
  border-right: 1px solid #3f3f3f;
  display: inline-block;
  font-size: 16px;
  color: #b9b6b6;
  line-height: 1.1em;
  transition: 0.5s;
}

.footLink_list a:hover {
  text-decoration: none;
  color: #df384d;
  transition: 0.5s;
}

.footLink_list li {
  padding: 0px 10px;
  font-size: 16px;
  color: #b9b6b6;
}

.footLink_list a:last-child {
  border-right: none;
}

.footer-logo img {
  max-width: 190px;
  padding-bottom: 20px;
}

.foot_social {
  padding: 25px 0px 15px 0px;
  color: #fff;
  font-size: 25px;
}

.foot_social a {
  display: inline-block;
  margin-left: 15px;
  font-size: 32px;
  color: #cbc3c3;
  transition: 0.5s;
}

.foot_social a:hover {
  color: #fff;
  text-decoration: none;
  transition: 0.5s;
}

/*==================================Footer-End==================================*/

/*------------account verification page-------------- */

.account_verified {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
}

.app-version {
  color: #ffffff;
}

.no-data {
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 20px;
}

.grecaptcha-badge {
  display: none;
}

.g-recaptcha {
  transform: scale(0.8);
  margin-left: -22px;
}
