<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

/*.loading{
    background:url(https://d2zub9v50g8scn.cloudfront.net/staticstorage/yuppflix_files/ripple.gif);
    background-repeat:no-repeat;
    text-align:center;
}*/

/* Fancy Scroll */
.remove-padding{padding:0px !important;}
.scrollbar
{
    /*margin-left: 30px;*/
    float: left;
    height: 300px;
    width: 65px;
    background: #F5F5F5;
    overflow-y: scroll;
    margin-bottom: 25px;
}

.force-overflow
{
    min-height: 450px;
}

#wrapper
{
    text-align: center;
    width: 500px;
    margin: auto;
}

/*
 *  STYLE 1
 */

#style-1::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

/*Fancy Scroll end*/


.all-header-links a:hover, .all-header-links a:active, .all-header-links a:focus, .all-header-links a:visited {
    color: #FFF !important;
    text-decoration: none;
}

.search-link a:hover, .search-link a:active, .search-link a:focus, .search-link a:visited {
    outline: none;
    text-decoration: none;
}

.top-header {
    background: #17191c;
	font-family:lato;height:40px;
}
.headnav-dropdownarrow{top:31px;}
.head-myaccount{padding:13px 0 13px 10px;}
.top-head-devider{display: block;float: left;margin:  7px 5px 7px 11px;font-size: 1em;width: 1px;color: #5b606b;}
.yuppflix-menu img {
    width: 75px;
}
.all-header-links {
    padding-bottom: 6px;
}

#langugaeModal .modal-content {
    background: #f9f9fb;
}

body {
    padding: 0px;
    margin: 0px;
    color: #9ea2ac;
    font-family: Lato;
    overflow-x: hidden;
}

.top-sub-head a {
    color: #9ea2ac;
    text-decoration: none;
    padding: 10px 0;
    font-size: 1em;
    position: relative;
    display: block;
    white-space: nowrap;
    padding-left: 0px;
    padding-right: 0px;
    cursor: pointer;
}

    .top-sub-head a:hover {
        background: none !important;
        color: #FFF;
    }
	
	.post-user-name{color:#9ea2ac;max-width: 100px; width:auto;}
.head-myaccount .dropdown-content{padding:0;}



/* sub header css  */
.affix {
    top: 0px;
    width: 100%;
}

    .affix + .container-fluid {
        padding-top: 10px;
    }

.yupphead-red-new {
    color: #f47000;
    position: absolute;
    right: 15px;
    top: 5px;
    font-size: 0.8em;
}

.yupptv-link-active {
    color: #f47000 !important;
    /*box-shadow: inset 0 -2px 0 #f47000;*/
    border-bottom: 2px solid #f47000;
}


.yupptv-search-margin {
    padding-left: 20px;
    padding-right: 0;
    white-space: nowrap;
    color: #9ea2ac;
    float: right;
}

.yupptv-center-algin-text {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.yupptv-sub-header-margins {
    background-color: #1e1f22;
    font-size: 15px;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.75);
    z-index: 15;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
	font-family:lato;
}

.yupptv-logo {
    width: 7.29vw;
}

.ott-img-center-algin {
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.dropdown-content {
    display: none;
    padding: 0px;
    position: absolute;
    background-color: #1e1f22;
    min-width: 160px;
    -webkit-box-shadow: inset 0px 3px 3px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: inset 0px 3px 3px 0px rgba(0,0,0,0.45);
    box-shadow: inset 0px 3px 3px 0px rgba(0,0,0,0.45);
    z-index: 15;
    top: 54px;
}
.dropdown-content a {   
    padding: 13px 20px;    
}
.ott-search-margin {
    padding-left: 15px;
    padding-right: 20px;
    white-space: nowrap;
    color: #9ea2ac;
    float: right;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.margins {
    margin-left: 3.020833333333333vw;
    margin-right: 3.020833333333333vw;
}

.bg-white {
    background: #FFFFFF;
}

.ott-center-algin-text {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.navbar-nav .dropdown-content .nav-link {
    color: #9ea2ac;
    padding: 13px 13px;
    text-decoration: none;
    display: block;
    cursor: pointer;
}
.navbar-nav .dropdown-content a{border-bottom:1px solid rgba(255,255,255,0.10);width:100%;padding: 13px 13px;font-size: 13px;display: block;}
.navbar-nav .dropdown-content a.movies {
    padding: 20px 13px 6px 13px;
}
.navbar-nav .dropdown-content a:hover{background: #2f3136;}

.dropdown-content div {
    border-bottom:0;clear:both;
}

    .dropdown-content div:last-child {
        border: none;
    }

.dropdown-content a:hover {
    /*  background-color: #2f3136;*/
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #2f3136;
}

.ott-headnav-dropdownarrow {
    margin: 0px 0px 0px 10px;
}

.ott-sub-header-margins {
    background-color: #1e1f22;
    font-size: 1.1em;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.75);
    z-index: 30;
    height: 67px;
}

.ott-header-elements-font-size {
    font-size: 1.1em;
}

.yuppmain-nav .navbar {
    position: relative;
    border: 1px solid transparent;
}

    .yuppmain-nav .navbar.navbar-default {
        background-color: #99ccff;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.yuppmain-nav .navbar-nav &gt; li &gt; a {
    padding: 22px 20px;font-size: 15px;
    margin: 0px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    /*border-bottom: 2px solid #2f3136;*/
}

.yuppmain-nav .nav &gt; li &gt; a:hover {
    background-color: #2f3136 !important;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	color: #fff !important;
    /*border-bottom: 2px solid #f47000; */

}

.yupptv-link-active {
    color: #f47000 !important;
    border-bottom: 2px solid #f47000;
}

.dropdown-content  .yupptv-link-active {
    color: #9ea2ac !important;
    border-bottom: none !important;
}

.yuppmain-nav .nav &gt; li &gt; a:focus {
    background-color: transparent;
}

/*a {
    color: #9ea2ac;
}*/

.ott-header-elements-margins {
    margin-left: 2.03125vw;
}

.ott-logo {
    width: 7.291666667vw;
}

div.scrollmenu {
    overflow: auto;
    white-space: nowrap;
    overflow-y: hidden;
}

.nav &gt; li &gt; a {
    position: relative;
    display: block;
    white-space: nowrap;
}

.button-margins {
    border: 1px solid transparent;
    border-radius: 2px;
    background-color: #f47000;
    color: #ffffff !important;
    font-family: Lato;
   padding: 6px 9px 8px 9px;
font-size: 14px;
line-height: 18px; display: inline-block;
}

.ott-link-active {
    color: #ff4e00;
    box-shadow: inset 0 -2px 0 #ff4e00;
}

.ott-more-options {
    border: 1px solid white;
}

.glyphicon-chevron-down:before {
    color: #9ea2ac;
}

.ott-img-css {
    padding-top: 1.25vw;
}

.ott-float-left {
    float: left;
}


/*  css for Mobile  */

@media only screen and (max-width:767px) {
    .ott-sub-header-margins {
        background-color: #1c1d20;
        padding-top: 21px;
        font-size: 1.525em;
        height: 53px;
    }

    .margins {
        margin-left: 4.722222222vw;
        margin-right: 4.722222222vw;
    }

    ul.tab {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow-x: auto;
    }

        ul.tab li {
            display: inline;
        }

            ul.tab li a {
                display: inline-block;
                text-align: center;
                padding-bottom: 3.438889vw;
                text-decoration: none;
                transition: 0.3s;
                padding-left: 2.777777778vw;
                padding-right: 2.777777778vw;
                margin-top: 0px;
            }

                ul.tab li a:hover {
                    background-color: transparent;
                }

    .scrollmenu {
        overflow-x: auto;
        white-space: nowrap;
    }

    .mobile-tab-scroll .scrollmenu {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
    }

    ul.tab {
        /* display: inline-block;*/
        text-align: center;
        /*  padding-bottom: 2.638888889vw;*/
        text-decoration: none;
        transition: 0.3s;
        padding-left: 2.777777778vw;
        padding-right: 2.777777778vw;
        margin-top: 0px;
        color: #9ea2ac;
    }

    .yupptv-sub-header-margins {
        background-color: #1c1d20;
        padding-top: 17px;
        font-size: 1.525em;
        height: 55px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ott-sub-header-margins {
        font-size: 1.3em;
    }

    .navbar-nav &gt; li &gt; a {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-right: 20px;
        padding-left: 20px;
    }

    ul.tab {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow-x: auto;
    }

        ul.tab li {
            display: inline;
        }

            ul.tab li a {
                display: inline-block;
                text-align: center;
                padding: 15px;
                text-decoration: none;
                transition: 0.3s;
            }

                ul.tab li a:hover {
                    background-color: transparent;
					color:#fff
                }

    .scrollmenu {
        overflow-x: auto;
        white-space: nowrap;
    }

    .yupptv-sub-header-margins {
        font-size: 1.3em;
    }
}

@media ( min-width :984px) and (max-width: 1199px) {
    .margins {
        margin-left: 24px;
        margin-right: 24px;
    }

/*    .navbar-nav &gt; li &gt; a {
        padding: 18px 15px;
    }*/

    .ott-header-elements-font-size {
        font-size: 13px;
    }

    .ott-header-elements-margins {
        margin-left: 1.03125vw;
    }

/*    .button-margins {
        border: 1px solid transparent;
        border-radius: 2px;
        background-color: #ff4e00;
        font-size: 14px;
    }*/

    .ott-logo {
        width: 7.291666667vw;
    }

    .yupptv-header-elements-margins {
        margin-left: 1.03125vw;
    }

    .headnav-dropdownarrow {
        top: 25px !important;
        right: -6px !important;
    }

/*    .dropdown-content {
        top: 43px;
    }*/
}


@media ( min-width :1200px) and (max-width: 1290px) {
/*    .dropdown-content {
        top: 50px;
    }*/

    .movies-card .slick-next {
        right: -37px !important;
    }
}

@media ( min-width :1300px) and (max-width: 1400px) {
/*    .dropdown-content {
        top: 52px;
    }*/

    .movies-card .slick-next {
        right: -37px !important;
    }
}

@media ( min-width :1900px) and (max-width: 1950px) {
/*    .dropdown-content {
        top: 64px;
    }*/

    .headnav-dropdownarrow {
        top: 31px;
    }

    .responsive .slick-next, .tvshow-card .slick-next, .news-card .slick-next {
        right: -45px !important;
    }

    .responsive .slick-prev, .tvshow-card .slick-prev, .news-card .slick-prev, .movies-card .slick-prev {
        left: -42px !important;
    }

    .movies-card .slick-next {
        right: -47px !important;
    }
}
/* Header css  */

.background-color {
    background: #17191c;
}

/*a {
    color: #9ea2ac;
}*/


/* unvisited link */

/*a:visited {
    color: #9ea2ac;
}*/


/* visited link */

a:hover {
    color: #9ea2ac;
    text-decoration: none;
}

.margins {
    margin-left: 3.020833333333333%;
    margin-right: 3.020833333333333%;
}

.navbar {
    position: relative;
    border: 1px solid transparent;
}

.nav &gt; li &gt; a:focus,
.nav &gt; li &gt; a:hover {
    background-color: transparent !important;
}

.ott-header {
    background-color: #17191c;
    /*  height: 40px;*/
    font-size: 1em;
}

.navbar-nav &gt; li &gt; a {
    padding-top: 0.520833333vw;
    padding-bottom: 0.520833333vw;
    color: #9ea2ac;
    font-size: 0.975em;
}

.nav &gt; li &gt; a {
    position: relative;
    display: block;
    white-space: nowrap;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 1.041666667vw;
    margin-right: 1.041666667vw;
}
.top-sub-head  .nav &gt; li {padding-left: 24px;}
.top-sub-head  .nav &gt; li &gt; a{font-size: 13px;margin: 0;padding-top: 7px;padding-bottom: 7px;}
.top-head-li-padlr40{display: none !important;}
.top-sub-head .phone-icon{font-size: 13px;padding-right: 4px;height: auto;width: auto;}
.packges-icon{margin-top: 1px;height: 14px;width: 14px;margin-right: 6px;}
.yupptv-search-margin.line-bar{padding-left: 40px;}
.yupptv-search-margin.line-bar:after{right:auto; left:20px;}
.navbar-nav .dropdown-content &gt; .hidden-nav {
    display: none;
}
#sidebar-toggle .bar {
    display: block;
    background: #adb2bd;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    height: 4px;
}

/* For tablet  screen css */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ott-header {
        margin-top: 15px;
        margin-bottom: 15px;
        background-color: #17191c;
        height: auto;
    }

    .yupptv-overlay .closebtn {
        position: absolute;
        top: 8px;
        right: 238px;
        font-size: 40px;
        z-index: 1;
    }

    .yupptv-overlay-content {
        position: relative;
        /*top: 10%;*/
        width: 72%;
        height: 100%;
        padding: 0px 20px;
        text-align: center;
        background-color: #141518;
        box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.42);
    }

    .yupptv-screenOn {
        height: 100%;
    }

    .yupptv-overlay {
        width: 100%;
        position: fixed;
        height: 100%;
        z-index: 11;
        top: 0;
        left: 0;
        background-color: rgba(0,0,0,0.8);
        overflow-y: auto;
        transition: 0.5s;
    }

    .navbar-nav {
        margin: 0;
    }

    .ott-logo {
        width: 13.635416667vw;
    }

    .ott-menu {
        width: 3.291666667vw;
        float: left;
        margin-right: 2.694444444vw;
    }

    .search-icon {
        width: 3vw;
        margin-right: 3.041666667vw;
    }

    .bell-icon {
        width: 2.75vw;
    }

    .navbar-nav &gt; li {
        float: none;
    }

        .navbar-nav &gt; li &gt; a {
            padding: 18px 0;
            color: #9ea2ac;
            font-size: 18px;
            text-align: left;
        }

    a {
        color: #555;
        text-decoration: none;
    }

    .navbar-nav &gt; li {
        border-bottom: 1px solid #191919;
        margin: 0px ;
        clear: both;
    }

    .nav &gt; li &gt; a:focus,
    .nav &gt; li &gt; a:hover {
        color: #f47000;
    }
    /* nav overlay css*/
    .ott-overlay {
        height: 0%;
        width: 100%;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: #000;
        overflow-y: auto;
        transition: 0.5s;
    }

    .ott-overlay-content {
        position: relative;
        top: 10%;
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }

    .ott-overlay .closebtn {
        position: absolute;
        top: 20px;
        left: 28px;
        font-size: 40px;
    }

    .ott-screenoff {
        height: 0%;
    }

    .ott-screenOn {
        height: 100%;
    }

    ul {
        width: 100%;
    }
}

/*@media only screen and (min-width: 992px) and (max-width: 1500px) {
    .navbar-nav &gt; li &gt; a {
        padding: 10px 0;
        font-size: 1em;
    }
}*/


/* For Mobile screen css */

@media only screen and (min-width: 320px) and (max-width: 425px) {
    .height-control-live img {
        height: 94px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 768px) {
    .top-head-language {
        position: relative;
        top: 10px;
    }

    .yupptv-overlay .closebtn {
       /* right: 238px !important;*/
    }

    .yupptv-tray-title-margin-bottom {
        margin-bottom: 0px;
    }

    .height-control-live img {
        height: 92px !important;
    }
}

@media only screen and (max-width:768px) {

    /*.yupptv-screenoff{
    height: 0%
}*/

    .yupptv-overlay .closebtn {
        position: absolute;
        top: 8px;
        right: 10px;
        font-size: 40px;
        z-index: 1;
		color:#555;
    }

    .yupptv-overlay-content {
        position: fixed;
        /*top: 10%;*/
        width: 72%;
        height: 100vh;
        padding: 0px 20px;
        z-index: 9999;
        text-align: center;
        background-color: #141518;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.42);
    }

    .yupptv-screenOn {
        height: 100%;
    }

    .yupptv-overlay {
        width: 100%;
        position: fixed;
        height: 100%;
        /*z-index: 2147483647;*/
        z-index:999;
        top: 0;
        left: 0;
        background-color: rgba(0,0,0,0.8);
        overflow-y: auto;
        transition: 0.5s;
    }

    .ott-header {
        padding-top: 15px;
        background-color: #17191c;
        height: 40px;
    }

    .margins {
        margin-left: 0px;
        margin-right: 0px;
    }

    .ott-logo {
        width: 25.694444444vw;
    }

    .ott-menu {
        width: 6.111111111vw;
        float: left;
        margin-right: 5.694444444vw;
    }

    .navbar-nav {
        margin: 0;
    }

        .navbar-nav &gt; li &gt; a {
            padding-top: 10px;
            padding-bottom: 10px;
            color: #9ea2ac;
            font-size: 18px;
            text-align: left;
        }

    a {
        color: #ccc;
        text-decoration: none;
    }

    .navbar-nav &gt; li {
        border-bottom: 1px solid #191919;
        margin: 5px 0px;
        clear: both;
        overflow: hidden;
    }

    .nav &gt; li &gt; a:focus,
    .nav &gt; li &gt; a:hover {
        color: #9ea2ac;
    }

    .search-icon {
        width: 5vw;
    }

    .bell-icon {
        width: 3.75vw;
    }
    /* nav overlay css*/
    .ott-overlay {
        height: 0%;
        width: 100%;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: #000;
        overflow-y: auto;
        transition: 0.5s;
    }

    .ott-overlay-content {
        position: relative;
        top: 10%;
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }

    .ott-overlay .closebtn {
        position: absolute;
        top: 20px;
        left: 28px;
        font-size: 40px;
    }

    .ott-screenoff {
        height: 0%;
    }

    .ott-screenOn {
        height: 100%;
    }
}


@media only screen and (min-width: 992px) and (max-width: 1279px) {

    .bazaar-remove {
        display: none !important;
    }

    .bazaar-add {
        display: block !important;
    }

    .catchup-navtabs .catchup-search {
        margin-top: 0px;
        position: relative;
        top: -2px;
    }

    .catchup-search-icon {
        top: 9px;
    }
}

@media only screen and (min-width: 1279px) and (max-width: 1930px) {

    .bazaar-remove {
        display: block !important;
    }

    .bazaar-add {
        display: none !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 320px) {
    ul.tab li a {
        padding-bottom: 17px;
    }
}

@media only screen and (min-width: 375px) and (max-width: 375px) {
    ul.tab li a {
        padding-bottom: 15px;
    }
}

@media only screen and (min-width: 375px) and (max-width: 375px) {
    ul.tab li a {
        padding-bottom: 15px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 425px) {
    .yupptv-sub-header-margins {
        padding-bottom: 2px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
	.scrollmenu li a {
        color: #9ea2ac;
    }
}

@media only screen and (min-width: 320px) and (max-width: 800px) {

    .packges-icon {
        background: url(../images/packages-icon.svg) no-repeat;
        height: 16px;
        width: 21px;
        padding-left: 20px;
        margin-top: 2px;
        color: #FFF;
    }

    .yupptv-sub-header-margins {
        background-color: rgba(0,0,0,0.90);
    }

    .responsive, .responsive1, .tvshow-card, .news-card, .movies-card {
        visibility: visible !important;
    }

    .height-control img {
        height: 125px !important;
    }

    .tvshow-card-img-padding {
        padding: 2px !important;
    }

    .mobile-tab-scroll .scrollmenu {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
    }

    

    .responsive-thumbnails {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .yupptv-zoom:hover {
        background: #373737;
        border-radius: 4px;
        -webkit-transform: scale(1.0, 1.0);
        -ms-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }

    .title-trey-pad {
        padding-left: 10px !important;
    }
}

.vc-modal {
  text-align: center;
  padding: 0!important;
}

.vc-modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.vc-modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.cookie-policy {
    position: fixed;
    bottom: 0;
    background-color: #1e1f22;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    font-size: 1.188em;
    color: #fff;
    z-index: 999999999999;
}
    .cookie-policy .c-close {
        position: absolute;
    color:#f7f7f7;
    cursor:pointer;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 25px;
    width: 25px;
    }
.cookie-policy .learn-more {
    color:#f47000;
}
.gdpr-txt {
       color: #393a3e;
    font-size: 28px;
    text-align: center;
    display: block;
    padding: 20px;
}
.gdpr-enable {
    color: #fff;
    font-size: 25px;
    background-color: #f47000;
    border-radius: 4px;
    border: 1px solid #f47000;
    padding: 5px 50px;
}
.gdpr-disabled {
    color: #818286;
    font-size: 25px;
    background-color: #626368;
    border-radius: 4px;
    border: 1px solid #818286;
    padding: 5px 50px;
}
.iagree-text {
    margin-top: 15px;
    padding-bottom: 30px;
    text-align: center;
    overflow: hidden;
    background: #fff;
    font-size: 18px;
   
}
.iagree-text label{
     font-weight:100
}

.iagree-text a{
    color:#f47000
}
@media only screen and (max-width: 767px){
.cookie-policy {
    padding: 10px  60px 10px 20px;
    text-align:left
}
    .cookie-policy .c-close {
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 25px;
    width: 25px;
    }
}

@media only screen and (min-width: 1450px) and (max-width: 1930px) {
    .yupptv-channel-width {
        width: 270px;
    }

    .yupptv-box-padding {
        height: 250px !important;
    }

    .yupptv-channel-info-margin {
        left: -25px;
        position: relative;
    }

    .catchup-info-tooltip {
        top: 19px;
    }

    .catchup-navtabs .nav-pills &gt; li &gt; a {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1445px) {

    .yupptv-channel-title {
        font-size: 2.3333333333333335em !important;
    }

    .yupptv-channel-program {
        font-size: 1.3333333333333333em !important;
    }

    .yupptv-program-info-margin {
        font-size: 1.1666666666666667em !important;
    }

    .catchup-navtabs .nav-pills &gt; li &gt; a {
        font-size: 1.6666666666666667em !important;
    }

    .catchup-navtabs .catchup-search {
        font-size: 1.1666666666666667em !important;
    }

    .yupptv-session-filter-btn {
        font-size: 1.1666666666666667em;
    }

    .yupptv-session-filter-btn-pressed {
        font-size: 1.1666666666666667em;
    }
}

@media only screen and (min-width: 320px) and (max-width: 1280px) {

    .nowpaly-text {
        font-size: 0.9166666666666666em;
    }

    .catch-now-play {
        height: 22px;
    }

    .wht-round-dot {
        width: 6px;
        height: 6px;
    }

    .nowpaly-text {
        left: 28px;
    }

    .coming-text {
        font-size: 0.9166666666666666em;
    }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {

    .mobile-mar {
        margin-top: 0px !important;
    }

    .fix-second-head {
        position: absolute;
        left: -1px;
    }
}


@media screen and (min-width: 1400x) and (max-width: 1449px) {

    .yupptv-box-padding {
        width: 225px !important;
        height: 225px !important;
        background: red;
    }
}

.mob-logo, .yupptv-sub-header-margins div.scrollmenu{text-align:left;}</pre></body></html>