/*#homeslider .owl-stage {
    -webkit-transition: all 1s ease 0.25s !important;
    -moz-transition: all 1s ease 0.25s !important;
    -o-transition: all 1s ease 0.25s !important;
    transition: all 1s ease 0.25s !important;
}*/
.all_sections-catfix {
    padding-top: 142px;
}
.facebook-svg, .twitter-svg, .instagram-svg {
    width: 29px;
}

.list-vd-top-right .cn_item svg {
    height: 27px;
}

/*.right-main-list li {
    background-image: linear-gradient(37deg, #0bb0921c, #16161900);
}*/
/*#allEpisodes div.active {
    border: 1px solid #075846;
    background-image: linear-gradient(90deg, #0bb08c85, #34343400);
}*/

#allEpisodes .contentDataDiv.active .playing-img{
    width: 61px;
    top: 33%;
    position: absolute;
    display: block !important;
    opacity: 0.5;
}
.alreadyadd-main-list .media-object {
    width: 60px;
}
.alreadyadd-main-list{
    max-height: 250px;
    overflow-y: auto;
}
.alreadyadd-main-list .btn{
    font-size: 14px;
}
.loader-img{
    width: 37px;
    position: fixed;
    left: 46%;
    top: 40%;
    width: -39px;
    z-index: 9999999;
}

.tile__img{
    background:rgba(3, 32, 25, 0.74);
}
/*.height-img-owl6{
    object-fit: fill;
}*/

@media (min-width: 768px) {
    #recomMainTab .owl-stage{
        width: 210% !important;
    }
    .similar-video-container-bottom {
        bottom: -110px;
    }
}

.show-similar-arrow {
    position: relative;
    top: 5px;
}

.similar-video-container-bottom {
    background: #0000009c;
    position: absolute;
    bottom: -340px;
    width: 100%;
    /*z-index: 2;*/
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}


/*
=======================================================================
        modal
=======================================================================
*/

.modal-redesign .modal-dialog {
    margin: 100px auto 30px;
}
.modal-redesign .modal-content {
    background: rgba(0, 0, 0, .90) none repeat scroll 0 0;
    border: none;
    border-radius: 3px;
    padding: 0 0px;
    border: 1px solid #0d2a24;
}
.modal-redesign .modal-header {
    padding: 0px;
}

.modal-redesign .modal-title {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
}
.modal-redesign .modal-header {
    border-bottom: none;
}
.modal-redesign .modal-header .close {
    margin-top:4px;
}
.modal-redesign .modal-header .close {
    color: #fff !important;
    font-size: 17px;
    font-weight: 500;
    opacity: 1;
    text-shadow: none;
    border-radius: 100%;
    height: 22px;
    width: 22px;
}
.modal-redesign .modal-body {
    padding: 0px;
}
.form-row {
    padding: 30px 20px
}
.form-row .showsucess-msg h4 {
    font-size: 20px;
    color: #a6a5a5;
    margin: 0px 0px 15px;
    font-weight: 300;
}
.modal-redesign .modal-footer {
    border-top: 1px solid #747272;
}
.modal-backdrop.in {
    background: rgba(8, 8, 9, 1);
}
.modal-backdrop.in {
    filter: alpha(opacity=60);
    opacity: 0.6;
}
.hediv {
    float: left;
    width: 100%;
    background: #00d0a9;
    border-radius: 3px 3px 0px 0px;
}
.hediv h2, .pindiv h2 {
    font-size: 22px;
    color: #fff;
    margin: 15px 0px 15px 0px;
    font-weight: 600;
    line-height: 27px;
    text-transform: uppercase;
    text-align: center;
}
.modal-form-outer {
    padding:0px;
}
.modal-form-wrap {
    padding: 0px;
}
.close-modal {
    border: none;
    background: transparent;
    position: absolute;
    top: 13px;
    right: 0px;
}
.modal-form-padd {
    padding:20px 30px 0px;
}
.cross-svg {
    width: 30px;
    height: 30px;
    background-image: url(../images/svg/cross.svg);
}
.tabs-pub .nav-tabs {
    border-bottom: none;
    margin-top: 0px;
    display: inline-block;
    width: 100%;
    margin-bottom: 0px;
    text-align: left;
    border-bottom: none;
}
.tabs-pub .nav-tabs > li {
    margin-bottom: 1px;
    margin-left: 0px;
    margin-right: 30px;
    padding: 0;
    line-height: 22px;
    display: inline-block;
    float: none;
}
.tabs-pub .nav-tabs > li:last-child {
    margin-right: 0px;
    border-right: none;
}
.tabs-pub .nav-tabs > li > a {
    border: none;
    border-radius: 0;
    color: #adadb1;
    background: transparent;
    margin: 0px;
    padding: 0 0px;
    text-transform: uppercase;
    line-height: 39px;
    font-size: 18px;
    font-weight: 400;
}
.tabs-pub .nav-tabs > li.active a::before {
    background: #0acda3 none repeat scroll 0 0;
    content: "";
    height: 4px;
    left: 0px;
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
    border-radius: 4px;
}
.tabs-pub .nav-tabs > .modal-form-paddli.active > a, .tabs-pub .nav-tabs > li.active > a:focus, .tabs-pub .nav-tabs > li.active > a:hover, .tabs-pub .nav-tabs > li.active > a {
    color: #fff;
    border: none;
    background: transparent;
    font-weight: 600;
}
.custom-select select::-ms-expand {
    display: none;
    /* to ie 10 */
}
.custom-select select:focus {
    outline: none;
}
.custom-select select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-all-log :-moz-any('.custom-select'):before {
    background-color: #fff;
    pointer-events: none;
    z-index: 1;
}
.cared-round-circle {
    height: 20px;
    width: 20px;
}
.cared-round-circle i {
    color: #d33676;
    font-size: 20px;
}
.padd-off2-caret {
    position: absolute;
    right: 8px;
    top: 13px;
    text-align: center;
    z-index: 2;
}
.custom-select .form-control {
    color: #010101;
}
.form-all-log .caret {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid;
    color: #fff;
    display: inline-block;
    height: 0;
    left: 12px;
    margin-left: 0;
    position: relative;
    top: 3px;
    vertical-align: middle;
    width: 0;
}

.custom-select .form-control {
    color: #ccd4e2;
}
.form-all-log .form-control {
    height: 45px;
    padding: 6px 8px;
    font-size: 18px;
    color: #fff;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #515151;
    border-right: none;
    border-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    box-shadow: none;
    position: relative;
}
.form-all-log .borfull .form-control {
}
.form-all-log .form-control:focus {
    border-color: #515151;
    box-shadow: none;
}
.form-all-log .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    background-color: #060f22;
    border: 1px solid #303645;
    border-radius: 2px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.form-all-log .btn {
    padding: 10px 28px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    border-radius: 3px;
    text-transform: uppercase;
    border-width: 2px;
}

.form-all-log .btn + .btn {
    margin-left: 10px;
}
.form-all-log .btn-primary {
    background-color: rgba(0, 188, 153, 0.10);
    border-color: #ada8a3;
    color: #fff;
}
.form-all-log.pack-form .btn-primary {
    background-color: rgba(0, 188, 153, 1);
    border-color: rgba(0, 188, 153, 1);
    color: #fff;
}
.form-all-log.pack-form .btn {
    padding: 10px 28px;
    border-radius: 23px;
    width: 350px;
}

.form-all-log .form-group {
    margin-bottom: 25px;
}
.fg-line label {
    position: absolute;
    top: -20px;
    font-size: 14px;
    font-weight: 400;
    color: #00d0a9;
    margin-bottom: 0px;


}

.login-sprite {
    background-image: url(../images/login-sprite.png) !important;
    background-repeat: no-repeat;
    height: 18px !important;
    width: 15px !important;
}
.logcell-icon {
    background-position: 0 0;
}
.loglock-icon {
    background-position: -15px 0;
}
.userpr-icon {
    background-position: -30px 0;
}
.fg-toggled .logcell-icon {
    background-position: 0px -18px;
}
.fg-toggled .loglock-icon {
    background-position: -15px -18px;
}
.fg-toggled .userpr-icon {
    background-position: -30px -17px;
}
.notificationmessage .failure-login h2 {
    color: #fd9693;
}
.suc-login-image {
    margin-right: 5px;
}
.notificationmessage h2 {
    font-size: 22px;
    color: #0acda3;
    margin: 35px 0px;
    font-weight: 400;
    line-height: 27px;
}
.showsucess-msg h4 {
    font-size: 16px;
    color: #a6a5a5;
    margin: 0px 0px 25px;
    font-weight: 300;
}
.form-all-log .form-control::-moz-placeholder {
    color: #ccd4e2;
    opacity: 1;
}

.form-all-log .form-control::-ms-input-placeholder {
    color: #ccd4e2;
}

.form-all-log .form-control::-webkit-input-placeholder {
    color: #ccd4e2;
}
.repe-grad {
    background-image: url(../images/disclaimerdiv-bg.jpg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    width: 100%;
    display: block;
    height: 1px;
    background-size: cover;
    margin-bottom: 13px;
}
.disclaimerdiv {
    width: 100%;
    padding-top: 2px;
    padding-bottom: 60px;
}
.disclaimerdiv span{
    color: #0acda3;
    font-size: 14px;

}
.disclaimerdiv ul {
    margin-top: 6px;
}
.disclaimerdiv li{
    color: #737980;
    font-size: 12px;
    padding-left: 14px;
    background-image: url("../images/bullet-li.png");
    background-position: 0px 7px;
    background-repeat: no-repeat;

}
.checkout-listshow {
    padding-top: 30px;
}
.checkout-listshow li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e7e6e3;
    padding: 2px 0px 15px 0px;
    margin-bottom: 12px;
    position: relative;
}
.checkout-listshow li:last-child {
    border-bottom: none;
}
.checkout-listshow li .media .media-object {
    background: #f9f8f7;
    height: 90px;
    width: 90px;
}
.checkout-listshow li .media-body, .checkout-listshow .media-left, .checkout-listshow .media-right {
    display: table-cell;
    vertical-align: top;
}
.checkout-listshow li .media-body {
    vertical-align: middle;
}
.checkout-listshow .media-left, .checkout-listshow .media>.pull-left {
    padding-right: 16px;
}
.checkout-listshow li .media-heading,
.checkout-listshow li .quanty-check{
    color: #454544;
    font-weight: 400;
}
.checkout-listshow li .media-heading {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 17px;
}
.checkout-listshow li .quanty-check {
    margin: 0px 0px 4px;
    font-size: 16px;
}
.checkout-listshow li .total-price-check {
    font-size: 16px;
    color: #f36661;
    text-transform: uppercase;
    font-weight: 400;

}
.checkout-detail .cart-bor, .checkout-detail .cart-fulltotal-item {
    padding: 9px 0px;

}
.checkout-detail .cart-bor {
    border-bottom: 1px solid #e7e6e3;
}
.checkout-detail .cart-bor, .checkout-detail .cart-fulltotal-item {
    float: left;
    width: 100%;
}
.checkout-detail .cart-total-item span, .checkout-detail .cart-subtotal-item span {
    font-size: 15px;
    font-weight: 300;
    color: #676767;
}
.checkout-detail .cart-fulltotal-item span {
    font-size: 15px;
    font-weight: 600;
    color: #676767;

}
.checkout-detail .cart-total-item span,
.checkout-detail .cart-subtotal-item span,
.checkout-detail .cart-fulltotal-item span{
    float: left;
}
.checkout-detail .cart-total-item span:last-child,
.checkout-detail .cart-subtotal-item span:last-child,
.checkout-detail .cart-fulltotal-item span:last-child{
    float: right;
}
.check-out-buy {
    padding-top: 40px;
    padding-bottom:25px;
}

.check-out-buy li {
    float: left;
    margin-right: 30px;
}
.radio-sub {
    padding: 0px 0px 6px;
    margin: 8px;
    display: inline-block;
}
.check-out-buy .sim-check, .check-out-buy .easy-check, .check-out-buy .mastercard-check,
.check-out-buy .tcs-check, .check-out-buy .yayvo-check{
    position: relative;
}
.check-out-buy .sim-check {
    top: -3px;
    width: 65px;
}
.check-out-buy .tcs-check {
    top: -9px;
}
.check-out-buy .yayvo-check {
    top: -9px;
}
.check-out-buy .easy-check, .check-out-buy .mastercard-check {
    top: -4px;
}
.check-out-buy .visa-check {
    top: -4px;
}
.check-out-buy2 {
    padding-top: 35px;
    padding-bottom: 0px;
}
.check-out-buy2 li {
    margin-bottom: 0px;
}
.check-out-buy2 li:first-child {
    margin-bottom: 20px;
}
.check-out-buy2 li:nth-child(3) {
    margin-bottom: 20px;
}
.check-out-buy2 .zong-telco, .check-out-buy2 .telenor-telco, .check-out-buy2 .warid-telco,
.check-out-buy2 .jazz-telco, .check-out-buy2 .ufone-telco{
    position: relative;
}
.check-out-buy2 .zong-telco {
    top: -3px;
}
.check-out-buy2 .telenor-telco {
    top: -11px;
}
.check-out-buy2 .warid-telco {
    top: -10px;
}
.check-out-buy2 .jazz-telco {
    top: -17px;
}
.check-out-buy2 .ufone-telco {
    top: -5px;
}
.radio-sub .text-muted {
    color: #d1d0cf;
    font-size: 15px;
    font-weight: 300;
    font-style: normal;
    position: relative;
    top: 2px;
}
.radio-sub input[type="radio"] {
    display: none;
}
.radio-sub .check-alighn {
    position: relative;
    top: 8px;
}
.radio-sub input[type="radio"]+label span {
    background: transparent url(../images/check_radio_sheet.png) no-repeat scroll right top;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    margin: -4px 8px 0 0;
    vertical-align: middle;
    width: 18px;
}
.radio-sub input[type="radio"]:checked+label span {
    background: transparent url(../images/check_radio_sheet.png) no-repeat scroll left top;
}
.mobile-texting-box {
    background-position: center top;
    /*background-image: url(../images/mobile-telco-bg.png);*/
    background-repeat: no-repeat;
    width: 258px;
    height: 556px;
    position: absolute;
    right:0px;
    top: -30px;
    z-index: 10;
}
.mobile-texting-box-title {
    font-size: 19px;
    color: #d33676;
    font-weight: 500;
    position: absolute;
    left: 25px;
    top: 114px;
}
.mobile-texting-box-title-bottom {
    font-size: 19px;
    color: #d33676;
    font-weight: 500;
    position: absolute;
    left: 45px;
    top: 247px;
    text-transform: uppercase;
}
.mobile-texting-box-title-content {
    background: #fcf485;
    border: 1px solid #160349;
    padding: 7px 10px;
    position: absolute;
    top: 150px;
    border-radius: 10px;
    left: -20px;
    width: 220px;
    text-align: center;
}
.mobile-texting-box-arrwo-caret {
    /*background: url(../images/mobile-texting-box-arrwo-caret.png) no-repeat scroll 0px 0px;*/
    position: absolute;
    bottom: -11px;
    width: 15px;
    height: 11px;
    left: 30%;;
}
.mobile-texting-box-title-content p {
    font-size: 18px;
    color: #0e041c;
    font-weight: 500;
    margin-bottom: 0px;
    line-height: 22px;
}
@media (max-width: 767px) {
    .modal-redesign .modal-dialog {
        margin: 155px 10px 10px;
    }
    .showsucess-msg h4 {
        line-height: 20px;
    }
    .mobile-texting-box {
        right: 0px;
    }
    .check-out-buy {
        padding-top: 30px;
        padding-bottom: 0px;
    }
    .modal-redesign .modal-body .radio-sub {
        padding: 0 10px;
    }
    .check-out-buy li {
        margin-right: 10px;
        margin-bottom: 10px;
        width: 200px;
    }
    .form-all-log.pack-form .btn {
        width: 100%;
        display: block;
    }
    /*    #homeslider .owl-stage{
            padding-top: 20px;
        }*/
    .over-gradient-strip {
        padding: 15px 15px 15px;
        background: -webkit-linear-gradient(top, rgba(19, 20, 24, 0) 0%, rgba(0, 0, 0,.85) 70%);
        background:linear-gradient(to bottom, rgba(19, 20, 24, 0) 0%, rgba(0, 0, 0,.85) 70%);
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    .modal-redesign .modal-body .radio-sub {
        padding: 0 15px;
    }


}
/*@media (max-width: 479px) {*/
@media (max-width: 425px) {
    .mejs__playlist-button,.mejs__playpause-button,.mejs__currenttime{
        display: none;
    }
}
@media (max-width: 414px) {
    .modal-redesign .modal-content {
        padding: 0 0px;
    }
    .mejs__playlist-selector-label, .mejs-playlist-selector-label{
        font-size: 0.7em;
    }
    .mejs__playlist-item-thumbnail, .mejs-playlist-item-thumbnail{

        width: 45%;
    }
    .mejs__playlist-item-content, .mejs-playlist-item-content{

        width: 55%;
        padding: 0px;
    }
    .modal-redesign .modal-body {
        padding: 0px 15px 15px 15px;
    }
    .modal-redesign .modal-header .close {
        margin-top: 7px;
    }
    .modal-form-padd {
        padding: 15px 15px 0px;
    }
    .hediv h2, .pindiv h2 {
        font-size: 20px;
    }
    .mobile-texting-box {
        background-position: center top;
        /*background-image: url(../images/mobile-telco-bg-sm.png);*/
        background-repeat: no-repeat;
        width: 154px;
        height: 334px;
        position: absolute;
        right: 0px;
        top: 100px;
        z-index: 10;
    }
    .mobile-texting-box-title {
        font-size: 12px;
        left: 17px;
        top: 62px;
    }
    .mobile-texting-box-title-content {
        padding: 3px 6px;
        top: 85px;
        left: -20px;
        width: auto !important;
    }
    .mobile-texting-box-title-content p {
        font-size: 12px;
        line-height: 15px;
    }
    .mobile-texting-box-title-bottom {
        font-size: 12px;
        left: 25px;
        top: 142px;
    }

}
@media (max-width: 360px) {
    .modal-redesign .modal-content {
        padding: 0 0px;
    }
    .modal-redesign .modal-title {
        font-size: 22px;
    }
    .modal-redesign .modal-header .close {
        margin-top: 5px;
        margin-right: 10px;
    }
    .notificationmessage h2 {
        font-size: 15px;
        line-height: 20px;
    }
    .showsucess-msg h4 {
        font-size: 15px;
        line-height: 20px;
    }

}
/*#all_sections{
    padding-top: 45px;
}*/

.catTab{
    position: fixed;    
    background: #101211;
    height: 49px;
    z-index: 1020;
    left: 0;
    width: 100%;
    top:0px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.catTab-rel {
    top: 75px;
    background: transparent;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 99;

}
.loader-class-padding{
    padding-top: 45px;   
}
@media (min-width: 769px) {
    .others-payments input,.others-payments select{
        width: 400px;
    }
    .modal-redesign.cus-width-pack .modal-dialog {
        /*width: 483px;*/
        width: 584px;
    }


}
@media (max-width:767px) {
    .loader-class-padding{
        padding-top: 75px;   
    }
    .catTab-rel {
        top: 100px;
    }
    .category-selct-drop .titile-category span {
        font-size: 20px;
    }
    #all_sections{
        padding-top: 95px;
    }
    .all_sections-catfix{
        padding-top: 70px;
    }
}
/*.catTab{
    position: fixed;    
    background: rgba(29, 29, 33, 0.89);
    height: 60px;
    z-index: 87;
    right: 0;
}*/

@media (max-width: 768px) {
    .vid-lg{
        margin-bottom: 0px;
    }
    .owl-dots{
        display: none !important;
    }
    .category-selct-drop > ul > li {
        margin-right: 30px;
    }
    .drop-sug2.select-drop-style2 .dropdown > a {
        width: auto;
    }
    .category-selct-drop > ul > li > span{
        font-size: 30px;
    }

    .category-selct-drop > ul > li{
        margin-bottom: 0px; 
    }
    .mejs__controls{
        opacity: 1 !important;
    }
}


/*
=======================================================================
        modal end
=======================================================================
*/


.onoffswitch {
    position: relative; width: 90px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    height: 30px;
    width: 70px;
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #333333; border-radius: 20px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "ON";
    padding-left: 10px;
    background-color: #0d0d0d00; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 10px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 18px; margin: 6px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 56px;
    border: 2px solid #999999; border-radius: 20px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 21px; 
}
@media (max-width: 414px){
    .weekly-tabs .nav-tabs > li > a {
        font-size: 12px;
    }   
    .weekly-tabs .nav-tabs > li {
        padding-right: 7px;
    }
}
@media (min-width: 1024px){
    .fixed-75{
        width: 75%;
    }
    #sideMoreContent{
        position: fixed;
        right: 0px;
        /*z-index: 999;*/
        bottom: 0px;
        top: 73px;
        height: auto;
    }
}
.paddleft-right20{
    padding-left: 17px;
}

.right-main-list li .media-body .cn_item {
    color: #fff;
    position: absolute;
    right: 0px;
    cursor: pointer;
}

.max-height-recent, .max-height-recom {
    max-height: 312px;
}
.dropdown, .dropup{
    cursor: pointer;
}

.custome-carousel-banner {
    margin-top: -10px;
}

.logo img{
    /*width: 90%;*/
    width: 110px;
}

@media (min-width:1440px ) {
    .col-xlg-2 {
        width: 16.66666667%;
    }
}
@media (min-width:1200px) and (max-width:1439px) {
    #allContent .col-xlg-3{
        width: 19.66666667%;
        padding-right: 0px;
        padding-left: 10px;
    }
}
#allContent .contentDataDiv{
    padding-right: 5px;
    padding-left: 5px;
}

.loader-div{

    /*position: absolute;*/
    /*top: 0px;*/
    /*opacity: 0.2;*/

    position: absolute;
    top: -30px;
    opacity: 0.2;
    max-height: 167px;
}


@media (min-width: 768px){
    #recomMainTab .col-sm-5 {
        width: 38.66666667%;
    }
    #recomMainTab .col-sm-7 {
        width: 61.33333333%;
    }
}
.paypal-button-container, .paypal-buttons, .paypal-buttons-context-iframe, .paypal-buttons-label-paypal, .paypal-buttons-layout-horizontal{
    min-height: 148px !important;
}
/*.recomd-left-bn .tile__media img{
    object-fit: fill;
}*/

select {
    background: black !important;
    cursor: pointer;
}

.dropdown-menu.dropdown-menu-right{
    background: #161619;
}

.mejs__overlay-play{
    background-color: transparent;
}


/*.paypal-buttons{
    border-top: 1px solid rgb(0, 208, 169);
}*/
.component-frame{
    padding-top: 17px;
}

.blank{
    z-index: 999;
    position: absolute;
    height: 2000px;
    width: 98%;
    background-color: black;
    background-image: url(/static/theme/images/Movies-Play-Bg.jpg);
    background-attachment: fixed;
}

.userSerialNo {
    position: absolute;
    z-index: 1;
    background: #0000001c;
    color: #dcdcdb75;
    font-size: medium;
    font-weight: bolder;
}

/*
=======================================================================
        payment-mode
=======================================================================
*/
.heading-log h2 {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 70px;

}
.displaytable-wraper {
    width: 100%;
    display: table;
}
.displaycell-inner {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}
.pincnfrm-text h4 {
    margin-bottom: 0px;
    margin-top: 13px;
    color: #b0afaf;

}
.paytel-border-dashed {
    border-top: 1px dashed #161616;
    width: 100%;
    display: block;
    margin-bottom: 42px;
    position: relative;
    top: 4px;
}
.check-out-payment ul {
    padding-top: 19px;
    padding-bottom: 20px;
    width: 100%;
    float: left;
}
.check-out-payment .select-pay-mod {
    color: #00d0a9;
    /*position: absolute;*/
    top: -20px;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
}
.check-out-payment li {
    float: left;
    margin-right: 30px;
}
.check-out-payment .radio-sub {
    padding: 0px 0px 6px;
}
.check-out-payment .radio-sub input[type="radio"] {
    display: none;
}
.check-out-payment .radio-sub .check-alighn {
    position: relative;
    top: 16px;
}

.check-out-payment .radio-sub input[type="radio"]+label span {
    background: transparent url(../images/check_radio_sheet.png) no-repeat scroll right top;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    margin: -18px 8px 0 0;
    vertical-align: middle;
    width: 18px;
}
.check-out-payment .radio-sub input[type="radio"]:checked+label span {
    background: transparent url(../images/check_radio_sheet.png) no-repeat scroll left top;
}
.tx-st-paymnt p {
    color: #fefefe;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 0px;
    margin-left: 5px;
}
.tx-st-paymnt p i {
    color: #b0afaf;
    font-size: 14px;
    font-style: normal;
    display: block;
}
.paymnt-cell-field {
    padding-left: 98px !important;
}
.flag-outer {
    position: absolute;
    top: 10px;
    z-index: 1;
}
.country-dial-code, .country-flag {
    float: left;
}
.country-dial-code {
    color: #dedede;
    font-size: 20px;
    margin-left: 10px;
    margin-right: 10px;
    border-right: 1px solid #7f898f;
    padding-right: 10px;
}
.flag-tele-select {
    position: absolute;
    right: 0px;
    background: transparent;
    top: 7px;
    z-index: 1;
}
.flag-tele-select>div {
    cursor: pointer;

}

@media (max-width: 767px) {
    .paytel-border-dashed {
        margin-bottom: 50px;
        top: 18px;
    }
}
/*
=======================================================================
        payment-mode end
=======================================================================
*/

#msisdn_entered{
    /*padding-left: 85px !important;*/
}

/*
=======================================================================
    modal-paymnt-charge
=======================================================================
*/
.modal-paymnt-charge .close-modal {
    border: none;
    background: transparent;
    position: absolute;
    top: 13px;
    right: 10px;
}
.modal-paymnt-charge .modal-body {
    padding: 0px;
}
.modal-paymnt-charge .modal-content {
    background: #0b0b0b;
    border: 1px solid #313234;
    border-radius: 24px;
    /*background: #323232;*/
    /*    border: none;
        border-radius: 7px;*/
    padding: 0 15px;
}
.payment-charge-thumb {
    padding: 63px 30px 30px;
}
.pamnetcharge-padd {
    padding: 20px 20px 20px;
}
.payment-charge-de {
    text-align: center;
}
.payment-charge-title {
    margin-bottom: 25px;
}
.payment-charge-de p {
    color: #fff;
    font-size: 18px;
    line-height: 29px;
    font-weight: 500;
}
.paynt-charge-total {
    border-radius: 7px;
    border: 1px dashed #484747;
    text-align: center;
    padding: 20px 21px;
    font-size: 40px;
    color: #36b449;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: uppercase;
    display: inline-block;
}
.payment-charge-de .btn-primary {
    background-color: #17c69f !important;
    border-color: #17c69f;
    color: #fff;
    font-size: 16px;
    border-radius: 25px;
    padding:6px 25px;
    text-transform: uppercase;
}
.modal-backdrop.in {
    background: rgba(16, 16, 16, 1);
    filter: alpha(opacity=70);
    opacity: 0.7;
}

@media (min-width: 768px) {
    .modal-paymnt-charge .modal-dialog {
        width: 376px;
    }
    .back-bg1 {
        background-image: none !important;
    }
}
/*
=======================================================================
    modal-paymnt-charge end
=======================================================================
*/
/*--modal-getapp-modal--*/
.modal-getapp-modal .close-modal {
    border: none;
    background: transparent;
    position: absolute;
    top: 6px;
    right: 6px;
}
.modal-getapp-modal .cross-svg {
    width: 20px;
    height: 20px;
}
.gettapp-modal-bg {
    background-image: url(/static/theme/images/gettapp-modal-bg.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: 448px;
    background-position: 0px 0px;
    background-size: cover;
    border-radius: 7px 7px 0px 0px;
}
.modal-getapp-modal .modal-body {
    padding: 0px;
}
.modal-getapp-modal .modal-content {
    background: #121212;
    border: none;
    border-radius: 7px;
    padding: 0 15px;
}
.gettapp-thumb {
    padding: 17px 0px 16px;
}
.gettapp-thumb-center {
    padding: 45px 0px 45px;
}
.getapp-modal-padd {
    padding: 25px 0px 45px;
}
.getapp-modal {
    padding-top: 10px;
}
.unsubbox-modal {
    height: auto;
}
.getapp-modal h1 {
    color: #fff;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 29px;
}
.unsubbox-modal p {
    color: #9c9c9d;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom:35px;
}
.getapp-modal h1 span {
    font-weight: 700;
}
.getapp-modal-de .btn{
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    border-radius: 25px;
    padding:6px 25px;
    text-transform: uppercase;
    margin-left:auto;
    margin-right:auto;
    width: 202px;
}
.getapp-modal-de .btn+.btn{
    margin-top: 17px;
}
.getapp-modal-de .btn-primary {
    background-color: #17c69f !important;
    border-color: #17c69f;
}
.getapp-modal-de ._btn-secondary {
    background-color: transparent !important;
    border-color: #fff;
}
.unsubbox-modal-de .btn-primary {
    background-color: #fff !important;
    border-color: #fff !important;
    color:#121212;
    font-weight: 600;
}
.unsubbox-modal-de ._btn-secondary {
    background-color: transparent !important;
    border-color: #fff;
    color:#fff;
}
.modal-getapp-modal .modal-dialog {
    width: 311px;
    margin: 90px auto 30px;
}
.after-sucs-payment-btn div {
    height: 59px;
    text-align: center;
    border-top: 1px solid #303030;
}
.after-sucs-payment-btn div a {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 59px;
    text-align: center;
    text-transform: uppercase;
}
.after-sucs-payment-btn div:first-child a {
    color: #e72a46;
}
@media (max-width: 767px) {
    .modal-getapp-modal .modal-dialog {
        margin: 30px auto 30px;
    }
}
@media (max-width: 350px) {
    .modal-getapp-modal .modal-dialog {
        width: 95%;
    }
}
/*--modal-getapp-modal end--*/

/*--gettapp-tophead--*/
.gettapp-tophead {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1099;
    width: 100%;
    float: left;
    opacity: .98;
    height: 61px;
    padding: 8px 8px 8px 7px;
    background-image: url(/static/theme/images/gettapp-tophead-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
}

.gettapp-tophead .gettapp-tophead-logo {
    float: left;
    margin-right: 3%;
    margin-top: 8px;
}
.gettapp-tophead .gettapp-tophead-logo img {
    width: 35px;
}
.gettapp-tophead .gettapp-topheadtitle {
    float: left;
    margin-top: 4px;
}
.gettapp-tophead .gettapp-topheadtitle span {
    font-size: 15px;
    color: #fff;
    line-height: 19px;
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;
}
.gettapp-tophead-btn .cn_item {
    cursor: pointer;
}
.gettapp-tophead-btn .cross-svg {
    width: 22px;
    height: 22px;
}
.gettapp-tophead-btn {
    float: right;
    margin-top: 7px;
}
.gettapp-tophead-btn .btn {
    padding: 5px 11px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 400;
    border-radius: 35px;
    background-color: #fff !important;
    border-color: #fff !important;;
    color: #121212 !important;;
    margin-right: 10px;
}
@media (max-width: 350px) {
    .gettapp-tophead {
        padding: 8px 10px 8px 5px;
    }
    .gettapp-tophead .gettapp-tophead-logo {
        margin-right: 2%;
    }
    .gettapp-tophead .gettapp-topheadtitle span {
        font-size: 13px;
    }
    .gettapp-tophead-btn .btn {
        padding: 5px 8px;
        font-size: 13px;
    }
}
/*--gettapp-tophead end--*/

/*--creditcard model--*/
.credit-all-formfield .fg-line label {
    position: relative;
    top: 0px;
    font-size: 14px;
    font-weight: 400;
    color: #00d0a9;
    margin-bottom: 0px;
}
.credit-all-formfield .form-control {
    height: 35px;
    padding: 2px 8px 2px 0px;
    font-size: 17px;
    color: #fff;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #515151;
    border-right: none;
    border-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    box-shadow: none;
    position: relative;
}
.credit-all-formfield .form-group {
    margin-bottom: 22px;
}
.credit-all-formfield .btn-primary {
    background-color: #17c69f !important;
    border-color: #17c69f;
    color: #fff;
    font-size: 16px;
    border-radius: 25px;
    padding: 6px 25px;
    text-transform: uppercase;
}
.payment-charge-thumb-credid {
    padding: 63px 0px 30px;
}
.two-combine-credit {
    width: 100%;
}
.two-combine-credit .fl-date-exp {
    display: inline-block;
    width: 49%;
}
.two-combine-credit .fl-date-exp:first-child{
    padding-right: 40px;

}
.paynt-charge-total {
    position: relative;
}
.paynt-charge-total span {
    font-size: 10px;
    position: absolute;
    top: -1px;
    color: #fff;
    text-transform: none;
    right: 23px;
    letter-spacing: 1px;
}
.show-valid-card {
    position: absolute;
    right: 0px;
    top: 32px;
    width: 45px;
}
@media (max-width: 384px) {
    .paynt-charge-total {
        font-size: 35px;
    }
}
/*--creditcard model end--*/


.custom-mute{
    background-color: gray;
    border-radius: 50%;
    width: 40px;
    padding: 0px 0px 0px 4px;
}

/*.noty_message{
    background-color: #00d0a9;
}*/


@media (max-width: 500px) {
    #msisdn_entered {
        /*padding-left: 65px !important;*/
    }
}


@media (max-width: 1199px) and (min-width: 992px){
    .nav-wrap nav > ul > li {
        margin-right: 10px;
    }

    .nav-wrap nav > ul > li > a{
        font-size: 17px;
        line-height: 65px;
    }
}
.vjs-watermark{
    margin-top: 16px !important;
    margin-left: 80px !important;
}
/*newheaderstyle*/
#sidebar-tab {
    background-color: #0f0f0f;
    bottom: 0px;
    width: 100%;
    border-top: 1px solid #262626;
    left: 0;
    position: fixed;
    z-index: 9999;
    padding: 0px 40px;
    box-shadow: 0 0px 59px 1px rgb(15 18 17 / 88%);
}

#sidebar-tab ul {
    padding-top: 0px;
    width: 100%;
    display: inline-block;
    text-align: center;
}
#sidebar-tab ul>li {
    position: relative;
    display: inline-block;
    padding-top: 9px;
    padding-bottom: 8px;
    margin-right: 21.33%;
}
#sidebar-tab ul>li:last-child {
    margin-right: 0px !important;
}
#sidebar-tab ul>li a {
    display: block;
    text-align: center;
}
#sidebar-tab ul>li .cn_item {
    display: inline-block;
}
#sidebar-tab ul>li .cn_item.disply-sideicon-on {
    display: inline-block;
}
#sidebar-tab ul>li .cn_item.disply-sideicon-off {
    display: none;
}
#sidebar-tab ul>li.active .cn_item.disply-sideicon-off {
    display: inline-block;
}
#sidebar-tab ul>li.active .cn_item.disply-sideicon-on {
    display: none;
}
#sidebar-tab ul>li .tab-span {
    font-size: 15px;
    color: #878787;
    display: block;
    text-align: center;
    line-height: 11px;
    margin-top: 7px;
}
#sidebar-tab ul>li a svg {
    width: 20px;
    height: 20px;
}
#sidebar-tab ul>li.upgrade a svg {
    width: 22px;
    height: 22px;
}

#sidebar-tab ul>li.active .tab-span{
    color: #fff;
}
#sidebar-tab ul>li.upgrade.active a svg #V-Sign, #sidebar-tab ul>li.upgrade.active a:hover svg #V-Sign  {
    fill: #15cda4 !important;
}
.upgrade:hover a svg #V-Sign, .upgrade:hover a:hover svg #V-Sign  {
    fill: #15cda4 !important;
}

.nav-header-list .upgrade:hover.top svg {
    fill: #fff;
}
.upgrade.top {
    padding-top: 5px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding-right: 15px;
    cursor:pointer;
}
.upgrade.top a {
    display: block;
    text-align: center;
}
.upgrade.top a .cn_item {
    margin-right: 5px;
} 
.nav-header-list .upgrade.top svg {
    fill: #8c8c8c;
}
.upgrade.top a .tab-span {
    font-size: 13px;
    /*color: #6e6e6e;*/
    color: #c4c4c4;
    display: inline-block;
    position: relative;
    top: -7px;
    text-transform: uppercase;
}
.more-listshow {
    background-color: #000;
    width: 100%;
    height: 100%;
    position: fixed;
    left: -2500px;
    top: 0px;
    padding: 15px;
    opacity: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    z-index: 99999;
}
.more-listshow.active {
    opacity: 1;
    left: 0px;
}
.more-listshow .more-toplog {
    margin-top: 35px;
    margin-bottom: 15px;
}
.more-listshow .logo-moresh img {
    width: 78px;
}
.more-loginbtn .btn {
    font-size: 12px;
    color: #000;
    background: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 7px 23px;
    border-radius: 5px;
    margin-top: 2px;
}
.close-more-lishshow {
    position: absolute;
    right: 10px;
}
.close-more-lishshow .cn_item {
    cursor: pointer;
}
.more-listshow h3 {
    font-size: 22px;
    color: #fff;
    font-weight: 100;
    margin-top: 2px;
    margin-bottom: 20px;
}
.close-more-lishshow svg {
    fill: #fff;
    width: 22px;
    height: 22px;
}

.more-listshow ul>li {
    float:left;
    width:100%;
    position: relative;
}
.more-listshow ul li .tab-farward {
    position: absolute;
    right: 0px;
    top: 18px;
    background-image: url(../images/svg/farwardar.svg);
    background-repeat: no-repeat;
    width: 7px;
    height: 12px;
}
.more-listshow ul>li a {
    display: block;
    padding: 14px 0px;
}
.more-listshow ul>li a .cn_item svg, .more-listshow ul>li a .cn_item img {
    vertical-align: middle;
    display: inline-block;
    position: relative;
}
.more-listshow ul>li a .cn_item svg {
    width: 20px;
    height: 20px;
    fill: #a6b8c7;
}
.more-listshow ul>li a .subs-svg svg {
    width: 18px;
    height: 18px;
}
.more-listshow ul>li a .cn_item img {
    width: 34px;
    height: 34px;
}
.cn_item i {
    display: inline-block;
    margin-right: 0px;
    margin-top: 0px;
    padding: 0px;
    position: relative;
    text-align: center;
    top: 0;
    z-index: 88;
    vertical-align: middle;
}
.more-listshow ul>li .tab-span {
    font-size: 14px;
    color: #fff;
    line-height: 14px;
    font-weight: 400;
    position: relative;
    top: 1px;
    left: 10px;
}
.more-listshow ul>li .move-switch {
    right: -17px;
    position: absolute;
    top: 62%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.switch {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 16px;
}

.switch input {
    display: none;
}

.switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #272727;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch-slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 0px;
    bottom: -2px;
    background-color: #54c6b2;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.switch-slider {
    background-color: #2a6359;
}

input:checked+.switch-slider:before {
    left: -11px;
}

input:focus+.switch-slider {
    box-shadow: 0 0 5px #5c88f7;
}

input:checked+.switch-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.switch-slider.round {
    border-radius: 34px;
}

.switch-slider.round:before {
    border-radius: 50%;
}
.nav-wrap nav > ul > li>a .caret {
    margin-left: 5px;
    border-top: 7px dashed;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
}
.header-all {
    position:relative;
    width:100%;
    left:0px;
}
.header-all:after {
    height: 130px;
    top: 0px;
    z-index: 2;
    position: absolute;
    left: 0px;
    content: '';
    width: 100%;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .00) -1%, rgba(0, 0, 0, .83) 83%);
    background: linear-gradient(to top, rgba(0, 0, 0, .00) -1%, rgba(0, 0, 0, .83) 83%);
}
@media (max-width: 1199px) {
    #header-wrap {
        height: auto;
        padding-top: 8px;
    }
    #header-wrap {
        float: left;
        width: auto;
    }
    .logo {
        margin-top: 6px;
    }
    .upgrade.top {
        padding-top: 0px;
        position: relative;
        top:-3px;
    }
    #header-wrap.fixed-header {
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    #header-wrap.fixed-header .logo {
        margin-top: 0px;
    }
    .nav-header-list {
        margin-top: 5px;
    }
    .nav-header-list svg {
        display: inline-block;
    }
    .nav-header-list .lst-dem {
        display: inline-block;
        color: #8c8c8c;
        font-size: 16px;
        margin-left: 4px;
        position: relative;
        top: -7px;
        font-weight: 600;
    }
    #header-wrap .logo img {
        width: 30px ;
    }

    .nav-header-list > li {
        padding: 0px;
    }
    .nav-header-list svg {
        fill: #8c8c8c;
    }
    .nav-wrap nav > ul > li > a {
        line-height: 33px;
        font-size: 16px;
        text-transform: uppercase;
        padding: 0px 3px;
    }
    .nav-wrap nav > ul > li {
        margin-right: 20px;
    }

    .header-mb {
        position: fixed;
        top: 50px;
        width: 100%;
        height: 36px;
        z-index: 1023;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .header-mb {
        float: left;
        top: 0px;
        padding-left: 40px;
    }
    .header-mb .nav-wrap {
        margin-left: 0px !important;
    }
    .header-mb .nav-wrap nav > ul{
        width: 100%;
        overflow: hidden;
        overflow-x: auto;
        display: inline-block;
        white-space: nowrap;
        text-align: left;
        padding-bottom: 2px;
    }
    .header-mb .nav-wrap nav > ul > li > a .v-line {
        height: 3px;
    }
    .padd-fix-nav {
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .header-mb.fixup {
        top: 0px;
        background: -webkit-linear-gradient(bottom, rgba(19, 20, 24, 0) 0%, rgba(0, 0, 0,.85) 81%);
        background:  linear-gradient(to top, rgba(19, 20, 24, 0) 0%, rgba(0, 0, 0,.85) 81%);
        height: 40px;
    }
    .header-mb.fixup {
        padding-left: 0px;
    }
    .header-mb.fixup .nav-wrap nav > ul {
        padding-top: 4px;
        margin-top: 0px;
    }
    .padd-fix-nav.fix-moveup {
        padding-top:0px;
    }

    .header-all:after {
        height: 130px;    
        background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .00) -1%, rgba(0, 0, 0, .83) 83%);
        background: linear-gradient(to top, rgba(0, 0, 0, .00) -1%, rgba(0, 0, 0, .83) 83%);
    }
}
@media (max-width: 991px) {
    .logo {
        margin-top: 1px;
    }
    #header-wrap.fixed-header {
        padding-top: 0px;
        top: -100px;
    }
    .upgrade.top {
        /*top:0px;*/
        top: 45px;
        left: -26px;
    }
}
@media (max-width: 767px) {
    #header-wrap {
        background: transparent;
    }

    .padd-fix-nav {
        padding-top: 0px;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    #sidebar-tab {
        padding: 0px 15px;
    }
    #sidebar-tab ul>li .tab-span {
        font-size: 10px;
    }	
    #sidebar-tab ul>li {
        margin-right: 14.33%;
    }
    .more-loginbtn .btn {
        font-size: 11px;
        padding: 4px 15px;
        border-radius: 5px;
        margin-top: 2px;
    }
}
@media (max-width: 500px) {
    #sidebar-tab ul>li {
        margin-right: 14.33%;
    }
}
@media (max-width: 385px) {
    #sidebar-tab ul>li {
        margin-right: 15%;
    }
}
@media (max-width: 355px) {
    #sidebar-tab ul>li {
        margin-right: 9.33%;
    }
}
/*newheaderstyle end*/
/*newmainheadingstyle*/
.banner-hm-play  {
    color: #11131f;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 30px;
    background: #ebeae9;
    padding: 9px 21px;
    margin-bottom: 60px;
}
.banner-hm-play .cn_item  {
    margin-right:3px;
}
.banner-hm-play .cn_item .ply-arow {
    background: url(../images/ply-arow.svg) no-repeat 0px 0px;
    width: 22px;
    height: 22px;
}
.main-heading-text {
    margin-bottom: 25px;
    width: 100%;
    float: left;
}
.main-heading-text .link-main {
    top: 6px;
}
.main-heading-text .viw-al-shleft {
    float:left;
}
.main-heading-text h2 {
    margin: 0px !important;
    line-height: 1;
}
@media (max-width: 767px) {
    .main-heading-text {
        margin-bottom: 15px;
    }
    .main-heading-text .viw-al-shleft {
        float:right;
    }
    .main-heading-text .link-main {
        top: 0px;
    }
    .main-heading-text h2 .link-main {
        font-size: 12px;
        top: -2px;
        border-radius: 6px;
    }
    .banner-hm-play  {
        margin-bottom: 25px;
    }
}
@media (max-width: 414px) {
    .main-heading-text {
        margin-bottom: 20px;
    }
}
@media (max-width: 360px){
    .main-heading-text h2 {
        font-size: 18px;
    }
}
@media (max-width: 355px){
    .main-heading-text h2 {
        font-size: 17px;
    }
}
/*newmainheadingstyle end*/

/*gemres-sidebar*/
.genres-sidebar {
    background: rgba(0,0,0,.97);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    overflow-y: auto;
    top: 0;
    z-index: -1;
    text-align: center;
    opacity: 0;
    padding: 0px;
    -webkit-transition: all 200ms ease 0s;
    transition: all 200ms ease 0s;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .3);
}
.genres-sidebar.toggled{
    padding: 60px 0px 0px;
    opacity: 1;
    left: 0px;
    z-index: 1025;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.close-cirlce-svg {
    background-image: url(../images/cicle-close.svg);
    width: 85px;
    height: 85px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    cursor:pointer;
}
.c-menu {
    position: relative;
}
.menu-list .genrescat-heading {
    font-size: 42px;
    font-weight: 900;
    color: #fff;
    line-height: 84px;
}
.c-menu .navbar-nav {
    position: relative;
    margin: 20px 0 50px;
    width: 100%;
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}
.c-menu .navbar-nav>li {
    padding: 0px 0px 0px 0px;
    width: 100%;
    float: none;
    display: inline-block;
}
.c-menu .navbar-nav>li>a {
    font-size: 30px;
    padding: 0px;
    line-height: 66px;
    font-weight: 400;
    color: #fff;
    background: transparent !important;
}
.padd-others-pg {
    padding-top: 60px;
} 
.header-all-sh:after {
    height: 70px;
}
@media (max-width: 1199px) {
    .genres-sidebar.toggled {
        padding-top: 30px;
    }
    .all_sections-catfix {
        padding-top: 100px;
    }
    .catTab-rel {
        top: 52px;
    }
    .padd-others-pg {
        padding-top: 50px;
    } 
    .header-all-sh:after {
        height: 50px;
    }
}
@media (max-width: 991px) {
    .padd-others-pg {
        padding-top: 40px;
    } 
}
@media (max-width: 767px) {
    .menu-list .genrescat-heading {
        font-size: 34px;
        line-height: 80px;
    }
    .nav-wrap nav > ul > li>a .caret {
        border-top: 5px dashed;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        position: relative;
        top: -1px;
    }
    .c-menu .navbar-nav {
        margin: 0px 0 15px;
    }
    .c-menu .navbar-nav>li>a {
        font-size:26px;
        line-height: 72px;
    }
    .close-cirlce-svg {
        width: 70px;
        height: 70px;
    }

}
/*gemres-sidebar end*/
/*home-banner-top*/
.wrap-up-wb {
    margin-top: -25px;
    position: relative;
    z-index: 2;
}
.visible-xs-md {
    display:none;
}

.genres-sidebar-show {
    line-height: 25px;
    font-size: 20px;
    text-transform: uppercase;
    padding: 0px 3px;
    color: #7b7b7b !important;
    font-weight: 600;
}
.genres-sidebar-show .caret {
    margin-left: 5px;
    border-top: 6px dashed;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}
@media (max-width: 991px) {
    .genres-sidebar-left {
        float:left;    
    }
}
@media (max-width: 767px) {

    .wrap-up-wb {
        margin-top: 0px;
    }
    .catTab {
        height: 40px;

    }
    .catTab-rel {
        top: 42px;
    }

    .genres-sidebar-show {
        line-height: 27px;
        font-size: 15px;
        margin-left: 12px;
    }
    .genres-sidebar-show .caret {
        margin-left: 5px;
        border-top: 4px dashed;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        position: relative;
        top: -1px;
    }
    .category-selct-drop {
        margin: 6px 0px 0px;
    }
}
@media (max-width: 479px) {
    .visible-xs-md {
        display:block;
    }
    .hidden-xs-md {
        display:none;
    }
    .custome-carousel .owl-carousel .owl-stage{
        padding-left: 16px !important;
    }
}
@media (min-width: 1200px) {
    .wrap-up-wb {
        margin-top: -50px;
    }
}
@media (min-width: 1600px) {
    .wrap-up-wb {
        margin-top: -25px;
    }
}
/*home-banner-top end*/


@media (max-width: 1199px){
    .drop-log {
        margin-top: 5px;
        margin-bottom: 10px;
        display: inline-block;
        text-align: center;
        width: 100%;
    }
    .thumb-welc {
        width: 44px;
        height: 44px;
        margin-right: 0px;
        display: inline-block;
    }
    .thumb-welc img {
        border-radius: 100%;
        margin: 0px auto;
    }
    .drop-log .cn-item-style {
        display: block;
        top: 0px;  
        position: relative;
        right: 0px;
    }
    .drop-log .title-user-drop {
        color: #fff;
        display: block;
        font-size: 20px;
        margin-bottom: 5px;
        font-weight: 700;
    }
    .drop-log .badge.preuser-drop {
        padding: 3px 8px;
        font-size: 13px;
        font-weight: 700;
        color: #fff;
        background-color: #1abfa0;
        font-style: italic;
    }
}

.vjs-watermark{
    margin-top: 16px !important;
    margin-left: 80px !important;
}

.secondary-language{
    color: white;
    background-color: #0e8067;
    padding: 4px;
}

#movie-sidebar-modl{
    margin-left: 0px;
}

.payment-heading{
    display: none;
}
.remove-to-list-text-p{
    font-size:13px;
    color:#ffffff;
    display:none;
}
.overlay.blur{
    overflow: hidden;
}


/*.select-vdsubc-modal .box-slectbj img{
    width: 80px;
}*/
.headingsingle-tb {
    margin: 30px 0px 0px;
}
.headingsingle-tb h5 {
    font-size: 19px;
    color: #fff;
}
.getapp-modal h1 span {
    font-weight: 700;
}
.getapp-modal h3 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 25px;
    margin-top: 10px;
    margin-bottom: 8px;
}
.getapp-modal .badge {
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    border-radius: 8px;
    background: rgba(84,198,178, .4);
    padding: 6px 10px;
}

.getapp-modal .validity-dat {
    color: #cac8c8;
    font-size: 13px;
    line-height: 8px;
    font-weight: 400;
    margin-bottom: 5px;
    display: block;
    margin-top: 20px;
}

.payment-charge-thumb-credid img{
    width: 11%;
}
/*.payments-tabs{
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
}*/