html {
  scroll-behavior: smooth;
}

.badge{
    font-family: 'futurabook';
}
video{
    object-fit: fill;
}
.search-toggle{
    border:none!important;
}
/*
Template: Streamit - Responsive Bootstrap 4 Template
Author: iqonicthemes.in
Design and Developed by: iqonicthemes.in
NOTE: This file contains the styling for responsive Template.
*/

/*================================================
[  Table of contents  ]
================================================
.navbar-dark .navbar-toggler-icon {
    
}
:: Header
:: Navigation
:: Pages Content
:: Back to Top
:: Sign In

======================================
[ End table content ]
======================================*/
a:link{
  text-decoration: none!important;
    cursor: pointer;
}
.drama:hover{
     color: #ddd!important;
}
.drama{
    border-right: 1px solid #fff;
    padding: 0px 8px;
    color: #fff!important;
    font-weight: 400;
}
.menu-item{
    padding: 10px 0px;
}
.container-fluid {
  
    position: relative;
  }
 .main-content{
    overflow: hidden;
 }
/*---------------------------------------------------------------------
                    Header
-----------------------------------------------------------------------*/
@media (min-width: 411px){
    .tvsec {
       text-align: center;
        padding: 10px;
    }  
    .downtag{
        text-align: center!important;
       
    }
    .downscene{
        text-align: center!important;
        margin: 0 auto;
        padding: 10px;
    }
    .devicedetail{
        text-align: center!important;
         margin: 0 auto;
        padding: 10px;
    }
    .devicescene{
         text-align: center!important;
         margin: 0 auto;
        padding: 10px;
        
    }
    .main-head{
          margin: 0 auto;
        padding: 10px;
    }
   
}

header#main-header { position: relative; left: 0px; right: 0px; text-align: center; z-index: 99; /*background: linear-gradient(180deg, #121C28 -35.59%, rgba(11, 18, 28, 0.36) 173.05%);*/background: #0e0e0e;
}
header .navbar-light .navbar-brand img.logo { width: 160px; }
.iq-search-bar .search-input { width: 100%; height: 40px; padding: 5px 15px 5px 40px; border: none; border-radius: 0; color: var(--iq-white); background: var(--iq-bg1); }
.iq-search-bar .searchbox .search-link { position: absolute; left: 15px; top: 6px; font-size: 16px; }
.nav-item span.dots { height: 10px; width: 10px; font-size: 0; text-align: center; padding: 0; position: absolute; top: 3px; right: 12px; border-radius: 50%; -webkit-border-radius: 50%; }
.menu-right .nav-item span.dots { right: 0; }
.navbar-right li .iq-sub-dropdown .iq-sub-card { position: relative; font-size: inherit; padding: 15px 15px; line-height: normal; color: inherit; text-align: left; display: inline-block; width: 100%; border: 1px solid; border-image-slice: 1; border-width: 0 0 1px 0; border-image-source: linear-gradient(to right, rgba(209, 208, 207, 0.6), rgba(209, 208, 207, 0.3), rgba(209, 208, 207, 0)); }
.iq-sub-card.setting-dropdown { padding: 15px 15px 15px 0 !important; }
.navbar-right li .iq-sub-dropdown a.iq-sub-card:last-child { border-bottom: 0; }
.notify-bg { overflow: hidden; z-index: 99; }
.notify-bg:before { content: ''; display: block; position: absolute; background: rgba(255, 255, 255, 0.5); width: 70px; height: 100%; left: 0; top: 0; opacity: 0.5; filter: blur(30px); transform: translateX(-100px) skewX(-30deg); animation: noti-before-animation 2s infinite 2s; }
.notify-bg:after { content: ''; display: block; position: absolute; background: rgba(255, 255, 255, 0.2); width: 30px; height: 100%; left: 30px; top: 0; opacity: 0; filter: blur(5px); transform: translateX(-100px) skewX(-30deg); animation: noti-after-animation 2s infinite 2s; }
.navbar-right .iq-sub-dropdown .iq-card-body div { border-radius: 0; }
.navbar-right .iq-show .iq-sub-dropdown, .iq-show .search-box { display: block!important;transform: translate(0, 0); }
.navbar-right .iq-sub-dropdown { width: 300px; display:none;  position: absolute; top: 72px!important; right: 10px; background: linear-gradient(180deg, #121C28 -35.59%, rgba(11, 18, 28, 0.36) 173.05%); transform: translate(0, 70px); -webkit-transform: translate(0, 70px); transition: all 0.5s; padding: 0; -webkit-box-shadow: 0px 0 20px 0 rgba(0, 0, 0, 0.5); -moz-box-shadow: 0px 0 20px 0 rgba(0, 0, 0, 0.5); box-shadow: 0px 0 20px 0 rgba(0, 0, 0, 0.5); -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; z-index: 1; }
.navbar-light .navbar-toggler-icon { background: none; }
.search-toggle:hover, header .navbar ul li.menu-item a:hover { color: #ffffff!important; }
.search-wrapper { position: relative; display: inline-block; height: 36px; vertical-align: bottom; }
.searchbutton { position: absolute; font-size: 22px; width: 100%; margin: 0; padding: 0; right: 16px; color: var(--iq-body-text); }
.search:focus + .searchbutton { transition-duration: 0.4s; -moz-transition-duration: 0.4s; -webkit-transition-duration: 0.4s; -o-transition-duration: 0.4s; color: var(--iq-primary); }
.search:hover + .searchbutton { color: var(--iq-white); }
.search { position: absolute; left: 49px; background-color: transparent; outline: none; border: none; border-bottom: 1px solid transparent; padding: 0 0 0 16px; width: 0; height: 100%; z-index: 10; color: var(--iq-white); transition-duration: 0.4s; -moz-transition-duration: 0.4s; -webkit-transition-duration: 0.4s; -o-transition-duration: 0.4s; }
.search:focus, .search:hover { width: 350px; padding: 0 0 0 0; border-color: var(--iq-body-text) }
.expandright { left: auto; right: -6px; bottom: -2px; }
.search::placehoder { color: var(--iq-white) !important; }
.noti-svg { -webkit-animation: notify 1.5s ease infinite; animation: notify 1.5s ease infinite; fill:#fff; }
.noti-svg:hover { fill: var(--iq-primary); }
.search-box { position: absolute; left: 0; right: 0; top: 59px; min-width: 25rem; /*width: 100%;*/ z-index: -1; display: none;transform: translate(0, 70px); -webkit-transform: translate(0, 70px); -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15); }
.search-toggle { padding: 0 !important; font-size: 16px;}
.media h6 {font-size: 16px !important;line-height: 30px;}

/*--------------------------------------------------------------
                       Navigation
--------------------------------------------------------------*/
header#main-header.menu-sticky { -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.4); -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.4); box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.4); }
header#main-header.menu-sticky { position: fixed; top: 0; width: 100%;/* background: linear-gradient(180deg, #121C28 -35.59%, rgba(11, 18, 28, 0.36) 173.05%) !important;*/ -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1); -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1); box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1); z-index: 999; }
header .navbar .menu-header-menu-container, header .navbar .menu-all-pages-container, header .navbar .menu-testing-menu-container, header .navbar .menu-short-container, header .navbar .menu-main-menu-container { display: inline-block; width: 100%; }
header .navbar ul.navbar-nav { display: block; text-align: center; }
header .navbar ul li { list-style: none;/* margin-right: 18px;*/ position: relative; transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; display: inline-block;padding: 10px;}
header .navbar ul li ul li {display: block; margin-right: 0; }
header .navbar ul limenu-item ul li a {text-align: left;}
header .navbar ul li.menu-item a {  position: relative;line-height: 70px; position: relative; z-index: 9; text-decoration: none; transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; text-transform: capitalize; /*font-family: 'Proxima Nova';*/
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 29px;
display: flex;
align-items: center;

color: #FFFFFF;}
.nav-open .nav-overlay { opacity: 1; visibility: visible; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }
.nav-overlay { left: 0; right: 0; top: 0; bottom: 0; opacity: 0; z-index: 900; display: block; width: 100%; position: fixed; visibility: hidden; background: rgba(0, 0, 0, 0.6); -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }
.more-toggle { color: var(--iq-white) !important; font-size: 22px; }
.dropdown-toggle.more-toggle::after { content: none; }
.mobile-more-menu { display: none; }
.more-menu { position: absolute; top: 50px; left: auto; right: 0; min-width: 18rem; padding: 0.35rem 0.5rem; margin: 0; opacity: 0; transform: translate(0, 70px); -webkit-transform: translate(0, 70px); -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; background: var(--iq-bg1); box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.75); visibility: hidden; z-index: 999; }
.more-menu.show { opacity: 1; transform: translate(0, 0); visibility: visible; }
header .navbar ul li:last-child { margin-right: 0; }

/*--------------------------------------------------------------
                       Main Slider
--------------------------------------------------------------*/
#home-slider {}
#home-slider ul.slick-dots { bottom: 30px; }
#home-slider .slick-dots li { height: auto; width: auto; }
#home-slider .slick-dots li button { height: 20px;
    width: 20px;
 background: rgba(196, 196, 196, 1);
    padding: 0;
    border-radius: 50%;
    display: none;
   
}
.slick-dots{
     
 
}
.channel-img{
    position: absolute;
    border: 3px solid #ddd;
    /* padding: 10px; */
    top: -50px;
    box-shadow: 11px 0px 79px 24px #000;
}
.ContentPartner-img{
    position: absolute;
    border: 3px solid #ddd;
    /* padding: 10px; */
    top: -50px;
    box-shadow: 11px 0px 79px 24px #000;
}

#home-slider .slick-dots li.slick-active button { background: var(--iq-primary); }
#home-slider li { position: relative;  }
.slider-description { position: absolute; top: 15%; left: 80px; }
#home-slider h1.slider-text { font-size: 50px; margin: 15px 0;color: #fff!important; }
#home-slider p { margin: 20px 0; width: 85%;font-size: 18px; }
.slick-bg { /*padding: 100px 0 50px;width:100%;*/ background-size: cover;background-position: center center; background-repeat: no-repeat; /*height: 90vh;*/ position: relative; z-index: 1;background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));}
#home-slider .slick-bg.s-bg-1 { background-image: url(../images/slider/slider1.jpg);background-size: cover; }
#home-slider .slick-bg.s-bg-2 { background-image: url(../images/slider/slider2.jpg); background-size: cover;}
#home-slider .slick-bg.s-bg-3 { background-image: url(../images/slider/slider3.jpg);background-size: cover; }
.trailor-video { position: absolute; bottom: 75px !important; right: 0; z-index: 999; }
.channel-name { color: var(--iq-primary); font-size: 20px; margin-left: 10px; letter-spacing: 2.5px; font-weight: 500; }
.c-logo { width: 100%; }
.channel-logo { border-left: 5px solid var(--iq-primary);/*background: transparent linear-gradient(
270deg
, rgba(11, 1, 2, 0) 0%, rgb(55 214 255 / 27%) 100%);*/ padding: 10px 10px 10px 15px; width: 255px; position: relative; overflow: hidden; }
.circle { stroke: var(--iq-primary); stroke-dasharray: 650; stroke-dashoffset: 650; -webkit-transition: all 0.5s ease-in-out; opacity: 0.3; }
.s-bg-2:before{
    background-image: linear-gradient(to left, rgba(4,8,15,0)44%, rgba(11, 18, 28, 1)69%, var(--iq-body-bg1))!important;
}
.playbtn { display: inline-block; -webkit-transition: all 0.5s ease; }
.playbtn .triangle { -webkit-transition: all 0.7s ease-in-out; stroke-dasharray: 240; stroke-dashoffset: 480; stroke: var(--iq-white); transform: translateY(0); }
.playbtn:hover .triangle { stroke-dashoffset: 0; opacity: 1; stroke: var(--iq-primary); animation: trailorPlay 0.7s ease-in-out; }
.playbtn:hover .circle { stroke-dashoffset: 0; opacity: 1; }
.w-trailor { font-size: 17px; letter-spacing: 3.5px; font-weight: 600; color: var(--iq-white); margin-left: 5px; }
.slider-inner{position: relative;overflow: hidden;width: 100%;}
.big-title { background: url('../images/texure.jpg'); background-repeat: repeat-x; background-position: 100% 100%; color: #fff; -webkit-font-smoothing: antialiased; -webkit-background-clip: text; -moz-background-clip: text; background-clip: text; /*-webkit-text-fill-color: transparent; */}
.slick-track{margin:unset!important;width: 0 auto!important;}
.favorites-contens{
    padding: 10px;
}

/*---------------------------------------------------------------------
                     Flickity Slider
-----------------------------------------------------------------------*/

.flickity-slider .items{
    width:20%;
    padding:10px 15px;
}
.home-sec{
    padding: 10px 0 1% 1%;
    list-style: none;
    /* margin: 0; */
    position: relative;
    z-index: 12;
    display: block;
}
/* .flickity-button {
    background: transparent;
    color: #fff;
} */
.flickity-button:disabled {
    opacity: 0;
}
.fa-crown:before {
    content: "\f521";
}
.flickity-slider .items:before {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
    z-index: 0;
    margin: 10px 5px;
}
.flickity-button:hover{background: transparent !important;}
/* description */
.flickity-slider .items:hover .block-images {
    z-index: 99;
    transform: scale3d(1.1, 1.1, 1.1) translate3d(0, 0, 0) perspective(500px);
    transform-origin: 50% 50%;
    transition: all .6s ease 0;
    -webkit-transition: all .6s ease 0;
    -moz-transition: all .6s ease 0;
    -o-transition: all .6s ease 0;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.9);
    border-radius: 10px;
}
.flickity-slider .items:hover .block-description {
    animation: fadeIn .6s ease-in-out;
    opacity: 1;
}
.flickity-slider .block-description .playTrailer, .block-description .playTrailer{height: 0;}
.block-description p.desc-name{
    font-size: 12px;
    -webkit-line-clamp: 3;
    line-height: 1.4;
}
.movie-time span.position-relative:before {
    content: "";
    width: 5px;
    height: 5px;
    top: 5px;
    /* position: absolute; */
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    vertical-align: baseline;
    right: -10px;
    margin-bottom: 2px;
}

.movie-time span:first-child:before {
    content: none;
}

@media (max-width:768px) {
    .flickity-slider .items{width:33.333% !important;}
}
@media (max-width:564px) {
    .channel_contentpr .row{flex-wrap:unset}
}

@media (max-width:512px) {
    .flickity-slider .items{width:50% !important;}
    #home-slider p{max-height: 65px;}
    #home-slider .s-bg-1{background-size:cover !important ;height: 250px;}
}

@media screen and (max-width: 500px) {
    .description-text {
        max-height: 65px;
    }
}

@media only screen and (max-width: 320px) {
    .flickity-prev-next-button .flickity-button-icon{
        height: 385px !important;
    }
}

/*---------------------------------------------------------------------
                      Pages Content
-----------------------------------------------------------------------*/
.main-content { padding-top: 40px; }
.block-space { padding: 40px 0; }
.s-margin { margin-top: 15px; }
.iq-main-header { margin-bottom: 0px; }
.main-title a:hover, .main-title a:focus {color:#ED563C !important;}
:focus{outline: none !important;}
/*--------------------------*/
.favorites-slider .slick-list, #top-ten-slider-nav .slick-list { overflow: visible; padding-bottom:0 !important; }
.favorites-slider li.slide-item, .favorites-slider div.slide-item { float: left; width: 25%; }
.favorites-slider .slick-list { overflow: visible; }
li.slide-item, div.slide-item { position: relative; padding: 10px 5px; }
li.slide-item .block-images, div.slide-item .block-images, div.items .block-images{position: relative;transition: all 0.45s ease 0s; overflow: hidden;-webkit-backface-visibility: hidden; backface-visibility: hidden;-webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);transition: all 0.6s ease 0s; -webkit-transition: all 0.6s ease 0s; -moz-transition: all 0.6s ease 0s; -o-transition: all 0.6s ease 0s; border-radius:10px; }
li.slide-item:hover .block-images, div.slide-item:hover .block-images { overflow: visible; }
li.slide-item:hover .block-images .img-box, div.slide-item:hover .block-images .img-box{position:relative;}
li.slide-item:hover .block-images, div.slide-item:hover .block-images{z-index: 99;transform: scale(1.1); transform-origin: 40% 50%; transition: all 0.6s ease 0s; -webkit-transition: all 0.6s ease 0s; -moz-transition: all 0.6s ease 0s; -o-transition: all 0.6s ease 0s; box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.9);border-radius:10px!important;}
/*.block-social-info { position: absolute; top: 0; left: auto; bottom: 0;right: 25px; z-index: 999;display: flex; align-items: center; opacity: 0; }*/

.music-play-lists li { height: 30px; width: 30px; line-height: 35px; text-align: center;background: #ed1c24 ; /*background: rgba(255, 255, 255, 0.30);*/ border-radius: 50%;  display: flex;justify-content: space-around; -webkit-display: flex; -moz-display: flex; -o-display: flex; align-items: center;list-style: none; }
.music-play-lists span { position: relative; display: block; height: 20px; width: 20px; line-height: 26px; font-size: 12px; text-align: center; /*background: var(--iq-white);*/ color: #fff; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -o-border-radius: 50%; margin: 0 auto; display: flex; -webkit-display: flex; -moz-display: flex; -o-display: flex; align-items: center; justify-content: center; transition: all 0.45s ease 0s; -webkit-transition: all 0.45s ease 0s; -moz-transition: all 0.45s ease 0s; -o-transition: all 0.45s ease 0s; cursor: pointer; }
.music-play-lists li:hover span {color: var(--iq-white); transition: all 0.45s ease 0s; -webkit-transition: all 0.45s ease 0s; -moz-transition: all 0.45s ease 0s; -o-transition: all 0.45s ease 0s; }
.block-description {
    position: absolute;
    left: 0;
    right: 0;
    width: 20px;
   margin: 0 auto;
    top: 26%;
   display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    opacity: 0;
    font-size: 12px;
    color: var(--TEXT_COLOR_L0);
  }
.b1{
   
}
.block-description > h6{font-size: 1.5em;}
li.slide-item .block-images::before, div.slide-item .block-images::before {border-radius:10px; }
li.slide-item:hover .block-images::before, div.slide-item:hover .block-images::before { opacity: 1; z-index: 9; }
li.slide-item:hover .block-description, div.slide-item:hover .block-description { animation: fadeIn 0.6s ease-in-out; opacity: 1; }
li.slide-item:hover .block-social-info, div.slide-item:hover .block-social-info { animation: fadeIn  0.6s ease-in-out; opacity: 1; }
.hover-buttons .btn { padding: 5px 15px; font-size: 12px; }
/*li.slide-item.slick-current:hover .block-images{ transform: scale3d(1.3, 1.3, 1) translate3d(11%, 0, 0) perspective(500px); }*/
.block-images .hover-buttons { margin-top: 5px; }
.block-social-info .music-play-lists li{width:40px;height:40px;}
.block-social-info .music-play-lists span{width:30px;height:30px;}
.block-social-info .music-play-lists span i{font-size: 15px;}


/*-------------------*/
.movie-content li { position: relative; padding-right: 20px;}
.m.movie-content li:last-child { padding-right: 0px; }
.movie-content li:before { content: ""; height: 3px; width: 3px; background: #dddddd; position: absolute; top: 10px; right: 8px; border-radius: 50%; }
.movie-detail .movie-content li:before { width: 5px; height: 5px; }
.movie-content li:last-child:before { display: none; }
li.slide-item .block-description .ratting-start, div.slide-item .block-description .ratting-start { font-size: 12px; }
li.slide-item .block-description .badge, div.slide-item .block-description .badge { background-color: rgb(72, 72, 72, 0.61); }
li.slide-item .block-description .parallax-ratting span, div.slide-item .block-description .parallax-ratting span { font-size: 14px; }
.slick-vertical .slick-slide.slick-current.slick-active .block-description { left: 25px; transition: all 0.45s ease 0s; -webkit-transition: all 0.45s ease 0s; -moz-transition: all 0.45s ease 0s; -o-transition: all 0.45s ease 0s; opacity: 1; }
.slick-vertical .slick-slide .block-images { overflow: visible; }
.slick-vertical .slick-slide .block-images::before {  }
.slick-vertical .slick-slide.slick-current.slick-active .block-images::before { }
.slick-vertical .slick-slide.slick-current.slick-active .block-images { width: 100%; overflow: visible; transform-origin: 100% 100%; transition: all 0.45s ease 0s; -webkit-transition: all 0.45s ease 0s; -moz-transition: all 0.45s ease 0s; -o-transition: all 0.45s ease 0s; z-index: 9; }
.slick-vertical li.slick-slide.slick-current.slick-active { transition: all 0.45s ease 0s; }
.slick-vertical .slick-slide { margin-bottom: 18px; }
.slick-vertical li.slick-slide:last-child { margin-bottom: 0 !important; }
.bd{
     
   
    
  padding: 10px 20px;
    border:1px solid #ffffff;
    color:#fff!important;
  background: #ed1c24  !important;
font-weight: 400;
text-transform: uppercase;
     font-family: 'futuramedium';

border-radius: 30px!important;

}
.sp{
    color: #B2F2F6;
    font-size: 40px;
    margin-left: -25px;
}
.bd:hover{
     
    font-weight: 700;
    border:1px solid #fff;
    color:#000!important;
    background: #fff;

border-radius: 30px!important;
}
.slick-bg{
    
}
button.btn.btn-primary {
   
    border-radius: 30px!important;
}
/*---------------------*/
#trending-slider .tranding-block, .banner-wrapper { background-size: cover; background-position: top right; position: relative; }
.trending-pills { background: rgb(0, 0, 0, 0.25); }
.trending-info { padding: 60px 0; }
.tab-title-info { z-index: 99; }
.trending-content .tab-pane.fade { display: none; visibility: hidden; opacity: 0; }
.trending-content .tab-pane.fade.active.show { display: block; visibility: visible; opacity: 1; }
.trending-content .tab-pane { width: 100%; height: 100%; }
.trending-pills.nav-pills .nav-item a { position: relative; overflow: hidden; border-radius: 0; text-transform: uppercase; margin-left: 15px; margin-right: 15px; }
.trending-pills.nav-pills .nav-item a:after { content: ''; position: absolute; left: 0; top: 0; width: 0; height: 3px; background: var(--iq-primary); opacity: 0; -webkit-transition: all 0.8s linear; -moz-transition: all 0.8s linear; -o-transition: all 0.8s linear; transition: all 0.8s linear; }
.trending-pills.nav-pills .nav-item a:before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to top, rgba(83, 100, 141, 0) 0%, rgb(33 75 86) 85%); content: ''; opacity: 0; filter: alpha(opacity=0); -webkit-transform: translate3d(0, -50%, 0); transform: translate3d(0, -50%, 0); -o-transform: translate3d(0, 50%, 0); -moz-transform: translate3d(0, 50%, 0); -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.trending-pills.nav-pills .nav-item a.show:before { opacity: 1; filter: alpha(opacity=100); -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.trending-pills.nav-pills .nav-item a.show:after { opacity: 1; width: 100%; }
.trending-pills.nav-pills .nav-item a:hover { color: var(--iq-primary); }
.trending-content { padding: 0px 50px; display: flex; }
.p-btns { display: flex; align-items: center; }
.trending-info .trending-text { font-size: 30px; line-height: 60px; margin: 15px 0; font-weight: 600;}
.trending-info .text-detail { font-size: 20px; font-weight: 500; letter-spacing: 0.7px; margin-bottom: 30px; }
.trending-info .text-detail .badge { font-size: 20px; }
.badge.badge-trend { background: rgb(0, 0, 0, 0.42); }
.text-detail .trending-year { position: relative; 
    padding:  10px;
     }
.dropdown-toggle{
    height: 45px;
}
/*.text-detail .trending-year:before { content: ""; height: 6px; width: 6px; background: var(--iq-white); position: absolute; top: 50%; transform: translateY(-50%); left: 13px; border-radius: 50%; }*/
.overview-tab:before, .slick-bg:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; /*background: linear-gradient(90deg, rgba(20, 20, 20, 0.5) 0%, rgba(36, 36, 36, 1) 35%, rgba(83, 100, 141, 0) 100%);*/ z-index: 1;/*background-image: linear-gradient(to left, rgba(4,8,15,0)5%, var(--iq-body-bg), var(--iq-body-bg)); */}
.slick-bg:before { /*background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(20, 20, 20, 0.9) 80%, rgba(83, 100, 141, 0) 100%); width: 100%;*/ z-index: -1;  background-image: linear-gradient(to left, rgba(4,8,15,0)53%, rgba(11, 18, 28, 1)100%, var(--iq-body-bg1));}
.overlay-tab:before { content: ''; position: absolute; top: 0; left: 0; right: 0; width: 100%; height: 100%; background: rgba(36, 36, 36, 0.8); z-index: 1; }
.trending-info { position: relative; z-index: 99; }
.trending-info .trending-dec { margin-bottom: 30px; width: 35%; }
.trending-info .block-social { height: 45px; width: 45px; line-height: 45px; text-align: center; background: rgba(255, 255, 255, 0.15); border-radius: 50%; margin-left: 15px; display: flex; -webkit-display: flex; -moz-display: flex; -o-display: flex; align-items: center; }
.trending-info .block-social a { position: relative; display: block; height: 32px; width: 32px; line-height: 26px; font-size: 16px; text-align: center; background: var(--iq-white); color: var(--iq-primary); border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -o-border-radius: 50%; margin: 0 auto; display: flex; -webkit-display: flex; -moz-display: flex; -o-display: flex; align-items: center; justify-content: center; transition: all 0.45s ease 0s; -webkit-transition: all 0.45s ease 0s; -moz-transition: all 0.45s ease 0s; -o-transition: all 0.45s ease 0s; }
.trending-info .block-social.social1 a { background: var(--iq-primary); color: var(--iq-white); }
.trending-list .title { font-size: 18px; font-weight: 500; }
.trending-list .title span { font-size: 16px; font-weight: 400; }
.trending-info .iq-dropdown .form-control { background: rgb(0, 0, 0, 0.20); border-radius: 5px; color: var(--iq-white); }
#top-menu{
    display: none;
}
.dropdown-toggle{
    display: none!important;
}
/*-----------------------*/
#trending-slider-nav .slick-list { padding-bottom: 35px !important; }
#trending-slider-nav .movie-slick { border: 12px solid transparent; transition: all 0.4s ease; }
#trending-slider-nav .slick-current.slick-active .movie-slick { border-color: var(--iq-bg1); transition: all 0.4s ease; }
#trending-slider-nav .movie-slick:before { content: ''; position: absolute; left: 50%; bottom: -31px; transform: translateX(-50%); width: 0; height: 0; border-left: 18px solid transparent; border-right: 18px solid transparent; border-top: 26px solid var(--iq-bg1); opacity: 0; transition: all 0.4s ease; z-index: 999; }
#trending-slider-nav .slick-current.slick-active .movie-slick:before { opacity: 1; }
.e-item:hover .episodes-description { color: var(--iq-white) !important; }
.episodes-description a:hover { color: var(--iq-primary); }
.episode-number { position: absolute; top: 15px; left: 15px; height: 30px; width: 30px; line-height: 30px; text-align: center; color: var(--iq-white); background: rgb(134, 134, 134, 0.6); border-radius: 50%; opacity: 0; filter: alpha(opacity=0); -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.e-item:hover .episode-number { opacity: 1; filter: alpha(opacity=100); -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.episode-play-info { position: absolute; left: 0; right: 0; top: 38%; opacity: 0; filter: alpha(opacity=0); -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.e-item:hover .episode-play-info { opacity: 1; filter: alpha(opacity=100); -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.episode-play { height: 45px; width: 45px; line-height: 45px; text-align: center; background: rgba(255, 255, 255, 0.15); border-radius: 50%; margin: 0 auto; display: flex; -webkit-display: flex; -moz-display: flex; -o-display: flex; align-items: center; }
.episode-play a { position: relative; display: block; height: 32px; width: 32px; line-height: 26px; font-size: 16px; text-align: center; background: var(--iq-white); color: var(--iq-primary); border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -o-border-radius: 50%; margin: 0 auto; display: flex; -webkit-display: flex; -moz-display: flex; -o-display: flex; align-items: center; justify-content: center; transition: all 0.45s ease 0s; -webkit-transition: all 0.45s ease 0s; -moz-transition: all 0.45s ease 0s; -o-transition: all 0.45s ease 0s; }
.episodes-slider1 .owl-nav { position: absolute; top: 50%; transform: translateY(-50%); left: 0; right: 0; color: #fff; }
.episodes-slider1 .owl-nav button.owl-prev, .episodes-slider1 .owl-nav button.owl-next { float: left; width: 40px; height: 40px; border-radius: 50%; background: rgba(255, 55, 65, 0.8); line-height: 23px; font-size: 27px; text-align: center;display: flex;align-items: center;justify-content: center;}
.episodes-slider1 .owl-nav button.owl-next { float: right !important; }

/* parallax */
.parallax-img img { box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.6); }
.parallax-window { height: 100%; padding: 100px 0; position: relative; background: url(../images/parallax/p1.jpg)center center; background-size: cover; background-attachment: fixed; }
.parallax-window::after { position: absolute; content: ""; top: 0; bottom: 0; left: 0; right: 0; background: rgba(0, 0, 0, 0.8); }
.parallaxt-details { z-index: 9; position: relative; }

/*-----------------------*/
.topten-contens { position: relative; overflow: hidden; }
.topten-title { position: absolute; left: 70px; top: 50px; z-index: 99; }
.topten-title-sm { display: none; }
.vertical_s { position: absolute; top: 95px; right: 0; bottom: 0; left: 70px; overflow: hidden; }
#top-ten-slider-nav { width: 300px; height: 100%; position: relative; }
#top-ten-slider-nav .slick-list.draggable { height: 100% !important }
#top-ten-slider-nav .slick-prev, #top-ten-slider-nav .slick-next { left: 0; right: 0; margin: 0 auto; }
#top-ten-slider-nav .slick-prev { top: 0; bottom: auto; }
#top-ten-slider-nav .NextArrow, #top-ten-slider-nav .PreArrow { position: absolute; left: 50%; transform: translateX(-50%); z-index: 999; background: transparent; border: none; color: #fff; font-size: 60px; width: 100%; z-index: 1; }
#top-ten-slider-nav .NextArrow { bottom: -20px; }
#top-ten-slider-nav .PreArrow { top: -25px; }
#top-ten-slider-nav .NextArrow:before, #top-ten-slider-nav .PreArrow:before { content: ''; position: absolute; left: 0; right: 0; width: 100%; height: 50%; z-index: -1; }
#top-ten-slider-nav .NextArrow:before { background: linear-gradient(360deg, rgba(20, 20, 20, 0.9) 0%, rgba(36, 36, 36, 0.7) 35%, rgba(83, 100, 141, 0) 100%); bottom: 17px; }
#top-ten-slider-nav .slick-next:before, #top-ten-slider-nav .slick-prev:before { display: none; }
.slick-arrow{cursor:pointer;}
/*-----------------------*/
.links{
    color: #fff!important;
}
.col-form-label{
     color: #fff!important;
}
#ikm{
   color: #02BDB6;

}
footer {background: #0e0e0e ;

color: #fff; }
ul.f-link li { margin-bottom: 4px; }
ul.f-link li a { margin-bottom: 4px; color: var(--iq-body-text);padding: 10px 10px; }
ul.f-link li a:hover { color: var(--iq-primary)!important; }
.f-link li a { margin-bottom: 4px; color: var(--iq-body-text)!important; }
.f-link li a:hover { color: var(--iq-primary)!important; }



.s-icon { position: relative; width: 35px; height: 35px; border-radius: 50%; text-align: center;  margin-right: 12px; color: var(--iq-white); font-size: 15px; background: rgb(41, 41, 41, 0.76); transition: all 0.4s ease;display: flex;justify-content: center;align-items: center; }
.s-icon:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 50%; background: var(--iq-primary); transition: all 0.4s ease; transform: scale(.9); z-index: -1; }
.s-icon:hover:before { transform: scale(1.1); box-shadow: 0 0 15px var(--iq-primary); }
.s-icon:hover { box-shadow: 0 0 10px var(--iq-primary); text-shadow: 0 0 2px var(--iq-primary); color: var(--iq-primary); transition: all 0.4s ease; }
.copyright { background:var(--iq-body-bg); box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 10px; }

/*-----------------------*/
.banner-wrapper { padding: 60px 0; z-index: 1; width: 100%; height: 550px; background-image: url(../images/shows-banner/single-show.jpg);background-position: top left;}
.overlay-wrapper:before, .shows-img:before { content: ''; position: absolute; bottom: 0; left: 0; z-index: -1; width: 100%; height: 100%; background-image: linear-gradient(to bottom, rgba(51, 51, 51, 0), rgba(0, 0, 0, 0.8) 70%, var(--iq-black) 100%) }
.banner-caption, .overlay-s-name { position: absolute; bottom: 30px; left: 80px; }
.movie-detail .trending-info { padding: 0 0 20px 0; border: 1px solid; border-image-slice: 1; border-width: 0 0 1px 0; }
.movie-detail .trending-info.g-border { border-image-source: linear-gradient(to left, rgba(209, 208, 207, 0), rgba(209, 208, 207, 0.6), rgba(209, 208, 207, 0)); }
.share-icons.music-play-lists li { display: inline-flex; margin-right: 5px; width: 40px; height: 40px; }
.share-icons.music-play-lists li span { width: 32px; height: 32px; }
.share-icons.music-play-lists li  i { font-size: 18px; }
.movie-detail .trending-info .trending-text { font-size: 50px; line-height: 1.5; margin: 0; }
.main-content.movi { padding-top: 30px; }
.share { position: relative; }
.share-box { -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.75); box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.75); display: none; position: absolute; width: 130px; left: 0px; bottom: -60px; background-color: var(--iq-bg1); padding: 10px; border-radius: 5px; text-align: center; z-index: 2; animation: slide-in  0.5s forwards; margin-bottom: 10px; }
.share:hover .share-box { display: inline-block; }
.share-box a { background: transparent !important; color: #fff!important; margin-right: 8px; }
.share-box i { font-size: 25px !important; }
.share-box a:hover { color: var(--iq-primary) !important; }
.banner-wrapper .trending-info .trending-dec { width: 100%; }
.play-ico { font-size: 22px; }
.play-button { position: absolute; z-index: 10; top: 50%; left: 15px; transform: translateY(-50%); display: block; padding-left: 5px; text-align: center; }
.play-button:before { content: ""; position: absolute; z-index: 0; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); display: block; width: 50px; height: 50px;  border-radius: 50%; animation: pulse-border 1500ms ease-out infinite; }
.play-button:after { content: ""; position: absolute; z-index: 1; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); display: block; width: 50px; height: 50px;  border-radius: 50%; transition: all 200ms; }
.play-button:hover:after { background-color: darken(#fa183d, 10%); }
.play-button i { display: block; position: relative; z-index: 3; font-size: 20px; color: var(--iq-white);left: 79px; }
.w-name { margin-left: 70px; }
video { display: block; width: 100%; height: 100%; }
.video-container { width: 100%; height: 650px; overflow: hidden; position: relative;color: #fff; }
.video-container.overlay-wrapper:before, .overlay-s-name { z-index: 1; }

/*-----------------------*/
.seasons .iq-dropdown .form-control { background: var(--iq-secondary); color: var(--iq-white); }
.seasons .trending-pills { background:var(--iq-bg1);}
.seasons  .trending-pills.nav-pills .nav-item a { margin-left: 0; }
.epi-box .episode-number, .epi-box .episode-play-info { opacity: 1; }
.epi-box .episode-number { background: rgb(0, 0, 0, .7); }
.epi-desc { background: var(--iq-bg1); }
.epi-name { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
.epi-box { -webkit-box-shadow: 0px 0 20px 0 rgba(0, 0, 0, 0.5); -moz-box-shadow: 0px 0 20px 0 rgba(0, 0, 0, 0.5); box-shadow: 0px 0 20px 0 rgba(0, 0, 0, 0.5); }
.epi-img { overflow: hidden; }
.img-zoom { -webkit-transition: transform 2s ease-in-out; -o-transition: transform 2s ease-in-out; transition: transform 2s ease-in-out; transform-origin: center center; }
.epi-box:hover .img-zoom { -webkit-transform: scale(1.3); -o-transform: scale(1.3); -moz-transform: scale(1.3); -ms-transform: scale(1.3); transform: scale(1.3); }
.episode-name span { font-size: 28px; }
.episode-name .trending-year:before { top: 22px !important; left: 12px !important; }
.season-info .big-title { font-size: 22px !important; }

/*-----------------------*/
#tvshows-slider li { float: left; }
.shows-img { position: relative; }
.shows-content { position: absolute; bottom: 30px; left: 25px; z-index: 99; }
.shows-img:before { background-image: linear-gradient(to bottom, rgba(51, 51, 51, 0), rgba(0, 0, 0, 0.6) 75%, var(--iq-black) 100%); z-index: 1; }
#tvshows-slider .slick-slide { opacity: 0.4; filter: blur(3px); box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12) }
#tvshows-slider .slick-slide.slick-current.slick-center { opacity: 1; filter: blur(0); -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.75); -moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.75); box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.75); }
#tvshows-slider .NextArrow, #tvshows-slider .PreArrow{ position: absolute; top: 50%;cursor:pointer;transform: translateY(-50%); z-index: 999; background: transparent; border: none; color: rgba(255, 255, 255, 0.9); font-size: 65px; z-index: 1;}
#top-ten-slider .NextArrow, #top-ten-slider .PreArrow { position: absolute; top: 50%;cursor:pointer;transform: translateY(-50%); z-index: 999;width:40px;height:40px;background: rgba(255, 55, 65, 0.8);border-radius:50%;border: none; color: rgba(255, 255, 255, 0.9); font-size: 27px;display:inline-block; z-index: 1;line-height:26px;text-align:center;display: flex;align-items: center;justify-content: center; }	
#tvshows-slider .NextArrow, #top-ten-slider .NextArrow { right: 10px; }
#tvshows-slider .PreArrow, #top-ten-slider .PreArrow { left: 10px; }
.iq-main-slider { position: relative; }
.genres-box { position: absolute; top: 100px; left: 15%; }
.genres-box .btn-secondary { background-color: rgba(108, 117, 125, 0.8); border-color: transparent; position: relative; }
.genres-box .btn-secondary:focus { box-shadow: none !important; }
.genres-box .dropdown-toggle::after { content: '\ea41'; position: absolute; right: 37px; top: 10px; /*font-family: 'Proxima Nova'; */border: none !important; transition: all 0.4s ease; vertical-align: middle !important; }
.genres-box .btn { padding: 9px 42px 9px 25px; }
.genres-box .dropdown-menu { background-color: rgb(36, 36, 36, 0.9); border: transparent; color: var(--iq-white) !important; border-radius: 0; transform: translate(0, 0); -webkit-transform: translate(0, 0); -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.genres-box .dropdown-menu.show { transform: translate(0, 70px); }
.genres-box .dropdown-item { color: var(--iq-white); }
.genres-box .dropdown-item:focus, .genres-box .dropdown-item:hover { background-color: transparent; color: var(--iq-primary); }
.genres-box .btn-secondary:not(:disabled):not(.disabled).active, .genres-box .btn-secondary:not(:disabled):not(.disabled):active, .genres-box.show> .btn-secondary.dropdown-toggle { background-color: rgba(108, 117, 125, 0.8) !important; border-color: transparent !important; }
.video-details-container, .vid-details{color: #fff;}
.social_share{color: #fff;}
/*---------------------------*/
.m-profile { padding-top: 120px; padding-bottom: 60px;}
.manage-p{height:100vh;}
.m-profile .sign-user_card { background: var(--iq-bg1); }
.m-profile .iq-custom-select .select2-container--bootstrap4 .select2-selection, .m-profile .select2-dropdown { border: 1px solid var(--iq-body-text); background: transparent; }
.m-profile .form-group { margin-bottom: 1.2rem; }
.m-profile .sign-user_card { padding: 30px; }
.m-profile .select2-dropdown { top: 0; }
.m-profile .select2-search--dropdown .select2-search__field { display: none !important; }
.lang-dropdown { margin-left: 30px; }
.m-profile .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered .select2-search__field { background: transparent; }
.m-profile .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice { border: none; background: var(--iq-bg1); border-radius: 0; color: #f2f2f2; }
.manage-gen .select2-container .select2-selection--single .select2-selection__rendered { line-height: calc(1.5em + 1.3rem); padding-left: 10px; font-size: 14px; }
.manage-dd .select2-container { width: 100% !important; }
.manage-dd .select2-search--dropdown .select2-search__field { width: 98%; }
.lang-dropdown .select2-container .select2-search--inline .select2-search__field { margin-top: 11px; font-size: 14px; }
.a-border { border: 1px solid; border-image-slice: 1; border-width: 0 0 1px 0; border-image-source: linear-gradient(to right, rgba(209, 208, 207, 0.6), rgba(209, 208, 207, 0.3), rgba(209, 208, 207, 0)); }

/*-----------------------*/
.setting a:hover { color: var(--iq-primary) !important; }
.edit-icon { position: absolute; right: 50px; top: 25px; }
.setting-wrapper .btn-hover { white-space: normal; }
.pricing .table th { border-top: none; }
.pricing .table th { border-bottom: 1px solid var(--iq-body-bg);}
.prc-box { background: var(--iq-body-bg); padding: 15px; position: relative;transition:all 0.4s ease; }
.type { position: absolute; background: var(--iq-primary); padding: 9px 25px; color: var(--iq-white); top: -15px; left: 50%; transform: translateX(-50%); z-index: 99; font-weight: 500; }
.type:before { position: absolute; content: ''; width: 0; height: 0; right: -15px; top: -1px; border-left: 16px solid var(--iq-primary-hover); border-top: 16px solid transparent; }
.type:after { position: absolute; content: ''; width: 0; height: 0; left: -15px; top: -1px; border-right: 16px solid var(--iq-primary-hover); border-top: 16px solid transparent; }
.prc-box.active { background: var(--iq-primary); }
.prc-box.active .type { background: #fff; color: var(--iq-primary); }
.prc-box.active .type:before { border-left: 16px solid var(--iq-primary-hover); right: -16px; }
.prc-box.active .type:after { border-right: 16px solid var(--iq-primary-hover); left: -16px; }
.prc-wrap { border-bottom: none !important; }
.pricing .table td { border-top: none !important; }
.pricing .table tr { border-bottom: 1px solid var(--iq-body-bg);}
.pricing .table tr:last-child { border-bottom: 0; }
.i_close { font-size: 22px; }
.p-image { position: absolute; top: auto; right: 6px; bottom: 10px; transition: all .3s ease; background: var(--iq-primary); color: var(--iq-white); border-radius: 50%; height: 30px; width: 30px; line-height: 28px; text-align: center; font-size: 12px; cursor: pointer; }
.upload-button { font-size: 1.5em; }
.file-upload { display: none; }
.upload_profile { position: relative; }
.child-cell{transition:all 0.4s ease;}
.child-cell.active { color: var(--iq-primary); }

/*-----------------------*/
.flatpickr-input[readonly] { background-color: transparent !important; }
.flatpickr-calendar, .flatpickr-months .flatpickr-month, span.flatpickr-weekday, .flatpickr-current-month .flatpickr-monthDropdown-months { background: var(--iq-body-bg); }
.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus { background: var(--iq-primary); border-color: transparent; }
.flatpickr-day.selected, .flatpickr-day.selected:hover { background: var(--iq-primary); border-color: transparent; }
.flatpickr-day.today { border-color: var(--iq-primary); }
.flatpickr-day.today:hover, .flatpickr-day.today:focus { border-color: var(--iq-primary); background: var(--iq-primary); color: var(--iq-white); }

/*-----------------------*/
.favorites-slider .slick-arrow,
#trending-slider-nav .slick-arrow {display: flex; align-items: center; justify-content: center;width: 30px; height: 30px; text-align: center; opacity: 1; z-index: 9;top:-46px; /*background: var(--iq-primary) 0% 0% no-repeat padding-box;*/ margin: 0 0 0 20px; line-height: 5px; box-shadow: 0px 9px 19px #01041B0D; font-size: 0; transform: none; color: #fff!important; -webkit-transition: all 0.4s ease-in-out 0s; -moz-transition: all 0.4s ease-in-out 0s; transition: all 0.4s ease-in-out 0s; /*border:1px solid var(--iq-primary);*/}
.favorites-slider .slick-arrow:hover,
#trending-slider-nav .slick-arrow:hover { /*background: var(--iq-white);*/ color: aqua!important; -webkit-transition: all 0.4s ease-in-out 0s; -moz-transition: all 0.4s ease-in-out 0s; transition: all 0.4s ease-in-out 0s; }
.favorites-slider .slick-prev,
#trending-slider-nav .slick-prev { color: var(--iq-white); /*right: 55px;left: auto;*/top:30%!important;left: -15px!important;display: none;}
#trending-slider-nav .slick-prev:hover { color: var(--iq-white); /*right: 55px;left: auto;*/top:150px;left: -15px;display: block;}
.favorites-slider  .slick-next,
#trending-slider-nav .slick-next{ color: var(--iq-white);right: 0px!important;top: 30%!important;}
.favorites-slider .slick-prev:before,
.favorites-slider .slick-next:before,
#trending-slider-nav .slick-prev:before,
#trending-slider-nav .slick-next:before {
	font-size: 0;
    
 }

 .favorites-slider .slick-arrow i,
 #trending-slider-nav .slick-arrow i{
	font-size: 17px;
}
/*---------------------------------------------------------------------
                      Back to Top
-----------------------------------------------------------------------*/
#back-to-top .top { z-index: 999; position: fixed; margin: 0px; color: var(--iq-white); background: var(--iq-primary); bottom: 30px; right: 25px; font-size: 26px; width: 50px; height: 50px; text-align: center; line-height: 50px; border-radius: 90px; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
#back-to-top .top:hover { color: var(--iq-white) !important; background: var(--iq-primary); }
#back-to-top{opacity: 0;transition: opacity 0.6s ease;}
#back-to-top.show {
  opacity: 1;
  transition: opacity 0.6s ease;
}
/*---------------------------------------------------------------------
                      Sign In
-----------------------------------------------------------------------*/
#sign-in-page-box { background: #fff; border-radius: 10px; position: relative; width: 100%; min-height: 480px;  margin: 15px auto; box-shadow: 0px 4px 20px 0px rgba(44, 101, 144, 0.1); -webkit-box-shadow: 0px 4px 20px 0px rgba(44, 101, 144, 0.1); }
.sign-in-detail { color: var(--iq-white); }
.sign-in-page {  background: linear-gradient(180deg, rgba(196,196,196,0.2) 0%, rgba(196, 196, 196, 0) 100%); padding-top: 80px; padding: 30px;  background-size: cover; 
}
.sign-in-page .height-self-center { border-radius: 15px; }
.sign-in-page-data { border-radius: 15px; }
.sign-in-page-data h3 { color: #fff!important;font-size: 60px;font-weight: 600; }
.sign-in-detail { padding: 50px 80px; }
.sign-in-logo { display: inline-block; width: 100%; }
.sign-in-logo img {  }
.sign-info { display: flex; align-items: center; justify-content: space-between; }
.iq-social-media { margin: 0; padding: 0; float: right; }
.iq-social-media li { list-style: none; float: left; margin-right: 10px; }
.iq-social-media li:last-child { margin-right: 0; }
.iq-social-media li a { height: 30px; width: 30px; text-align: center; font-size: 18px; line-height: 30px; display: inline-block; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; background: var(--iq-light-primary); color: var(--iq-primary) !important; }
.iq-social-media li a:hover { text-decoration: none; }
.sign-in-page .btn { padding: 12px 35px; /*border-radius: 30px !important; */}
.sign-user_card { 



border-radius: 2px; display: block; margin: 0 auto; }
.sign-user_logo { position: absolute; top: -56px; border-radius: 50%; padding: 10px; text-align: center; }
.sign-user_logo img { height: 100px; width: 100px; border-radius: 50%; border: 2px solid white; }
.sign-in-page .form-control, .m-profile .form-control { color:#fff; }
.sign-in-page .form-control:focus, .m-profile .form-control:focus { background: #000; color:#fff !important; box-shadow: none; border: 1px solid var(--iq-primary); }
::placeholder { color: #CACACA!important; opacity: 1; font-size: 16px;font-weight: 400; }
:-ms-input-placeholder {color: #CACACA!important;  }
::-ms-input-placeholder { color: #CACACA!important; }


#flex{
    flex-wrap: wrap;
   
}
in{
    color: #000;
   /* font-family: 'Proxima Nova'!important;*/
}
/*---------------------------------------------------------------------
                      Animation
-----------------------------------------------------------------------*/

.show-details-button {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    transition: opacity .3s ease .1s;
    background: transparent;
    border: 0;
    outline: none;
    width: 100%;
    cursor: pointer;
    margin-left: 30px;
    margin-top: 20px;
}
.thumbarrow-red {
    height: 100%;
	width: 60px;
	margin: 0 auto;
}
.thumbarrow-sec {
    height: 15px;
    line-height: 0;
    margin-top: 12px;
}
.thumb-cont{
	z-index: 1;
	height: 480px;
    width: 100% !important;
}
.img-black-back{
	left: 0;
    background: #000;
    width: 40%;
    z-index: 2;
}
.img-black-back:before {
    content: "";
    position: absolute;
   /* z-index: 10;*/
    background-image: linear-gradient(90deg,#000,transparent);
   /* top: 0;
    bottom: 0;
    left: 100%;*/
    width: 90%;
	height: 480px;
}
.closewin{
	background-color: #4895d1;
	text-align: right;
	border-radius: 0px !important;
	transform: translate(0, 0);
    border-color: #4895d1 !important;
}
.tab-sec{
	z-index: 3;
	transform: translate(0, 0);
}
.movie-title-thumb {
    color: #e5e5e5;
    font-size: 3em;
    margin-bottom: .3em;
    text-align: left;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    width: 10em;
}
.nav-tabs{border: 0;margin-top: 20px;text-align: center;/*width: 60%*/}
.nav-tabs>li{float: none; display: inline-block;padding: 5px 20px;}
.nav>li.disabled>a:hover, .nav>li.disabled>a:focus{border: 0;border-bottom: 2px solid #3daae0;border-radius: 0;}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{background-color: #f5f5f500;border: 0;border-bottom: 2px solid #3daae0;border-radius: 0px;color: #fff;}
.nav-tabs>li>a {border: 0;border-bottom: 2px solid transparent;font-size: 17px;/*font-family: 'Proxima Nova';*/border-radius: 2px;padding: 0;color: #fff;}
video.trail-vid{
	width: 30%;
}
.tab-pane {
  color: #ffff;
  display: none;
 
  text-align: left;
 
}
.thumb-star-rate{
	font-weight: 400;
}
img.thumb-img {
    width: 30%;
}
.block a.block-thumbnail-trail img{
	width: 30%;
    height: 210px;
    border-radius: 5px;
    object-fit: cover;
    object-position: top;
}
video.play-video {
    width: 100%;
   
    object-fit: cover;
    object-position: center;
}
.play-block {display: inline-block;vertical-align: top;width: 15%;}
.flexlink {border: 2px solid #fff;border-radius: 25px;width: 35px;height: 35px;display: block;padding: 8px 10px;font-size: 16px;margin-right: 10px;display: inline-block;line-height: normal;color: #fff;transition: 0.5s;}
.flexlink:hover {border: 2px solid transparent; background: #fff;color: #e50914;}
.detail-block {display: inline-block;width: 75%;margin-left: 5%;}
a.title-dec{
	text-decoration: none;
}
.block-contents p.movie-title{color: #fff;font-size: 15px;}
.nav-link {
  background-color: transparent;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 20px;
	
	text-transform: uppercase;
    color: #ccc !important;
    padding: .5rem 0;
    font-family: 'Bold';
    letter-spacing: .5px;
    border-bottom: 4px solid transparent;
}
.nav-item{
   
    font-size: 15px;
}
.nav-link{
    padding: 5px 20px;
      border: 1px solid #fff !important;
   font-size: 20px;
   font-family: 'futurabook';
font-weight: 500;
}
.nav-link.active {
  border: 1px solid transparent !important;
    padding: 5px 20px;
	color: rgba(1, 220, 130, 1)!important;

    background-color: transparent !important;
}
/*.nav-link:hover {
  border-bottom: 4px solid #45c5e1 !important;
	color: #f7f7f7 !important;
}*/
.blink_me {
    animation: blinker 2s linear infinite;
  }
  @keyframes blinker {
    50% {
      opacity: 0;
    }
  }
/*.categ-head{
    color: #fff !important;
    background-color: #000 !important;
    padding: 0px !important;
}*/
.cont-item:hover{
    color: #fff !important;
    background-color: #000 !important;
}
.dropdown-menu.categ-head{
    color: #fff !important;
    text-align: center;
    list-style: none;
    /*background: linear-gradient(180deg, #121C28 -35.59%, rgba(11, 18, 28, 0.36) 173.05%);*/
    background: transparent;
    border:none!important;
    border-top: 1px solid #fff;
   
}
/*header .navbar ul li.menu-item a {
     padding: none !important; 
    line-height: 50px !important;
}*/
.dropdown-item.cont-item {color: #fff !important;text-align: left;}

header .navbar ul li.menu-item .dropdown-item{
   /* line-height: 40px !important;*/
}
a.dropdown-item.cont-item {
    background-color: transparent;
}
footer, .home footer {
    position: relative;
    height: auto;
    width: 100%;
}
/*
.navbar-nav.navbar-left li a {
    color: #fff !important;
    font-size: 16px !important;
    line-height: 20px !important;
    text-transform: capitalize !important;
    vertical-align: middle !important;
    padding: 0 !important;
     border-bottom: 2px solid transparent; 
    font-family: 'Roboto', 'Helvetica Neue', 'Helvetica', Arial !important;
}
.nav.navbar-nav.navbar-left {
    margin-top: 10px !important;
    margin-left: 5% !important;
}
.navbar-nav.navbar-left li {
    padding: 7px;
}
@media (min-width: 768px){
.navbar-nav>li {
    float: left;
}
}
*/
@media (min-width: 411px){
.d-flex {
   flex-wrap: wrap;
}
.btn-danger:hover{
    color: #fff;
    background-color:#45c5e1 !important;
    border-color:#45c5e1 !important;
}
.btn-primary {
    color: #fff;
    background-color: #45c5e1 !important;
    border-color: #45c5e1 !important;
        border-radius: 3px !important;
}

.btn-style {
    color: #fff;
    background-color: #ed1c24 !important;
    border-color: #ed1c24 !important;
    border-radius: 20px !important;
}

.iq-card {
background: var(--iq-light-card);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin-bottom: 30px;
border: none;
padding: 20px 20px;
}
.iq-card .panel.panel-primary { padding: 10px 0 20px;}
.block-description h6 {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    width: 10em !important;
}
.blink_me {animation: blinker 2s linear infinite;}
@keyframes blinker {
    50% {
      opacity: 0;
    }
  }
}
.h-100 {height: 500px !important; padding: 0 20px;}
a {color: var(--iq-body-text) !important;}
li.list-group-item a:hover{color: var(--iq-primary) !important;}
/* scroller */
.scroller { overflow-y: auto; scrollbar-color: var(--iq-primary) var(--iq-light-primary); scrollbar-width: thin; }
.scroller::-webkit-scrollbar-thumb { background-color: var(--iq-primary); }
.scroller::-webkit-scrollbar-track { background-color: var(--iq-light-primary); }
#sidebar-scrollbar { overflow-y: auto; scrollbar-color: var(--iq-primary) var(--iq-light-primary); scrollbar-width: thin; }
#sidebar-scrollbar::-webkit-scrollbar-thumb { background-color: var(--iq-primary); }
/*#sidebar-scrollbar { height: calc(100vh - 153px) !important; }*/
#sidebar-scrollbar::-webkit-scrollbar-track { background-color: var(--iq-light-primary); }
::-webkit-scrollbar { width: 8px; height: 8px; border-radius: 5px; }
            li.list-group-item {
              background-color: transparent !important;
               padding-right: unset !important;
}
li.list-group-item a{
  background: transparent !important;
   color: #fff!important;
   font-size: 12px !important;
   padding-left: 10px !important;

}
.search_content{
top: 85px !important;
width: 400px !important;
margin-right: -15px !important;
}
ul.list-group {text-align: left !important;max-height: 450px !important;}
li.list-group-item {width: 375px;}
	.land{
		background-color: #fff;
		 overflow: hidden;
	}
	.logo{
		    padding: 30px;
          
	}
	.inway{
		background-color: #4895d1;
		border-color: #4895d1;
		font-size: 1rem;
		float: right;
		width: 90px;
		margin-right: 50px;
        padding: 5px;
		height: 35px;
	}
	.inway:visited{
		color: #fff;
    background-color: #4895d1;
    border-color: #4895d1;
		
	}
	.btn-primary:hover {
    color: #00060a;
    background-color: #fff;
    border-color: #fff;
}
	.btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #4895d1;
    border-color: #4895d1;
}
	.btn-primary.focus, .btn-primary:focus {
    color: #fff;
  background-color: white;
    color: black;
    border-color: #4895d1;
   /* box-shadow: 0 0 0 0.2rem rgb(38 143 255 / 50%);*/
}
	
	
.bk a {
    float: right;
    color: #000000;
}
	
	.landing-page{
		background-image: url(../img/Landban.png);
		background-size: cover;
        padding: 50px;
    
	}
	
.tvsec{
    
    border-bottom: 5px solid #383838;
    
}
	
	
	.tvimg{
		text-align: center;
	}
	
	
	.downimg{
				text-align: center;
	}
	.downdetail{
		text-align: center;
		
	}
	.downtag{
		font-weight: bold;
		color: #fff;
		/*font-family: 'Proxima Nova','Helvetica Neue',Helvetica,Arial,sans-serif;*/
		font-size:3.125rem;
		text-align: left;
	}
	.downscene{
		font-size: 25px;
		/*font-family: 'Proxima Nova','Helvetica Neue',Helvetica,Arial,sans-serif;*/
		color: #fff;
		width: 370px;
		margin-top: 13px;
		text-align: left;
	}
	
	
	.devicetag{
		font-weight: bold;
		color: #fff;
		/*font-family: 'Proxima Nova','Helvetica Neue',Helvetica,Arial,sans-serif;*/
		    font-size: 3.125rem;
	}
	.devicescene{
		font-size: 25px;
		/*font-family: 'Proxima Nova','Helvetica Neue',Helvetica,Arial,sans-serif;*/
		color: #fff;
        text-align: left;
        
        width: 70%;
       
		
	}
	.faqsec{
		text-align: center;
		margin-top: 60px;
	}
	.freq{
		font-weight: bold;
		color: #fff;
		/*font-family: 'Proxima Nova','Helvetica Neue',Helvetica,Arial,sans-serif;*/
		    font-size: 3.125rem
	}
	.bandetails{
		text-align: center;  
	}

	.banhead{
		font-weight: bold;
		color: #fff;
	/*	font-family: 'Proxima Nova','Helvetica Neue',Helvetica,Arial,sans-serif;*/
		font-size: 4.125rem;
	}
	.watch{
		font-size: 1.225rem;
        font-weight: normal;
		
		color: #fff;
	}
	.prime{
		font-size: 1.2rem;
	/*	font-family: 'Proxima Nova','Helvetica Neue',Helvetica,Arial,sans-serif;*/
		color: #fff;
		margin-top: 30px;
	}
	.primebot{
		font-size: 1.2rem;
		/*font-family: 'Proxima Nova','Helvetica Neue',Helvetica,Arial,sans-serif;*/
		color: #fff;
		margin-top: 120px;
	}
	
	.subbut{
	       padding: 12px 25px;
        outline: none;
		color: #fff;
		font-size: 18px;
		background-color: #4895d1;
        border-color: #4895d1;
		border-radius: .07rem !important;
	}
.subbut1{
	 padding: 15px 25px;
        outline: none;
		color: #fff;
		font-size: 18px;
		background-color: #4895d1;
        border-color: #4895d1;
		border-radius: .07rem !important;
	}
	.subbut:hover {
    color: #fff;
    background-color: #4895d1;
    border-color: #4895d1;
}
	.subbut:not(:disabled):not(.disabled):active, .show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.subbut1:hover {
    color: #fff;
    background-color: #4895d1;
    border-color: #4895d1;
}
	.subbut1:not(:disabled):not(.disabled):active, .show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
	.card {
		background-color: #fff;
		margin: 15px 10px auto;
        border:none;
			}
.card img{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
	.card-header{
		margin-top: 15px;
		text-align: left;
		background-color: #27282a;
	}
	.collapsed{
		text-decoration: none;
		font-size: 35px;
		color: #fff;
		
	}
	.collapsed:hover{
		color: #fff;
		font-size: 35px;
		text-decoration: none;
	}
	.card-body{
		color: #000!important;
		font-size: 25px;
		text-align: left;
		display: inline-block;
        padding: 10px!important;
        background-color: #fff;
	}
	.btn-link:not(:disabled):not(.disabled) {
    color: #000000;
		font-size: 18px;
		text-decoration: none;
		padding: 4px;
}
.small-t p{
    font-size: 12px;
    font-weight: 500;
}
.card-text{
    font-size: 14px;
    width: 100%;
    font-weight: 500;
    margin-bottom:10px;
    display: none;

line-height: 20px;
}
	.loginbut{
		padding: 7px 17px;
       color: #4895d1;
       text-decoration: none;
	}
.have a{
    color: #fff;
    cursor: pointer;
}
.have p{
    color: #7a7876;
}
.step{
    	padding: 80px;

}
.step2{
    	padding-top: 80px;

}
.step h2{
    color: #000000;
    font-weight: bold;
	/*	font-family: 'Proxima Nova','Helvetica Neue',Helvetica,Arial,sans-serif;*/
		font-size: 3.125rem;
}
.comm{
    color: #000000;
   display: flex;
  justify-content: center;
    margin-top: 10px;
    padding: 10px;
    
}
.comm ul li{
    padding: 5px;
}
.comm ul{
  list-style: none;
}

 .comm ul li:before {
  content: '✓';
     margin-right: 5px;
     font-weight: bold;

}
.step a{
		padding: 10px 45px;
        outline: none;
		color: #fff;
		font-size: 18px;
		background-color: #4895d1;
        border-color: #4895d1;
		border-radius: .07rem !important;
	}
	.step a:hover {
    color: #fff;
    background-color: #4895d1;
    border-color: #4895d1;
}
.tyk{
    margin: 0 auto;
}
.tyk2{
    margin: 0 auto;
}
.step2{
    padding: 20px;
}
.step2 h2{
   color: #000000;
    font-size: 60px;
    
}
.st{
     color: #000000;
    padding: 5px;
}
.stk{
    color: #000000;
    padding: 5px;
    font-size: 12px;
}
.step2 a{
		padding: 10px 45px;
        outline: none;
		color: #fff;
		font-size: 18px;
		background-color: #4895d1;
        border-color: #4895d1;
		border-radius: .07rem !important;
	}
.tyk1{
    margin: 0 auto;
}
.tyk3 a{
    margin: 0 auto;
    padding: 10px 100px;
}
.step p{
    color: #000000;
}

.tyk1 select{
    padding: 10px 0px;
}
.lk{
    margin: 0 auto;
    margin-top: -40px;
}
.xv i{
    margin-top: 20px;
}
.lk i{
    font-size: 20px;
}
.lk p{
    font-size: 12px;
}
.lk1{
    margin: 0 auto;
   
}
.step33 h2{
    color: #000000;
    font-size: 60px;
}
.step33 a{
    color: blue;
    font-size: 12px;
}

	.inway{
		background-color: #4895d1;
		border-color: #4895d1;
		font-size: 1rem;
		float: right;
		width: 90px;
		margin-right: 50px;
        padding: 5px;
		height: 35px;
	}
	.inway:visited{
		color: #fff;
    background-color: #4895d1;
    border-color: #4895d1;
		
	}
	.btn-primary:hover {
    color: #00060a;
    background-color: #fff;
    border-color: #fff;
}
	.btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #4895d1;
    border-color: #4895d1;
}
	.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #4895d1;
    border-color: #4895d1;
   /* box-shadow: 0 0 0 0.2rem rgb(38 143 255 / 50%);*/
}
	.button{
		padding: 30px;
  
        justify-content: flex-end;
	}
	
	
	
	
	.tvtag{
		font-weight: bold;
		color: #fff;
	
		font-size: 3.125rem;
		
	}
	.tvscene{
		font-size: 25px;
	
		color: #fff;
       padding-top: 10px;
		
	}
	.tvimg{
		text-align: center;
	}
	
	.downsec{
		padding: 40px;
        border-bottom: 5px solid #383838;
	}
	
	
.devicedetail{
    		text-align: left;

}
	.downtag{
		font-weight: bold;
		color: #fff;
		font-family: 'Proxima Nova','Helvetica Neue',Helvetica,Arial,sans-serif;
		font-size:3.125rem;
		text-align: left;
	}
	.downscene{
		font-size: 25px;
		color: #fff;
		width: 370px;
		margin-top: 13px;
		text-align: left;
	}
	.devicesec{
       
		 border-bottom: 5px solid #383838;
	}
	.deviceimg{
				text-align: center;
	}
	
	.devicetag{
		font-weight: bold;
		color: #fff;
		    font-size: 3.125rem;
	}
	
	.faqsec{
		text-align: center;
		
	}
	.freq{
		font-weight: bold;
		color: #fff;
		    font-size: 3.125rem
	}
	.bandetails{
		text-align: center;
		padding: 50px;
	}
	.banhead{
		font-weight: bold;
		color: #fff;
		font-size: 3.125rem;
	}
	.watch{
		font-size: 1.625rem;
		font-family: 'Proxima Nova','Helvetica Neue',Helvetica,Arial,sans-serif;
		color: #fff;
	}
	.prime{
		font-size: 1.2rem;
		font-family: 'Proxima Nova','Helvetica Neue',Helvetica,Arial,sans-serif;
		color: #fff;
		margin-top: 30px;
	}
	.primebot{
		font-size: 1.2rem;
		font-family: 'Proxima Nova','Helvetica Neue',Helvetica,Arial,sans-serif;
		color: #fff;
		margin-top: 120px;
	}
	.started{
		display: flex;
        justify-content: center;
	}
	.subtext{
		height: 60px; 
		border: 1px solid #fff;
		color: #dfdfdf;
		background-color: #fff;
		font-size: 16px;
		border-radius: .07rem !important;
        
	}
	.subbut{
       
		width: 200px;
		color: #fff;
		font-size: 1.425rem;
		background-color: #4895d1;
        border-color: #4895d1;
		border-radius: .07rem !important;
      
	}
	.subbut:hover {
    color: #fff;
    background-color: #4895d1;
    border-color: #4895d1;
}
	.subbut:not(:disabled):not(.disabled):active, .show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
	.card {
		background-color: transparent;
		
			}
	.card-header{
		margin-top: 15px;
		text-align: left;
		background-color: #27282a;
	}
	.collapsed{
		text-decoration: none;
		font-size: 35px;
		color: #fff;
		
	}
	.collapsed:hover{
		color: #fff;
		font-size: 35px;
		text-decoration: none;
	}
	.card-body{
		color: #fff;
		font-size: 23px;
		text-align: left;
		display: inline-block;
       
        border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
	}
	.btn-link:not(:disabled):not(.disabled) {
    color: #fff;
		font-size: 20px;
		text-decoration: none;
		padding: 4px;
        
}
		.loginbut{
		padding: 7px 17px;
       color: #4895d1;
       text-decoration: none;
}
.main-head{
    margin-top: -40px;
}
.social_share p {
    display: inline-block;
    font-weight: 700;
   /*font-family: 'Proxima Nova';*/
    font-size: 16px;
    margin-right: -32px;
}
.popup i{
   /*background: #3b5998;*/
    color: #fff;
    background-color:transparent;
    padding: 10px;
    border-radius: 50%;
    font-size: 14px;
    /* width: 35px; */
    display: flex;
    justify-content: center;
    width: 35px;
}
#video_container{
   
}

.you-may-like{
    margin-top: 40px;
}

.lmk{
    
}
.bk a{
    
}
tr{
    padding: 15px;
     border-bottom: 1px solid #f3f3f3;
  
}
th{
    padding: 10px;
     color: #000000;
}
td{
    padding: 20px;
    color: #000000;
}
.check{
    margin: 0 auto;
    width: 30%;
    font-size: 12px;
}

.accordion{
    padding: 10px;
}

.card-header{
    position: relative;
}
.plus1{
    margin-left: 590px;
   
}
.plus2{
   margin-left: 490px;
}
.plus3{
  margin-left: 500px;
}
.plus4{
   margin-left: 390px;
}
.plus5{
    margin-left: 480px;
}
.sign-user_card input{
  /* background: ; */
    border: 1px solid #F1F1F1;
letter-spacing: 2px;
    outline: none;
    color: gray;
    /*border:none; */
    color: #CACACA;
  border-radius: 5px;

}
.signup{
    padding: 10px 35px;
}

.ab{
    font-size: 25px;
    padding: 5px;
}
.sign-in-from{
    padding: 25px;
}
.soc{
    text-align: left;
   
}
.soc img{
    margin-left: 10px;
}
.black{
    /* background-color: ; */
    border:1px solid hsla(0,0%,100%,.8);
    color:#fff !important;
    padding: 10px 20px;
    margin-left: 10px;
    font-weight: 800;
    border-radius:4px ;
}
.black i{
    margin-right: 5px;
    color: #fff;
}
    
    .kn i{
         margin-right: 5px;
    }
    .kn{
        background-color: rgba(109,109,110,0.5);
         padding: 10px 20px;
    margin-left: 10px;
    }
    
    
    
    #videoPlayer{
        margin: 0 auto!important;
    }
    .progress{

height: 0.2rem !important;}
   
    .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    position: relative;
    top: 2px;
}
    .aud{
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
   
}
.aud h2{
   float: right;
   position: relative;
   top: 70%;
   left: -15%;
   color: #fff;
   font-size: 50px;

}
.aud p{
    float: right;
    position: relative;
    top: 79%;
    left: 0%;
    color: #fff;
    
 
 }
.aud h2{
    color: #fff!important;  
}
.aud .fa{
    color: #fff!important;
    font-size: 25px;
}
.fa-play-circle-o:before {
    content: "\f01d";
    font-size: 40px;
}
.flw{
    padding-left: 10px;
}
.flw button{
  
   color: #fff!important;
}
.abu{
    color: #fff!important;
    width: 80%;
    line-height: 35px;
}
.abu p{
    text-align: justify;
}
.bg{
    background: #2C2A2A;
color: #FFFFFF;
padding: 15px;
    width: 330px;

}
.dc{
    font-size: 20px;
}

.luna-container, .luna .luna-controls{
	display                : -ms-flexbox;
    display                : -webkit-flex;
    display                : flex;
	-webkit-box-pack       : space-around;
    -moz-box-pack          : space-around;
    -ms-flex-pack          : space-around;
    -webkit-justify-content: space-around;
    justify-content        : space-around;
    -webkit-box-align      : center;
    -moz-box-align         : center;
    -ms-flex-align         : center;
    -webkit-align-items    : center;
    align-items            : center;
	/* max-width: */
}
.luna-container{
	margin-bottom:20px;
	max-width:570px;
}
.luna-controls{
	max-width:252px;
}
.luna-audio-tag{
	display:none;
}
.luna-progress-bar, .luna-volume{
	margin:0 10px;
	max-width:110px;
}
.luna-progress-bar {
	min-width:80px;
}
.luna-volume{
	max-width:50px;
	min-width:50px;
}
.luna button{
	min-width:63px;
	min-height:43px;
	background-position:left center;
	background-repeat: no-repeat;
	margin:0;
	padding:0;
	outline-width:0;
	border-width:0;
	cursor: pointer;
}
.luna .luna-prev:hover, .luna .luna-next:hover,
.luna .luna-play:focus, .luna .luna-pause:focus {
	background-position: right center;
}
.luna .luna-prev{
	background-image: url('../img/prev.png');
}
.luna .luna-next{
	background-image: url('../img/next.png');
}
.luna .luna-play{
	background-image: url('../img/play.png');
}
.luna .luna-pause{
	background-image: url('../img/pause.png');
}
.luna .luna-progress-bar, .luna .luna-volume{
	background-color: #bdc3c7;
	border-radius:5px;
	height:0.4em;
	cursor: pointer;
}
.luna .ui-slider-handle{
	min-width: 20px;
	min-height:20px;
	background-color:transparent;
	background-image: url('../img/circle.png');
	background-repeat: no-repeat;
	top:-0.4em;
	outline-width:0;
	cursor: pointer;
}
.luna .luna-time-current, .luna .luna-time-total{
	margin:auto 5px;
	font-size:1em;
	color: #bdc3c7;
}
.luna .luna-speaker{
	min-width:16px;
	min-height:21px;
	max-width:16px;
	background-repeat: no-repeat;
	background-image: url('../img/speaker.png');	
}
@media (max-width: 600px){
	.luna .luna-progress-bar, .luna .luna-time-current,
	.luna .luna-time-total, .luna .luna-speaker,
	.luna .luna-volume	{
		display:none;
	}
}
.p1{
    font-size: 14px;
    color:#fff!important;
    width: 250px;
}
.audio-list-page .img-fluid {
    height: 250px;
    object-fit: scale-down;
}
.rental-lists li {display: inline-block;float:right; margin-right: 10px;}
.rental-lists li:first-child {margin-right: 0px;}

/* Register */
.login-block h1 {font-size: 1.752em; text-align: center; margin-bottom: 30px;}
.reset-help { font-size: 14px; color: #58c5e1; }
.plan-card {background-color: #eee; border-radius: 5px; overflow: hidden; margin-bottom: 1em;}
.plan-head {padding: 5px; font-size: 1.28em; text-transform: capitalize; color: #000; margin: 0; }
.plan-price { background-color: #000; padding: 3px 15px;}
.plan-price p {font-size: 1.14em; text-transform: capitalize; margin-bottom: .5em !important; font-weight: 500; text-align: left !important; margin-top: 0 !important; color: #fff; }
.plan-price h4 { font-size: 1.5em; font-weight: 400; color: #c3ab06;}
.plan-details { padding: 5px; color: #999;}
.invoice-table tr.table-secondary td {color: #000;}
.invoice-table tr td {color: #fff;}

/* My Profile */
.table.recent_table thead th {color: #fff;}
.table.recent_table tr td {color: #fff;}
#personal_det p{color: #fff;}
.corner-text-wrapper {
  -webkit-transform: rotate(45deg);  
     -moz-transform: rotate(45deg);  
      -ms-transform: rotate(45deg);  
       -o-transform: rotate(45deg);  
          transform: rotate(45deg);
   
  height: 9.421px;
    position: absolute;
    right: 112.2893px;
    top: -41.7107px;
    width: 37.421px;
    z-index: 1;
}
.corner-text {
  color: white;
 -webkit-transform: rotate(-45deg);  
     -moz-transform: rotate(-45deg); 
      -ms-transform: rotate(-45deg); 
       -o-transform: rotate(-45deg); 
          transform: rotate(-45deg);
    left:px;
    top: 12px;
   
    display: block;
    height: 100px;
    position: absolute;
    width: 150px;
    z-index: 2;
}

.p-tag{
   color: #fff!important;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ed1c24;
    padding: 7px;
    font-size: 12px;
  
   
    border-radius: 3px;
   /*font-family: 'Proxima Nova';*/
    font-weight: 500;
    border-top: none;
    border-left: none;
       
    border-bottom-right-radius: 15px;
   
   
}
.fa-chevron-left:before {
    content: "\f053";
    font-size: 30px;
}
.fa-chevron-right:before {
    content: "\f054";
     font-size: 30px;
}
.p-tag1 {
   color: #fff!important;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ed1c24;
    padding: 7px;
    font-size: 12px;
   
    border-radius: 3px;
   /*font-family: 'Proxima Nova';*/
    font-weight: 500;
     border-top: none;
    border-left: none;  
    border-bottom-right-radius: 15px;
}
.bg-strip{
    background-color: rgb(249 250 252);
    padding: 25PX;
    border-radius: 10px;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 5%);
}
 
.btn1-st{
    padding: 5px 15px;
    border-radius: 10px;
    border:1px solid #cfe5ff;
}
.btn1-st:hover{
    background-color: #578cea;
}
.show{
   
    
}
.cont-item:hover{
    /* color: # !important; */
}
#signup-form{
    background: #fff;
    padding: 25px;
    	-webkit-box-shadow: -1px 6px 13px 0px rgba(0,0,0,0.44);
-moz-box-shadow: -1px 6px 13px 0px rgba(0,0,0,0.44);
box-shadow: -1px 6px 13px 0px rgba(0,0,0,0.44);
    color: #000!important;
   
}
/* wishlist/watchlater */
.wishlist-block {padding: 5px !important;}
.wishlist-block li {list-style: none;}


/* Player Css */

#video .plyr.plyr--full-ui, #video-trailer .plyr.plyr--full-ui {
    height: calc(100vh - 80px - 75px);
    max-width: none;
    width: 100%;
}
.plyr__poster {background-position: top !important;background-size: 80% !important;}
#video .plyr.plyr--full-ui, #video-trailer .plyr.plyr--full-ui, #video_container .plyr.plyr--full-ui, #video_container .plyr__video-embed{
    height: calc(100vh - 80px - 75px);
    max-width: none;
    width: 100%;
}



/***theme***/
.back-img{
    width: 100%;
   
background-image: url();    background-size: cover;
    position: relative;
    background-position:  top;
    -webkit-box-shadow: -1px 6px 13px 0px rgba(0,0,0,0.44);
    -moz-box-shadow: -1px 6px 13px 0px rgba(0,0,0,0.44);
    box-shadow: -1px 6px 13px 0px rgba(0,0,0,0.44);
    background: linear-gradient(-360deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.90) 100%), 
                url(../img/theme/1.png);
    background-repeat: no-repeat;
}
.back-img1{
    width: 100%;
    height: 70vh;
background-size: cover;
    position: relative;
    background-position:  top;
    -webkit-box-shadow: -1px 6px 13px 0px rgba(0,0,0,0.44);
    -moz-box-shadow: -1px 6px 13px 0px rgba(0,0,0,0.44);
    box-shadow: -1px 6px 13px 0px rgba(0,0,0,0.44);
    background: linear-gradient(-360deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.90) 100%), 
                url(../img/football.png);
}
.navbar-nav{
    justify-content: center;
}
.bg-light{
      background: rgba(0, 0, 0, 0.5)!important;
    color: #fff;
    z-index: 1;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
    font-weight: 600;
}
.fa {
   /* padding-right: 0.2rem;
    padding-left: 0.2rem;*/
    font-size: 20px;
}
body{
  /*background: linear-gradient(180deg, #121C28 -35.59%, rgba(11, 18, 28, 0.36) 173.05%);*/
    
}
.checked {
    color: #fafafa;
  }
  .watch{
      padding: 15px 25px;
      color: #fff;
      text-decoration: none;
      background: #0584CB;
        border-radius: 30px;
  }
  .sp{
      color: #B2F2F6;
      font-size: 40px;
      margin-left: -25px;
  }
  .jus{
      color: #0584CB;
      text-decoration: none;
  }
  footer{
      color: #fff;
      /*-webkit-box-shadow: -1px 6px 13px 0px rgba(0,0,0,0.44);
      -moz-box-shadow: -1px 6px 13px 0px rgba(0,0,0,0.44);
      box-shadow: -1px 6px 13px 0px rgba(0,0,0,0.44);*/
      padding: 20px;
     
  }
  ul li{
      list-style:none ;
  }
  .dba{
      text-align: right;
  }
  .watch1{
    padding: 10px 25px;
    color: #fff;
    text-decoration: none;
    background: #0584CB;
      border-radius: 30px;
}
.map1{
    margin: 5px 10px auto;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 30px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.log{
    background-color: #141414;
    padding: 10px 10px;
    text-decoration: none;
}
footer ul li{
    padding: 5px 10px;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
}
footer p{
  font-size: 18px;
}
.bhk{
    background: linear-gradient(180deg, #4A4444 0%, rgba(196, 196, 196, 0) 100%);
    padding: 20px;
}

.bhk a{
    color: #fff!important;
    font-weight: 600;
    
}
.form {
    position: relative
}

.form .fa-search {
    position: absolute;
    top: 5px;
    left: 8px;
    color: #9ca3af
}

.form span {
    position: absolute;
    right: 17px;
    top: 0px;
    padding: 2px;
    border-left: 1px solid #d1d5db;
    color: #fff;
}

.left-pan {
    padding-left: 7px
}

.left-pan i {
    padding-left: 10px;
    color: #fff;
        
}

.form-input {
    height: 30px;
    text-indent: 33px;
    border-radius: 10px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ddd;
        
}

.form-input:focus {
    box-shadow: none;
    border: none
}
.kl{
    border-right: 1px solid yellow;
    padding: 5px;
}
.kl1{
   padding: 5px; 
}
.ml{
    background: #504C4C;
    text-align: right;
    padding: 20px;
    color: #fff;
    border-radius: 10px;
   

}
.ml a{
    padding-right: 30px;
}
.dar{
    background-image: url(../img/dar.png);
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
   
}
.mlk{
         background: #504C4C;
    padding: 63px 17px 63px;
    color: #fff;
}
.da{
    border:1px solid #ddd;
    padding: 5px 20px;
    border-radius: 20px;
    text-decoration: none;
    color: #fff;
}
.big{
    background: #0584CB;
    padding: 10px 60px;
    color: #fff;
    text-decoration: none;
    height: 60px;
}
.dk{
     background: #504C4C;
        background: #504C4C;
    padding: 20px 59px;
    color: #fff;
    text-decoration: none;
    height: 60px;
}
.bb{
    font-size: 12px;
}
.ab li{
    padding: 10px;
}
.cl{
    background: #0584CB;
    text-decoration: none;
    padding: 15px 40px;
    color: #fff;
    

}
.wt{
     text-decoration: none;
    padding: 15px 40px;
    color: #fff;
    border: 1px solid #ddd;

}
.dar {
    padding-top: 300px;
}
.bda{
    border: 1px solid #ddd;
    border-radius: 15px;
    padding: 30px;
}
.bg-col{
     background: #504C4C;
    padding: 10px;
    color: #fff;
    border-radius: 10px;
}

			
	/* 
	.toggle {
		position : relative ;
		display : inline-block;
		width : 74px;
		height : 26px;
		background-color: red;
		border-radius: 30px;
		border: 2px solid gray;
	}
			
	
	.toggle:after {
		content: '';
		position: absolute;
		width: 20px;
		height: 20px;
		border-radius: 50%;
		background-color: gray;
		top: 1px;
		left: 1px;
		transition: all 0.5s;
	}toggle in label designing */
			
	/* Toggle text */
	
			
	/* Checkbox checked effect */
	.checkbox:checked + .toggle::after {
		left : 49px;
	}
			
	/* Checkbox checked toggle label bg color */
	.checkbox:checked + .toggle {
		background-color: green;
	}
			
	/* Checkbox vanished */
	.checkbox {
		display : none;
	}

.menu ul li{
    padding: 10px 10px;
}
.tk{
    font-size: 25px;
    letter-spacing: 8px;
}
.btn-gk{
     background: #504C4C;
    padding: 10px 40px;
}
a {
    color: #fff;
    text-decoration: none;
}
.ball{
   background: linear-gradient(135.05deg, rgba(136, 136, 136, 0.48) 1.85%, rgba(64, 32, 32, 0.13) 38.53%, rgba(81, 57, 57, 0.12) 97.89%);
    padding: 20px;
}
.sub{
    font-size: 30px;
    color: #fff;
}

.checked {
  color: orange;
}
.fa-star{
    color: #fff;
}
.fa-star:hover{
    color: orange;
}
.btn-cl i{
    border:1px solid #fff;
    color: red;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 10px;
   
}
.btnk{
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 10px;
    color: red!important;
   
}
#home-slider .slider{
    padding: 0 20% 10% 0 !important;
    
}
.slick-list {
      margin: 0 -27px;
  }

.slick-initialized .slick-slide {
    display: block;
   
}
.slick-nav {
    --active: #fff;
    border: none!important;
    width: 44px;
    height: 44px;
    position: absolute;
    cursor: pointer;
    top: calc(50% - 44px);
}
.b2{
    margin-top: 120px!important;
}
.ply{
    height: 50px;
    width: 50px;
}
.justify{
    display: flex;
}
.btn{
       font-family: 'futuraheavy'!important;

    /*padding: 15px 30px!important;*/
}


@media (max-width: 576px) { 
    .b2{
        margin-top: 0px!important;
    }
}
@media (max-width: 768px) {
    .sign-in-page{
        padding: 0px!important;
        padding-top: 40px!important;
    }
    .sign-in-page-data h3 {
    color: #cdcece;
    font-size: 30px;
   /* font-family: 'Proxima Nova';*/
}
    .btn-primary{
        background-color: #45c5e1 !important;
    }
}  .row-data{
    flex-wrap: wrap;
}

.views{
    color: #fff!important;
}

.btn1 {
   
    padding: 15px 30px!important;
    text-align: center;
}
.trending-dec{
    font-size: 16px;
    text-align: justify;
}
.dl{
    font-size: 18px;
}
.showSingle {
    cursor: pointer;
}
.med{
  font-size: 30px;
font-style: normal;
font-weight: 400;
line-height: 36px;
letter-spacing: 0em;
text-align: center;
    color: #fff;

}
.pag{
   font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 33px;
letter-spacing: 0em;
text-align: center;
      color: #fff;
    cursor: pointer;

}
.sig{
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 24px;
/* identical to box height */

display: flex;
align-items: center;
text-align: center;
text-decoration: underline!important;

color: #000!important;
}
.sig:hover{
    text-decoration: underline!important;
}

.slick-dots {
    z-index: 1;
    position: absolute;
    bottom: 15px!important;
    display: none;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.agree{
font-style: normal;
font-weight: 400;
font-size: 10px;
line-height: 18px;
display: flex;
align-items: center;
/* color: ; */
font-family: 'Roboto', sans-serif;

}

.slick-frame {
    visibility: hidden;
}
.slick-frame.slick-initialized {
    visibility: visible;
}
.rippleEffect{
    display: block!important;
}

.slick-dots li{
    
        display: inline-block;
}
  .slick-dots li:only-child {
        display: none;
    }

.slick-frame {
    visibility: hidden;
}
.slick-frame.slick-initialized {
    visibility: visible;
}
.see{
    color: #fff!important;
    font-family: 'futurabook';
}
#home-slider{
    display: none;
}
.favorites-slider{
     display: none;
}


.published_on1{
    color: #fff!important;
     position: absolute;
     bottom: 0;
     left: 0;
     background-color: #00a8e1;
     padding: 7px;
     font-size: 12px;
    
     border-radius: 3px;
   font-family: 'Roboto', sans-serif;
     font-weight: 500;
      border-top: none;
     border-left: none;  
     border-bottom-right-radius: 15px;
 }
.sec-2{
    background: #E1E1E1;
    padding: 20px;
}
.tune li{
    list-style: disc;
    padding: 5px 10px;
    font-weight: 600;
   line-height: 52px;
    font-family: 'futuralight';

color: #252525;
font-size: 30px;


}
.btn{
     font-family: 'futuramedium';
}
.sec-3{
 /* background: /*linear-gradient(180deg, #0D8282 0%, #003C3C 100%);*/

      padding: 10px;

}
.tn-bg{
    padding: 20px;
    text-align: center;
    background: rgba(13, 130, 130, 1);
border-radius: 15px;
    margin: 10px;
}
.tn-bg h2{
   font-size: 40px;
line-height: 52px;
    font-weight: 600;
/* or 130% */

text-align: center;

color: #01DC82;
}
p{
     font-family: 'futuralight';
}
.tn-bg p{
    font-weight: 600;
font-weight: 600;
font-size: 23px;
line-height: 52px;
    color: #fff;
}
.sec-4{
    padding: 40px;
}
.ital{
   font-family: 'futurabold_italic';
    margin: 0 auto;
    width: 60%;
    font-weight: 600;
    font-size: 35px;
    text-align: center;
    line-height: 52px;
}
.get{
 
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 32px;
}
#ikm {
    font-size: 45px;
    font-weight: 600;
    line-height: 53px;
}
.nem {
    color: #01DC82;
}
.nav-tabs {
    border: 0;
    margin-top: 20px;
    text-align: center;
    /* width: 60%; */
}
.nav-link:hover{
    border: none!important;
      background-color: #000000!important;
   padding: 6px 15px;
}
.channel_nav .nav-link.active {
   
    background-color: #000000!important;
}
.channel_nav .nav-tabs>li {
    padding: 5px 5px!important;
}
.nav-link.active {
   
    color: #f7f7f7 !important;
    background-color: transparent !important;
}
.channel_nav .nav-link {
    padding: 5px 15px;
    background-color: #fff;
   
    border-radius: 5px;
    color: #000!Important;
    text-transform: capitalize;
}
.nav-tabs{
    border-bottom: none!important;
}
.channel_nav .nav-link {
    padding: 5px 15px;
    background-color: #000000;
   
    border-radius: 5px;
    color: #ffffff!Important;
    text-transform: capitalize;
}
.Video_Categorynav .nav-link {
    width: 200px!important;
}
.tab-pane .nav-link {
    font-size: 14px;
    margin: 5px 5px;
    max-width: 230px;
    padding: 6px 15px;
    text-align: center;
}
.Video_Categorynav .slick-prev:before {
    content: "\f053";
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 30px;
}
.Video_Categorynav .slick-next:before {
    content: "\f054";
    color: #fff;
    font-size: 30px;
    font-family: 'FontAwesome';
}
.Series_Categorynav  .slick-prev:before {
    content: "\f053";
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 30px;
}
.Series_Categorynav  .slick-next:before {
    content: "\f054";
    color: #fff;
    font-size: 30px;
    font-family: 'FontAwesome';
}