﻿@font-face {
    font-family: 'openSans-bold';
    src: url('../../fonts/open-sans/OpenSans-Bold.woff2') format('woff2'), url('../../fonts/open-sans/OpenSans-Bold.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'openSans-light';
    src: url('../../fonts/open-sans/OpenSans-Light.woff2') format('woff2'), url('../../fonts/open-sans/OpenSans-Light.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'openSans-light-italic';
    src: url('../../fonts/open-sans/OpenSans-LightItalic.woff2') format('woff2'), url('../../fonts/open-sans/OpenSans-LightItalic.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'openSans-regular';
    src: url('../../fonts/open-sans/OpenSans-Regular.woff2') format('woff2'), url('../../fonts/open-sans/OpenSans-Regular.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'openSans-medium';
    src: url('../../fonts/open-sans/OpenSans-Medium.woff2') format('woff2'), url('../../fonts/open-sans/OpenSans-Medium.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'openSans-regular-italic';
    src: url('../../fonts/open-sans/OpenSans-Italic.woff2') format('woff2'), url('../../fonts/open-sans/OpenSans-Italic.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'openSans-semi-bold';
    src: url('../../fonts/open-sans/OpenSans-SemiBold.woff2') format('woff2'), url('../../fonts/open-sans/OpenSans-SemiBold.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'openSans-extra-bold';
    src: url('../../fonts/open-sans/OpenSans-ExtraBold.woff2') format('woff2'), url('../../fonts/open-sans/OpenSans-ExtraBold.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../../fonts/Montserrat/Montserrat-Bold.woff2') format('woff2'), url('../../fonts/Montserrat/Montserrat-Bold.ttf') format('woff');
    font-display: swap;
}


@font-face {
    font-family: 'Montserrat-Black';
    src: url('../../fonts/Montserrat/Montserrat-Black.woff2') format('woff2'),url('../../fonts/Montserrat/Montserrat-Black.woff') format('woff');
    font-display: swap;
}


@font-face {
    font-family: 'Montserrat-Medium';
    src: url('../../fonts/Montserrat/Montserrat-Medium.woff2') format('woff2'), url('../../fonts/Montserrat/Montserrat-Medium.woff') format('woff');
    font-display: swap;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: none;
}

a:focus, .btn:focus {
    box-shadow: none;
    outline: none;
}

.modal-open {
    padding-right:0 !important;
}
 
.modal-open .home-sidenav-main , .modal-open .ttv-hyperlink.affix .nav {
    transition:none;
}

.toast.show {
    z-index: 9999;
}

.errorText {
    font-size: 15px;
    color: red;
}

.home-sidenav-main.fixed-top {
    top: -100%;
    position: fixed;
    background: #FFFFFF;
    padding: 18px 13px 18px 13px;
    box-shadow: 0 -1px 10px 0 rgba(177, 177, 177, 0.5);
    animation: 0.5s tvdslideDown forwards;
}

@keyframes tvdslideDown {
    0% {
        top: -78px;
    }
    100% {
        top: 0px;
    }
}

.ttv-hyperlink {
    animation: 0.7s ttvMenuslideDown forwards;
    position: relative;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

@keyframes ttvMenuslideDown {
    0% {
        top:0px;
    }
    100% {
        top:77px;
    }
}

.ttv-hyperlink .nav {
    justify-content: flex-start;
    align-items: center;
    padding: 45px 79px;
}

.ttv-hyperlink.affix .nav {
    justify-content: flex-start;
    padding: 13px 30px 10px 30px;
}

.ttv-hyperlink .nav li:first-child {
    margin-right: auto;
}

.ttv-hyperlink .nav li a {
    display:block;
}

.ttv-hyperlink .nav .ttv-logo .animated-logo {
    display:none;
    width:180px;
}

.ttv-hyperlink .nav .nav-item {
    margin: 0 17.5px;
}

.ttv-hyperlink .nav .nav-item .nav-link {
    color:#333333;
    font-family: openSans-regular;
}

.custom-nav-item-search {
    margin-right: 39px;
    margin-left: 12px;
}

.custom-nav-item-search .search-field {
    border-radius: 50px;
    border: solid 1px rgba(103, 103, 103, 0.2);
    padding: 2.6px 25px 2.6px 11px;
    min-width: 213px;
    font-family: openSans-light;
    font-size: 14px;
    font-weight: 300;
    color: #676767;
    background: url('../images/search-icon.png') no-repeat;
    background-position: 193px 50%;
    background-size: 12px;
}

.custom-nav-item-search .search-field:focus {
    border-color: #f37222;
    background: url('../images/search-icon-active.png') no-repeat;
    background-position: 192.5px 50%;
    background-size: 12px;
}

.ttv-hyperlink .nav .register-btn {
    margin-right: 35px;
    margin-left: 17.5px;
}

.ttv-hyperlink .nav .register-btn a {
    color: #f37222;
    padding: 3px 20px;
    font-family: openSans-light;
    text-transform: unset;
}

.ttv-hyperlink .nav .register-btn a:hover {
    color:#FFFFFF;
}

.custom-nav-icon {
    margin-right: 39px;
}

.custom-nav-icon a {
    display: block;
    position: relative;
}

.custom-nav-icon a .badge {
    position: absolute;
    border-radius: 100%;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-family: openSans-light;
    font-size: 12px;
    background: #ee1208;
    top: -5px;
    left: 12px;
}

.custom-nav-icon .active-icon {
    display: none;
}

.custom-nav-icon.active img {
    display: none;
}

.custom-nav-icon.active .active-icon {
    display: block;
}

.custom-nav-icon:last-child {
    margin-right: 0px;
}

/********************* Uncomment below code for start actual menu interaction *********************/

/*.home-sidenav-main.fixed-top.ttv-menu-fixed {
    animation: 1s main-menu-fixed forwards;
}

.home-sidenav-main.fixed-top.ttv-menu-fixed .navbar-collapse {
    opacity:0;
}

.home-sidenav-main.fixed-top.ttv-menu-fixed .navbar-brand {
    opacity:0;
}

@keyframes main-menu-fixed {
    0%{
        top:0;
    }
    100%{
        top:-78px;
    }
}

.ttv-hyperlink.affix.fixedtop {
    animation: 0.5s ttv-menu-fixed forwards;
    z-index:999;
    transition:opacity 0.5s;
    box-shadow:none;
}

@keyframes ttv-menu-fixed {
    0%{
        top:77px;
        opacity:0;
    }
    100%{
        top:0px;
        opacity:1;
    }
}

.ttv-hyperlink.affix.fixedtop .nav {
    padding: 18px 30px;
    background:transparent;
    box-shadow:none;
}

.ttv-hyperlink.affix.fixedtop .logo {
    display:none;
}

.ttv-hyperlink.affix.fixedtop .animated-logo {
    display:block;
    opacity:0;
    animation:0.2s 0.5s ttv-animated-logo forwards;
}

@keyframes ttv-animated-logo {
    0% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}*/

/************************ comment this code while uncommenting above code ************************/

.home-sidenav-main.fixed-top.ttv-menu-fixed {
    animation: 1s main-menu-fixed forwards;
}

@keyframes main-menu-fixed {
    0%{
        top:0;
    }
    100%{
        top:-78px;
    }
}

.ttv-hyperlink.affix.fixedtop {
    animation: 0.5s ttv-menu-fixed forwards;
    z-index:999;
}

@keyframes ttv-menu-fixed {
    0%{
        top:77px;
    }
    100%{
        top:0px;
    }
}

/************************ drpodown-menu start ************************/
.ttv-menu-dropdown {
    position: relative;
}

.ttv-hyperlink .nav-item.ttv-menu-dropdown .dropdown-menu {
    width: 665px;
}

.ttv-hyperlink .nav-item.ttv-menu-dropdown .dropdown-menu.show {
    z-index: 4;
    transform:translate3d(-67%, 27.3px, 0px) !important;
    left: 50% !important;
}

.ttv-hyperlink .nav-item.ttv-menu-dropdown .ttv-notification-dropdown-main {
    padding: 12px 10px 12px 10px;
}

.ttv-series-menu-wrapper {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.ttv-series-menu-tab {
    position: relative;
    margin: 10px;
    width: 195px;
    height: 120px; 
}

.ttv-series-menu-tab a {
    position: relative !important;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.ttv-series-menu-tab a img {
    display: block;
    transform: translate(-50%, -50%);
    position: relative;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
}

.ttv-series-menu-overlay {
    position: absolute;
    padding: 62px 20px 15px 20px;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7db9e8+0,1d072d+100&0+0,0.85+100 */
    background: -moz-linear-gradient(top, rgba(125, 185, 232, 0) 0%, rgba(29, 7, 45, 0.85) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(125, 185, 232, 0) 0%, rgba(29, 7, 45, 0.85) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, rgba(29, 7, 45, 0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007db9e8', endColorstr='#d91d072d', GradientType=0); /* IE6-9 */
}

.ttv-series-menu-overlay h3 {
    font-family: openSans-semi-bold;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #FFFFFF;
}

.ttv-series-menu-overlay h4 {
    font-family: openSans-regular;
    font-size: 12px;
    text-align: center;
    color: #FFFFFF;
}

.ttv-menu-dropdown-row {
    width: 100%;
}

.ttv-menu-dropdown-row a {
    display: flex;
    align-items: center;
    padding: 20px 6px;
    border-bottom: 1px solid #dddde1;
}

.ttv-menu-dropdown-row a:hover {
    background: #eceef5;
}

.ttv-menu-dropdown-row a img {
    display: block !important;
    border-radius: 10px;
    margin-right: 12px;
}

.notification.dropdown.show a:first-child img {
    display: none;
}

.notification.dropdown.show a img.active-icon {
    display: block;
}

.ttv-hyperlink .nav-item.ttv-menu-dropdown .dropdown-menu, .custom-nav-item-search.dropdown .dropdown-menu, .custom-nav-icon.dropdown .dropdown-menu {
    border: none;
    border-radius: 10px;
    box-shadow: 0px 10px 35.3px 7.7px rgba(196, 196, 196, 0.44);
    padding: 0;
}

.ttv-hyperlink .nav-item.ttv-menu-dropdown .dropdown-menu::before, .custom-nav-item-search.dropdown .dropdown-menu::before, .custom-nav-icon.dropdown .dropdown-menu::before {
    content: '';
    width: 20px;
    height: 10px;
    position: absolute;
    border-top: 0px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 7px solid #FFFFFF;
    border-left: 10px solid transparent;
    top: -10px;
    left: 34%;
    right: 0;
    margin: auto;
}

.custom-nav-item-search.dropdown .dropdown-menu {
    width: 403px;
    top: 0;
}

.custom-nav-item-search.dropdown .dropdown-menu.show {
    z-index: 4;
    transform: translate3d(-50%, 29px, 0px) !important;
    left: 50% !important;
}

.custom-nav-item-search.dropdown .dropdown-menu .ttv-menu-dropdown-row img {
    width: 124px;
}

.notification.dropdown .dropdown-menu.show {
    z-index: 4;
    transform: translate3d(-70%, 29px, 0px) !important;
    left: 50% !important;
}

.custom-nav-icon.notification .dropdown-menu {
    width: 425px;
}

.custom-nav-icon.notification .dropdown-menu::before {
    left: auto;
    right: 117px;
}

.ttv-notification-dropdown-main {
    max-height: 506px;
    overflow: auto;
    padding: 0px 32px 0px 7px;
}

.custom-nav-icon.notification .ttv-menu-dropdown-row a img {
    width: 140px;
}

.custom-nav-icon.notification .ttv-menu-dropdown-row a h4 {
    font-family: openSans-semi-bold;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 7px;
}

.custom-nav-icon.notification .ttv-menu-dropdown-row a p {
    font-family: openSans-regular;
    font-size: 14px;
    color: #333333;
}

.custom-nav-icon.notification .ttv-menu-dropdown-row a span {
    font-family: openSans-regular;
    font-size: 12px;
    color: #7b7b7b;
}

.ttv-notification-dropdown-main .mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical, .ttv-notification-dropdown-main .mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical {
    width: 3px;
    right: 8px;
    opacity: 1;
}

.ttv-notification-dropdown-main .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 3px;
    border-radius: 1.5px;
    background: #f37222 !important;
}

.ttv-notification-dropdown-main .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail, .ttv-notification-dropdown-main .mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
    background: #dddde1;
    width: 1px;
}

.profile-tab {
    position: relative;
    padding-right: 15px;
}

.profile-tab::before {
    content: '';
    position: absolute;
    right: 0;
    top: calc(50% - 2px);
    width: 8px;
    height: 4px;
    border-top: 4px solid rgba(48, 48, 48, 0.6);
    border-right: 4px solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 4px solid transparent;
    transform-origin: center;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.profile-tab.show::before {
    transform: rotate(180deg);
}

.profile-tab .profile-name {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #3b62a3;
    display: block;
    text-align: center;
    line-height: 22px;
    font-family: openSans-regular;
    font-size: 9px;
    color: #fffefe;
}

.profile-tab a img {
    width: 30px;
    height: 30px;
    border-radius: 100%;
}

.profile-tab.dropdown .dropdown-menu {
    width:278px;
}

.profile-tab.dropdown .dropdown-menu::before{
    left:auto;
    right:28px;
}

.profile-tab.dropdown .dropdown-menu.show {
    z-index: 4;
    transform: translate3d(-89%,36.3px,0)!important;
    left: 50% !important;
}

.profile-tab .ttv-notification-dropdown-main {
    padding: 25px 25px 10px 25px;
}

.profile-tab.dropdown .profile-user-info-main {
    display:flex;
    padding-bottom:21px;
    border-bottom:1px solid #d7d7d7;
    align-items:flex-start;
    margin-bottom: 10px;
}

.profile-tab.dropdown .profile-user-info-main .profile-user-img {
    width:69px;
    border-radius:100%;
    overflow:hidden;
    margin-right:20px;
}

.profile-tab.dropdown .profile-user-info-main .profile-user-info h3 {
    font-family: openSans-light;
    font-size: 18px;
    font-weight: 300;
    color:#333333;
}

.profile-tab.dropdown .profile-user-info-main .profile-user-info p {
    font-family: openSans-light;
    font-size: 16px;
    font-weight: 300;
    color:#333333;
}

.profile-tab.dropdown .profile-user-info-main .profile-user-info .common-btn {
    width:120px;
    height:34px;
    margin:14px 0 0 0;
    font-size:14px;
    padding:7px 5.25px;
    border-radius:4px;
}

.profile-tab .dropdown-menu ul li a {
    padding: 10px 0;
    font-family: openSans-light;
    color: #333333;
    font-size: 16px;
    font-weight: 300;
}

/************************ drpodown-menu end ************************/
.ttv-welcome-banner-main {
    padding: 325px 90px 35px 90px;
    position: relative;
    text-align: center;
    height: 684px;
}

.ttv-welcome-banner-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index:1;
}

.ttv-welcome-banner-img::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.ttv-welcome-banner-img img {
    min-width: 100%;
    max-width: inherit;
    height: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ttv-welcome-banner-head {
    position: relative;
    z-index: 3;
    opacity: 0;
    transform: scale(0);
    animation: 0.5s 1s welcomeBennerHeadZoom forwards;
}

@keyframes welcomeBennerHeadZoom {
    0% {
        opacity: 0;
        transform: scale(0);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }

}

.ttv-welcome-banner-main h3 {
    font-family: openSans-bold;
    font-size: 60px;
    font-weight: bold;
    color: #FFFFFF;
    position: relative;
}

.ttv-welcome-banner-main p {
    font-family: openSans-regular;
    font-size: 24px;
    color: #FFFFFF;
    position: relative;
}

.ttv-welcome-banner-options-main {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 3;
    pointer-events: none;
    opacity: 0;
    animation: 1s 1.5s welcomeBennerOption forwards;
}

@keyframes welcomeBennerOption {
    0% {
        opacity: 0;
        pointer-events: none;
    }

    100% {
        opacity: 1;
        pointer-events: all;
    }

}

.ttv-welcome-banner-options-main p {
    font-family: openSans-light;
    font-size: 20px;
    margin-bottom: 25px;
}

.ttv-welcome-banner-options {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 9px;
}

.ttv-welcome-banner-options input {

    visibility:hidden;
    width: 0;
    height: 0;
    -webkit-appearance: none;
    display:none;
}

.ttv-welcome-banner-options input + label {
    border-radius: 24px;
    box-shadow: 0 0 10px 0 rgba(249, 194, 160, 0.67);
    border: solid 1px #FFFFFF;
    background-color: #e5e5e5;
    padding: 9px 18px 9px 7px;
    display: flex;
    align-items: center;
    font-family: openSans-semi-bold;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    cursor: pointer;
    margin:0 10px 30px 10px;
}

.ttv-welcome-banner-options input:focus + label, .ttv-welcome-banner-options input + label:focus {
    border-color: #f37222;
}

.ttv-welcome-banner-options input:checked + label {
    background: #58baff;
    border-color: #58baff;
}

.ttv-welcome-banner-options input + label span {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 32px;
    font-family: openSans-semi-bold;
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
    margin-right: 7px;
    border-radius: 100%;
}

.ttv-welcome-banner-options input + label span.black {
    background: #333333;
}

.ttv-welcome-banner-options input + label span.orange {
    background: #f56f54;
}

.ttv-welcome-banner-options input + label span.purple {
    background: #a648fe;
}

.ttv-welcome-banner-options input + label span.yellow {
    background: #febc43;
}

.ttv-welcome-banner-options input + label span.cyan {
    background: #0cc7ce;
}

.ttv-welcome-banner-options input + label span.pink {
    background: #ea5f96;
}

.ttv-welcome-banner-options input + label span.blue {
    background: #673af7;
}

.ttv-get-started-btn {
    width: 226px;
    height: 48px;
    border-radius: 4px;
    margin-bottom: 27px;
}

.ttv-btn-link {
    font-family: openSans-semi-bold;
    font-size: 18px;
    font-weight: 600;
    color: #f37222 !important;
}

.ttv-welcome-banner-options-main .ttv-btn-link + p {
    margin: 5px 0 0 0;
    font-family: openSans-semi-bold;
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
}

.ttv-welcome-banner-options-main .ttv-btn-link + p a {
    color: #f37222 !important;
}

.ttv-offer-section-main {
    width: 100%;
}

.ttv-offer-section-container {
    max-width: 1118px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 104px 15px 81px 15px;
}

.ttv-offer-section-info {
    max-width: 506px;
}

.ttv-offer-section-info h3 {
    font-family: openSans-bold;
    font-size: 34px;
    font-weight: bold;
    color: #303030;
    padding-bottom: 12px;
    margin-bottom: 38px;
    position: relative;
}

.ttv-offer-section-info h3::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 180px;
    height: 2px;
    background: #f56f54;
}

.ttv-offer-section-info p {
    font-family: openSans-light;
    font-size: 20px;
    font-weight: 300;
    text-align: left;
    color: #303030;
}

.ttv-checkout-btn {
    margin-top: 56px;
    border-radius: 4px;
    background: #ff6633;
    padding: 11px 17px;
}

.ttv-offer-section-fig {
    width: 394px;
    position: relative;
}

.ttv-offer-fig-1 {
    position: absolute;
    top: 0;
    left: 84px;
}

.ttv-offer-fig-2 {
    position: absolute;
    top: 145px;
    left: 0;
}

.ttv-offer-fig-3 {
    position: absolute;
    top: 219px;
    left: 192px;
}

.ttv-uxp-on-tv-section-main {
    background: #dadaef;
}

.ttv-uxp-on-tv-section-container {
    max-width: 1204px;
    padding: 65px 15px 36px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
}

.ttv-uxp-on-tv-section-fig {
    width: 487px;
    height: 427px;
    position: relative;
    background: url('../images/ttv-uxp-on-tv-section-fig-bg-1.png') no-repeat, url('../images/ttv-uxp-on-tv-section-fig-bg-2.png') no-repeat;
    background-position: 104px 133px, 285px 209px;
}

.ttv-uxp-on-tv-fig-1 {
    position: absolute;
    left: 65px;
    top: 0;
    width: 167px;
    height: 145px;
    background: url('../images/ttv-uxp-on-tv-fig-1.png') no-repeat;
    text-align: center;
    font-family: openSans-bold;
    font-size: 20.5px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
}

.ttv-uxp-on-tv-fig-1 p {
    margin-top: 64px;
}

.ttv-uxp-on-tv-fig-2 {
    position: absolute;
    left: 272px;
    top: 16px;
    width: 144px;
    height: 124px;
    background: url('../images/ttv-uxp-on-tv-fig-2.png') no-repeat;
    font-family: openSans-bold;
    font-size: 20.5px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
}

.ttv-uxp-on-tv-fig-2 p {
    margin-top: 35px;
    margin-left: 18px;
}

.ttv-uxp-on-tv-fig-3 {
    position: absolute;
    left: 350px;
    top: 175px;
    width: 128px;
    height: 147px;
    background: url('../images/ttv-uxp-on-tv-fig-3.png') no-repeat;
    font-family: openSans-bold;
    font-size: 20.5px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
}

.ttv-uxp-on-tv-fig-3 p {
    margin-top: 53px;
    margin-left: 27px;
    max-width: 87px;
}

.ttv-uxp-on-tv-fig-4 {
    position: absolute;
    left: 163px;
    top: 308px;
    width: 197px;
    height: 119px;
    background: url('../images/ttv-uxp-on-tv-fig-4.png') no-repeat;
    font-family: openSans-bold;
    font-size: 20.5px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
}

.ttv-uxp-on-tv-fig-4 p {
    margin-top: 40px;
    margin-left: 39px;
    max-width: 87px;
}

.ttv-uxp-on-tv-fig-5 {
    position: absolute;
    left: 0px;
    top: 194px;
    width: 187px;
    height: 176px;
    background: url('../images/ttv-uxp-on-tv-fig-5.png') no-repeat;
    font-family: openSans-bold;
    font-size: 20.5px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
}

.ttv-uxp-on-tv-fig-5 p {
    margin-top: 72px;
    margin-left: 26px;
    max-width: 87px;
}

.ttv-uxp-on-tv-fig-6 {
    position: absolute;
    left: 144px;
    top: 138px;
    width: 204px;
    height: 140px;
    background: url('../images/ttv-uxp-on-tv-fig-6.png') no-repeat;
    font-family: openSans-bold;
    font-size: 20.5px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
}

.ttv-uxp-on-tv-fig-6 p {
    margin-top: 51px;
    margin-left: 51px;
    max-width: 107px;
}

.ttv-uxp-on-tv-section-info {
    max-width: 565px;
}

.ttv-uxp-on-tv-section-info h3 {
    font-family: openSans-bold;
    font-size: 34px;
    font-weight: bold;
    color: #303030;
    padding-bottom: 12px;
    margin-bottom: 38px;
    position: relative;
}

.ttv-uxp-on-tv-section-info h3::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 180px;
    height: 2px;
    background: #f56f54;
}

.ttv-uxp-on-tv-section-info p {
    font-family: openSans-light;
    font-size: 20px;
    font-weight: 300;
    text-align: left;
    color: #303030;
}

.ttv-tune-in-section-main {
    width: 100%;
}

.ttv-tune-in-section-container {
    max-width: 1161px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 143px 15px 160px 15px;
}

.ttv-tune-in-section-info {
    max-width: 589px;
    margin-right: 77px;
}

.ttv-tune-in-section-info h3 {
    font-family: openSans-bold;
    font-size: 34px;
    font-weight: bold;
    color: #303030;
    padding-bottom: 12px;
    margin-bottom: 38px;
    position: relative;
}

.ttv-tune-in-section-info h3::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 180px;
    height: 2px;
    background: #f56f54;
}

.ttv-tune-in-section-info p {
    font-family: openSans-light;
    font-size: 20px;
    font-weight: 300;
    text-align: left;
    color: #303030;
}

.ttv-tune-in-section-info .ttv-checkout-btn {
    margin-top:32px;
}

.ttv-tune-in-section-fig {
    width: 465px;
}

.ttv-testimonial-section-main {
    width: 100%;
    background: rgba(218, 218, 239, 0.2);
}

.ttv-testimonial-section-container {
    max-width: 1134px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 41px 15px 40px 15px;
}

.ttv-testimonial-section-head {
    max-width: 375px;
}

.ttv-testimonial-section-head h3 {
    font-family: openSans-bold;
    font-size: 34px;
    font-weight: bold;
    color: #303030;
    position:relative;
    padding-bottom:16px;
}

.ttv-testimonial-section-head h3::before {
    content:'';
    width:180px;
    height:2px;
    background:#f56f54;
    position:absolute;
    left:0;
    bottom:0;
}

.ttv-testimonial-main-wrapper {
    padding: 54px 0 53px 0;
    max-width: 762px;
    margin-left: -32px;
    background: url('../images/testimonial-bg-1.png') no-repeat, url('../images/testimonial-bg-2.png') no-repeat;
    background-position: 90.5% 0%, 65px calc(100% - 28px);
}

.ttv-testimonial-box {
    width: 100%;
    padding: 64px 75px 33px 89px;
    background: #FFFFFF;
    box-shadow: 0 0 18.9px 2.1px rgba(196, 196, 196, 0.26);
    border-radius: 10px 60px;
    position: relative;
}

.ttv-testimonial-box::before {
    content: '';
    position: absolute;
    left: 43px;
    top: -14px;
    width: 44px;
    height: 29px;
    background: url('../images/testimonial-quote-1.png');
}

.ttv-testimonial-box::after {
    content: '';
    position: absolute;
    right: 25px;
    bottom: 23px;
    width: 44px;
    height: 29px;
    background: url('../images/testimonial-quote-2.png');
}

.ttv-testimonial-box .slick-dots {
    left: 0;
    bottom: -53px;
    display: flex;
    justify-content: center;
}

.ttv-testimonial-box .slick-dots li {
    width: 20px;
    height: 5px;
    border-radius: 2.5px;
    display: block;
    margin: 0 5.5px;
}

.ttv-testimonial-box .slick-dots li button {
    background: #d7d7d7;
    opacity: 1;
}

.ttv-testimonial-box .slick-dots li.slick-active button {
    background: #f37222;
}

.ttv-testimonial-slide {
    padding: 15px;
}

.ttv-testimonial-slide p {
    font-family: openSans-light;
    font-size: 24px;
    font-weight: 300;
    color: #303030;
}

.ttv-testimonial-name {
    margin-top: 30px;
    display: flex;
    align-items: center;
}

.ttv-testimonial-name span {
    width: 44px;
    height: 44px;
    background: #f56f54;
    border-radius: 100%;
    box-shadow: 0 0 18.9px 2.1px rgba(245, 111, 84, 0.31);
    text-align: center;
    font-family: openSans-bold;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 44px;
    margin-right: 14px;
}

.ttv-testimonial-name small {
    font-family: openSans-regular;
    font-size: 20px;
    color: #f56f54;
}

.ttv-subscription-section-main {
    max-width: 552px;
    margin: auto;
    padding: 116px 15px 83px 15px;
    text-align: center;
}

.ttv-subscription-section-main h3 {
    font-family: openSans-bold;
    font-size: 32px;
    font-weight: bold;
    color: #303030;
    margin-bottom: 14px;
}

.ttv-subscription-section-main h4 {
    font-family: openSans-regular;
    font-size: 24px;
    color: #303030;
}

.ttv-subscription-section-main hr {
    width: 79.682%;
    margin: 18px auto 25px auto;
    height: 1px;
    background: #e1e1e1;
    border: none;
}

.ttv-subscription-section-main h2 {
    font-family: openSans-bold;
    font-size: 52px;
    font-weight: bold;
    line-height: 64px;
    color: #303030;
    margin-bottom: 41px;
}

.ttv-subscription-section-main .common-btn {
    padding: 11px 60.98px;
    border-radius: 4px;
}

.ttv-signup-modal.large .modal-dialog{
    max-width:1050px;
}

.ttv-signup-modal .modal-content {
    border: none;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.ttv-signup-modal .modal-body {
    padding: 0;
}

.ttv-signup-modal .close {
    display:none;
}

.ttv-signup-modal-main {
    display: flex;
    justify-content: space-between;
}

.ttv-signup-modal-left-main {
    width: 50%;
    background: url('../images/login-pop-bg-1.png') no-repeat, url('../images/login-pop-bg-2.svg') no-repeat, url('../images/login-pop-bg-3.svg') no-repeat, url('../images/login-pop-bg-4.png') no-repeat, url('../images/login-pop-bg-5.svg') no-repeat, url('../images/login-pop-bg-6.svg') no-repeat;
    background-color: #3e6baa;
    background-position: right top, 344px 2px, -60px -60px, 0 208px, 250px 310px, 335px 387px;
    padding: 69px 20px 48px 20px;
    text-align: center;
    max-width:401px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ttv-signup-modal-left-main .ttv-logo {
    margin:0 auto;
}

.ttv-signup-modal-info {
    max-width: 247px;
    margin: 144px auto;
}

.ttv-signup-modal.large .ttv-signup-modal-info {
    margin:219px auto;
}

.ttv-signup-modal-info h3 {
    font-family: openSans-bold;
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
}

.ttv-signup-modal-left-main p {
    font-family: openSans-light;
    font-size: 14px;
    font-weight: 300;
    color: #FFFFFF;
}

.ttv-signup-modal-left-main p a {
    font-family: openSans-regular;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration:underline;
}

.ttv-signup-modal-info p {
    font-family: openSans-light;
    font-size: 18px;
    font-weight: 300;
    color: #FFFFFF;
}

.ttv-signup-modal-right-main {
    min-width: 50%;
    padding: 68px 45px 25px 45px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    flex:1;
}

.ttv-signup-modal.large .ttv-signup-modal-left-main {
    padding:30px 20px 48px 20px;
}

.ttv-signup-modal.large .ttv-signup-modal-right-main {
    padding:30px 10px 10px 10px;
}

.ttv-signup-modal-right-main .ttv-welcome-banner-options-main {
    opacity:1;
    animation:none;
    pointer-events:all;
    margin-top:0;
}

.ttv-signup-modal-right-main .ttv-welcome-banner-options-main p {
    margin-bottom:10px;
    text-align:center;
}

.ttv-signup-modal-right-main .ttv-welcome-banner-options-main p + span {
    margin-bottom:30px;
}

.ttv-signup-modal-right-main .ttv-welcome-banner-options-main .ttv-welcome-banner-options input + label{
    box-shadow:none;
}

.ttv-signup-form {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
}

.ttv-signup-modal-right-main h3 {
    font-family: openSans-bold;
    font-size: 30px;
    font-weight: bold;
    color: #676767;
    margin-bottom:5px;
}

.ttv-signup-modal-right-main .contact-field-row, .ttv-signup-modal-right-main .tvd-angular-field {
    width: 100%;
}

.tvd-angular-field.ttv-field {
    padding: 0;
    margin-bottom:30px;
}

.tvd-angular-field.ttv-field input:not([type=checkbox]):not([type=range]):not([type=radio]):not([type=submit]):not([type=button]):not([type=file]), .tvd-angular-field.ttv-field textarea {
    margin-top: 13px !important;
    font-family: openSans-regular;
    font-size: 16px;
    font-weight: 300;
    color: #333333;
    border-color: #000000;
    height: 25px;
}

.tvd-angular-field.ttv-field input[type=number] {
    background:red;
    -webkit-appearance:none;
    -moz-appearance: textfield !important;
}

.ttv-signup-modal-right-main .infoMsg {
    margin-top: 9px;
    font-family: openSans-light;
    font-size: 12px;
    font-weight: 300;
    color: #aaaaaa;
}

.tvd-angular-field.ttv-field input:not([type=checkbox]):not([type=range]):not([type=radio]):not([type=submit]):not([type=button]):not([type=file])~label, .tvd-angular-field.ttv-field textarea~label {
    transform: translate(0px, 1rem) scale(1);
    font-family: openSans-light;
    font-size: 16px;
    font-weight: 300;
    text-align: left;
    color: #797979;
    margin-left: 4px;
}

.tvd-angular-field.ttv-field.focused input:not([type=checkbox]):not([type=range]):not([type=radio]):not([type=submit]):not([type=button]):not([type=file])~label, .tvd-angular-field.focused textarea~label {
    transform: translate(0, 0) scale(1);
    margin-left: 0px;
    font-size: 12px;
}

.ttv-field .tvd-btn-badge {
    padding: 0;
    border: none;
    right: 4px;
    top: 20px;
    font-family: openSans-regular;
    font-size: 12px;
    color: #f37222;
    box-shadow: none;
}

.ttv-field .txtSignUpActionError, .txtLogInActionError {
    display: none;
}

.ttv-signup-modal-right-main .ttv-field.mob-number label {
    transform: translate(0, -2px) scale(1);
    margin-left: 0px;
    font-size: 12px;
    font-weight: 300;
    text-align: left;
    color: #797979;
    text-overflow: ellipsis;
    pointer-events: none;
    position: absolute;
    top: 0;
    line-height: 1;
}

#ContentPlaceHolder1_txtSignUpMobileNumber {
    padding-left: 95px!important;
}

.ttv-signup-modal-right-main .ttv-field.mob-number .iti__country-list {
    max-width:312px;
}

.ttv-signup-modal-right-main .otp-field {
    display: none;
}

.error-msg-red {
    font-family: openSans-light;
    font-size: 14px;
    font-weight: 300;
    color: #e22a2a;
    padding-left: 25px;
    background: url(../images/error-icon.svg) no-repeat;
    background-size: auto;
}

.ttv-field .country-code {
    display: none;
}

.ttv-field .tvd-edit-btn {
    display: none;
    top: 17px;
}

.ttv-field .tvd-edit-btn img {
    display: block;
}

.tvd-angular-field.ttv-field.mob-disabled input:disabled {
    pointer-events: none;
    color: #aaaaaa !important;
}

.tvd-angular-field.ttv-field.mob-disabled input ~ label {
    color: #aaaaaa !important;
}

.tvd-angular-field.ttv-field.mob-disabled .tvd-link-btn {
    display: none;
}

.tvd-angular-field.ttv-field.mob-disabled .tvd-edit-btn {
    display: block;
}

#modalLogIn .ttv-signup-modal-right-main h3 {
    margin-bottom:60px;
}

.ttv-login-btn {
    font-family: openSans-semi-bold;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF !important;
    border-radius: 4px;
    padding: 9.4px 15.25px;
    width: 226px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.ttv-register-btn {
    margin-top: 30px;
    margin-bottom: 20px;
}

.ttv-signup-modal-right-main .ttv-btn-link {
    font-family: openSans-regular;
    font-size: 16px;
    color: #f37222;
    font-weight:normal;
}

.getotp-btn-main {
    margin-bottom:30px;
}

.getotp-btn-main .ttv-get-otp-btn {
    margin-bottom:10px;
}

.getotp-btn-main .ttv-get-otp-btn .spinner-border {
    vertical-align:middle;
    width:20px;
    height:20px;
    border-width: 3px;
    margin: 0 0 0 10px;
}

.ttv-signup-modal-right-main .switch-login {
    font-family: openSans-light;
    font-size: 14px;
    font-weight: 300;
    color: #5c5c5c;
}

.ttv-signup-modal-right-main .switch-login a {
    font-family: openSans-regular;
    color:#f37222;
    text-decoration: underline;
}

.ttv-home-banner-main {
    width: 100%;
    margin-top: 130px;
    padding: 0;
    max-height:335px;
}

.ttv-home-banner-slide {
    width: 100%;
    position: relative;
    background: #6D657B;
    height:335px;
    overflow:hidden;
}

.ttv-home-banner-slide::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url('../images/home-banner-slide-1.png') no-repeat;
    background-size: 100% 100%;
    z-index: 1;
}

.ttv-home-banner-slide img.banner-img {
    z-index: 0;
    min-height: 100%;
    width: auto;
    min-width: 100%;
    max-width: inherit;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: relative;
}

.ttv-home-banner-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 1184px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    z-index: 2;
}

.ttv-home-banner-container img {
    width: auto;
    height: auto;
}

.ttv-home-banner-wrapper {
    max-width: 510px;
}

.ttv-home-banner-wrapper h4 {
    font-family: openSans-semi-bold;
    font-size: 20px;
    line-height:28px;
    font-weight: 600;
    color: #FFFFFF;
    display: inline-block;
    vertical-align: middle;
}

.streaming-strip {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 15px;
    padding: 4.4px 15px;
    background: #fd7373;
    border-radius: 14px;
    position: relative;
}

.ttv-home-banner-wrapper .streaming-strip::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 10%;
    width: 1px;
    height: 80%;
    background: #FFFFFF;
}

.streaming-strip img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    max-width: 22px;
}

.streaming-strip p {
    display: inline-block;
    vertical-align: middle;
    font-family: openSans-semi-bold;
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
}

.streaming-strip.video {
    background: #bc89f6;
}

.live-streaming {
    overflow: hidden;
    border-radius: 5px;
    border: solid 2px #ff0000;
    padding: 4.5px 10px 3.5px 10px;
    font-size: 0;
    display: flex;
    width: max-content;
    align-items: center;
}

.live-streaming img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    border-radius: 100%;
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, .2);
    animation: 1.5s streamingBlinkRed infinite;
    max-width: 8px;
}

.live-streaming p {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-family: openSans-semi-bold;
    font-size: 16px;
    font-weight: 600;
    color: #ff0000;
    text-transform: uppercase;
}

.ttv-home-banner-wrapper .live-streaming {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

@keyframes streamingBlinkRed {
    0% {
        box-shadow: 0px 0px 0px 0px rgba(255, 0, 0, .2);
    }

    100% {
        box-shadow: 0px 0px 0px 64px rgba(255, 255, 255, 0);
    }

}

.ttv-home-banner-wrapper .destitle {
    font-family: openSans-semi-bold;
    font-size: 28px;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 3px;
    line-height:30px;
}

.ttv-home-banner-wrapper .live-streaming + .destitle {
    margin-top: 3px;
}

.ttv-home-banner-wrapper .destitle ~ span {
    font-family: openSans-regular;
    font-size: 12px;
    text-align: left;
    color: #ffffff;
    border-radius: 10px;
    margin-right: 15px;
    padding: 4.3px 18.2px 4.3px 18.2px;
    background: rgba(255, 255, 255, 0.2);
}

.ttv-home-banner-wrapper p.descpera {
    font-family: openSans-regular;
    font-size: 14px;
    line-height:20px;
    color: #FFFFFF;
    margin-bottom:12px;
}

.ttv-events-details {
    display: flex;
    justify-content: flex-start;
}

.ttv-home-banner-wrapper .ttv-events-details {
    margin-top: 23px;
    margin-bottom: 35px;
}

.ttv-events-details p {
    margin: 0 30px 0 0;
    font-family: openSans-regular;
    font-size: 14px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}

.ttv-events-details .live-streaming {
    margin: 0;
    padding: 0;
    border: none;
}

.ttv-events-details .live-streaming img {
    animation:1s live-blink infinite;
}

@keyframes live-blink {
    0%{
        opacity:1;
    }
    50%{
        opacity:0;
    }
    100%{
        opacity:1;
    }
}

.ttv-events-details .live-streaming p {
    margin: 0;
    display: inline-block;
    color: #ff0000;
}

.ttv-events-details p .is-countdown {
    display: inline-block;
    margin: 0 4.43px;
}

.ttv-events-details p .is-countdown .countdown-amount {
    display: inline-block;
    margin: 0 4px 0 0;
}

.ttv-events-details p img {
    margin-right: 10px;
    max-width: 20px;
}

.ttv-events-details p span {
    font-family: openSans-light;
    font-size: 16px;
    font-weight: 300;
}

.ttv-speaker-info {
    display: flex;
    align-items: center;
}

.ttv-speaker-info-img {
    border-radius: 100%;
    overflow: hidden;
    margin-right: 12px;
    width:40px;
    height:40px;
}

.ttv-series-section-wrapper .ttv-speaker-info-img img {
    width:100% !important;
    height:100% !important;
}

.ttv-speaker-info-name p {
    font-family: openSans-regular;
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom:2px;
}

.ttv-speaker-info-name small {
    font-family: openSans-regular;
    font-size: 14px;
    font-weight: 300;
    color: #FFFFFF;
    display:block;
    margin-bottom:10px;
}

.ttv-speaker-info-name a {
    font-family: openSans-regular;
    font-size: 14px;
    color: #f37222;
    display:block;
}

.ttv-home-banner-wrapper .ttv-speaker-info {
    margin-bottom: 38px;
}

.ttv-home-banner-wrapper .common-btn {
    padding: 11px 19.98px;
    margin-right: 20px;
}

.ttv-home-banner-wrapper .common-btn img {
    display:inline-block;
    margin-right:5px;
    vertical-align:middle;
    width:29px;
}

.ttv-home-banner-wrapper .common-btn img.add-btn {
    width:20px;
}

.ttv-home-banner-wrapper .link-btn {
    font-family: openSans-semi-bold;
    font-size: 16px;
    line-height:24px;
    color:#FFFFFF;
    border:none;
    padding:0;
}

.common-btn-outline {
    border-radius: 8px;
    box-shadow: 0 4px 20px 5px rgba(249, 194, 160, 0);
    border: solid 1px #f37222;
    background-color: transparent;
    font-family: openSans-semi-bold;
    font-size: 16px;
    font-weight: normal;
    color: #f37222;
    padding: 11px 23.68px;
    text-transform: uppercase;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
}

.common-btn-outline:hover {
    background: #f37222;
    color: #FFFFFF;
    box-shadow: 0 4px 20px 5px rgba(249, 194, 160, 0.52);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.ttv-home-banner-wrapper p.published-time {
    font-family: openSans-regular;
    font-size: 14px;
    color: #FFFFFF;
    margin: 29px 0 0 0;
}

.ttv-home-banner-wrapper .play-btn {
    padding:0 !important;
    border:none;
    border-radius:100%;
    margin-right: 20px;
    box-shadow:0px 0px 0px 0px rgba(249,194,160,.52);
    animation: 1.5s 0s play-btn-shadow infinite;
}

@keyframes play-btn-shadow {
    0%{
        box-shadow:0px 0px 0px 0px rgba(249,194,160,.52);
        opacity:1;
    }
    100%{
        box-shadow:0px 0px 0px 15px rgba(249,194,160,0);
    }
}

.ttv-home-banner-wrapper .play-btn img {
    width:auto;
    margin:0;
}

.ttv-slider-arrows {
    position: absolute;
    width: 37px;
    z-index: 1;
    display: flex;
    bottom:30px;
    justify-content: space-between;
    cursor: pointer;
    box-shadow: 0 0 18.9px 2.1px rgba(196, 196, 196, 0.26);
    border-radius:100%;
}

.ttv-slider-arrows img {
    position: relative;
}

.ttv-slider-arrows.previous {
    right: 90px;
}

.ttv-slider-arrows.next {
    right: 35px;
}

.ttv-slider-arrows.next img {
    transform-origin: center;
    transform: rotate(180deg);
}

p.subscribed {
    font-family: openSans-semi-bold;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 20px;
    margin-top: 60px;
}

.total-views {
    margin-top: 30px;
    display: flex;
    align-items: center;
}

.total-views img {
    margin-right: 10px;
    max-width: 22px;
}

.total-views p {
    font-family: openSans-semi-bold;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
}

/*************** New slider start ***************/
.ttv-options-slider-container {
    max-width: 1221px;
    margin: auto;
    padding: 30px 3px 0 3px;
}

.ttv-options-slider-container ~ .ttv-options-slider-container {
    padding: 15px 3px 0 3px;
}

.ttv-options-slider-container .destitle {
    font-family: openSans-light;
    font-size: 22px;
    line-height:30px;
    color: #303030;
    margin:0 18px;
    font-weight:600;
}
.ttv-options-slider-main {
    display: flex;
    justify-content: flex-start;
    padding-bottom:0;
    flex-wrap: wrap;
}
.ttv-options-slider-main .ttv-slider-arrows {
    top:-33px;
    bottom:auto;
    right:17px;
}
.ttv-options-slider-main .ttv-slider-arrows.previous {
    right:69px;
}
.ttv-options-slider-main .slick-list.draggable{
    padding:20px 12px;
    width:100%;
    display:flex;
    flex-wrap:nowrap;
}
.ttv-options-slider-main .slick-list.draggable .slick-track {
    margin:0;
    display:flex;
}
.ttv-options-slide-box {
    width:227px;
    margin: 8px;
    background: #FFFFFF;
    box-shadow: 0 0 18.9px 2.1px rgba(155, 155, 155, 0.2);
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    transform-origin: center 30%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.ttv-options-slide-box a {
    display:block;
}
.ttv-options-slide-box a img {
    display:block;
    width:100%;
}
.ttv-upcoming-slide-img {
    height:133px;
    overflow:hidden;
}
.ttv-upcoming-slide-img img {
    min-width: 100%;
    min-height: 100%;
    /*transform: translate(-50%, -43%);
    top: 50%;
    left: 50%;*/
    position: relative;
    width: auto !important;
    max-width: 100%;
}
.ttv-upcoming-slide-info {
    padding:28px 15px 15px 15px;
    /*min-height:92px;*/
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.ttv-upcoming-slide-info h4 {
    font-family: openSans-regular;
    font-size: 12px;
    line-height:18px;
    color: #6d6d6d;
    margin-bottom:5px;
}
.ttv-upcoming-slide-info .destitle {
    font-family: openSans-semi-bold;
    font-size: 14px;
    line-height:20px;
    color: #565656;
    padding:0;
    margin:0;
}
.ttv-upcoming-slide-info .destitle {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.ttv-options-slide-box:hover .ttv-upcoming-slide-info .destitle {
    display: block;
}
.ttv-upcoming-slide-info .streaming-strip {
    margin: 13px 0 0 0;
    padding: 0px 11.1px;
    height: 15px;
    line-height: 15px;
}
.ttv-upcoming-slide-info .streaming-strip p {
    font-size: 7px;
    line-height: 1;
}
.ttv-upcoming-slide-info .live-streaming {
    border-radius:10px;
    background:#fd7373;
    border-color:#fd7373;
    padding:1.1px 5px;
    margin-top:15px;
}
.ttv-upcoming-slide-info .live-streaming img {
    margin-right:5px;
}
.ttv-upcoming-slide-info .live-streaming p {
    color:#FFFFFF;
    font-size: 9px;
    line-height: 1;
}
.ttv-upcoming-slide-info span.duration {
    font-family: openSans-regular;
    font-size: 11px;
    color: #6d6d6d;
    display:none;
    margin-top:20px;
}
.ttv-options-slide-menu-main {
    position: absolute;
    top: 9px;
    right: 15px;
    width: 34px;
    z-index: 1;
    display: none;
}

.ttv-options-slide-menu {
    width: 34px;
    height: 34px;
    background: rgba(29, 7, 45, 0.7);
    border-radius: 100%;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
}

.icon-circle {
    border-radius: 100%;
    /*border: 2px solid #FFFFFF;*/
    display: flex;
    align-items: center;
    justify-content: center;
    width:21px;
    height:21px;
}

.icon-circle img {
    width:90%;
    display:block;
    margin:auto;
}

.ttv-upcoming-episode-menu .icon-circle img {
    width: 65%;
}

.icon-circle.added-icon {
    display: none;
}

.added .icon-circle.added-icon {
    display: flex;
}

.added .icon-circle.add-icon {
    display: none;
}

.toast {
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    top: 135px;
    z-index: 99;
    border-radius: 5px;
    border: none;
    max-width: inherit;
    width: max-content;
    font-family: openSans-regular;
    font-size: 14px;
    color: #ffffff;
    pointer-events:none;
    background:rgba(0,0,0,0.5);
}

.toast.show {
    display: table;
    display: flex;
    margin: auto;
}

.ttv-options-slide-box .play-btn {
    position:absolute;
    top:108px;
    right:17px;
    width:50px;
    height:50px;
}
.ttv-options-slide-box .play-btn img {
    transform: translate(0%, 0%);
    top: 0;
    left: 0;
}
.ttv-options-slide-box:hover {
    transform:scale(1.15);
    z-index:2;
}
.ttv-options-slide-box:hover .ttv-options-slide-menu-main {
    display:block;
}
.ttv-options-slide-box:hover .ttv-upcoming-slide-info {
    padding:15px 15px 13px 15px;
}
.ttv-options-slide-box:hover .ttv-upcoming-slide-info .destitle {
    color:#555555;
}
.ttv-options-slide-box:hover .ttv-upcoming-slide-info span.duration {
    display:block;
}
/*************** New slider end ***************/

/*************** common-upcoming-slide-start ***************/


.ttv-upcoming-slider-main .slick-list.draggable {
    width:100%;
}

.ttv-upcoming-slider-main .slick-track {
    display: flex;
    align-items: center;
    min-width:100%;
}

.slick-disabled {
    opacity:1;
    pointer-events:none;
}

.ttv-upcoming-slider-main .ttv-upcoming-slide .ttv-upcoming-slide-date-time p {
    font-family: openSans-regular;
    font-size: 12px;
    color: #FFFFFF;
    margin-bottom: 5px;
}

.ttv-upcoming-slider-main .ttv-upcoming-slide .ttv-upcoming-slide-date-time p:last-child {
    margin-bottom: 0;
}

/******************mohammad added *******************/

.ttv-slider-arrows.next.slick-disabled, .ttv-slider-arrows.previous.slick-disabled {
      -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

/*************** common-upcoming-slide-end ***************/

/*************** upcoming-episode-start ***************/
.ttv-upcoming-episode-slider-main {
    min-height: 335px;
    padding: 0 0 37px 0;
}

.ttv-upcoming-episode-slider-main .slick-list {
    width: 100%;
}

.ttv-upcoming-episode-slider-main .slick-list .slick-track {
    min-width: 100%;
}

.ttv-upcoming-episode-slider-main .ttv-upcoming-slide {
    width: 382px;
    height: 224px;
}

.ttv-upcoming-episode-slider-main .ttv-upcoming-slide img {
    display: block;
    transform: translate(-50%, -50%);
    position: relative;
    top: 50%;
    left: 50%;
    min-height: 335px;
    min-width: 100%;
}

.ttv-upcoming-episode-slider-main .ttv-upcoming-slide:hover {
    height: 335px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.ttv-upcoming-slide .streaming-strip {
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 5;
    top: 29px;
    left: 23px;
    margin: 0;
}

.ttv-upcoming-slide .streaming-strip img {
    transform: translate(0px, 0px);
    left: auto;
    top: auto;
    min-width: inherit;
    min-height: inherit;
}

.ttv-upcoming-episode-slider-main .ttv-upcoming-slide:hover .ttv-upcoming-episode-menu-main {
    display: block;
}

.ttv-upcoming-episode-slider-main .ttv-upcoming-slide .ttv-upcoming-slide-info-main {
    padding: 48px 12px 13px 23px;
}

.ttv-upcoming-episode-slider-main .ttv-upcoming-slide .ttv-upcoming-slide-info-main h4 {
    font-size: 14px;
    margin-bottom: 5px;
    padding-right: 30px;
}

.ttv-upcoming-episode-slider-main .ttv-upcoming-slide .ttv-upcoming-slide-info-main h3 {
    font-size: 18px;
    font-weight: 600;
    padding-right: 30px;
}

.ttv-upcoming-episode-info {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}

.ttv-upcoming-episode-slider-main .ttv-upcoming-slide:hover .ttv-upcoming-episode-info {
    margin-top: 20px;
}

.ttv-upcoming-episode-info .ttv-speaker-info {
    display: none;
}

.ttv-upcoming-episode-slider-main .ttv-upcoming-slide:hover .ttv-upcoming-episode-info .ttv-speaker-info {
    display: flex;
}

.ttv-upcoming-episode-info .ttv-speaker-info .ttv-speaker-info-img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.ttv-upcoming-episode-info .ttv-speaker-info .ttv-speaker-info-img img {
    transform: translate(0px, 0px);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    min-height: inherit;
    min-width: inherit;
}

.ttv-upcoming-episode-info .ttv-speaker-info .ttv-speaker-info-name p {
    font-size: 12px;
    line-height: 1;
}

.ttv-upcoming-episode-info .ttv-speaker-info .ttv-speaker-info-name small {
    font-size: 10px;
    line-height: 1;
}

.ttv-upcoming-episode-slider-main .ttv-upcoming-slide .ttv-upcoming-slide-date-time {
    text-align: right;
}

.ttv-upcoming-episode-slider-main .ttv-upcoming-slide .ttv-upcoming-slide-date-time p.date {
    display: none;
}

.ttv-upcoming-episode-slider-main .ttv-upcoming-slide:hover .ttv-upcoming-slide-date-time p.date {
    display: block;
}

.ttv-upcoming-episode-slider-main .slick-track {
    min-height: 335px;
}

/*************** upcoming-episode-end ***************/

/*************** past-episode-start ***************/
.ttv-past-episode-section-main {
    background: rgba(218, 218, 239, 0.4) url('../images/past-episode-bg-1.png') no-repeat;
    padding: 45px 0 36px 0;
    background-position: -32px calc(100% - 45px);
}

.ttv-past-episode-container {
    max-width: 1266px;
    margin: auto;
    padding: 0 0 0 40px;
    display: flex;
}

.ttv-past-episode-head {
    margin: 108px 62px 0 0;
    max-width: 307px;
}

.ttv-past-episode-head h3 {
    font-family: openSans-semi-bold;
    font-size: 34px;
    font-weight: bold;
    position: relative;
    color: #303030;
    padding-bottom: 12px;
}

.ttv-past-episode-head h3::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 180px;
    height: 2px;
    background: #f56f54;
}

.ttv-past-episode-head a {
    margin-top: 36px;
    display: table;
    font-family: openSans-regular;
    font-size: 16px;
    color: #f37222;
    border-bottom: 2px solid #f37222;
}

.ttv-past-episode-slider-main {
    max-width: 857px;
    padding: 25px 29px 31px 0;
    flex: 1;
    background: url('../images/past-episode-bg-2.png') no-repeat, url('../images/past-episode-bg-3.png') no-repeat;
    background-position: right top, 14px calc(100% - 9px);
}

.ttv-past-episode-slider-main .slick-track {
    min-height: 340px;
}

.ttv-past-episode-slider-main .ttv-upcoming-slide {
    width: 256px;
    height: 296px;
}

.ttv-past-episode-slider-main .ttv-upcoming-slide img {
    display: block;
    transform: translate(-50%, -50%);
    position: relative;
    top: 50%;
    left: 50%;
    min-height: 340px;
    min-width: 100%;
}

.ttv-past-episode-slider-main .ttv-upcoming-slide:hover {
    height: 340px;
}

.ttv-past-episode-slider-main .ttv-upcoming-slide:hover .ttv-upcoming-episode-menu-main {
    display: block;
}

.ttv-past-episode-slider-main .ttv-upcoming-slide-info-main {
    padding: 65px 10px 15px 10px;
}

.ttv-past-episode-slider-main .ttv-upcoming-slide-info-main h4 {
    font-size: 14px;
    margin-bottom: 9px;
}

.ttv-past-episode-slider-main .ttv-upcoming-slide-info-main h3 {
    font-size: 16px;
}

.ttv-past-episode-slider-main .ttv-upcoming-slide .ttv-upcoming-slide-date-time {
    display: none;
}

.ttv-past-episode-slider-main .ttv-upcoming-slide .ttv-upcoming-episode-info {
    margin-top: 7px;
}

.ttv-past-episode-slider-main .ttv-upcoming-slide:hover .ttv-upcoming-episode-info {
    margin-top: 15px;
}

.ttv-past-episode-slider-main .ttv-upcoming-slide:hover .ttv-upcoming-episode-info .ttv-speaker-info {
    display: flex;
}

.ttv-past-episode-slider-main .ttv-upcoming-slide:hover .ttv-upcoming-slide-date-time {
    display: block;
}

.ttv-past-episode-slider-main .ttv-slider-arrows.previous {
    right: 157px;
}

.ttv-past-episode-slider-main .ttv-slider-arrows.next {
    right: 42px;
}

/*************** past-episode-end ***************/

/*************** topic-range-start ***************/
.ttv-topic-range-section-main {
    padding: 72px 0 0 0;
    margin-bottom: 65px;
    position: relative;
}

.ttv-topic-range-head {
    max-width: 1186px;
    margin: 0 auto 56px auto;
}

.ttv-topic-range-head h3 {
    font-family: openSans-semi-bold;
    font-size: 32px;
    line-height:42px;
    font-weight: bold;
    position: relative;
    color: #303030;
    padding-bottom: 12px;
}

.ttv-topic-range-head h3::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 180px;
    height: 2px;
    background: #f56f54;
}

.ttv-topic-range-wrapper {
    background: rgba(240, 240, 249, 0.7)
}

.ttv-topic-range-container {
    max-width: 1186px;
    margin: 0 auto;
    position: relative;
    height: 420px;
}

.topic-range-box {
    border-radius: 100%;
    background: #FFFFFF;
    box-shadow: 1.7px 1.1px 18.9px 2.1px rgba(196, 196, 196, 0.32);
    text-align: center;
    position: absolute;
    padding: 0 30px;
}

.topic-range-box img {
    display: block;
    margin: auto;
}

.topic-range-box.uxd {
    width: 236px;
    height: 237px;
    left: 0;
    top: -21px;
}

.topic-range-box.uxd img {
    width: 86px;
    margin: 55px auto 20px auto;
}

.topic-range-box.uxd p {
    font-family: openSans-bold;
    font-size: 16px;
    line-height:24px;
    font-weight: bold;
    color: #0cc7ce;
}

.topic-range-box.ar {
    width: 154px;
    height: 154px;
    left: 439px;
    top: -25px;
    animation-delay: 0.2s;
}

.topic-range-box.ar img {
    width: 64px;
    margin: 21px auto 10px auto;
}

.topic-range-box.ar p {
    font-family: openSans-bold;
    font-size: 16px;
    line-height:24px;
    font-weight: bold;
    color: #775cb5;
}

.topic-range-box.iot {
    width: 237px;
    height: 236px;
    left: 679px;
    top: -21px;
    animation-delay: 0.4s;
}

.topic-range-box.iot img {
    width: 103px;
    margin: 37px auto 23px auto;
}

.topic-range-box.iot p {
    font-family: openSans-bold;
    font-size: 22px;
    line-height:30px;
    font-weight: bold;
    color: rgba(39, 80, 145, 0.8);
}

.topic-range-box.blockchain {
    width: 151px;
    height: 151px;
    left: 1002px;
    top: -14px;
    animation-delay: 0.6s;
}

.topic-range-box.blockchain img {
    width: 64px;
    margin: 20px auto 9px auto;
}

.topic-range-box.blockchain p {
    font-family: openSans-bold;
    font-size: 14px;
    line-height:20px;
    font-weight: bold;
    color: #915c87;
}

.topic-range-box.vr {
    width: 158px;
    height: 158px;
    left: 67px;
    top: 260px;
    animation-delay: 0.8s;
}

.topic-range-box.vr img {
    width: 74px;
    margin: 29px auto 16px auto;
}

.topic-range-box.vr p {
    font-family: openSans-regular;
    font-size: 16px;
    line-height:24px;
    color: #eeaa2e;
}

.topic-range-box.ai {
    width: 194px;
    height: 194px;
    left: 283px;
    top: 146px;
    animation-delay: 1s;
}

.topic-range-box.ai img {
    width: 98px;
    margin: 24px auto 9px auto;
}

.topic-range-box.ai p {
    font-family: openSans-bold;
    font-size: 16px;
    line-height:24px;
    font-weight: bold;
    color: #ea5f96;
}

.topic-range-box.ml {
    width: 153px;
    height: 153px;
    left: 555px;
    top: 220px;
    animation-delay: 1.2s;
}

.topic-range-box.ml img {
    width: 72px;
    margin: 16px auto 10px auto;
}

    .topic-range-box.ml p {
        font-family: openSans-bold;
        font-size: 16px;
        line-height: 24px;
        font-weight: bold;
        color: rgba(229, 89, 52, 0.9);
    }

.topic-range-box.di {
    width: 193px;
    height: 193px;
    left: 907px;
    top: 181px;
    animation-delay: 1.3s;
}

.topic-range-box.di img {
    width: 84px;
    margin: 30px auto 16px auto;
}

    .topic-range-box.di p {
        font-family: openSans-bold;
        font-size: 16px;
        line-height: 24px;
        font-weight: bold;
        color: #6fbd13;
    }

.ttv-topic-range-trigger-main {
    display: table;
    margin: -12px auto 0 auto;
}

.ttv-topic-range-trigger-main a {
    width: 43px;
    height: 43px;
    margin: 0 auto 26px auto;
    border-radius: 100%;
    box-shadow: 0 0 18.9px 2.1px rgba(196, 196, 196, 0.26);
    border: solid 1px #f37222;
    background: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ttv-topic-range-trigger-main p {
    font-family: openSans-regular;
    font-size: 16px;
    text-align: center;
    color: #f37222;
}

.ttv-topic-range-topic-main {
    position: absolute;
    max-width: 1222px;
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0px 5px 24.5px 0.5px rgba(0, 0, 0, 0.2);
    top: 184px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 57px 24px 35px 24px;
    flex-direction: column;
    align-items: center;
    display: none;
}

.ttv-topic-range-topic-main.fadeIn {
    z-index: 1;
}

.ttv-topic-range-topic-main h3 {
    font-family: openSans-bold;
    font-size: 36px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 3px;
}

.ttv-topic-range-topic-main p {
    font-family: openSans-light;
    font-size: 20px;
    font-weight: 300;
    color: #000000;
    margin-bottom: 36px;
}

.ttv-topic-range-topic-main .ttv-welcome-banner-options {
    margin: 0;
}

.ttv-topic-range-topic-main .ttv-welcome-banner-options input + label {
    margin: 0 10px 30px 10px;
    border: none;
}

.ttv-topic-range-topic-main .ttv-welcome-banner-options input:focus + label, .ttv-topic-range-topic-main .ttv-welcome-banner-options input + label:focus {
    box-shadow: 0 0px 10px 6px rgba(249, 194, 160, 0.67);
}

.ttv-topic-range-topic-main .more-options-field-main {
    display: flex;
    margin: 0 auto 28px auto;
    border-radius: 24px;
    box-shadow: 0 0 10px 0 rgba(249, 194, 160, 0.67);
    border: solid 2px #58baff;
    background-color: #FFFFFF;
    padding: 7.9px 21px 7.9px 7px;
    align-items: center;
}

.ttv-topic-range-topic-main .more-options-field-main .add-icon {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #222222;
    margin-right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ttv-topic-range-topic-main .more-options-field-main .more-options-field {
    display: block;
    float: left;
}

.ttv-topic-range-topic-main .more-options-field-main input {
    font-family: openSans-semi-bold;
    font-size: 16px;
    font-weight: 600;
    color: #bdbdbd;
    padding: 0 0 0 8px;
    border: none;
    border-left: 2px solid #cbcbcb;
    display: block;
    width: 132px;
    min-width: 132px;
}

.more-option-close-icon {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 17px;
    height: 17px;
    cursor: pointer;
}

/*************** topic-range-end ***************/

/*************** series-section-start ***************/
.ttv-series-section-main-wrapper {
    margin-top:70px;
    margin-bottom:70px;
}
.ttv-series-section-main-wrapper .ttv-series-section-header h3 {
    margin-bottom:30px;
    font-size:28px;
    line-height:38px;
    font-family:openSans-regular;
}
.ttv-series-section-main {
    background: #275091 url('../images/series-section-bg.png') no-repeat;
    background-position: 104% calc(100% - -52px);
}

.ttv-series-section-container {
    max-width: 1199px;
    margin: auto;
    padding: 0px 15px;
    display: flex;
    justify-content: space-between;
}

.ttv-series-section-wrapper {
    padding: 40px 0 40px 0;
    max-width: 658px;
    margin-right: 56px;
    flex: 1;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
}

.ttv-series-section-main .ttv-home-banner-wrapper h4 {
    margin-bottom: 12px;
}

.ttv-series-section-wrapper .hastags-main {
    display:flex;
    flex-wrap:wrap;
}

.ttv-series-section-wrapper .hastags-main span {
    font-family: openSans-regular;
    font-size: 12px;
    text-align: left;
    color: #ffffff;
    border-radius: 10px;
    margin-right: 15px;
    padding: 4.3px 18.2px 4.3px 18.2px;
    background: rgba(255, 255, 255, 0.2);
}

.ttv-series-section-wrapper .hastags-main + h4 {
    display:block;
    margin-top:18px;
}

.ttv-series-section-wrapper .ttv-series-section-btn-main {
    display:flex;
    margin-top:auto;
    align-items:center;
}

.ttv-series-section-wrapper .ttv-series-section-btn-main a {
    margin-right:24px;
    font-family:openSans-semi-bold;
    font-size: 20px;
    font-weight: 600;
    color:#FFFFFF;
}

.ttv-series-section-wrapper .ttv-series-section-btn-main a.play-btn {
    border-radius: 8px;
    border: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-family: openSans-semi-bold;
    font-size: 16px;
    padding: 9px 17px !important;
    animation:none;
}

.ttv-series-section-wrapper .ttv-series-section-btn-main a.play-btn img {
    width:30px;
    margin-right:10px;
}

.ttv-series-section-wrapper .ttv-series-section-btn-main a:last-child {
    margin-right:0;
}

.ttv-series-section-img {
    width: 555px;
    /*height: 388px;*/
    height: 326px;
    box-shadow: 0 0 18.9px 2.1px rgba(42, 41, 41, 0.31);
    background-color: #b7b7b7;
    /*margin: -49px 0 -30px 0;*/
    margin: -30px 0;
    overflow:hidden;
}

.ttv-series-section-img img {
    width: 100%;
    height: auto;
    max-width: inherit;
    position: relative;
    /*left: 50%;
    top: 50%;
    transform: translate(-50%, -43%);*/
}

.ttv-series-section-main .ttv-series-section-wrapper .ttv-series-actions-wrapper {
    display: flex;
    align-items: center;
}

.ttv-series-section-wrapper .common-btn {
    margin-right: 33px;
}

.ttv-add-icon-btn {
    vertical-align: middle;
    padding: 0;
    width: 36px;
    margin-right: 30px;
    border: none;
}

.ttv-series-section-wrapper .icon-circle {
    width: 34px;
    height: 34px;
}

.ttv-series-section-wrapper .icon-circle img {
    width: auto;
}

.ttv-share-icon-btn {
    vertical-align: middle;
    padding: 0;
    width: 32px;
    margin-right: 15px;
    border: none;
}

.ttv-series-section-wrapper .ttv-series-actions-wrapper .share-options-main {
    padding: 0;
}

.ttv-series-section-wrapper .ttv-series-actions-wrapper .share-options-main ul {
    display: flex;
}

.ttv-series-section-wrapper .ttv-series-actions-wrapper .share-options-main ul li {
    margin: 0 10px;
}

.ttv-series-section-main + .ttv-past-episode-section-main {
    margin-top: 150px;
}

/*************** series-section-end ***************/
.ttv-meet-speakers-section-main {
    width: 100%;
}

.ttv-meet-speakers-container {
    max-width: 1236px;
    margin: auto;
    padding: 80px 15px 55px 15px;
}

.ttv-meet-speakers-container h3 {
    font-family: openSans-regular;
    font-size: 22px;
    line-height:30px;
    color: #303030;
    margin: 0 10px 12px 10px;
    font-weight: 600;
}

.meet-speakers-wrapper {
    display: flex;
    justify-content: space-between;
}

.meet-speakers-card {
    border-radius: 10px;
    box-shadow: 0 0 18.9px 2.1px rgba(196, 196, 196, 0.26);
    background: #FFFFFF;
    margin: 10px;
    padding: 25px 25px 14px 25px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.meet-speakers-card img {
    width: 80px;
    height: 80px;
    display: block;
    margin: 0 auto 10px auto;
    border-radius: 100%;
}

.meet-speakers-card h4 {
    font-family: openSans-regular;
    font-size: 14px;
    line-height:20px;
    color: #303030;
}

.meet-speakers-card span {
    font-family: openSans-regular;
    font-size: 12px;
    line-height:18px;
    font-weight: 300;
    color: #797979;
    display: block;
    margin-bottom: 25px;
}

.meet-speakers-card .common-btn-outline {
    padding: 7px 47.18px;
    margin-bottom: 23px;
}

.meet-speakers-card p {
    font-family: openSans-regular;
    font-size: 14px;
    line-height:20px;
    font-weight: 300;
    color: #303030;
    margin-bottom: 18px;
    flex-grow: 1;
}

.meet-speakers-episode-detail {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    padding: 24px 9px 0 9px;
    width: 100%;
}

.meet-speakers-episode-detail a {
    margin: 0 13px 0 0;
}

.meet-speakers-episode-detail a.mentor-img {
    width:36px;
    height:36px;
    overflow:hidden;
    border-radius:100%;
}

.meet-speakers-episode-detail img {
    min-width: 36px;
    max-width: inherit;
    height: 36px;
    border-radius:0;
    background-color: #b7b7b7;
    margin: 0 50%;
    transform: translate(-70%, 0);
    width: auto;
}

.meet-speakers-episode-detail img[src$=".gif"] {
    width:36px;
    margin:0;
    transform: translate(0, 0);
}

.meet-speakers-total-episode {
    display:flex;
    width:100%;
    padding:9px 9px 0 9px;
}

.meet-speakers-total-episode p {
    margin:0 auto 0 0;
    flex-grow:unset;
    font-family: openSans-regular;
    font-size:12px;
    color:#555555;
}

.meet-speakers-total-episode a {
    font-family: openSans-regular;
    font-size:12px;
    color:#f37222;
}

.meet-speakers-episode-name {
    flex: 1;
    text-align: left;
}

.meet-speakers-episode-name p {
    font-family: openSans-regular;
    font-size: 14px;
    line-height:20px;
    color: #676767;
    margin: 0;
}

.meet-speakers-episode-name span {
    font-family: openSans-regular;
    font-size: 12px;
    line-height:18px;
    color: #676767;
    margin: 0;
}

.meet-speakers-episode-name p a, .meet-speakers-episode-name span a {
    color: #676767;
    display: block;
    margin: 0;
}

.ttv-series-like-section-main {
    width: 100%;
    background: #dadaef;
}

.ttv-series-like-container {
    max-width: 1236px;
    margin: auto;
    padding: 56px 15px 71px 15px;
}

.ttv-series-like-container h3 {
    font-family: openSans-light;
    font-size: 22px;
    line-height:30px;
    color: #303030;
    margin:0 7px 46px 7px;
    font-weight:600;
}

.ttv-series-like-wrapper {
    padding-bottom: 0px;
}

.ttv-series-like-wrapper .ttv-slider-arrows.previous , .ttv-series-like-wrapper .ttv-slider-arrows.next  {
    bottom:auto;
    width:37px;
    top:-84px;
    right:10px;
}

.ttv-series-like-wrapper .ttv-slider-arrows.previous {
    right:62px;
}

.ttv-series-like-wrapper .ttv-series-like-slide {
    width:382px;
    margin: 0 10px;
    background: #FFFFFF;
    box-shadow: 0 0 18.9px 2.1px rgba(155, 155, 155, 0.2);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.ttv-series-like-wrapper .ttv-series-like-slide a {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.ttv-series-like-wrapper .ttv-series-like-slide .ttv-upcoming-slide-img {
    height: 208px;
}

.ttv-series-like-wrapper .ttv-series-like-slide .ttv-upcoming-slide-info-main {
    padding:15px 30px;
}

.ttv-series-like-wrapper .ttv-upcoming-slide-info-main h3 {
    font-family: openSans-semi-bold;
    font-size: 16px;
    line-height:24px;
    font-weight: 600;
    color: #565656;
    margin: 0 0 3px 0;
}

.ttv-series-like-wrapper .ttv-upcoming-slide-info-main h4 {
    font-family: openSans-regular;
    font-size: 14px;
    line-height:20px;
    color: #565656;
}

.ttv-leader-series-like-wrapper .ttv-upcoming-slide {
    text-align: left;
}

.ttv-leader-series-like-wrapper .ttv-upcoming-slide img {
    min-height: 100%;
    transform: translate(-50%, 0px);
    margin-left: 50%;
}

.ttv-leader-series-like-wrapper .ttv-upcoming-slide-info-main h4 {
    margin-bottom: 2px;
}

.ttv-leader-series-like-wrapper .ttv-upcoming-slide-info-main h3 {
    min-height: 39px;
}

/****************** episode details start ******************/
.ttv-episode-detail-banner-main {
    margin-bottom: 0;
}

.ttv-episode-detail-info-main {
    max-width: 1266px;
    margin: 0 auto 113px auto;
    padding: 30px 15px 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position:relative;
}

.ttv-episode-detail-ask-question-main {
    display: flex;
    max-width: 1266px;
    padding: 34px 100px 23px 23px;
    margin: auto;
    align-items: center;
}

.ttv-episode-detail-ask-question-main .profile-name-circle {
    width: 36px;
    height: 36px;
    margin-right: 18px;
    background: #3b62a3;
    border-radius: 100%;
    font-family: openSans-regular;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fffefe;
    padding-top: 3px;    /*margin-top: 35px;*/
}

.video-play-btn {
    margin: auto !important;
    position: absolute;
    left: 0;
    right: 0;
    width: 70px;
    top: 50%;
    transform: translate(0px, -50%);
}

.video-play-btn img {
    width:100% !important;
    margin:0 !important;
}

.ttv-episode-detail-ask-question-main .ttv-episode-detail-ask-question {
    margin-right: 24px;
    flex: 1;
    position: relative;
}

.ttv-episode-detail-ask-question-thankyou {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.ttv-episode-detail-ask-question-thankyou img {
    width: 20px;
    height: 20px;
    margin-right: 15px;
}

.ttv-episode-detail-ask-question-thankyou p {
    font-family: openSans-regular;
    font-size: 16px;
    color: #f37222;
}

.ttv-episode-detail-ask-question-main .ttv-episode-detail-ask-question .ttv-field {
    width: 100%;
    margin-bottom: 3px;
}

.ttv-episode-detail-ask-question-main .ttv-episode-detail-ask-question .ttv-field input {
    border-color: #252525 !important;
}

.ttv-episode-detail-ask-question-main .common-btn {
    padding: 5px 39.95px;
    margin-bottom: 3px;    /*margin-top: 35px;*/
}

.ttv-episode-detail-info-left {
    max-width: 620px;
    width: 620px;
    margin-right: 135px;
}

.ttv-episode-detail-info-left .ttv-episode-detail-overview {
    overflow-wrap: break-word;
}

.ttv-episode-detail-share ul {
    display: flex;
    align-items: center;
}

.ttv-episode-detail-share ul li {
    width: 23px;
    height: 23px;
    margin-right: 24px;
}

.ttv-episode-detail-share ul li a {
    display: block;
}

.ttv-episode-detail-share ul li a img {
    display:block;
    margin:auto;
}

.ttv-episode-detail-info-right {
    max-width: 493px;
}

.ttv-episode-detail-share + .ttv-episode-detail-overview {
    margin-top: 60px;
}

.ttv-episode-detail-overview h3 , .ttv-episode-detail-overview h3 span {
    font-family: openSans-regular;
    font-size: 24px;
    color: #303030;
    margin-bottom: 20px;
}

.ttv-episode-detail-overview p {
    font-family: openSans-regular;
    font-size: 14px;
    line-height:20px;
    font-weight: 300;
    color: #303030;
    margin-bottom: 5px;
}

.ttv-episode-detail-overview p em {
    font-style:italic;
}

.ttv-episode-detail-overview p sup , .ttv-episode-detail-overview p sub {
    font-size:10px;
}

.ttv-episode-detail-overview p strong {
    font-family: openSans-bold;
}

.ttv-episode-detail-overview h3 ~ h3 {
    margin-top: 48px;
}

.ttv-episode-detail-overview ul li {
    font-family: openSans-light;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    color: #303030;
    padding-left: 25px;
    background: url('../images/bullet-icon.png') no-repeat;
    background-position: 0 6px;
}

.ttv-episode-detail-info-right {
    display:flex;
    flex-direction:column;
    align-items:flex-end;
}

.ttv-episode-detail-info-right.affix {
    position: fixed;
    top: 175px;
    right: calc(50% - 618px);
}

.ttv-episode-detail-info-right.affix .ttv-episode-detail-like-comment-share , .ttv-episode-detail-info-right.fixedBottom .ttv-episode-detail-like-comment-share {
    display:none;
}

.ttv-episode-detail-info-right.fixedBottom {
    position: absolute;
    bottom:-10px;
    right: 15px;
}

.ttv-episode-detail-speaker-info {
    border-radius: 10px;
    box-shadow: 0 0 18.9px 2.1px rgba(196, 196, 196, 0.26);
    background: #eaeafa url('../images/episode-detail-speaker-info-bg-circle.png') no-repeat;
    padding: 25px 20px 45px 30px;
    width: 416px;
}

.ttv-episode-detail-speaker-info-wrapper {
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.ttv-episode-detail-speaker-info h3 {
    font-family: openSans-regular;
    font-size: 20px;
    line-height:28px;
    color: #303030;
    margin-bottom:8px;
}

.ttv-episode-detail-speaker-info img {
    width: 108px;
    height: 108px;
    border-radius: 100%;
    margin-right:10px;
}

.ttv-episode-detail-speaker-info h4 {
    font-family: openSans-regular;
    font-size: 20px;
    line-height:28px;
    color: #303030;
    margin-bottom:2px;
}

.ttv-episode-detail-speaker-info small {
    font-family: openSans-regular;
    font-size: 14px;
    line-height:20px;
    color: #333333;
    display: block;
    margin-bottom: 7px;
}

.ttv-episode-detail-speaker-info p {
    font-family: openSans-regular;
    font-size: 14px;
    line-height:20px;
    color: #303030;
}

.ttv-episode-detail-speaker-info .ttv-episode-detail-speaker-name {
    flex:1;
}

.ttv-episode-detail-speaker-info .common-btn {
    margin-top: 42px;
    min-width: 160px;
}

.ttv-speaker-info-footer {
    display:flex;
    margin-top:20px;
    justify-content:space-between;
    align-items:center;
    padding-right:20px;
}

.ttv-speaker-info-footer p {
    font-family: openSans-regular;
    font-size:14px;
    line-height:20px;
    color:#6a6a6e;
}

.ttv-speaker-info-footer a {
    font-family: openSans-semi-bold;
    font-size: 14px;
    color:#f37222;
}

.ttv-subscribe-main {
    background: url('../images/subscribe-bg-1.png') no-repeat, url('../images/subscribe-bg-2.png') no-repeat, url('../images/subscribe-bg-3.png') no-repeat;
    background-color: #275091;
    padding: 45px 15px 55px 15px;
    margin-bottom: 42px;
    background-position: left top, left top, 104% calc(100% + 45px);
}

.ttv-subscribe-container {
    max-width: 735px;
    margin: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align:center;
}

.ttv-subscribe-container h3 {
    font-family: openSans-bold;
    font-size: 32px;
    line-height:42px;
    font-weight: bold;
    color: #FFFFFF;
}

    .ttv-subscribe-container p {
        font-family: openSans-regular;
        font-size: 20px;
        line-height: 28px;
        color: #FFFFFF;
        margin-bottom: 20px;
    }

.ttv-subscribe-container .common-btn {
    padding: 7px 36.25px;
    margin-top: 19px;
}

.ttv-subscribe-container h2 {
    font-family: openSans-bold;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    margin: 28px 0 23px 0;
}

.ttv-subscribe-container h2 span {
    display: block;
}

.ttv-subscribe-thank-you {
    display: flex;
    margin: 42px auto 17px auto;
}

.ttv-subscribe-thank-you .ttv-subscribe-thank-you-img {
    width: 74px;
    height: 74px;
    margin-right: 44px;
    border-radius: 100%;
    padding: 6px;
    background: #FFFFFF;
}

.ttv-subscribe-thank-you .ttv-subscribe-thank-you-info {
    text-align: center;
    flex: 1;
}

.ttv-subscribe-thank-you .ttv-subscribe-thank-you-info h2 {
    font-size: 48px;
    margin: 9px 0px 2px 0;
}

.ttv-subscribe-thank-you .ttv-subscribe-thank-you-info p {
    font-family: openSans-semi-bold;
    font-size: 20px;
    margin: 0;
}

.ttv-subscribe-main + .ttv-options-slider-container {
    padding-bottom:50px;
}

/****************** episode details end ******************/

/****************** my-list start ******************/

.ttv-my-list-container {
    max-width: 1216px;
    margin: auto;
}

.ttv-my-list-upcoming-main {
    width: 100%;
    margin-top: 130px;
}

.ttv-my-list-upcoming-main .ttv-my-list-container {
    padding: 46px 15px 77px 15px;
}

.ttv-my-list-upcoming-main .ttv-my-list-container h3 {
    font-family: openSans-regular;
    font-size: 24px;
    color: #303030;
    margin-bottom: 28px;
}

.ttv-my-list-events {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 47px;
}

.ttv-my-list-event-img {
    width: 419px;
    margin-right: 30px;
    border-radius: 10px;
    box-shadow: 0 0 18.9px 2.1px rgba(196, 196, 196, 0.26);
    overflow: hidden;
}

.ttv-my-list-event-img img {
    width: 100%;
}

.ttv-my-list-events-info h4 {
    font-family: openSans-regular;
    font-size: 14px;
    color: #676767;
    margin-bottom: 5px;
}

.ttv-my-list-events-info a {
    display:block;
}

.ttv-my-list-events-info p.destitle {
    font-family: openSans-semi-bold;
    font-size: 20px;
    font-weight: 600;
    color: #303030;
    margin-bottom: 1px;
}

.ttv-my-list-events-info p.destitle a {
    color: #303030;
}

.ttv-my-list-events-info .ttv-events-details p {
    color: #7b7b7b;
    font-size: 14px;
    margin: 0 0 10px 0;
}

.ttv-my-list-events-info .ttv-speaker-info {
    margin-bottom: 18px;
}

.ttv-my-list-events-info .ttv-speaker-info-img {
    width: 28px;
    height: 28px;
}

.ttv-my-list-events-info .ttv-speaker-info-name p {
    color: #303030;
    font-size: 12px;
}

.ttv-my-list-events-info-main .ttv-my-list-events-btn-main {
    font-size: 0;
    display: flex;
    align-items: center;
    width:305px;
    flex-wrap:wrap;
}

.ttv-my-list-events-info-main .ttv-my-list-events-btn-main .common-btn {
    padding: 11px 20px;
    margin-right: 20px;
}

.ttv-my-list-events-info-main .ttv-my-list-events-btn-main .common-btn-outline {
    padding: 11px 26.94px;
    margin-right: 28px;
}

.ttv-my-list-events-info-main .ttv-my-list-events-btn-main .icon-btn {
    width: 38px;
    border: none;
    padding: 0;
    margin-right: 32px;
    position:relative;
    cursor:pointer;
    padding: 7px;
    border-radius: 5px;
    -webkit-transition:0.5s;
    -moz-transition:0.5s;
    -o-transition:0.5s;
    transition:0.5s;
}

.ttv-my-list-events-info-main .ttv-my-list-events-btn-main .icon-btn:hover {
    box-shadow: 0 0 18.9px 2.1px rgba(196, 196, 196, 0.2);
    -webkit-transition:0.5s;
    -moz-transition:0.5s;
    -o-transition:0.5s;
    transition:0.5s;
}

.ttv-my-list-events-info-main .ttv-my-list-events-btn-main .share-options-main {
    background: #60516C;
    margin:15px auto 0 auto;
    border-radius: 5px;
    display:none;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 100%;
    width: 31px;
    transform: translate(0, -50%);
    margin: 0 0 0 10px;
    padding:0 6px;
}

.ttv-my-list-events-info-main .ttv-my-list-events-btn-main .share-options-main::before {
    content:'';
    position: absolute;
    width: 7px;
    height: 10px;
    left: -7px;
    top: calc(50% - 7px);
    border-top: 7px solid transparent;
    border-right: 7px solid #60516C;
    border-bottom: 7px solid transparent;
}

.ttv-my-list-events-info-main .share-options-main {
    width: auto;
    padding: 5px 10px;
    margin: 0 30px 0 0;
}

.ttv-my-list-events-info-main .share-options-main ul li {
    margin: 10px 0;
}

.ttv-my-list-events-info-main .ttv-my-list-events-btn-main .btn:last-child {
    margin-right: 0;
}

.ttv-my-list-favourite-main {
    background:#f5f6fa;
    margin-top:130px;
}

.ttv-my-list-favourite-main .ttv-my-list-container {
    padding: 67px 15px 40px 15px;
}

.ttv-my-list-favourite-main .ttv-my-list-container h3 {
    font-family: openSans-regular;
    font-size: 24px;
    color: #303030;
    margin-bottom: 33px;
}

.ttv-my-list-favourite-main .ttv-my-list-events {
    background: #FFFFFF;
    border-radius: 10px;
    margin-bottom: 36px;
}

.ttv-my-list-favourite-main .ttv-my-list-event-img {
    width: 305px;
    height:176px;
}

.ttv-my-list-favourite-main .ttv-my-list-event-img a {
    display:block;
    width:100%;
    height:100%;
}

.ttv-my-list-favourite-main .ttv-my-list-event-img a img {
    display: block;
    transform: translate(-50%, -50%);
    position: relative;
    top: 50%;
    left: 50%;
    min-height: 176px;
}

.ttv-my-list-favourite-main .ttv-my-list-events-info-main {
    display: flex;
    align-items: center;
    padding-right: 45px;
    flex: 1;
    max-width:100%;
}

.ttv-my-list-favourite-main .ttv-my-list-events-info {
    margin-right: 30px;
    flex: 1;
}

.ttv-my-list-favourite-main .ttv-my-list-events-info .ttv-events-details p {
    margin: 0 0 27px 0;
}

.ttv-my-list-favourite-main .ttv-speaker-info {
    margin: 0;
}

/****************** my-list end ******************/

/*series page start*/
.ttv-series-banner-main .ttv-home-banner-wrapper {
    max-width: 630px;
}

.ttv-series-banner-main .ttv-events-details {
    margin-bottom:15px;
}

.ttv-series-banner-main p.pera {
    font-family: openSans-regular;
    font-size: 14px;
    color: #FFFFFF;
}

.ttv-speaker-info-wrapper {
    display: flex;
    align-items: center;
    margin-top: 27px;
}

.ttv-series-banner-main .ttv-speaker-info {
    margin: 0 39px 0 0;
}

.ttv-series-banner-main .ttv-speaker-info .ttv-speaker-info-img {
    width: 48px;
    height: 48px;
    border:2px solid #FFFFFF;
    background:#FFFFFF;
}

.ttv-series-banner-main .ttv-speaker-info .ttv-speaker-info-name {
    flex:1;
}

.ttv-series-banner-main .ttv-speaker-info .ttv-speaker-info-img img {
    width: 100%;
    height: 100%;
}

.season2-slider-main .ttv-upcoming-slide-date-time {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.season2-slider-main .ttv-upcoming-slide-date-time p.date {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0px, -50%);
}

.season2-slider-main .ttv-upcoming-slide-date-time p.date span {
    display: block;
    text-align: right;
}

.season2-slider-main .ttv-upcoming-slide a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.season2-slider-main .ttv-upcoming-slide .streaming {
    position: absolute;
    padding: 4px 6px 2.2px 6px;
    top: 20px;
    right: 20px;
    font-family: openSans-regular;
    font-size: 14px;
    color: #FFFFFF;
    z-index: 1;
    text-transform: uppercase;
    display: none;
    align-items: center;
    overflow: hidden;
}

.season2-slider-main .ttv-upcoming-slide .streaming img {
    margin: 0 5px 0 0;
    transform: translate(0px, 0px);
    border-radius: 100%;
}

.season2-slider-main .ttv-upcoming-slide .streaming.live {
    background: #fc2b4f;
}

.season2-slider-main .ttv-upcoming-slide .streaming.live img {
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, .5);
    animation: 1.5s streamingBlink infinite;
}

@keyframes streamingBlink {
    0% {
        box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, .5);
        opacity: 1;
    }

    100% {
        box-shadow: 0px 0px 0px 32px rgba(255, 255, 255, .5);
        opacity: 0
    }

}

.season2-slider-main .ttv-upcoming-slide .streaming.upcoming {
    background: #81be28;
}

.season2-slider-main .ttv-upcoming-slide.live .streaming.live {
    display: flex;
}

.season2-slider-main .ttv-upcoming-slide.upcoming .streaming.upcoming {
    display: flex;
}

.season1-slider-main .ttv-series-like-container {
    position: relative;
}

.season1-slider-main .ttv-series-like-container::before {
    content: '';
    position: absolute;
    width: 116px;
    height: 64px;
    top: 160px;
    left: -31px;
    background: url('../images/ttv-uxp-on-tv-section-fig-bg-1.png') no-repeat;
    background-size: 100%;
}

.more-recommended-slider-main {
    margin-top: 24px;
    background: url('../images/more-recommended-slider-bg-1.png') no-repeat, url('../images/more-recommended-slider-bg-2.png') no-repeat;
    background-position: 4.8% 90%, 95.5% 37%;
    background-color: #dadaef;
}

.more-recommended-slider-main .ttv-series-like-container {
    padding: 35px 15px 28px 15px;
}

.ttv-more-speaker-info-wrapper {
    display: flex;
    align-items: center;
    width: max-content;
    position: relative;
    margin-top: 27px;
}

.ttv-more-speaker-info-wrapper p {
    font-family: openSans-semi-bold;
    font-size: 14px;
    color: #FFFFFF;
    margin-left: 6px;
    cursor: pointer;
}

.ttv-more-speaker-info-wrapper .ttv-speaker-info-img {
    width: 48px;
    height: 48px;
    border-radius: 100%;
    border: solid 2px #FFFFFF;
    background-color: #acacac;
    margin: 0 0 0 -18px;
    position: relative;
}

.ttv-more-speaker-info-wrapper .ttv-speaker-info-img:first-child {
    margin: 0px;
}

.ttv-more-speaker-info-wrapper .ttv-speaker-info-img img {
    width:100%;
    height:100%;
}

.ttv-more-speaker-info-wrapper .ttv-speaker-info-img .ttv-speaker-info-img-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
}

.ttv-more-speaker-info-wrapper .ttv-speaker-info-img .ttv-speaker-info-img-overlay p {
    font-family: openSans-regular;
    font-size: 23px;
    color: #333333;
    margin: 0;
}

.more-speakers-tooltip {
    display: none;
    border-radius: 5px;
    box-shadow: 0px 2px 9.8px 0.2px rgba(0, 0, 0, 0.2);
    background-color: #FFFFFF;
    flex-direction: column;
    align-items: initial;
    min-width: 233px;
    margin: 0;
    position: absolute;
    left: 80%;
    bottom: -45px;
}

.more-speakers-tooltip-wrapper{
    padding: 18px;
    max-height: 300px;
    overflow:auto;
}

.more-speakers-tooltip::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    left: -10px;
    transform: rotate(45deg);
    bottom: 58px;
}

.more-speakers-tooltip .ttv-speaker-info {
    margin: 0 0 12px 0;
}

.more-speakers-tooltip .ttv-speaker-info:last-child {
    margin: 0;
}

.more-speakers-tooltip .ttv-speaker-info .ttv-speaker-info-img {
    border: none;
    margin-right: 12px;
}

.more-speakers-tooltip .ttv-speaker-info .ttv-speaker-info-name p {
    font-family: openSans-regular;
    font-size: 16px;
    color: #000000;
    margin-left: 0;
}

.more-speakers-tooltip .ttv-speaker-info .ttv-speaker-info-name small {
    font-family: openSans-light;
    font-size: 14px;
    font-weight: 300;
    color: #000000;
}

.moreSpeakerTrigger {
    cursor: pointer;
}

/*series page end*/

.ttv-nav .logo-icon {
    display: none
}

.ttv-episode-detail-comment-main {
    margin-bottom:30px;
    max-width: 1266px;
}

.ttv-episode-detail-comment-row {
    display:flex;
    align-items:flex-start;
    justify-content: flex-start;
    margin-bottom:50px;
}

.ttv-episode-detail-comment-row:last-child {
    margin-bottom:0;
}

.ttv-episode-detail-comment-row .ttv-home-banner-wrapper {
   width:100%;
   max-width:inherit;
}

.ttv-episode-detail-comment-row .ttv-home-banner-wrapper h4 {
    color:#303030;
    font-family: openSans-semi-bold;
    font-size:20px;
    line-height:28px;
    margin-bottom:0;
}

.ttv-episode-detail-comment-row .ttv-home-banner-wrapper .destitle {
    color:#303030;
    font-family:openSans-semi-bold;
    font-size:28px;
    line-height:38px;
}

.ttv-episode-detail-comment-row .ttv-home-banner-wrapper .destitle strong {
    font-family:openSans-semi-bold;
}

.ttv-episode-detail-comment-row .ttv-home-banner-wrapper p {
    max-width:490px;
    margin-bottom:13px;
    font-size:14px;
    line-height:20px;
    font-family:openSans-regular;
}

.ttv-episode-detail-comment-row .ttv-home-banner-wrapper .live-streaming {
    padding: 0;
    border: none;
    background: transparent;
    overflow: unset;
    margin-left: 0;
}

.ttv-episode-detail-comment-row .ttv-home-banner-wrapper .live-streaming img {
    animation:none;
    margin-right:3px;
    width:6px;
    vertical-align:unset;
}

.ttv-episode-detail-comment-row .ttv-home-banner-wrapper .live-streaming p {
    margin:0;
    font-size:14px;
}

.ttv-episode-detail-comment-main h2 ~ span {
    background:#e1e1e1;
    font-family:openSans-semi-bold;
    font-size:12px;
    color:#303030;
}

.ttv-episode-detail-comment-row .ttv-home-banner-wrapper .destitle ~ span.views {
    color:#303030;
    padding:0;
    font-size: 15px;
}

.ttv-episode-detail-like-comment-share {
    display:flex;
    align-items:center;
    margin-left: auto;
    margin-bottom:65px;
}

.ttv-episode-detail-like-comment-share #ContentPlaceHolder1_tvContent_ctl01 {
    display:flex;
    align-items:center;
}

.ttv-episode-detail-like {
    cursor:pointer;
}

#ContentPlaceHolder1_tvContent_ctl00 {
    display:flex;
    align-items:center;
}

.ttv-episode-detail-views {
    display:flex;
    align-items:center;
    padding-right:21px;
    margin-right:21px;
    border-right:1px solid #bfbfbf;
}

.ttv-episode-detail-views:last-child {
    padding-right:0;
    margin-right:0;
    border-right:none;
}

.ttv-episode-detail-views.comments a {
    display:flex;
    align-items:flex-start;
}

.ttv-episode-detail-views input , .ttv-episode-detail-views img {
    margin-right:10px;
}

.ttv-episode-detail-views span {
    font-family: openSans-light;
    font-size: 16px;
    color: #303030;
}

.ttv-episode-detail-views img.active{
    display:none;
}

.ttv-episode-detail-views.liked img.active{
    display:block;
}

.ttv-episode-detail-views.liked img.inactive{
    display:none;
}

.ttv-episode-detail-comment-field-main {
    width:615px;
    max-width:100%;
}

.ttv-episode-detail-like-comment-share .ttv-episode-detail-share ul li:last-child {
    margin-right:0;
}

.ttv-episode-detail-comment-field-main p {
    font-family:openSans-regular;
    color:#303030;
    margin-bottom:16px;
    font-size:18px;
}

.ttv-episode-detail-comment-field-main h3 {
    color: #303030;
    font-family: openSans-light;
    font-size: 16px;
    margin: 0 0 25px 0;
}

.ttv-episode-detail-comment-field-main textarea {
    height:55px;
    background:#e1e1e1 !important;
    resize:none;
    border:none;
    font-family: openSans-light;
    font-size: 16px;
    box-shadow:none !important;
    border-radius:10px;
    padding:17px 18px 14px 18px;
    color:#7e7e7e;
    margin-bottom:20px;
}

.ttv-episode-detail-comment-field-main .common-btn {
    padding: 8px 15.25px;
    width: 160px;
} 

.ttv-episode-comment-section-main {
    max-width: 1266px;
    margin: 0;
    padding:25px 0 0 0;
}

.ttv-episode-comment-section-wrapper {
    max-width:816px;
}

.ttv-episode-comment-section-wrapper .show-comment-link {
    padding-top:15px;
}

.ttv-episode-comment-section-field p {
    font-size: 16px;
    line-height:24px;
    color: #303030;
    font-family: openSans-semi-bold;
    margin-bottom:20px;
}
.ttv-episode-comment-box-main {
    display:flex;
    align-items:flex-start;
}
.ttv-episode-comment-box-main .ttv-episode-comment-img {
    margin-right:30px;
    width:42px;
    height:42px;
    border-radius:100%;
    background:#D1D2D5 url('../images/default-profile-pic.png') no-repeat;
    background-size:100%;
    overflow:hidden;
}
.ttv-episode-comment-box-main .ttv-episode-comment-img.bg1 {
    background:#ffba08;
}
.ttv-episode-comment-box-main .ttv-episode-comment-img.bg2 {
    background:#219ebc;
}
.ttv-episode-comment-box-main .ttv-episode-comment-img.bg3 {
    background:#2ec4b6;
}
.ttv-episode-comment-box-main .ttv-episode-comment-img img {
    border-radius:100%;
    display:block;
    width:100%;
    height:100%;
}
.ttv-episode-comment-box-main .ttv-episode-comment-img span {
    text-align: center;
    display: block;
    line-height: 45px;
    font-family: openSans-bold;
    font-size: 18px;
    color:#FFFFFF;
}
.ttv-episode-comment-box {
    flex:1;
    width:100%;
    word-wrap: break-word;
    word-break: break-all;
}
.ttv-episode-comment-box textarea {
    height: 32px;
    width: 100%;
    resize:none;
    font-family: openSans-regular;
    color: #303030;
    font-size: 16px;
    font-weight: 400;
    border-color:#676767!important;
}
.ttv-episode-comment-box textarea:focus {
    border-color:#fa6400!important;
}

.ttv-episode-comment-box .tvd-angular-field textarea ~ label {
    transform: translate(0,1.3rem) scale(1)!important;
    font-size: 15px!important;
    margin:0;
}

.ttv-episode-comment-box .tvd-angular-field.focused textarea ~ label {
    transform: translate(0,0) scale(1)!important;
    font-size: 12px!important;
    color: #303030!important;
}

.ttv-episode-comment-btns {
    display:flex;
    justify-content:flex-end;
    align-items:center;
}

.ttv-episode-comment-btns .cancel-btn {
    font-family: openSans-regular;
    font-size: 16px;
    margin-right:20px;
    color:#303030;
}

.ttv-episode-comment-btns .common-btn {
    padding: 8px 15.25px;
    width: 134px;
}

.ttv-episode-comment-section-field ~ .ttv-episode-comment-box-main {
    padding:15px 40px;
    margin-top:10px;
}

.ttv-episode-comment-box h3 {
    font-family: openSans-semi-bold;
    font-size: 18px;
    margin-bottom: 3px;
    display:inline-block;
    margin-right:10px;
}

.ttv-episode-comment-box h3 + span {
    font-family: openSans-light;
    font-size: 14px;
    color:#303030;
    display:inline-block;
}

.ttv-episode-comment-box p {
    font-family: openSans-light;
    font-size: 16px;
    font-weight: 300;
    color: #303030;
}

.ttv-episode-comment-box .ttv-episode-comment-img {
    margin-right:15px;
}

.ttv-episode-comment-box .ttv-episode-comment-box {
    margin:0;
}

.ttv-episode-comment-info {
    margin-top:6px;
    display:flex;
    align-items:center;
}

.ttv-episode-comment-info .ttv-episode-detail-like {
    display:flex;
    align-items:center;
    margin-right:11px;
}

.ttv-episode-comment-info .ttv-episode-detail-like .img-fluid {
    width:22px;
}

.ttv-episode-comment-info .ttv-episode-detail-like span {
    font-family: openSans-light;
    font-size: 14px;
    color: #303030;
    margin-left:8px;
    margin-top:3px;
}

.ttv-episode-comment-info .ttv-episode-detail-like span label {
    font-family: openSans-regular;
    font-size: 17px;
    color: #666666;
    margin: 3px 0 0 0;
    line-height: 14px;
}

.ttv-episode-comment-info + div {
    margin-top:5px;
}

.ttv-episode-comment-info + div span {
    word-break: break-word;
}

.ttv-episode-comment-info .ttv-episode-detail-like img {
    width:20px;
}

.ttv-episode-comment-info .reply-btn {
    font-family:openSans-light;
    color:#f37222;
    font-size:14px;
    margin-top:3px;
}

.ttv-episode-comment-box-main .ttv-episode-comment-box-main {
    margin-top:30px;
}

.ttv-episode-comment-section-field .ttv-episode-comment-box-main , .ttv-episode-comment-section-field .ttv-episode-comment-box-main.focused {
    padding:30px 40px 30px 30px;
    border-radius:10px;
    box-shadow: 0 0 18px 2px rgba(79, 79, 79, 0.25);
}

.ttv-episode-comment-list-main a.view-replay-btn {
    margin-top:15px;
    display:block;
}

.ttv-episode-comment-list-main a.view-replay-btn.viewed {
    margin-top:0;
}

.ttv-episode-comment-list-main a {
    font-family:openSans-regular;
    color:#2768b7;
}

.ttv-episode-comment-list {
    display:none;
}

.ttv-episode-comment-list .hide-replay-btn {
    margin-top: 20px;
    display: table;
    margin-left: 63px;
}


.profile-head-main {
    width:100%;
    margin-top:130px;
    background:#dadaef;
}

.profile-head-container {
    max-width:1202px;
    margin:auto;
    padding:30px 15px 0 15px;
}

.profile-head-user-info-main {
    display:flex;
    align-items:center;
    margin-bottom: 20px;
}

.profile-head-user-info-main .profile-head-user-img {
    width:57px;
    height:57px;
    border-radius:100%;
    overflow:hidden;
    margin-right:20px;
}

.profile-head-user-info-main .profile-head-user-img img {
    width:100%;
    height:100%;
}

.profile-head-user-info-main .profile-head-user-img #ContentPlaceHolder1_tvContent_spanUserProfileName {
    text-align:center;
    display:block;
    width:100%;
    height:100%;
    line-height:61px;
    background:#3b62a3;
    color:#FFFFFF;
}

.profile-head-user-info-main .profile-head-user-info h3 {
    font-family: openSans-semi-bold;
    font-size: 24px;
    font-weight: 600;
    color:#303030;
}

.profile-head-nav-main ul {
    display:flex;
}

.profile-head-nav-main ul li {
    margin:0 10.5px;
}

.profile-head-nav-main ul li:first-child {
    margin-left:0;
}

.profile-head-nav-main ul li a {
    padding:7px 25px 3px 25px;
    display:block;
    border-bottom:4px solid transparent;
    font-family: openSans-semi-bold;
    font-size: 20px;
    font-weight: 600;
    color:#303030;
}

.profile-head-nav-main ul li.active a {
    border-bottom:4px solid #f37222;
}

.update-profile-detail-wrapper {
    max-width:545px;
    margin:130px auto 0 auto;
    padding-top:105px;
    padding-bottom:365px;
}

.update-profile-detail-wrapper h3 {
    text-align:center;
    font-family: openSans-bold;
    font-size: 30px;
    font-weight: 600;
    color:#303030;
    margin-bottom:96px;
}

.update-profile-detail-box {
    border-radius: 10px;
    box-shadow: 0 0 18px 2px rgba(0, 0, 0, 0.05);
    background-color: #FFFFFF;
    padding:0px 72px 90px 72px;
}

.update-profile-head {
    display:flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom:82px;
}

.update-profile-head .update-profile-pic {
    border-radius:100%;
    margin-top:-50px;
    margin-bottom:23px;
    width:100px;
    height:100px;
    background:#FFFFFF url('../images/default-profile-pic.png') no-repeat;
    background-size:100%;
    border: 1px solid #efefef;
    background-position: center;
    cursor:pointer;
    position:relative;
}

.update-profile-head .update-profile-pic img {
    width:100%;
    height:100%; /******************mohammad added*******************/
    border-radius:100%;
}

.update-profile-head p {
    text-align:center;
    font-family: openSans-light;
    font-size: 22px;
    color:#000000;
    margin-bottom:20px;
}

.update-profile-head .update-pic-field {
    opacity: 0;
    width: 0;
    display: none;
}

.update-profile-head .update-profile-pic .edit-profile-pic {
    width:25px;
    height:25px;
    background:#FFFFFF;
    border: 1px solid #efefef;
    border-radius:100%;
    position:absolute;
    right: -5px;
    top: 10px;
    padding:5px;
}

.update-profile-head .update-profile-pic .edit-profile-pic img {
    width:auto;
    margin:auto;
    display:block;
    border-radius:0px;
}

.update-profile-head .common-btn {
    width:226px;
    height:41px;
    padding:9px 15.25px;
}

.update-profile-form .ttv-field {
    width:100%;
    margin-bottom: 40px;
}

.update-profile-form .tvd-angular-field.ttv-field input:not([type=checkbox]):not([type=range]):not([type=radio]):not([type=submit]):not([type=button]):not([type=file]) {
    margin-top: 19px !important;
}

.update-profile-form .tvd-angular-field.ttv-field input:not([type=checkbox]):not([type=range]):not([type=radio]):not([type=submit]):not([type=button]):not([type=file])~label {
    transform: translate(0px, 1.3rem) scale(1);
    color:#000000;
}

.update-profile-form .tvd-angular-field.ttv-field.focused input:not([type=checkbox]):not([type=range]):not([type=radio]):not([type=submit]):not([type=button]):not([type=file])~label {
    transform: translate(0, 0) scale(1);
    margin-left: 0px;
    font-size: 16px;
    color:#000000;
}

.update-profile-form .ttv-field.mob-number input {
    padding-left:95px!important;
}

.update-profile-form .ttv-field.mob-number label {
    transform: translate(0, 0) scale(1);
    margin-left: 0px;
    font-size: 16px;
    font-weight: 300;
    text-align: left;
    color: #000000;
    text-overflow: ellipsis;
    pointer-events: none;
    position: absolute;
    top: 0;
    line-height: 1;
}

.txtProfileActionError {
    display:none;
}

.update-profile-form .submit-btn-main .submit-btn {
    margin:45px auto 0 auto;
    width:226px;
}

.notification-detail-wrapper {
    max-width:772px;
}

.notification-detail-wrapper h3 {
    margin-bottom:46px;
    color:#676767;
}

.notification-detail-wrapper .update-profile-detail-box {
    padding:40px 72px 80px 72px;
}

.update-profile-notification-group {
    padding-bottom:6px;
    border-top:1px solid #3e6baa;
}

.update-profile-notification-group:first-child {
    border-top:none;
}

.update-profile-notification-head {
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:20px;
    margin-top:40px;
}

.update-profile-notification-head h3 {
    font-family: openSans-bold;
    font-size: 20px;
    color:#000000;
    margin-bottom:0;
}

.update-profile-notification-head span {
    font-family: openSans-light;
    font-size: 18px;
    color:#f37222;
    cursor:pointer;
}

.update-profile-notification-row {
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:15px 0;
}

.update-profile-notification-row p {
    font-family: openSans-light;
    font-size: 18px;
    font-weight:300;
    color:#000000;
    margin-bottom:0;
}

.notification-input-group {
    display:flex;
    align-items: center;
}

.notification-input-group .custom-radio {
    margin-right:25px;
    min-height:inherit;
    padding-left:30px;
}

.notification-input-group .custom-radio:last-child {
    margin-right:0;
}

.notification-input-group .custom-radio .custom-control-label {
    cursor:pointer;
}

.notification-input-group .custom-radio .custom-control-label::before {
    width:20px;
    height:20px;
    top: 0;
    left: -30px;
    box-shadow: none;
    border:2px solid #0f4c75;
}

.notification-input-group .custom-radio input:checked ~ .custom-control-label::before {
    background:transparent !important;
    border-width: 5px;
    box-shadow:none !important;
}

.notification-input-group .custom-radio .custom-control-label::after {
    content:none;
}

.update-profile-detail-box .submit-btn-main {
    margin-top:45px;
}

.update-profile-detail-box .submit-btn-main .submit-btn {
    width:226px;
    margin:auto;
}

.video-iframe {
    height:500px;
    background:#CCCCCC;
    max-width:1240px;
    margin:125px auto 0 auto;
}

.video-iframe p {
    display:block;
    height:100%;
}

.video-iframe p iframe {
    width:100%;
    display:block;
    height:100%;
    /*max-width:77.541%;
    margin:auto;*/
}

.video-iframe video {
    height:447px !important;
    width:auto !important;
}

.video-iframe .ttv-episode-detail-share {
    position:absolute;
    right:30px;
}

.video-share-options {
    position: fixed;
    top: 150px;
    right: 25px;
    width: 40px;
    z-index: 3;
}

.video-share-options ul {
    flex-wrap:wrap;
}

.video-share-options ul li {
    margin:10px 0;
    width:40px;
    height:40px;
}

.video-share-options ul li a {
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    border-radius:100%;
    background:#FFFFFF;
    box-shadow:0 0 18.9px 2.1px rgba(196, 196, 196, 0.26);
}

.video-share-options .share-btn {
    display:none;
}

.series-listing-filter-main {
    max-width:1219px;
    margin:127px auto 0 auto;
    padding:35px 15px 0 15px;
}

.series-listing-filter-main h2 {
    font-family: openSans-regular;
    font-size: 24px;
    color: #303030;
    margin-bottom:28px;
}

.series-listing-dropdowns-wrapper {
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding-bottom:16px;
    border-bottom:1px solid #dad2cf;
}

.series-listing-dropdowns-main {
    display:flex;
    align-items:center;
}

.series-listing-dropdowns-main p {
    font-family: openSans-regular;
    font-size: 14px;
    color: #303030;
    margin-right:35px;
}

.series-listing-dropdowns-main .series-listing-dropdowns {
    margin-right:35px;
}

.series-listing-dropdowns-main .series-listing-dropdowns:last-child {
    margin-right:0;
}

.series-listing-dropdowns-main .series-listing-dropdowns .dropdown-toggle {
    font-family: openSans-regular;
    font-size: 14px;
    color: #303030;
    width:auto;
    line-height:1;
    border-radius:5px;
    border: solid 1px #d7d7d7;
    box-shadow:none !important;
    padding:13px 52px 11.4px 20px;
}

.series-listing-dropdowns-main .series-listing-dropdowns .dropdown-toggle span {
    font-family: openSans-semi-bold;
    font-weight: 600;
    color: #000000;
}

.series-listing-dropdowns-main .series-listing-dropdowns .dropdown-toggle::after {
    border: none;
    right:10px;
    width: 9px;
    height: 13px;
    top:calc(50% - 5px);
    transform:rotate(90deg);
    transform-origin:center;
    background:url('../images/series-dropdown-arrow.svg') no-repeat;
    background-size:13px;
    background-position:center;
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
    pointer-events:none;
}

.series-listing-dropdowns-main .series-listing-dropdowns .dropdown-toggle::before {
    content:'';
    position:absolute;
    width:1px;
    height:100%;
    background:#dad2cf;
    right:30px;
    top:0;
}

.series-listing-dropdowns-main .series-listing-dropdowns .dropdown.show .dropdown-toggle::after{
    transform:rotate(270deg);
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}

.series-listing-dropdowns-main .series-listing-dropdowns .dropdown-menu.show {
    transform: translate3d(0,40px,0)!important;
    margin:0;
    width:auto;
    min-width:100%;
    z-index:3;
}

.series-listing-main {
    background:none;
}

.series-listing-main:last-child {
    margin-bottom:30px;
    margin-top:127px;
}


.ttv-series-like-section-main:first-child , .ttv-series-like-section-main.d-none + .ttv-series-like-section-main  {
    margin-top:127px;
}

.series-listing-main.searched-episode .ttv-series-like-container {
    padding-left:0;
    padding-right:0;
}

.series-listing-main.searched-episode .ttv-series-like-container h3 {
    margin:0 18px 0 18px;
}

.series-listing-main.searched-episode .ttv-series-like-container .ttv-options-slider-container {
    max-width:100%;
}

.series-listing-main .ttv-series-like-container {
    padding:27px 15px 8px 15px;
}

.series-listing-main .ttv-series-like-container .ttv-options-slider-container {
    padding-top:0;
    padding-bottom:0;
}

.series-listing-main .ttv-series-like-container h3 {
    margin-bottom:10px;
}

.series-listing-main .ttv-series-like-wrapper .ttv-slider-arrows.previous, .series-listing-main .ttv-series-like-wrapper .ttv-slider-arrows.next {
    top: -54px;
}

.series-listing-main .ttv-series-like-wrapper {
    display:flex;
    flex-wrap:wrap;
}

.series-listing-main .ttv-series-like-wrapper .slick-list.draggable , .series-listing-main .ttv-series-like-wrapper .slick-track {
    min-width:100%;
}

.series-listing-main .ttv-series-like-wrapper .ttv-series-like-slide {
    margin:10px 7.5px;
    width:286px;
    transform:scale(1);
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}

.series-listing-main .ttv-series-like-wrapper .ttv-series-like-slide:hover {
    transform: scale(1.05);
    z-index: 2;
}

.series-listing-main .ttv-series-like-wrapper .ttv-series-like-slide .ttv-upcoming-slide-img {
    height: 170px;
}

.series-listing-main .ttv-series-like-wrapper .ttv-series-like-slide .ttv-upcoming-slide-info-main {
    padding: 10px 25px;
}

.series-listing-main .ttv-series-like-wrapper .ttv-upcoming-slide-info-main h3 {
    margin:0 0 3px 0;
}

.series-main-wrapper {
    padding-bottom:30px;
}

.series-main-wrapper .nav-tabs {
    border-bottom:1px solid #dad2cf;
    margin:0 12px 35px 12px;
}

.series-main-wrapper .nav-tabs .nav-item {
    border:none;
    margin:0;
}

.series-main-wrapper .nav-tabs .nav-item a {
    border-radius:0;
    border:none;
    border-bottom:3px solid transparent;
    font-family: openSans-regular;
    font-size: 24px;
    color: #303030;
    padding:10px 55px 10px 25px;
}

.series-main-wrapper .nav-tabs .nav-item:first-child a {
    padding-left:0;
}

.series-main-wrapper .nav-tabs .nav-item a span {
    display:block;
    font-size: 14px;
    color: #303030;
    margin-top:3px;
}

.series-main-wrapper .nav-tabs .nav-item a.active {
    border-color:#f37222;
}

.iti-mobile .iti--container {
    left: 15px;
    right: 0;
    top: 55%;
    bottom: 0;
    max-width: calc(100% - 30px);
    padding: 0;
}

.iti-mobile .iti__country-list {
    margin:0;
    border:none;
}

.become-mentor-wrapper {
    max-width: 950px;
    margin: 130px auto 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

.become-mentor-box {
    display:flex;
    justify-content:space-between;
    padding:60px;
}

.become-mentor-left-main {
    flex: 1;
    padding-right: 70px;
}

.become-mentor-left-main h4 {
    text-align: center;
    font-family: openSans-bold;
    font-size: 24px;
    font-weight: 600;
    color: #303030;
    margin-bottom: 30px;
}

.become-mentor-left-main p {
    font-family: openSans-light;
    font-size: 16px;
    font-weight: 300;
    color: #303030;
    margin-bottom: 5px;
}

.become-mentor-box .update-profile-form {
    flex:1;
}

.become-mentor-box .update-profile-form .tvd-angular-field.ttv-field textarea {
    height:auto;
    resize:none;
}

.become-mentor-box .update-profile-form .submit-btn-main {
    margin-top:0;
}