body {
    font-family: montserrat,sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    padding: 0;
    margin: 0;
    color: #fff;
    background: #181818;
    overflow-x: hidden
}
a {
    padding: 0;
    margin: 0;
    text-decoration: none!important;
    color: #eee
}
a:hover {
    color: #fff
}
.container-fluid {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    margin-right: auto;
    margin-left: auto
}
.top {
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 10px
}
header {
    min-height: 96px
}
.mainContainer {
    padding: 30px 0
}
.topheader {
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9
}
.menu-part {
    display: flex;
    align-items: center;
    justify-content: space-between
}
.logo-part {
    margin: 0;
    padding: 10px 0
}
.logo-part img {
    max-height: 80px
}
.menu-part ul {
    padding: 0;
    margin: 0;
    text-align: left
}
.menu-part ul li {
    padding: 0;
    margin: 0;
    position: relative;
    display: inline-block
}
.menu-part ul li:after {
    content: "|";
    display: inline-block;
    color: #c6c6c6;
    padding: 0 10px
}
.menu-part ul li:last-child:after {
    content: "";
    display: inline-block;
    color: #c6c6c6;
    padding: 0
}
.menu-part ul li span {
    position: absolute;
    right: 0;
    top: -2px;
    font: 500 10px montserrat,sans-serif;
    line-height: 10px;
    color: #9bc927;
    border-radius: 3px;
    display: block;
    padding: 0
}
.menu-part ul li a {
    display: inline-block;
    padding: 5px 0;
    margin: 0;
    text-decoration: none;
    position: relative;
    color: #eee;
    font-size: 15px;
    font-weight: 500
}
.menu-part ul li a.active,.menu-part ul li a:hover,.menu-part ul li ul li.active a,.menu-part.change ul li a.active {
    font-weight: 500
}
.menu-part ul li ul {
    display: none;
    position: absolute;
    left: -20px;
    top: 30px;
    width: 200px;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px 0 #a8a8a8;
    -moz-box-shadow: 0 0 5px 0 #a8a8a8;
    box-shadow: 0 0 5px 0 #a8a8a8;
    padding: 5px 10px;
    z-index: 9
}
.menu-part ul li:hover ul {
    display: block
}
.menu-part ul li:hover ul:after {
    content: "\f0de";
    position: absolute;
    left: 20%;
    top: -12px;
    font: 40px FontAwesome;
    line-height: 40px;
    color: #fff;
    width: 20px;
    height: 12px
}
.menu-part ul li ul li {
    display: block;
    float: none;
    font: 500 14px montserrat,sans-serif;
    line-height: 30px;
    color: #020202;
    border-bottom: 1px solid #ccc
}
.menu-part ul li ul li:last-child {
    border-bottom: none
}
.menu-part ul li ul li a,.menu-part.change ul li ul li a {
    display: block;
    float: none;
    font: 400 15px montserrat,sans-serif;
    line-height: 23px;
    color: #020202
}
.menu-part ul li ul li a:hover,.menu-part.change ul li ul li a:hover {
}
.menu-part ul li ul li:after {
    content: "";
    display: none!important
}
.menu-part .header-search form {
    padding: 0;
    margin: 0;
    position: relative
}
header .menu-part .header-search form input[type=text] {
    width: 250px;
    outline: 0;
    border-radius: 6px;
    border: 1px solid #444;
    padding: 6px 10px
}
header .header-search .search-ico {
    position: absolute;
    top: 6px;
    right: 10px;
    color: #000
}
.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden
}
.autocomplete-suggestion-type {
    float: right;
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
    color: #6b6b6b
}
.autocomplete-selected {
    background: #f0f0f0
}
.autocomplete-suggestions {
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px 0 #a8a8a8;
    -moz-box-shadow: 0 0 5px 0 #a8a8a8;
    box-shadow: 0 0 5px 0 #a8a8a8;
    margin: 2px 0 0;
    border-radius: 5px;
    z-index: 99;
    overflow: hidden;
    width: 250px !important;
    max-height: none !important;
}
.autocomplete-suggestions strong {
    color: #000;
    font-weight: 500
}
.autocomplete-suggestions .autocomplete-suggestion {
    border-bottom: 1px solid #ccc;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 14px;
    color: #000;
    box-sizing: border-box;
    white-space: pre-line;
    line-height: 22px;
}
.autocomplete-suggestions .autocomplete-suggestion:hover,.autocomplete-suggestions .autocomplete-suggestion:hover strong {
    background: #444;
    color: #fff
}
.autocomplete-suggestions .autocomplete-suggestion .autocomplete-suggestion-type {
    text-align: right;
    font: 500 13px Montserrat,sans-serif;
    line-height: 18px;
    color: #090909;
    display: block;
    margin: 2px 0;
    display: none;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s
}
.autocomplete-suggestions .autocomplete-suggestion:last-child {
    border-bottom: none
}
.scrollup {
    position: fixed;
    bottom: 50px;
    right: 10px;
    z-index: 999;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    color: #fff;
    background: #000;
    text-align: center;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: none;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s
}
.scrollup:hover {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    background: #ff2121;
    color: #fff
}
.menu-part-mobile,.mobile_vl {
    display: none
}
.carousel {
    padding: 0
}
.carousel h2 {
    margin: 0
}
.channel-title-logo a {
    display: flex;
    justify-content: left;
    align-items: center
}
.channel-title-logo figure {
    margin: 0
}
.channel-title-logo h2 {
    margin: 0 0 0 10px;
    font-weight: 500;
    font-size: 20px
}
.carousel a {
    text-decoration: none;
    color: #fff
}
.carousel .carousel__item__image {
    width: 240px;
    height: 140px;
    background-color: #ccc;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
    margin-bottom: 16px;
    border-radius: 5px;
    max-width: inherit;
    position: relative
}
.carousel h3 {
    font-size: 15px;
    margin: 0;
    margin-bottom: 4px;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 230px;
    overflow: hidden
}
.carousel span {
    font-size: 13px;
    color: #ccc
}
.total_episodes {
    position: absolute;
    bottom: 8px;
    right: 10px;
    background: rgba(0,0,0,.7);
    padding: 2px 8px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    box-shadow: 0 0 5px 2px rgba(0,0,0,.5)
}
.carousel .dragging a {
    pointer-events: none
}
.carousel .carousel__wrapper {
    position: relative;
    margin-bottom: 40px
}
@media only screen and (min-width: 1180px) {
    .carousel .carousel__wrapper.has-arrows .carousel__content {
        justify-content:space-between
    }
}
@media only screen and (min-width: 1180px) {
    .carousel .carousel__wrapper.has-arrows .carousel__arrows {
        display:flex
    }
}
.carousel .carousel__header {
}
.carousel .carousel__content {
    overflow-y: hidden;
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    display: flex;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    padding: 20px 20px 20px 25px;
    margin: -20px 0;
    grid-gap: 16px;
    grid-auto-flow: column;
    list-style: none
}
.carousel .carousel__content::-webkit-scrollbar {
    display: none
}
.carousel .carousel__item .carousel__description {
    width: 100%
}
.carousel__item {
    position: relative;    
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.carousel .carousel__item a {
    display: flex;
    justify-content: left;
    align-items: center;
    flex-direction: column;
    position: relative;
    user-select: none;
    margin: 0;
    padding: 5px;
    border-radius: 6px;
    cursor: pointer;
    max-width: 240px;
}
.carousel .carousel__item:hover {
    transform: scale(1.1)
}
.carousel .carousel__controls {
    display: none
}
.carousel .has-arrows .carousel__controls {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 40%;
    left: 20px;
    right: 20px;
    height: 0
}
.carousel .carousel__arrow {
    background: #eeeeeede;
    box-shadow: 0 0 10px 2px rgba(255,255,255,.6);
    border: 0;
    font-size: 40px;
    font-weight: 500;
    cursor: pointer;
    color: #333;
    height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 40px
}
.carousel .carousel__arrow.disabled {
    cursor: default;
    background: #eeeeeec2;
    color: #555
}
.newheading {
    font-weight: 500;
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    position: relative;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    margin: 0
}
.newheading img {
    width: 30px;
    filter: brightness(0) invert(1)
}
.heading-top .newheading {
    display: flex;
    justify-content: left;
    align-items: center;
    column-gap: 6px;
}
.heading-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px
}
.show-list-btn a {
    padding: 6px 15px;
    font-size: 15px;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 5px;
    font-weight: 400
}
.show-list-btn a:hover {
    background: #fff;
    color: #000
}
.shows-list ul {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -10px;
    padding: 0
}
.shows-list ul li {
    width: 20%;
    padding: 15px 10px;
}
.shows-box {
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.shows-box:hover {
    transform: scale(1.1);
}
.shows-list .shows-box .subheading {
    margin-top: 10px;
    font-size: 16px;
    line-height: 20px;
    text-align: center
}
.shows-list .shows-box .subheading {
    width: 100%;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    text-transform: capitalize
}
.shows-box figure {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
    width: 100%;
    border-radius: 0
}
.shows-box figure {
    padding-top: 50%;
    border-radius: 5px;
    position: relative;
    overflow: hidden
}
.shows-box:hover figure {
    box-shadow: 0 0 6px 3px #6e6e6e
}
.shows-box figure img {
    border-radius: 0
}
.shows-box figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px
}
.play-btn .img,.play-button {
    position: relative
}
.play-btn .img::before, .play-button::before {
    content: "\f144";
    position: absolute;
    top: 10px;
    right: 5px;
    z-index: 1;
    font-family: fontawesome;
    color: #fff;
    font-size: 35px;
}
.shows-box figure .date {
    position: absolute;
    background: rgba(0,0,0,.5);
    color: #fff;
    font-size: 15px;
    text-align: center;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0
}
.shows-box .time {
    text-align: center;
    color: #ccc;
    font-size: 14px;
    margin-top: 5px
}
.shows-box a {
    text-decoration: none
}
.scroll_effect {
    position: relative;
    display: none
}
.scrollup {
    position: fixed;
    bottom: 50px;
    right: 10px;
    z-index: 5;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    color: #fff;
    background: rgba(0,0,0,.5);
    text-align: center;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: none;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s
}
.scrollup:hover {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    background: rgba(0,0,0,.7);
    color: #fff
}
.sk_img_left {
    float: left;
    margin: 5px 30px 0 0
}
.sk_img_right {
    float: right;
    margin: 5px 0 0 30px
}
.ul,.alter_list {
    list-style: none;
    padding: 0;
    margin-top: 0;
    margin-bottom: -30px;
    overflow: hidden
}
.ul>li,.alter_list>li {
    margin-bottom: 30px
}
.editor_text ul {
    padding-left: 0
}
.editor_text ul>li {
    position: relative;
    list-style: none;
    padding-left: 20px
}
.editor_text ul>li:last-child {
    margin-bottom: 0!important
}
.editor_text ul>li:before {
    position: absolute;
    content: "\f00c";
    display: block;
    font-family: fontawesome;
    font-size: 8px;
    top: 6px;
    left: 0;
    width: 15px;
    height: 15px;
    line-height: 15px;
    border-radius: 100%;
    color: #fff;
    background: #f00d00;
    text-align: center
}
.trending-heading img {
    max-width: 26px;
    filter: brightness(0) invert(1);
    margin-top: -6px;
}
.trendings {
    display: none;
    overflow-x: auto
}
.trending-list .owl-carousel {
    padding: 0
}
.trend .anch {
    display: block
}
.trend {
    position: relative;
    padding: 10px 0 0;
    text-align: center;
    float: left;
    margin-right: 10px;
    width: 70px;
}
.trend-figure-border {
    width: 70px;
    height: 70px;
    position: relative;
    background: linear-gradient(to right,red,purple);
    padding: 2px;
    border-radius: 50%;
    margin: auto
}
.trend-icon {
    background-repeat: no-repeat;
    width: 66px;
    height: 66px;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    margin: auto;
    border: 3px solid #fff;
    position: absolute;
    top: 2px;
    left: 2px
}
.trending-list {
    width: calc(80px * 10);
    margin-left: 10px
}
.trend span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #eee;
    width: 70px;
    font-size: 12px;
    display: inline-block;
    margin-bottom: 20px;
}
footer {
    padding: 50px 0
}
.footer_top_part {
    background: #000;
    padding: 14px 0
}
.footer_top_part h4 {
    text-align: center;
    display: block;
    font: 700 38px Montserrat,sans-serif;
    line-height: 40px;
    color: #fff;
    padding: 18px 0 0;
    margin: 0
}
.footer_top_part h4 span {
    text-align: center;
    font: 400 17px montserrat,sans-serif;
    line-height: 18px;
    color: #b5b5b5;
    display: block
}
.footer_top_part .register_now {
    background: #ed1b24;
    font: 700 18px Montserrat,sans-serif;
    line-height: 46px;
    color: #fff;
    padding: 0 26px;
    margin: 25px 0 0;
    border-radius: 5px;
    float: right;
    text-decoration: none
}
.footer_top_part .register_now:hover {
    background: #9bc927
}
.footer_top_part3 {text-align: right;}
.no1site {
    padding: 0 0 40px;
    text-align: center;
    font-size: 20px
}
.chshows_footer {
    padding: 24px 15px;
    -webkit-box-shadow: 0 3px 40px 0 #6e6e6e;
    -moz-box-shadow: 0 3px 40px 0 #6e6e6e;
    box-shadow: 0 3px 40px 0 #6e6e6e;
    border-radius: 8px;
    margin: 16px 0 0
}
.footer_sec_show ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    margin: 20px 0;
    font-size: 16px;
}
.footer_sec_show ul li a {
    color: #fff
}
.footer_nv_img {
    margin-bottom: 4px
}
footer .footer_menu {
    text-align: center
}
footer .footer_menu ul {
    padding: 0;
    margin: 30px 0;
    text-align: center
}
footer .footer_menu ul li {
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
    margin: 0;
    line-height: 20px;
    color: #ddd;
    position: relative
}
footer .footer_menu ul li a {
    font: 500 16px montserrat,sans-serif;
    line-height: 20px;
    color: #ddd;
    text-decoration: none
}
footer .footer_menu a {
    color: inherit
}
footer .footer_menu a.active,footer .footer_menu a:hover,footer .footer_menu ul.cms li a:hover,footer .footer_menu ul.cms li a.active {
    color: #fff
}
footer .footer_menu ul.cms {
    padding: 0;
    margin: 30px 0;
    text-align: center
}
footer .footer_menu ul.cms li {
    display: inline-block;
    vertical-align: top;
    padding: 0 12px;
    margin: 0;
    line-height: 20px;
    color: #ddd;
    position: relative
}
footer .footer_menu ul.cms li a {
    font: 500 12px montserrat,sans-serif;
    line-height: 20px;
    color: #ddd;
    text-decoration: none
}
footer .footer_menu p {
    font: 400 15px montserrat,sans-serif;
    line-height: 20px;
    color: #a3a3a3
}
.wp {
    width: 32px;
    margin-top: -2px
}
button.wpbtn {
    background: 0 0;
    border: none;
    cursor: pointer
}
.footer-sticky {
    display: none
}
.new_genie_show {
    width: 30px;
    filter: brightness(0) invert(1);
    cursor: pointer
}
.newgenie {
    padding: 60px 0 50px;
    display: none
}
.newgenie-wrap {
    display: flex;
    justify-content: left;
    align-items: center;
    column-gap: 60px
}
.genie-type-wrap {
    width: 200px;
    height: 200px;
    border: 10px solid #555;
    box-shadow: 0 0 6px 4px rgba(0,0,0,.5);
    text-align: center;
    position: relative;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 60px
}
.genie-type {
    position: absolute;
    width: 90px;
    height: 90px;
    padding: 5px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 100%;
    background: #fff;
    border: 5px solid #555;
    box-shadow: 0 0 6px 4px rgba(0,0,0,.5);
    line-height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #000
}
.genie-type.active,.genie-type:hover {
    background: #555;
    color: #fff
}
.selected-genie-type img {
    width: 45px;
    filter: brightness(0) invert(1)
}
.selected-genie-type {
    text-align: center;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    border-radius: 5px
}
.selected-genie {
    font-weight: 600
}
.oneclicksearch-wrap {
    display: none;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s
}
.genie-type.webseries {
    top: -30px;
    left: -40px
}
.genie-type.serials {
    top: -30px;
    right: -40px
}
.genie-type.awardshows {
    bottom: -30px;
    left: -40px
}
.genie-type.movies {
    bottom: -30px;
    right: -40px
}
figure.oneclicksearchimg {
    width: 110px;
    font-size: 16px;
    font-weight: 600
}
.oneclicksearchimg img {
    width: 60px;
    filter: brightness(0) invert(1)
}
.oneclick-show {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 15px
}
.oneclicksearch-wrap select {
    width: 280px
}
.oneclick-listdata-wrap,.oneclick-episode-wrap {
    display: none;
    position: relative;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s
}
.oneclick-listdata-wrap .message,.oneclick-episode-wrap .message {
    position: absolute;
    bottom: -20px;
    left: 0
}
.rechat:after,.rechat:before {
    width: 60px;
    height: 60px;
    zoom:1;filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: box-shadow .4s ease;
    -webkit-transition: -webkit-box-shadow .4s ease;
    -moz-transition: -moz-box-shadow .4s ease;
    -o-transition: box-shadow .4s ease;
    transition: box-shadow .4s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
    border-radius: 50%;
    content: '';
    pointer-events: none;
    box-shadow: 0 0 0 5px rgb(85 205 108/50%)
}
.rechat:before {
    -webkit-animation: anim-effect-ivana-1 2s infinite;
    -moz-animation: anim-effect-ivana-1 2s infinite;
    -o-animation: anim-effect-ivana-1 2s infinite;
    animation: anim-effect-ivana-1 2s infinite
}
.rechat:after {
    -webkit-animation: anim-effect-ivana-2 2s infinite;
    -moz-animation: anim-effect-ivana-2 2s infinite;
    -o-animation: anim-effect-ivana-2 2s infinite;
    animation: anim-effect-ivana-2 2s infinite
}
.rechat {
    -webkit-transition-property: background-color,color;
    -moz-transition-property: background-color,color;
    -o-transition-property: background-color,color;
    transition-property: background-color,color;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}
@-webkit-keyframes anim-effect-ivana-2 {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.8,.8,1);
        transform: scale3d(.8,.8,1)
    }
    70% {
        opacity: 1;
        -webkit-transform: scale3d(1.2,1.2,1);
        transform: scale3d(1.2,1.2,1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(1.2,1.2,1);
        transform: scale3d(1.2,1.2,1)
    }
}
@-moz-keyframes anim-effect-ivana-2 {
    0% {
        opacity: 0;
        -moz-transform: scale3d(.8,.8,1);
        transform: scale3d(.8,.8,1)
    }
    70% {
        opacity: 1;
        -moz-transform: scale3d(1.2,1.2,1);
        transform: scale3d(1.2,1.2,1)
    }
    100% {
        opacity: 0;
        -moz-transform: scale3d(1.2,1.2,1);
        transform: scale3d(1.2,1.2,1)
    }
}
@-ms-keyframes anim-effect-ivana-2 {
    0%,100% {
        opacity: 0
    }
    0% {
        -ms-transform: scale3d(.8,.8,1);
        transform: scale3d(.8,.8,1)
    }
    70% {
        opacity: 1;
        transform: scale3d(1.2,1.2,1)
    }
    100%,70% {
        -ms-transform: scale3d(1.2,1.2,1)
    }
    100% {
        transform: scale3d(1.2,1.2,1)
    }
}
@keyframes anim-effect-ivana-2 {
    0% {
        opacity: 0;
        transform: scale3d(.8,.8,1)
    }
    70% {
        opacity: 1;
        transform: scale3d(1.2,1.2,1)
    }
    100% {
        opacity: 0;
        transform: scale3d(1.2,1.2,1)
    }
}
@-webkit-keyframes anim-effect-ivana-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.8,.8,1);
        transform: scale3d(.8,.8,1)
    }
    80% {
        opacity: 1;
        -webkit-transform: scale3d(1.1,1.1,1);
        transform: scale3d(1.1,1.1,1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(1.1,1.1,1);
        transform: scale3d(1.1,1.1,1)
    }
}
@-moz-keyframes anim-effect-ivana-1 {
    0% {
        opacity: 0;
        -moz-transform: scale3d(.8,.8,1);
        transform: scale3d(.8,.8,1)
    }
    80% {
        opacity: 1;
        -moz-transform: scale3d(1.1,1.1,1);
        transform: scale3d(1.1,1.1,1)
    }
    100% {
        opacity: 0;
        -moz-transform: scale3d(1.1,1.1,1);
        transform: scale3d(1.1,1.1,1)
    }
}
@-ms-keyframes anim-effect-ivana-1 {
    0%,100% {
        opacity: 0
    }
    0% {
        -ms-transform: scale3d(.8,.8,1);
        transform: scale3d(.8,.8,1)
    }
    80% {
        opacity: 1;
        transform: scale3d(1.1,1.1,1)
    }
    100%,80% {
        -ms-transform: scale3d(1.1,1.1,1)
    }
    100% {
        transform: scale3d(1.1,1.1,1)
    }
}
@keyframes anim-effect-ivana-1 {
    0% {
        opacity: 0;
        transform: scale3d(.8,.8,1)
    }
    80% {
        opacity: 1;
        transform: scale3d(1.1,1.1,1)
    }
    100% {
        opacity: 0;
        transform: scale3d(1.1,1.1,1)
    }
}
.oneclick-listdata-wrap,.oneclick-episode-wrap {
    display: none
}
.oneclick-channel,.oneclick-listdata,.oneclick-episode {
    width: 100%
}
.oneclick .heading img {
    max-width: 35px;
    margin-top: -4px
}
.oneclick .select2 {
    width: 100%!important;
    margin-bottom: 10px
}
.select2 .selection {
    width: 100%;
    padding: 10px auto
}
.select2-container--default .select2-selection--single {
    padding: 6px 10px;
    height: auto;
    line-height: 40px;
    border: 1px solid #aaa;
    font-size: 16px
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #050505;
    line-height: 30px
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    position: absolute;
    top: 2px;
    right: 1px;
    width: 30px
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #010101 transparent transparent transparent;
    border-width: 7px 5px 0
}
.select2-search__field::-moz-placeholder {
    color: #ccc
}
.select2-search__field::-webkit-placeholder {
    color: #ccc
}
.select2-search__field::placeholder {
    color: #ccc
}
.select2-results__options li {
    margin-bottom: 0
}
.serial-main-data {
    display: flex;
    column-gap: 15px;
    margin-bottom: 20px;
}
.cont-img img {
    width: 280px;
    border-radius: 10px
}
.episode-gine-wrap {
    display: flex;
    margin: 50px 0 30px;
    column-gap: 20px
}
.episode2-gine-wrap {
    display: flex;
    margin: 30px 0;
    column-gap: 20px
}
.episode-name-date {
    text-align: center
}
.side-block {
    padding: 0 0 0 10px
}
.side-block ul {
    list-style: none;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    padding: 0
}
.side-block ul li {
    margin: 0
}
.side-block ul li a {
    padding: 10px 0;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    justify-content: left;
    align-items: center;
    column-gap: 10px
}
.serial-listing img {
    filter: brightness(0) invert(1);
    max-width: 20px
}
.episode-title-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 20px
}
.episode-title-header .episodethumb img {
    max-width: 150px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 6px rgba(0,0,0,.9)
}
.episode-title-header .episodethumb {
    margin: 0
}
.bottom_episode_list ul {
    list-style: none;
    padding: 0;
    margin: 30px 0
}
.serials-download-links-list ul li {
    position: relative;
    font-weight: 500;
    font-size: 16px;
    background: #111;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 3px 20px 0 #6e6e6e
}
.serials-download-links-list ul li figure {
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%)
}
.serials-download-links-list ul li figure img {
    filter: brightness(0) invert(1)
}
.serials-download-links-list ul li a {
    font-size: 18px;
    line-height: normal;
    font-weight: 500;
    display: block;
    padding: 25px 25px 25px 70px
}
.serials-download-links-list ul li a strong {
    font-weight: 400;
    font-size: 16px;
    margin-left: 15px
}
.serials-download-links-list ul li a:hover {
    color: #fff;
    font-weight: 600
}
.side-block {
    margin-bottom: 50px
}
.side-block .episodes>li {
    border-bottom: 1px solid #333
}
.side-block .episodes>li:last-child {
    border-bottom: none
}
.side-block .episodes>li .epidata {
    display: flex;
    column-gap: 6px;
    align-items: center
}
.side-block .episodes>li img {
    margin-right: 10px;
    filter: brightness(0) invert(1);
    width: 25px
}
.side-block .episodes>li .epidata span {
    display: block;
    margin-bottom: 5px
}
.select2 .selection {
    width: 100%;
    padding: 10px auto
}
.select2-container--default .select2-selection--single {
    padding: 3px 10px;
    height: auto;
    line-height: 30px;
    border: 1px solid #fff;
    font-size: 16px;
    border-radius: 0
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #050505;
    line-height: 30px
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 30px;
    position: absolute;
    top: 2px;
    right: 1px;
    width: 30px
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #010101 transparent transparent transparent;
    border-width: 7px 5px 0
}
.select2-search__field::-moz-placeholder {
    color: #000
}
.select2-search__field::-webkit-placeholder {
    color: #000
}
.select2-search__field::placeholder {
    color: #000
}
.select2-results__options li {
    margin-bottom: 0;
    color: #000
}
.breadcrumb-wrap {
    background: #111;
    padding: 10px 0
}
.breadcrumb {
    font-weight: 500;
    color: #ccc;
    font-size: 14px;
    text-transform: capitalize;
    position: relative;
    margin: 0;
    padding: 0;
    list-style-type: none;
    background: 0 0
}
.breadcrumb li {
    display: inline-block;
    vertical-align: top;
    margin: 0 30px 0 0;
    padding: 0;
    position: relative;
    font: inherit
}
.breadcrumb li:before {
    content: "/";
    display: block;
    position: absolute;
    top: 1px;
    right: -15px;
    font-family: fontawesome
}
.breadcrumb li:last-child {
    margin: 0;
    padding: 0
}
.breadcrumb li:last-child:before {
    display: none
}
.breadcrumb li a {
    color: #ddd;
    text-decoration: none
}
.breadcrumb li:last-child,.breadcrumb li a:hover {
    color: #fff
}
.channel-indexing {
    min-width: 350px;
    max-width: 400px
}
.serial_index {
    padding: 0;
    margin: 0 0 0 30px
}
.serial_index li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 8px;
}
.serial_index li span {
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 40px;
    font-size: 15px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #444;
    color: #fff;
    font-weight: 500
}
.serial_index li span:hover,.serial_index li.active_index span {
    color: #000;
    background: #fff;
    box-shadow: 0 0 6px 2px rgba(255,255,255,.5)
}
.show-serials_by_index {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -moz-column-fill: balance;
    column-fill: balance
}
.show-serials_by_index .serial-list-wrap {
    display: inline-block;
    margin: 0 0 20px;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    width: 100%;
    border: 1px solid #777;
    padding: 30px 10px 0;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 0 6px 1px rgba(255,255,255,.5)
}
.index-heading {
    cursor: default;
    font-size: 18px;
    font-weight: 700;
    background: #444;
    display: inline-block;
    margin: 4px 0 10px;
    border-radius: 40px;
    color: #fff;
    position: absolute;
    top: -25px;
    left: -25px;
    width: 60px;
    height: 60px;
    text-align: right;
    line-height: 75px;
    padding-right: 15px
}
.show-serials_by_index ul {
    padding: 0;
    margin: 10px;
    list-style: none
}
.show-serials_by_index ul li {
    position: relative;
    padding: 0;
    margin: 0 0 12px
}
.show-serials_by_index ul li img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 20px;
    filter: brightness(0) invert(1)
}
.show-serials_by_index ul li a {
    color: inherit;
    font-size: 16px;
    padding-left: 30px
}
.show-serials_by_index ul li span:hover {
    color: #000
}
.all-channel-indexing {
    background: #444;
    border: 1px solid #444;
    color: #fff;
    font-size: 15px;
    line-height: 36px;
    height: 38px;
    min-width: 125px;
    padding: 0 20px;
    text-align: center;
    font-weight: 500;
    outline: none;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
    position: relative;
    text-transform: uppercase;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    z-index: 0;
    font-variant: small-caps;
    overflow: hidden;
}
.all-channel-indexing:hover,.all-channel-indexing.active {
    outline: none;
    background-color: #444;
    border-color: #444;
    color: #fff
}
.channel-indexing .select2-container {
    width: 100%!important
}
.side-block-title {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 15px
}
ul.other-channels {
    list-style: none;
    margin: 0;
    padding: 0
}
.side-block {
    padding: 10px;
    margin-bottom: 25px
}
ul.other-channels li a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px
}
ul.other-channels li a figure {
    width: 50px;
    margin: 0
}
ul.other-channels li a span {
    font-size: 15px;
    font-weight: 500;
    margin-left: 10px;
    width: 120px
}
.channel-serials-list .channel-serial {
    margin-bottom: 10px
}
.serial-index-title-wrap {
    display: flex;
    align-items: center;
    margin: 30px 0
}
.channels-list {
    display: flex
}
.serial-index-heading {
    margin: 0;
    min-width: 140px;
    font-size: 18px;
}
.pagination-block {
    margin-bottom: 30px
}
.pagination_btns {
    text-align: center
}
.pagination_btns a.prev_next_btns {
    margin: 4px 2px
}
.pagination_btns a {
    display: inline-block;
    padding: 0 10px;
    line-height: 32px;
    border-radius: 0;
    background: 0 0;
    font-size: 16px;
    font-weight: 500;
    border-radius: 15px;
    width: 32px;
    cursor: pointer;
}
.pagination_btns a.page_active {
    background: #000;
    color: #fff;
    cursor: default;
    box-shadow: 0 0 6px 2px #6e6e6e
}
.pagination_btns a:hover {
    color: #fff;
    background: #000;
    box-shadow: 0 0 6px 2px #6e6e6e
}
.notifications {
    position: relative;
    width: 40px
}
.nicon-wrp {
    position: relative;
    cursor: pointer
}
.nicon-wrp .nicon {
    font-size: 30px;
    font-weight: 500;
    margin-top: 5px
}
.nicon-wrp .nicon:hover {
    font-weight: 600
}
.nicon-wrp .ncount {
    font-size: 12px;
    position: absolute;
    top: -5px;
    right: -5px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    background: red;
    color: #fff;
    border-radius: 20px
}
.list-notifications {
    display: none;
    position: absolute;
    top: 45px;
    right: -5px;
    padding: 5px;
    background: #efefef;
    border-radius: 6px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px 0 #a8a8a8;
    -moz-box-shadow: 0 0 5px 0 #a8a8a8;
    box-shadow: 0 0 5px 0 #a8a8a8;
    padding: 5px 10px;
    width: 350px;
    padding: 5px;
    z-index: 9
}
.list-notifications.show {
    display: block
}
.list-notifications:before {
    content: "\f0de";
    position: absolute;
    right: 20px;
    top: -12px;
    font: 40px FontAwesome;
    line-height: 40px;
    color: #efefef;
    width: 20px;
    height: 12px
}
.list-notifications-wrap {
    max-height: 450px;
    overflow: auto
}
.list-notifications-wrap {
    scrollbar-width: thin;
    scroll-behavior: smooth;
    scrollbar-color: transparent transparent;
    scrollbar-width: none;
    -ms-overflow-style: -ms-autohiding-scrollbar
}
.list-notifications-wrap::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 0;
    height: 0;
    display: none
}
.list-notifications-wrap::-webkit-scrollbar-track {
    background: 0 0
}
.list-notifications-wrap::-webkit-scrollbar-thumb {
    background: 0 0
}
.notify-thumb {
    position: relative;
    width: 100px;
    height: 60px;
    display: inline-block;
    background-position: center;
    background-size: cover;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,.5);
    margin: 0
}
.notify-thumb .new {
    position: absolute;
    top: 2px;
    left: 3px;
    background: #03ad03;
    font-size: 10px;
    color: #fff;
    padding: 3px 5px;
    line-height: 10px;
    border-radius: 2px;
    font-weight: 500
}
.notify-item a {
    display: flex;
    align-items: center;
    justify-content: left;
    column-gap: 10px;
    padding: 8px;
    border-radius: 6px;
    color: #000
}
.notificationl-page .notify-item a {
    color: #fff
}
.notificationl-page .notify-item a .nmsg {
    font-size: 14px;
    line-height: 20px
}
.notify-item:last-child a {
    margin: 5px 0;
}
.view-all-button {
    border: 1px solid #000;
}
.notify-item a:hover {
    background: #000;
    color: #fff
}
.notify-message {
    width: calc(100% - 80px);
    float: right
}
.notify-icon {
    position: absolute;
    bottom: -5px;
    filter: opacity(.9);
    right: -5px;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    box-shadow: 0 0 5px #000;
    text-align: center
}
.notify-icon i {
    color: #fff;
    font-weight: 400;
    line-height: 30px
}
.notify-icon.movie {
    background: linear-gradient(to bottom,#d0e4f7 0%,#73b1e7 24%,#0a77d5 50%,#539fe1 79%,#87bcea 100%)
}
.notify-icon.serial {
    background: linear-gradient(to bottom,#ff9ed0 0%,#ff3fa2 24%,#ff0084 50%,#ff3fa2 79%,#ff9ed0 100%)
}
.notify-icon.webseries {
    background: linear-gradient(to bottom,#efc488 0%,#f2b252 24%,#f49600 51%,#f2b252 79%,#efc488 100%)
}
.notify-icon.admin {
    background: linear-gradient(to bottom,#54994c 0%,#47993e 24%,#0f9900 51%,#47993e 79%,#54994c 100%)
}
.notify-icon img {
    width: 18px;
    filter: invert(1)
}
.nmsg {
    font-size: 13px;
    line-height: 18px
}
.ndate {
    font-size: 13px;
    font-style: italic;
    margin-left: 20px;
    position: relative
}
.ndate::before {
    position: absolute;
    top: 3px;
    left: -18px;
    content: "\f017";
    font: 40px FontAwesome;
    color: #555;
    font-size: 16px
}
.view-all-button {
    text-align: center;
    display: block!important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}
.all-notifications {
    margin-bottom: 30px;
    padding: 10px;
    border-radius: 10px
}
.notification_title-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px
}
.notification_title-top h2 {
    margin: 0
}
.filter-wrap {
    position: relative
}
.filter-wrap .filter_analyzer {
    outline: 0;
    border-radius: 8px;
    border: 1px solid #444;
    padding: 3px 10px
}
.filter-wrap .search-ico {
    position: absolute;
    top: 6px;
    right: 10px
}
.message-wrap {
    padding: 10px;
    margin-bottom: 50px
}
.pagenotfound span {
    font-size: 100px;
    padding: 100px 0;
    text-align: center
}
.pagenotfound p {
    font-size: 20px;
    margin-bottom: 50px
}
.watchlist {
    position: relative;
    width: 25px
}
.wicon-wrp {
    position: relative;
    cursor: pointer
}
.wicon-wrp .wicon {
    font-size: 30px;
    font-weight: 500;
    margin-top: 5px
}
.wicon-wrp .wicon:hover {
    font-weight: 600
}
.wicon-wrp .wcount {
    font-size: 12px;
    position: absolute;
    top: -6px;
    right: -12px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    background: red;
    color: #fff;
    border-radius: 20px;
}
.list-watchlist {
    display: none;
    position: absolute;
    top: 45px;
    right: -5px;
    padding: 5px;
    background: #efefef;
    border-radius: 6px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px 0 #a8a8a8;
    -moz-box-shadow: 0 0 5px 0 #a8a8a8;
    box-shadow: 0 0 5px 0 #a8a8a8;
    padding: 5px 10px;
    width: 300px;
    padding: 5px;
    z-index: 9
}
.list-watchlist.show {
    display: block
}
.list-watchlist:before {
    content: "\f0de";
    position: absolute;
    right: 20px;
    top: -12px;
    font: 40px FontAwesome;
    line-height: 40px;
    color: #efefef;
    width: 20px;
    height: 12px
}
.list-watchlist-wrap {
    max-height: 450px;
    overflow: auto
}
.list-watchlist-wrap {
    scrollbar-width: thin;
    scroll-behavior: smooth;
    scrollbar-color: transparent transparent;
    scrollbar-width: none;
    -ms-overflow-style: -ms-autohiding-scrollbar
}
.list-watchlist-wrap::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 0;
    height: 0;
    display: none
}
.list-watchlist-wrap::-webkit-scrollbar-track {
    background: 0 0
}
.list-watchlist-wrap::-webkit-scrollbar-thumb {
    background: 0 0
}
.wish-thumb {
    position: relative;
    width: 100px;
    height: 60px;
    display: inline-block;
    background-position: center;
    background-size: cover;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,.5);
    margin: 0;
}
.wish-thumb .new {
    position: absolute;
    top: 2px;
    left: 3px;
    background: #03ad03;
    font-size: 10px;
    color: #fff;
    padding: 3px 5px;
    line-height: 10px;
    border-radius: 2px;
    font-weight: 500
}
.wish-item a {
    display: flex;
    align-items: center;
    justify-content: left;
    column-gap: 10px;
    padding: 8px;
    border-radius: 6px
}
.wish-item:last-child a {
    margin-bottom: 0
}
.wish-item a:hover {
    background: #000;
    color: #fff;
}
.wish-message {
    width: calc(100% - 80px);
    float: right
}
.wish-icon {
    position: absolute;
    bottom: -5px;
    filter: opacity(.9);
    right: -5px;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    box-shadow: 0 0 5px #000;
    text-align: center
}
.wish-icon i {
    color: #fff;
    font-weight: 400;
    line-height: 30px
}
.wish-icon {
    background: linear-gradient(to bottom,#ff9ed0 0%,#ff3fa2 24%,#ff0084 50%,#ff3fa2 79%,#ff9ed0 100%)
}
.wish-icon i {
    color: #fff
}
.wmsg {
    /* font-size: 14px; */
    /* font-weight: 400; */
    /* line-height: 16px; */
    /* margin: 6px 0 2px; */
    color: #000;
}
.wmsg strong{font-weight: 400;}
.wtype {
    font-size: 12px;
    font-weight: 600;
    color: #333;
    line-height: normal;
    display: none;
}
.wish-item a:hover .wtype{}
.wish-item a:hover .wmsg {
    color: #fff;
}
.watchlist-item {
    position: absolute;
    top: 5px;
    right: 0;
    z-index: 1;
    width: 50px;
    padding: 3px;
    cursor: pointer;
    height: 50px;
    text-align: right
}
.watchlist-item {
    width: 50px;
    height: 50px;
    /* border-radius:15px; */
    /* background:linear-gradient(to bottom,#ff9ed0 0%,#ff3fa2 24%,#ff0084 50%,#ff3fa2 79%,#ff9ed0 100%); */
}
.watchlist-item:before {
    content: '';
    width: 25px;
    height: 25px;
    position: absolute;
    top: 10px;
    left: 15px;
    background-position: center;
    background-size: contain;
    filter: invert(1);
    z-index: 9
}
.watchlist-item.notactive:before {
    background-image: url(../images/bookmark.png)
}
.watchlist-item.notactive:hover:before {
    background-image: url(../images/bookmark-hover.png)
}
.watchlist-item.active:before {
    background-image: url(../images/bookmark-active.png)
}
.wish-item-actions {
    display: none
}
.wish-item-actions.show {
    display: flex;
    column-gap: 5px;
    justify-content: space-around;
    margin: 5px 0;
}
.view-all-watchlist-btn {
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    width: 50%;
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #000;
    color: #000;
}
.view-all-watchlist-btn:hover {
    background: #000;
    color: #fff
}
.remove-all-watchlist-btn {
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    width: 50%;
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #000;
    color: #000;
}
.remove-all-watchlist-btn:hover {
    background: #000;
    color: #fff
}
.nowatch {
    text-align: center;
    padding: 0 10px;
    color: #000
}
.wishlist-page .nowatch { color: #fff; }
.wish-item {
    position: relative
}
.remove-watchlist {
    position: absolute;
    top: 2px;
    right: 2px;
    font-size: 10px;
    font-weight: 500;
    color: #fff;
    background: #c90101;
    line-height: normal;
    padding: 2px 5px;
    border-radius: 4px;
    cursor: pointer
}
.remove-watchlist:hover {
    background: #ef0909
}
.remove-watch {
    color: #fff;
    background: #c90101;
    line-height: 20px;
    border-radius: 5px;
    cursor: pointer;
    margin: auto;
    padding: 5px 13px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400
}
.remove-watch:hover {
    background: #ef0909
}

.view_all {
    padding: 6px 15px;
    font-size: 15px;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 5px;
    font-weight: 400;
}
.view_all:hover {
    background: #fff;
    color: #000;
}
.view_all.remove-all-watchlist-btn {
    width: 100px;
    border: 1px solid #fff;
    color: #fff;
}
.remove-all-watchlist-btn:hover {
    background: #fff;
    color: #000;
}
.heading-title {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    column-gap: 10px;
}
.latest_videos_list figure {
    padding-top: 117%;
    width: 100%;
    background: #ccc no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    border-radius: 5px;
    position: relative;
    box-shadow: 0 0 6px rgba(0,0,0,0.9);
    margin-bottom: 5px;
}
.item .titlename{text-align: center;}
.all-watchlist .titlename {
    font-size: 15px;
    line-height: 18px;
    text-transform: capitalize;
    margin: 10px 0;
    text-align: center;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
}
.remove-watch {
    color: #fff;
    background: #c90101;
    line-height: 20px;
    border-radius: 5px;
    cursor: pointer;
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    margin: auto;
    display: block;
    max-width: 90px;
    text-align: center;
}
.remove-watch:hover {
    background: #ef0909;
}
.content-block {
    margin-top: 30px
}
.channel-title-logo {
    display: flex;
    justify-content: left;
    align-items: center;
    column-gap: 15px;
    margin-bottom: 30px
}
.channel-title-logo img {
    width: 40px
}
.wrap-box {
    margin-top: 30px
}
.serial-list {
    display: flex;
    padding: 0;
    margin: 0;
    column-gap: 15px;
    list-style: none;
    flex-wrap: wrap
}
.serial-list .serial-item {    
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.serial-list .serial-item a {
    display: flex;
    justify-content: left;
    align-items: center;
    flex-direction: column;
    position: relative;
    user-select: none;
    margin: 0;
    padding: 5px;
    border-radius: 6px;
    cursor: pointer;
    max-width: 230px;
    margin-bottom: 20px
}
.serial-list .serial-item:hover {
    transform: scale(1.1)
}
.serial-list .serial-item-image {
    width: 230px;
    height: 140px;
    background-color: #ccc;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
    margin-bottom: 16px;
    border-radius: 5px;
    max-width: inherit
}
.serial-list .serial-item:hover .serial-item-image {
    box-shadow: 0 0 6px 3px #6e6e6e;
}
.serial-list .serial-item-description {
    width: 100%
}
.serial-list .serial-item-title {
    font-size: 15px;
    margin: 0;
    margin-bottom: 4px;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 230px;
    overflow: hidden
}
.serial-list .serial-item-subtitle {
    font-size: 13px;
    color: #ccc
}
.side-block .other-channels {
    list-style: none;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    padding: 0
}
.side-block .other-channels li {
    margin: 0;
    padding: 0
}
.side-block .other-channels li a {
    margin-bottom: 0
}
.other-channels li a {
    display: flex;
    justify-content: left;
    align-items: center
}
.other-channels li a figure img {
    width: 50px
}
.other-channels li a span {
    font-size: 16px;
    font-weight: 500;
    margin-left: 10px;
    width: 120px
}
.old-link-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0
}
.old-link-list li {
    width: 50%;
    margin-bottom: 10px
}
.old-link-list li img {
    filter: brightness(0) invert(1);
    margin-right: 10px
}
.show-list-btn.old-links {
    text-align: center;
    margin-top: 30px
}
.news-articles-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.tab_news {
    display: flex;
    list-style: none;
    column-gap: 10px;
}
.tab_news li a {
    padding: 10px 15px;
    background: #000;
    border-radius: 25px;
    font-weight: 500;
}
.tab_news li a:hover, .tab_news li.active a {
    box-shadow: 0 0 6px 3px #6e6e6e;
}
.news-articles {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.post-news {
    flex: 0 0 50%;
    display: flex;
    margin-bottom: 30px;
}
.news-figure-top figure {
    width: 300px;
    height: 180px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-right: 15px;
    margin-bottom: 0;
    border-radius: 10px;
}
.post-news:hover figure{
    box-shadow: 0 0 6px 3px #6e6e6e;
}
.news-heading-summery h4 {
    font-size: 20px;
}
.news-heading-summery {
    padding-right: 20px;
    position: relative;
}
.news-figure-top {
    position: relative;
}
.tagb_left {
    position: absolute;
    top: 5px;
    right: 20px;
    padding: 2px 10px;
    background: #000;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    box-shadow: 0 0 6px 3px #6e6e6e;
}
.news_read_more {
    background: black;
    padding: 2px 10px;
    background: #000;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
}
.post-news:hover .news_read_more{
    box-shadow: 0 0 6px 3px #6e6e6e;
}
/* -------------------------------------- */
.episodes .right-text .d-flex {
    flex-direction: column
}
.episodes .right-text .subheading {
    width: 100%
}
.episodes .box .img-sec {
    max-width: 200px;
    width: 100%;
    margin-right: 25px
}
.episodes .box .img {
    position: relative;
    padding-top: 57%;
    overflow: hidden;
    width: 100%;
    background-color: #ccc;
    margin: 0;
}
.episodes .box .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}
.episodes ul {
    overflow: visible;
    margin-bottom: 0
}
.episodes .box {
    padding: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    position: relative;
    box-shadow: 0 3px 20px 0 #6e6e6e;
}
.episodes .time-date {
    padding: 5px 0 10px
}
.episodes .upload-time {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 15px;
    line-height: normal;
    color: #ddd;
    font-weight: 400;
}
.time-date>div span img {
    width: 16px;
    vertical-align: middle;
    filter: brightness(0) invert(1);
    margin-top: -5px;
    margin-right: 5px;
}
.details_img_kap {
    position: relative;
}
.news_details_con img {
    max-width: 100%;
    height: auto;
    width: 100%;
    border-radius: 5px 5px 0 0;
    margin-bottom: 10px;
}
.image-tag a {
    margin: 5px;
    padding: 2px 10px;
    background: #000;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    box-shadow: 0 0 6px 3px #6e6e6e;
}
.rticles_articles.star_casts_list aside figure {
    padding-top: 55%;
    width: 100%;
    background: #ccc no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    border-radius: 5px;
    position: relative;
}
.rticles_articles.star_casts_list aside .date_con {
    position: absolute;
    top: 10px;
    right: 10px;
    font: 600 13px Montserrat, sans-serif;
    line-height: 23px;
    color: #fff;
}
.rticles_articles.star_casts_list aside .date_con:before {
    background: url(../images/calender.png) left top no-repeat;
    float: left;
    padding: 0;
    margin: 3px 8px 0 0;
    content: "";
    width: 16px;
    height: 16px;
    filter: brightness(0) invert(1);
}
.image-tag a {
    margin: 5px;
    padding: 2px 10px;
    background: #000;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    box-shadow: 0 0 6px 3px #6e6e6e;
}

.apnetv_block_container p a {
    margin: 5px;
    padding: 2px 10px;
    background: #000;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    box-shadow: 0 0 6px 3px #6e6e6e;
}
.serial-main-data-mobile {
    display: none;
}

.footer-bottom-part {
   margin-top: 50px;
}
.footer-bottom-part .footer_menu {
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 0 0 30px;
    padding: 0;
    column-gap: 20px;
    flex-wrap: wrap;
}
.footer-bottom-part .cms {
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 0 0 30px;
    padding: 0;
    column-gap: 20px;
}
.footer-bottom-part p {
    text-align: center;
}
.show-list-btn {
    margin: 50px 0 30px;
}

.home_featured_movies {
    margin-top: 30px;
}
.movielist {
    margin: 30px 0;
}

.latest_videos_list .item {
    display: block;
    margin-bottom: 20px;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    position: relative;
}
.latest_videos_list .item:hover {
    transform: scale(1.12)
}
.cont-img figure {
    position: relative;
}
.cont-img img {
    width: auto;
    border-radius: 10px;
    max-height: 260px;
    box-shadow: 0 0 6px rgba(0,0,0,0.9);
}
.side-block ul {
    list-style: none;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    padding: 0;
}
.side-block ul li {
    margin: 0;
}
.side-block ul li a figure {
    border-radius: 6px;
    overflow: hidden;
    margin: 0;
}
.search-widget {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
}
.story-section {
    max-width: 600px;
    font-size: 15px;
    margin-top: 10px;
}
.star-rating {
	background-image: url(../icons/star-rating-sprite.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	font-size: 0;
	height: 24px;
	line-height: 0;
	overflow: hidden;
	text-indent: -999em;
	width: 110px
}
.star-rating .show-rating {
	background-image: url(../icons/star-rating-sprite.png);
	background-repeat: repeat-x;
	background-position: 0 100%;
	float: left;
	height: 21px;
	display: block
}
.ratingnvotes {
    margin-bottom: 10px;
    font-size: 15px;
}
.movietype, .realesed_date {
    font-size: 15px;
    margin-bottom: 10px;
}
.updated_on {
    font-size: 15px;
}
/* Contact CSS */
.contact-form input[type="text"], .contact-form input[type="email"] {
    width: 100%;
    padding: 8px 10px;
    border-radius: 3px;
    border: none;
    font-size: 16px;
    font-weight: 500;
}

.contact_head {
    margin: 8px 0;
    font-size: 16px;
    font-weight: 500;
}

.contact-form textarea {
    width: 100%;
    padding: 8px 10px;
    border-radius: 3px;
    border: none;
    font-size: 16px;
    font-weight: 500;
    height: 150px;
    resize: none;
}

.contact-submit-btn {
    font-size: 20px;
    padding: 10px 40px;
    background: none;
    border-radius: 3px;
    cursor: pointer;
    color: #fff;
    border: 1px solid #fff;
}

.contact-submit-btn:hover {
    background: #fff;
    color: #000;
}
.side-block.contact-page .other-channels {
    list-style: none;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
}
.side-block.contact-page .other-channels li {
    margin: 0;
    padding: 0;
    width: 50%;
}
.contact-action {
    text-align: center;
}
/* Contact CSS Ends */


.serials-download-links-list .flash_link, .serials-download-links-list .play_video {
    font-size: 18px;
    line-height: normal;
    font-weight: 500;
    margin-right: 0;
    display: block;
    min-height: 34px;
    padding: 20px 20px 20px 70px;
    cursor: pointer;
}
.serials-download-links-list .flash_link span, .serials-download-links-list .play_video span {
    font-weight: 500;
    font-size: 17px;
    margin-left: 20px
}
.serials-download-links-list .flash_link:hover, .serials-download-links-list .play_video:hover {
    font-weight: 600;
}