@font-face {
	font-family: 'HelveticaNeueBd';
	src: url('../fonts/HelveticaNeueBd.otf'); /* IE9 Compat Modes */
	src: url('../fonts/HelveticaNeueBd.eot?#iefix') format('embedded-opentype'),
		url('../fonts/HelveticaNeueBd.woff2') format('woff2'), url('../fonts/HelveticaNeueBd.woff') format('woff'),
		url('../fonts/HelveticaNeueBd.ttf') format('truetype'),
		url('../fonts/HelveticaNeueBd.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
	font-family: 'Netflix Sans';
	font-weight: 100;
	src: url('../fonts/opensans_W_Th.woff2') format('woff2'), url('../fonts/opensans_W_Th.woff') format('woff');
}
@font-face {
	font-family: 'Netflix Sans';
	font-weight: 300;
	src: url('../fonts/opensans_W_Lt.woff2') format('woff2'), url('../fonts/opensans_W_Lt.woff') format('woff');
}
@font-face {
	font-family: 'Netflix Sans';
	font-weight: 400;
	src: url('../fonts/opensans_W_Rg.woff2') format('woff2'), url('../fonts/opensans_W_Rg.woff') format('woff');
}
@font-face {
	font-family: 'Netflix Sans';
	font-weight: 700;
	src: url('../fonts/opensans_W_Md.woff2') format('woff2'), url('../fonts/opensans_W_Md.woff') format('woff');
}
@font-face {
	font-family: 'Netflix Sans';
	font-weight: 800;
	src: url('../fonts/opensans_W_Bd.woff2') format('woff2'), url('../fonts/opensans_W_Bd.woff') format('woff');
}
@font-face {
	font-family: 'Netflix Sans';
	font-weight: 900;
	src: url('../fonts/opensans_W_Blk.woff2') format('woff2'), url('../fonts/opensans_W_Blk.woff') format('woff');
}
 
.container {
	max-width: 960px;
}

body {
	background: #131722;
	color: #ffffff;
}
/*
 * Custom translucent site header
 */

.site-header {
	background-color: rgba(0, 0, 0, .85);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
	color: #999;
	transition: ease-in-out color .15s;
}
.site-header a:hover {
	color: #fff;
	text-decoration: none;
}

/*
 * Dummy devices (replace them with your own or something else entirely!)
 */

.product-device {
	position: absolute;
	right: 10%;
	bottom: -30%;
	width: 300px;
	height: 540px;
	background-color: #333;
	border-radius: 21px;
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
}

.product-device::before {
	position: absolute;
	top: 10%;
	right: 10px;
	bottom: 10%;
	left: 10px;
	content: "";
	background-color: rgba(255, 255, 255, .1);
	border-radius: 5px;
}
.img-responsive {
	max-width: 100%;
	width: 100%;
}

.product-device-2 {
	top: -25%;
	right: auto;
	bottom: 0;
	left: 5%;
	background-color: #e5e5e5;
}
.text-orange {
    color: #e20813 !important
}
/*
 * Extra utilities
 */

.flex-equal > * {
	-ms-flex: 1;
	flex: 1;
}
@media (min-width: 768px) {
	.flex-md-equal > * {
		-ms-flex: 1;
		flex: 1;
	}
}

.overflow-hidden {
	overflow: hidden;
}
.navright {
	float: right;
}
.navbar-expand-md .navbar-collapse {
	flex-direction: row-reverse;
}
.story_board {
	position: relative;
	margin-bottom: 0;
	background: 0 0;
	color: #fff;
}

.dashboard_img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.story_board_container {
	z-index: 0;
	position: absolute;
	top: 25%;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}
.hero_card {
	position: relative;
	width: 100%;
	margin: 0 auto;
	z-index: 1;
	padding: 40px 45px;
}
.hero_title {
	font-size: 4rem;
	font-weight: 800;
	font-family: 'Netflix Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.hero_subhead {
	font-size: 1.625rem;
	margin: 1rem auto;
	font-family: 'Netflix Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 400;
}
.email_title {
	max-width: none;
	padding-bottom: 20px;
	font-size: 1.2rem;
	margin: 30px auto 0px;
	font-family: 'Netflix Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 400;
}
.btn_subscribe {
	color: #fff;
    background: #e20813;
    border-radius: 5px 5px;
    padding: 8px 14px;
    font-family: 'Netflix Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
}
.btn_subscribe:hover {
	color: #fff !important;
	background: #db0000!Important;
}
.bg-dark {
	background: #000 !important;
	padding-left: 32px;
	padding-right: 32px;
}
.navbar-nav li .nav-link {
	font-size: 1rem;
	color: #fff !Important;
	font-family: 'Netflix Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 400;
}
.navbar-nav li .nav-link:hover {
	color: #e20813 !important;
}

.navbar-expand-md .navbar-nav .nav-link {
	padding-left: 1.3rem;
	padding-right: 1.3rem;
}
.navright li.active a {
	color: #e20813 !important;
}

.btn_signin {
	font-size: 1rem;
	color: #fff;
	font-family: 'Netflix Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 400;
	background: #e20813;
	padding: 7px 17px;
}
.btn_signin:hover {
	color: #fff !important;
}

.stream_box {
	margin-bottom: 30px;
}
.stream_box h2 {
	font-family: 'Netflix Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 3.125rem;
	line-height: 1.1;
	margin-bottom: .5rem;
	font-weight: 800;
	color: #e20813;
}
.stream_box p {
	font-size: 1.625rem;
	color: #fff;
	font-family: 'Netflix Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 400;
}
.stream_container {
	margin-top: 40px;
	text-align: center;
	margin-bottom: 30px;
}
.img_cursive {
	border-radius: 8px 8px;
	height: 241px;
	width: 429px;
}
.container_streambox {
	padding-left: 40px;
	padding-right: 40px;
	width: 100%;
}
.stream_movie {
	position: relative;
	width: 100%;
	margin-bottom: 0px;
	padding-top: 10px;
}
.bg-green{
	background: #0e3c5d;
}
.bg-black{
	background: #000;
}
.stream_movie_box {
	position: absolute;
	bottom: 0px;
	left: 0px;
	text-align: left;
	right: 0px;
	padding: 50px 16px 7px 16px;
	background: rgba(255, 255, 255, 0);
	background: -moz-linear-gradient(
		top,
		rgba(255, 255, 255, 0) 0%,
		rgba(0, 0, 0, 0.41) 14%,
		rgba(0, 0, 0, 1) 41%,
		rgba(0, 0, 0, 1) 42%);
	background: -webkit-gradient(
		left top,
		left bottom,
		color-stop(0%, rgba(255, 255, 255, 0)),
		color-stop(14%, rgba(0, 0, 0, 0.41)),
		color-stop(41%, rgba(0, 0, 0, 1)),
		color-stop(42%, rgba(0, 0, 0, 1))
	);
	background: -webkit-linear-gradient(
		top,
		rgba(255, 255, 255, 0) 0%,
		rgba(0, 0, 0, 0.41) 14%,
		rgba(0, 0, 0, 1) 41%,
		rgba(0, 0, 0, 1) 42%
	);
	background: -o-linear-gradient(
		top,
		rgba(255, 255, 255, 0) 0%,
		rgba(0, 0, 0, 0.41) 14%,
		rgba(0, 0, 0, 1) 41%,
		rgba(0, 0, 0, 1) 42%
	);
	background: -ms-linear-gradient(
		top,
		rgba(255, 255, 255, 0) 0%,
		rgba(0, 0, 0, 0.41) 14%,
		rgba(0, 0, 0, 1) 41%,
		rgba(0, 0, 0, 1) 42%
	);
	background: linear-gradient(
		to bottom,
		rgba(255, 255, 255, 0) 0%,
		rgba(0, 0, 0, 0.41) 14%,
		rgba(0, 0, 0, 1) 41%,
		rgba(0, 0, 0, 1) 42%
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
	visibility: hidden;
}
.container_newbox .show_titlePanel {
	padding-top: 200px;
}
.delete_box {
	position: absolute;
	top: 11px;
	right: 0px;
	text-align: left;
	padding: 5px 15px;
	visibility: hidden;
	color: #fff;
	font-size: 20px;
}
.delete_box a {
	color: #e20813;
}
.stream_movie_box h4 {
	font-size: 1.2rem;
	color: #fff;
	font-family: 'Netflix Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 800;
	margin-bottom: 3px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.stream_time {
	font-size: 13px;
	color: #a1a0a1;
	font-family: 'Netflix Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 400;
	margin-bottom: 3px;
}
p.stream_time:empty {
	display: none !important;
}
.stream_text {
	font-size: 13px;
	color: #fff;
	font-family: 'Netflix Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 400;
	margin-bottom: 6px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.stream_movie:hover .stream_movie_box,
.stream_movie:hover .img_cursive {
	transform: scale(1.07);
	visibility: visible;
	bottom: -5px;
	border-radius: 8px 8px;
}
.stream_movie:hover .delete_box {
	transform: scale(1.07);
	visibility: visible;
	border-top-right-radius: 8px;
	right: -15px;
	top: 3px;
}

.watch_container {
	background: url("../images/background_img.jpg");
}
.subscribe_container {
	background: url("../images/subscribe_img.jpg");
}
h3.watch_title {
	font-family: 'Netflix Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 3.125rem;
	line-height: 1.1;
	margin-bottom: .5rem;
	font-weight: 800;
}
.watch_box p {
	font-family: 'Netflix Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.625rem;
	margin-top: 18px;
	font-weight: 400;
}
.flex_center {
	flex-direction: column;
	display: flex;
	justify-content: center;
	align-items: center;
}
.img_bottom {
	margin-bottom: 35px !important;
}
.watch_box {
	margin-top: -10% !important;
}
.watch_anywhere {
	margin-top: -5% !important;
}
.subscribe_box h2 {
	font-family: 'Netflix Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 3.125rem;
	line-height: 1.1;
	margin-bottom: .5rem;
	font-weight: 800;
	color: #fff;
}
.subscribe_box p {
	font-size: 1.625rem;
	color: #fff;
	font-family: 'Netflix Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 400;
}
.subscribe_box {
	padding-top: 40px;
	text-align: center;
	margin-bottom: 0px;
}
.monthly_box {
	width: 536px;
	height: 326px;
	background: rgba(218, 228, 253, .21);
	border-radius: 10px 10px;
	border: 6px #959595 solid;
}
.monthly_box:hover,
.annually_box:hover {
	transform: scale(1.07);
}
.annually_box {
	width: 536px;
	height: 326px;
	background: #dae4fd;
	border-radius: 10px 10px;
	border: 6px #959595 solid;
}
.subscribe_full_containter {
	max-width: 1200px;
	margin: 0px auto;
	padding-bottom: 10px;
}
.monthly_box_container h5 {
	font-size: 2.125rem;
	color: #fff;
	font-family: 'Netflix Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 800;
}
.monthly_box_container p {
	font-size: 1.2rem;
	color: #fff;
	font-family: 'Netflix Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 400;
	margin-top: 12px;
}
.annully_box_container h5 {
	font-size: 2.125rem;
	color: #000;
	font-family: 'Netflix Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-weight: bold;
}
.annully_box_container {
	margin-top: 20px;
}
.annully_box_container p {
	color: #060606;
	font-size: 1.2rem;
	font-family: 'Netflix Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 400;
	margin-top: 12px;
	margin-left: 40px;
	margin-right: 40px;
}
.subscription_btn {
	color: #fff;
	font-size: 1.625rem;
	font-family: 'Netflix Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 400;
	padding: 5px 10px;
	width: 322px;
	height: 65px;
	background: #e20813;
	border-radius: 10px 10px;
}
.subscription_border_btn {
	color: #e20813;
	font-size: 1.625rem;
	font-family: 'Netflix Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 400;
	padding: 5px 10px;
	width: 322px;
	height: 65px;
	border-radius: 10px 10px;
	border: 2px #e20813 solid;
	background: transparent;
}
.subscription_border_btn:hover {
	background: #e20813;
	color: #fff;
}

.subscription_btn:hover {
	color: #fff;
	border: 2px #fff solid;
	background: transparent;
}
.footer_box h6 {
	color: #757575;
	font-family: 'Netflix Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 600;
    margin: 5px 0px 22px;
    font-size: 19px;
}
.footer_container {
	background: #000;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-left: 25px;
	padding-right: 25px;
}
ul.footer_list {
	margin: 0px 0px;
	padding: 0px 0px;
	list-style-type: none;
}
ul.footer_list li {
	margin: 7px 0px;
	color: #dae4fd;
	font-family: 'Netflix Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 14px;
}
ul.footer_list li a {
    color: #6c757d;
    font-family: 'Netflix Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 15px;
    /* margin: 5px 0px; */
}
.copyright_box {
	background: #000;
	color: #757575;
	text-align: center;
	padding: 10px 0px 7px;
	font-family: 'Netflix Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 13px;
}
.copyright_box p {
	margin-bottom: 2px;
}
.dashboard_panel {
	height: 750px;
}
.pdimg {
	padding-right: 1rem !important;
}
ul.social_link {
	margin: 0px 0px;
	padding: 0px 0px;
	list-style-type: none;
}
ul.social_link li {
	float: left;
	margin-right: 7px;
}
ul.footer_list li:hover a {
	color: #e20813;
	text-decoration: none;
}

/** Start of tv show page **/

.container_newbox {
	margin-top: 86px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	background: #192133;
	padding-bottom: 26px;
	margin-bottom: 0px;
}
/* .carousel {
	padding-top: 26px;
} */

.carousel-control-prev-icon,
.carousel-control-next-icon {
	display: none;
}
.sr-only {
	position: relative;
	width: 42px;
	height: 68px;
	font-size: 38px;
}
.carousel-control-next,
.carousel-control-prev {
	width: 3%;
}
.channelContainer {
	margin-bottom: 40px;
}
.channel_containerbox {
	padding-left: 35px;
	padding-right: 35px;
	margin-top: 30px;
	margin-bottom: 35px;
}
.channel_containernewbox {
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 30px;
	margin-bottom: 40px;
}
.btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 0rem rgba(0, 123, 255, .25);
}
.channel_containerbox .card {
	border: 1px transparent solid;
	background: transparent;
}
.channel-title-bar h3 {
	color: #fff;
	font-family: 'Netflix Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 2rem;
	margin-bottom: 10px;
	text-align: left;
	font-weight: 600;
}
.channel-title-bar {
	display: table;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}
.channel_containerbox .channel-title-bar {
	padding-left: 15px;
	padding-right: 15px;
}

.slick-slider .slick-next,
.slick-slider .slick-next:hover {
	position: absolute;
	background: url('../images/left_arrow.png') no-repeat;
	display: block;
	height: 50px;
	width: 50px;
	text-indent: -9999px;
	top: 60%;
	margin-top: -15px;
	right: -34px;
	padding: 0px;
}
.slick-slider .slick-prev,
.slick-slider .slick-prev:hover {
	position: absolute;
	background: url('../images/right_arrow.png') no-repeat;
	display: block;
	height: 50px;
	width: 50px;
	text-indent: -9999px;
	top: 60%;
	margin-top: -15px;
	left: -25px;
	padding: 0px;
	z-index: 1;
}
.slick-disabled {
	display: none !important;
}
.slick-initialized .slick-slide a,
.slick-initialized .slick-slide a:hover {
	outline: 0px #fff solid;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
	color: #6c757d !important;
}
.dropdown-item.active,
.dropdown-item:active {
	background: #e20813 !Important;
}
.clsforcatetitle {
	text-decoration: none !important;
}
.clsforcatetitle :hover {
	color: #e20813;
	text-decoration: none !important;
}
/** Start of video box **/
.video_wrapperbox {
	max-width: 100%;
	padding: 0px 0px;
	background: #000;
}
.video_detail_container {
	padding: 15px 0px 0px;
	text-align: left;
}
.video_detail_box {
	margin-bottom: 35px;
	padding-left: 35px;
	padding-right: 35px;
}

.video_detail_box h4 {
	font-family: 'Netflix Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.8rem;
	color: #fff;
	font-weight: 800;
	margin-top: 10px;
}
.video_list {
	margin: 0px 0px;
	padding: 0px 0px;
	list-style-type: none;
}
.video_list li {
	display: inline-block;
	font-family: 'Netflix Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 18px;
	margin-bottom: 8px;
	margin-right: 5px;
	color: #a1a0a1;
	list-style-type: decimal;
}
.video_list li i {
	font-size: 5px;
	margin-right: 10px;
	color: #686868;
	top: -4px;
	position: relative;
}
.video_detail_box p {
	color: #fff;
	font-family: 'Netflix Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 18px;
	margin-bottom: 40px;
}
.border_line {
	width: 100%;
	height: 2px;
	background: #526595;
}
.vertical-alignment-helper {
	display: table;
	height: 100%;
	width: 100%;
}
.vertical-align-center {
	/* To center vertically */
	display: table-cell;
	vertical-align: middle;
}
.modal-content {
	/* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
	width: inherit;
	max-width: 500px;
	height: inherit;
	/* To center horizontally */
	margin: 0 auto;
}
.modal-title {
	font-family: 'HelveticaNeueBd';
	font-size: 28px;
}
.btn-primary {
	background: #e20813 !Important;
	font-family: 'Netflix Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 18px;
	padding: 8px 16px;
	color: #fff;
	border-color: #e20813 !important;
}
.btn-primary:hover,
.btn_signin:hover {
	background: #db0000 !Important;
}
.forget_link a {
	color: #e20813 !Important;
	font-size: 13px;
	font-family: 'Netflix Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 400;
}
.form-control {
	font-family: sans-serif;
	font-size: 16px;
}
.dropdown-item,
.form-group .bootstrap-select,
.filter-option-inner-inner {
	font-family: sans-serif;
	font-size: 16px;
}
.btn-default {
	color: #e20813 !important;
	font-family: 'Netflix Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 18px;
	padding: 8px 16px;
}
.btn-default:hover {
	text-decoration: underline;
}
.modal-footer {
	padding: .15rem;
	border-top: 1px #e20813 solid;
}
.carousel-control-next,
.carousel-control-prev {
	opacity: 1;
}

/* Start of checkmark box */
.checkbox {
	display: inline-block;
	position: relative;
	padding-left: 25px;
	margin-bottom: 0px;
	cursor: pointer;
	font-family: sans-serif;
	font-size: 13px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	font-family: 'Netflix Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 400;
}

/* Hide the browser's default checkbox */
.checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: -2px;
	left: 0;
	height: 18px;
	width: 18px;
	background-color: #b3b3b3;
	pointer-events: fill;
	margin-top: 2px;
}

/* On mouse-over, add a grey background color */
.checkbox:hover input ~ .checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox input:checked ~ .checkmark {
	background-color: #e20813;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.checkbox input:checked ~ .checkmark:after {
	display: block;
}

.checkbox input:checked ~ .checkmark::after {
	display: block;
}
.checkbox .checkmark::after {
	left: 7px;
	top: 2px;
	width: 5px;
	height: 12px;
	border: solid white;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.modal-body {
	padding: 24px 30px 10px;
}
.modal-header {
	padding: 15px 30px;
}
.container_streambox .stream_movie {
	margin-bottom: 35px;
}
.heart_icon {
	color: #e20813;
}
.video_fixbox {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: rgba(0, 0, 0, .6);
}
.forget_link {
	display: inline-block;
	float: right;
}
/** Start of video wrapper box **/
.video_wrapperbox {
	max-width: 100%;
	padding: 0px 0px;
	background: #000;
}
.video_player_inbox {
	margin: 0 auto;
	position: relative;
	text-align: center;
	padding-left: 300px;
	padding-right: 300px;
}
.playerbox_inline {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}
.player-poster,
#player {
	position: relative;
	width: 100%;
	padding-bottom: 56%;
}
.player-poster video,
#player > div {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
#player > div {
	width: 100% !important;
	height: 100% !important;
}
.video_wrapperbox .video_player_inbox .player-base {
	height: 100%;
	width: 100%;
	position: relative;
}
.slates-block {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 3;
	top: 0;
}
.slate-wrapper {
	height: 100%;
	width: inherit;
	background: rgba(0, 0, 0, 0.8);
	position: relative;
	top: 0;
	left: 0;
}
.blackBg {
	background: #000;
}
.nudge-holder {
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.wrapper.premium {
	width: 100%;
	text-align: center;
	padding: 60px 0px;
	border: 1px #333 solid;
	border-radius: 5px 5px;
	max-width: 500px;
}
.wrapper.premium .heading {
	color: #999999;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.3;
}
.wrapper.premium .premium-free-trial {
	font-size: 20px;
	color: #f79a26;
	text-decoration: underline;
}
.login-msg {
	color: #999999;
	font-size: 14px;
	margin-top: 28px;
	margin-bottom: 15px;
}
.wrapper.premium .login-msg span {
	font-size: 20px;
	color: #999999;
	display: block;
}
.wrapper.premium hr {
	border-top: 1px solid #333;
	margin: 45px 0px 20px;
	width: 100%;
}
.wrapper.premium .link {
	text-transform: none;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	background: #f2a346;
	padding: 4px 20px 6px;
	display: inline-block;
	border-radius: 20px 20px;
	text-transform: uppercase;
}
.wrapper.premium .link:hover {
	cursor: pointer;
}
.video_player_inbox {
	margin: 0 auto;
	position: relative;
	text-align: center;
	padding-left: 300px;
	padding-right: 300px;
}

.channel_topfix {
	margin-top: 120px;
	min-height: 500px;
}
.detail_streambox {
	padding-left: 10px;
	padding-right: 10px;
}
.show_fixbox {
	margin-top: 85px;
	overflow: hidden;
}
.show_panelbox {
	position: relative;
	max-height: 600px;
}
.show_fixbox img {
	width: 100%;
}
.show_titlePanel {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 36%;
	padding: 130px 10px 30px 51px;
	height: calc(100% - 50px);
}
.show_titlePanel h2 {
	font-size: 1.8rem;
	color: #fff;
	font-family: 'Netflix Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 800;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.show_titlePanel p {
	color: #fff;
	margin-bottom: 21px;
	font-family: 'Netflix Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.btn-outline-danger {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: bold;
	border-color: #e20813 !important;
	color: #e20813 !important;
	border: 2px #e20813 solid !important;
}
.btn-outline-danger:hover {
	border: 2px #fff solid;
	background: #fff;
}

.btn_box {
	width: 174px;
	display: inline-block;
}
.btn-primary-border {
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
	font-family: 'Netflix Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #fff !important;
	border: 2px #fff solid;
	text-transform: uppercase;
}
.btn-primary-border:hover {
	border: 2px #e20813 solid;
	color: #e20813 !important;
}
.btn-fav {
	border: 2px #e20813 solid;
	color: #e20813 !important;
}

#btn-fav {
	cursor: pointer;
}
.accordion_btn {
	margin-left: 15px;
}
.accordion_btn .btn {
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
	font-family: 'Netflix Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.4rem;
	font-weight: 700;
	background: #e20813;
	color: #fff !important;
	border: 2px #fff solid;
	padding: 6px 16px;
}
.accordion_btn .btn:hover,
.accordion_btn .btn:focus {
	background: #e20813 !important;
}
.container_topgap {
	margin: 150px auto 100px;
	padding: 30px 40px;
	max-width: 722px;
	border: 1px #b5b3b3 solid;
	text-align: center;
}
.profile_container {
	margin-top: 90px;
	margin-left: 15px;
	margin-right: 15px;
}
.profile_container .flex_center {
	padding-right: 0px !important;
}
.profile_maincontainer {
	margin-top: 0px;
	margin-left: 15px;
	margin-right: 15px;
}
.profile_maincontainer .flex_center {
	padding-right: 0px !important;
}

ul.profile_list {
	margin: 0px -10px;
	padding: 20px 0px;
	list-style-type: none;
}
.profile_listbox {
	background: #474d57;
	height: 100%;
	margin-left: -15px;
	margin-right: -15px;
	position: absolute;
	width: 100%;
}
.profile_mebox {
	min-height: 540px;
}
.profile_mebox .img_cursive {
	height: 263px;
	width: 468px;
}
ul.profile_list li {
	display: block;
	margin-bottom: 1px;
}
ul.profile_list li a {
	display: block;
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 10px;
	font-family: 'Netflix Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	padding: 13px 10px 13px 20px;
}
ul.profile_list li a:hover {
	text-decoration: none;
}
ul.profile_list li a:hover {
	background: #e20813;
	color: #fff;
}
ul.profile_list li a.list_active {
	background: #131722;
}
.show_mediumbox {
	background: #000;
	border-radius: 8px 8px;
	margin-bottom: 30px;
}
.show_mediumbox:hover {
	transform: scale(1.04);
}
.show_detail_box {
	padding: 15px 15px 0px 0px;
}
.show_detail_box a:hover,
.show_detail_box a,
.show_titlePanel a:hover,
.show_titlePanel a {
	text-decoration: none;
}
.show_detail_box h4 {
	font-family: 'Netflix Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: 800;
	color: #fff !important;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.show_detail_box h6 {
	font-family: 'Netflix Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #a1a0a1;
	font-weight: 400;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.show_detail_txt {
	font-family: 'Netflix Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.nav_account li a {
	font-family: 'Netflix Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #fff;
	padding: 16px 18px 12px;
	font-weight: 700;
	border-right: 0px #fff solid;
}
ul.nav-md li {
	border-bottom: 0px #fff solid;
	background: #20252b;
	overflow: hidden;
	width: 200px;
	text-align: center;
}

.nav_account li a.active {
	background: #e20813;
	color: #fff;
}
.nav_account li a {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	color: #fff;
	padding: 16px 18px 12px;
	font-weight: 700;
}
.tab-content {
	overflow: hidden;
	width: 100%;
	border: 1px #b5b3b3 solid;
}
.tab-content > .active {
	display: block;
}
.nav_account {
	overflow: hidden;
	width: 403px;
	border: 1px #fff solid;
	border-bottom-color: rgb(255, 255, 255);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom: 0px #fff solid;
}
.box-body {
	font-family: 'Netflix Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #000;
	font-weight: 700;
	padding: 30px 30px;
}
.box-body .form-group {
	margin-bottom: 1.4rem;
}
.b-info {
	width: 50%;
	margin: 10px 15px;
}
.about_container {
	margin: 15px 15px;
}
.about_container h2 {
	font-family: 'Netflix Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #fff;
	margin-bottom: 8px;
	font-weight: 800;
}
.about_container p {
	font-family: 'Netflix Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	margin-bottom: 30px;
	text-align: justify;
}
.category_container {
	margin-top: 120px;
}
.form-group .bootstrap-select {
	width: 100%;
	border: 1px solid #ced4da;
	color: #495057;
	border-radius: .25rem;
}
.form-group .bootstrap-select .btn {
	background: #fff;
}
.dropdown-item {
	padding: .25rem .6rem;
}
.about_content {
	padding: 0px 20px;
	margin-top: 120px;
}
.btn_activate {
	background: #e20813 !important;
}
.card_holder_border h3 {
	color: #fff;
	margin-bottom: 10px;
	margin-top: 15px;
	font-family: 'Netflix Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 800;
	font-size: 1.8rem;
}
.card_holder_border p {
	font-family: 'Netflix Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #fff;
}
.activation_link a {
	color: #fff;
	font-family: 'Netflix Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 16px;
}
.activation_link a:hover {
	color: #e20813;
	text-decoration: none;
}
.activation_link {
	margin-top: 10px;
}
.card_holder_border label {
	color: #fff;
	text-align: left;
}
.card_holder_border {
	text-align: center;
}
#frmStripePayment {
	text-align: left;
}
.expire_input .bootstrap-select {
	width: 97px !important;
	margin-right: 15px;
}
.expire_input .bootstrap-select.form_year {
	margin-right: 0px;
}
.star {
	color: red;
}
.pay_credit_btn {
	margin-bottom: 10px;
	margin-top: 5px;
}
.dropdown-menu {
	padding: 0px 0px;
}
.bootstrap-select .dropdown-menu {
	max-height: 160px;
}
.input-group.expire_input > .custom-select:not(:first-child),
.input-group.expire_input > .form-control:not(:first-child) {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.card_holder_border .input-group > .input-group-append > .input-group-text {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.input-group.expire_input > .custom-select:not(:last-child),
.input-group.expire_input > .form-control:not(:last-child) {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.page_not_found {
	text-align: center;
	border: 2px #6c6c6c solid;
	max-width: 600px;
	padding: 90px 30px 130px;
	color: #fff;
	margin: 140px auto;
}
.page_not_found h4 {
	font-size: 24px;
	color: #6c6c6c;
}
.page_no_title {
	font-size: 80px;
	color: #ddd;
	font-weight: bold;
}
.switch {
	background: transparent;
	cursor: pointer;
	color: #fff;
	display: none;
	font-family: 'Netflix Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 600;
	padding: 4px 2px;
}
.switch .fa {
	font-size: 20px;
	color: #fff !important;
	cursor: pointer;
	padding: 8px 15px;
}
#signup .form-group .bootstrap-select,
#user_profile .form-group .bootstrap-select {
	width: 100% !important;
}
.signup,
.signin {
	display: table;
	width: auto;
	text-align: center;
	padding: 0px 0px !important;
	margin: 10px auto !important;
}

.form_error {
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	color: red;
}
.username {
	font-size: 1rem;
	color: #fff !Important;
	font-family: 'Netflix Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 400;
	white-space: nowrap;
	max-width: 90px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
}
#navbarCollapse .dropdown-toggle::after {
	position: relative;
	top: -5px;
}


.dropcontainer {
	margin-top: 8px;
}
.dropcontainer a {
	color: #fff;
}
.droplist_box .navbar_link {
	display: block;
	width: 100%;
	font-size: 1rem;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	color: #000;
	padding: 4px 10px;
}
.droplist_box .navbar_link:hover {
	background: #e20813;
	color: #fff;
	text-decoration: none;
}
.dropdown-menu {
	min-width: 8.5rem;
}
.dropcontainer a:hover {
	text-decoration: none !important;
}
.navbar-nav .dropdown-menu {
	margin-top: 10px;
}
.container_topgaps {
	margin: 200px auto 200px;
	padding: 30px 40px;
	max-width: 700px;
	border: 1px #fff solid;
	text-align: center;
}
.validate_otpbox .activation_code,
.activation_btn {
	text-align: center;
}
.navbar-expand-md .navbar-nav .dropdown-menu {
	position: absolute;
	left: auto;
	right: 0px;
}
.data_notfound {
	color: #888888;
    border: 1px #888888 solid;
    /* padding: 100px 20px; */
    font-size: 20px;
    text-align: center;
    background: #fafbfd;
}
.stream_channelbox .channelContainer {
	margin-bottom: 30px;
}

/** start of slider box **/
.masthead_card .image_holder img,
.masthead_card .image_holder .image_loader {
	width: 998px;
	height: 562px;
}
.masthead_card {
	width: 100%;
	background-color: #030b17;
	height: 100%;
	position: relative;
	border-radius: 5px;
}
.masthead_card .image_holder {
	overflow: hidden;
}
.masthead_card .image_holder .image_loader {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	-o-transform-origin: right center;
	transform-origin: right center;
	min-height: 400px;
	float: right;
	opacity: 1;
	display: flex;
}
.masthead_card .image_gradient {
	top: 0;
	width: 200px;
	height: inherit;
	content: '';
	position: absolute;
	-webkit-transition: background 0.3s ease-in;
	-o-transition: background 0.3s ease-in;
	transition: background 0.3s ease-in;
	background: -webkit-gradient(linear, left top, right top, from(#030b17), to(rgba(0, 0, 0, 0)));
	background: -webkit-linear-gradient(left, #030b17, rgba(0, 0, 0, 0));
	background: -o-linear-gradient(left, #030b17, rgba(0, 0, 0, 0));
	background: linear-gradient(to right, #030b17, rgba(0, 0, 0, 0));
	right: 900px;
}
.cards_newbox {
	padding-left: 5px;
	padding-right: 5px;
}
.slick-slide .no_rcd_found {
	margin-left: 16px;
}
.carousel-control-next, .carousel-control-prev {
	width: 5%;
}
.member_record {
	margin-left: 20px;
	margin-top: 15px;
}
.donate_title {
	color: #fff;
	font-family: 'Netflix Sans';
	font-weight: 800;
	font-size: 24px;
}
.price_detail {
	color: #fff;
	font-family: 'Netflix Sans';
	font-weight: 400;
	font-size: 20px;
	margin-bottom: 13px;
}

/** Start of membership box **/

.membership_planbox {
	width: 100%;
	
}
.membership_text {
	color: #fff;
	font-family: 'Netflix Sans';
	font-weight: 300;
	font-size: 18px;
	border: 1px #b5b3b3 solid;
	max-width: 565px;
	text-align: center;
	margin: 200px auto;
	padding: 20px 20px;
}

@media (max-width: 1730px) {
	.show_titlePanel {
		padding: 90px 10px 30px 51px;
	}
	.about_container h2 {
		font-size: 21px;
		margin-bottom: 10px;
	}
	.channel-title-bar h3 {
		font-size: 2rem;
	}
	.img_cursive {
		height: 217px;
		width: 386px;
		
	}
	.masthead_card .image_holder img,
	.masthead_card .image_holder .image_loader {
		width: 832px;
		height: 468px;
	}
	.masthead_card .image_gradient {
		right: 718px;
	}
	.profile_mebox .img_cursive {
		height: 237px;
		width: 422px;
	}
	.container_newbox .show_titlePanel {
		padding-top: 150px;
	}
}
@media (max-width: 1560px) {
	.show_titlePanel {
		padding: 90px 10px 30px 51px;
	}
	.b-info {
		width: 60%;
	}
	.show_titlePanel h2 {
		font-size: 1.7rem;
	}
	.about_container h2 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.about_content {
		margin-top: 110px;
	}
	.about_container p {
		font-size: 15px;
		margin-bottom: 25px;
	}
	.img_cursive {
		height: 190px;
		width: 338px;
	}
	.profile_mebox .img_cursive {
		height: 236px;
		width: 420px;
	}
}
@media (max-width: 1536px) {
	.profile_mebox .img_cursive {
		height: 206px;
		width: 367px;
	}
}
@media (max-width: 1460px) {
	.hero_title {
		font-size: 3.125rem;
	}
	.monthly_box,
	.annually_box {
		width: 460px;
		height: 300px;
	}
	.subscribe_full_containter {
		max-width: 1060px;
	}
	.b-info {
		width: 60%;
	}
	.stream_movie_box h4 {
		font-size: 1rem;
	}
	ul.profile_list li a {
		font-size: 17px;
	}
	.stream_box h2,
	h3.watch_title,
	.subscribe_box h2 {
		font-size: 2.5rem;
	}
	.stream_box p,
	.subscribe_box p {
		font-size: 1.3rem;
	}
	.subscription_btn,
	.subscription_border_btn {
		font-size: 1.4rem;
	}
	.monthly_box_container h5,
	.annully_box_container h5 {
		font-size: 2rem;
	}
	.accordion_btn .btn {
		font-size: 1.2rem;
	}
	.channel-title-bar h3,
	.video_detail_box h4 {
		font-size: 2rem;
	}
	.video_list li {
		font-size: 16px;
		margin-bottom: 7px;
	}
	.video_player_inbox {
		padding-left: 200px;
		padding-right: 200px;
	}
	.video_detail_box p {
		font-size: 15px;
	}
	.about_container h2 {
		font-size: 18px;
		margin-bottom: 7px;
	}
	.channel_containerbox {
		margin-bottom: 10px;
	}
	.img_cursive {
		height: 177px;
		width: 315px;
	}
	.profile_mebox .img_cursive {
		height: 192px;
		width: 342px;
	}
	.container_newbox .show_titlePanel {
		padding-top: 140px;
	}
}
@media (max-width: 1380px) {
	.show_detail_txt {
		margin-bottom: 5px;
	}
	.show_detail_box h4 {
		font-size: 18px;
	}
	.show_detail_box h6 {
		margin-bottom: 5px;
		font-size: 15px;
	}
	.video_detail_box {
		margin-bottom: 0px;
		padding-left: 30px;
		padding-right: 30px;
	}
	.channel-title-bar h3 {
		margin-bottom: 3px;
	}
	.img_cursive {
		height: 166px;
		width: 296px;
	}
	.masthead_card .image_holder img,
	.masthead_card .image_holder .image_loader {
		width: 720px;
		height: 400px;
	}
	.masthead_card .image_gradient {
		right: 594px;
	}
	.profile_mebox .img_cursive {
		height: 182px;
		width: 324px;
	}
	.container_newbox .show_titlePanel {
		padding-top: 130px;
	}
}

@media (max-width: 1300px) {
	.stream_box h2,
	h3.watch_title,
	.subscribe_box h2 {
		font-size: 2.2rem;
	}
	.stream_box p,
	.subscribe_box p {
		font-size: 1.2rem;
	}
	.watch_box p {
		font-size: 1.425rem;
	}
	.accordion_btn .btn {
		font-size: 1.2rem;
	}
	.show_titlePanel {
		padding: 80px 10px 30px 51px;
	}
	.show_detail_txt {
		margin-bottom: 5px;
	}
	.video_player_inbox {
		padding-left: 150px;
		padding-right: 150px;
	}
	.about_container {
		margin: 10px 10px;
	}
	.detail_streambox {
		padding-left: 10px;
		padding-right: 10px;
	}
	.about_content .channel-title-bar,
	.channel_containerbox.aboutminbox .channel-title-bar {
		padding-left: 5px;
		padding-right: 5px;
	}
	.img_cursive {
		height: 157px;
		width: 280px;
	}
	.masthead_card .image_holder img,
	.masthead_card .image_holder .image_loader {
		align-self: baseline;
		max-width: 717px;
		width: 100%;
		height: auto;
	}
	.masthead_card .image_gradient {
		right: 590px;
	}
	.profile_mebox .img_cursive {
		height: 170px;
		width: 302px;
	}
}

@media (max-width: 1280px) {
	.img_cursive {
		height: 155px;
		width: 275px;
	}
	.profile_mebox .img_cursive {
		height: 166px;
		width: 295px;
	}
}
@media (max-width: 1220px) {
	.show_titlePanel {
		width: 45%;
	}
}

@media (max-width: 1200px) {
	.show_detail_box {
		padding: 8px 15px 0px 0px;
	}
	.show_detail_box h6 {
		margin-bottom: 1px;
		font-size: 14px;
	}
	.show_detail_box h4 {
		font-size: 17px;
		margin-bottom: 5px;
	}
	.show_detail_txt {
		font-size: 13px;
	}
	.btn_box {
		font-size: 16px;
	}
	.show_titlePanel p {
		margin-bottom: 16px;
	}
	.btn-primary-border {
		margin-left: 15px;
	}
	.channel_containerbox {
		margin-bottom: 0px;
	}
	.video_player_inbox {
		padding-left: 100px;
		padding-right: 100px;
	}
	.about_content {
		padding: 0px 10px;
	}
	.footer_box h6 {
		margin: 5px 0px 15px;
	}
	.img_cursive {
		height: 155px;
		width: 275px;
	}
	.profile_mebox .img_cursive {
		height: 154px;
		width:274px;
	}

}

@media (max-width: 1100px) {
	.monthly_box,
	.annually_box {
		width: 400px;
		height: 280px;
	}
	.stream_box h2,
	h3.watch_title,
	.subscribe_box h2 {
		font-size: 2rem;
	}
	.watch_box p {
		font-size: 1.225rem;
	}
	.bg-dark {
		padding-left: 15px;
		padding-right: 15px;
	}
	.show_titlePanel h2 {
		font-size: 1.5rem;
	}
	.video_list li {
		margin-bottom: 8px;
	}
	.show_titlePanel {
		padding: 65px 10px 30px 51px;
	}
	.video_player_inbox {
		padding-left: 0px;
		padding-right: 0px;
	}
	.aboutminbox .channel-title-bar {
		padding-left: 5px;
		padding-right: 5px;
	}
	.channel_containerbox.aboutminbox {
		padding-left: 20px;
		padding-right: 20px;
		margin-bottom: 20px;
	}
	.hero_title {
		font-size: 3rem;
	}
	.profile_listbox {
		width: 118%;
	}
	.monthly_box_container p {
		padding-left: 10px;
		padding-right: 10px;
	}
	.img_cursive {
		height: 176px;
		width: 313px;
	}
	.masthead_card .image_holder .image_loader {
		min-height: 350px;
	}
	.masthead_card .image_holder img,
	.masthead_card .image_holder .image_loader {
		max-width: 595px;
	}
	.masthead_card .image_gradient {
		right: 454px;
	}
	.profile_mebox .img_cursive {
		height: 137px;
		width: 243px;
	}
	.show_imgbox .img_cursive {
		height: 128px;
		width: 227px;
	}
	.container_newbox .show_titlePanel {
		padding-top: 100px;
	}
}

@media (max-width: 991px) {
	.channel-title-bar h3,
	.video_detail_box h4 {
		font-size: 20px;
	}
	.about_container h2 {
		font-size: 17px;
		margin-bottom: 7px;
	}
	.about_content .channel-title-bar {
		margin-bottom: 5px;
	}
	.navbar-expand-md .navbar-nav .nav-link {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.carousel-control-next,
	.carousel-control-prev {
		width: 8%;
	}
	.hero_title {
		font-size: 2.8rem;
	}
	.btn_subscribe {
		font-size: 1.4rem;
	}
	.stream_box h2,
	h3.watch_title,
	.subscribe_box h2 {
		font-size: 1.8rem;
	}
	.show_titlePanel {
		padding: 65px 10px 30px 42px;
	}
	.show_titlePanel p {
		font-size: 14px;
		margin-bottom: 13px;
	}
	.video_list li {
		margin-bottom: 5px;
		font-size: 15px;
	}
	.show_titlePanel h2 {
		font-size: 1.34rem;
	}
	.btn_box {
		width: 144px;
		font-size: 14px;
	}
	.btn-primary-border {
		margin-left: 10px;
	}
	.channel_containerbox .card {
		padding: 1rem 0px;
	}
	.show_detail_box {
		padding: 15px 15px 10px 15px;
	}
	.modal-title {
		font-size: 24px;
	}
	.switch {
		display: table;
	}
	.profile_list {
		display: none;
	}
	.profile_list.switch_box {
		display: block;
	}
	ul.profile_list {
		margin: 0px -10px;
		padding: 0px 0px;
	}
	ul.profile_list li a {
		padding: 10px 10px 10px 15px;
		font-size: 15px;
	}
	.control_fullbox {
		width: 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.left_navbox {
		width: 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.profile_listbox {
		position: relative;
		margin: 0px 0px;
	}
	.channel_containerbox.profile_mebox {
		padding: 0px 10px;
	}
	.b-info {
		width: 100%;
	}
	.aboutminbox .channel-title-bar {
		margin-bottom: 5px;
	}
	.aboutminbox .channel-title-bar h3 {
		font-size: 23px;
	}
	.profile_listbox {
		width: 100%;
	}
	.hero_title {
		font-size: 2.5rem;
	}
	.img_cursive, .show_imgbox .img_cursive {
		height: 156px;
		width: 277px;
	}
	.accordion_btn {
		margin-left: 9px;
	}
	.profile_mebox .img_cursive {
		height: 248px;
		width: 440px;
	}
	.membership_text {
		font-size: 14px;
		margin: 100px auto;
	}

}

@media (max-width: 900px) {
	.w-100 {
		width: 100% !important;
	}
	.monthly_box,
	.annually_box {
		width: 330px;
		height: 280px;
	}
	.subscription_btn,
	.subscription_border_btn {
		font-size: 1.3rem;
	}
	.subscription_border_btn,
	.subscription_btn {
		width: 260px;
		height: 60px;
	}
	.monthly_box_container p {
		font-size: 1rem;
		padding: 0px 20px;
	}
	.annully_box_container p {
		font-size: 1rem;
	}
	.monthly_box_container h5,
	.annully_box_container h5 {
		font-size: 1.3rem;
	}
	.stream_box h2,
	h3.watch_title,
	.subscribe_box h2 {
		font-size: 1.6rem;
	}
	.watch_box p {
		font-size: 1.1rem;
	}
	.about_container {
		margin: 5px 5px;
	}
	.aboutminbox .channel-title-bar,
	.channel_containerbox.aboutminbox .channel-title-bar {
		padding-left: 0px;
		padding-right: 0px;
	}
	.watch_container .img_bottom,
	.profile_maincontainer .img_bottom {
		margin-left: -10px;
		margin-right: -10px;
	}
	.watch_container .watch_box,
	.profile_maincontainer .watch_anywhere {
		margin-left: -15px;
		margin-right: -15px;
	}
	.profile_maincontainer .pt-md-5 {
		padding-top: 0px !important;
	}
	.watch_container .img_bottom,
	.profile_maincontainer .img_bottom {
		margin-bottom: 15px !important;
	}
	.img_cursive {
		height: 139px;
		width: 248px;
	}
	.profile_mebox .img_cursive {
		height: 225px;
		width: 400px;
	}
	.show_titlePanel {
		width: 50%;
	}
	.show_imgbox .img_cursive {
		height: 218px;
		width: 387px;
	}
}
@media (max-width: 898px) {
	.img_cursive {
		height: 216px;
		width: 384px;
	}
	.profile_mebox .img_cursive {
		height: 224px;
		width: 398px;
	}
}
@media (max-width: 836px) {
	.img_cursive {
		height: 198px;
		width: 352px;
	}
	.profile_mebox .img_cursive {
		height: 207px;
		width: 368px;
	}
	.show_imgbox .img_cursive {
		height: 200px;
		width: 355px;
	}
}
@media (max-width: 767px) {
	.navright {
		float: left;
		width: 100%;
	}
	.bg-dark {
		background: #000 !important;
	}
	.navbar-expand-md .navbar-nav .nav-link {
		padding-left: 0rem;
		padding-right: 0rem;
	}
	.btn_signin {
		margin-top: 5px;
	}
	.stream_text {
		font-size: 12px;
	}
	.stream_movie_box h4 {
		font-size: 1rem;
	}
	.hero_title {
		font-size: 2.2rem;
	}
	.hero_subhead {
		font-size: 1.3rem;
	}
	.email_title {
		font-size: 1rem;
		margin-top: 24px;
	}
	.btn_subscribe {
		font-size: 1.2rem;
	}
	.dashboard_panel {
		height: 480px;
	}
	.hero_card {
		padding: 5px 20px;
	}
	.watch_anywhere {
		margin: 0px auto !important;
		text-align: center;
	}
	.watch_box {
		margin: 0px auto !important;
		text-align: center;
	}
	.img_bottom {
		margin-left: 50px;
		margin-right: 50px;
	}
	.monthly_box_container h5,
	.annully_box_container h5 {
		font-size: 1.3rem;
	}
	.footer_box {
		margin-top: 35px;
	}
	.footer_box h6 {
		margin: 5px 0px 8px;
	}
	ul.footer_list li {
		margin: 2px 0px;
	}
	.profile_container .flex_center {
		padding-left: 0px !important;
	}
	.profile_maincontainer .flex_center {
		padding-left: 0px !important;
	}
	.flex_center {
		padding-top: 0px !important;
	}
	.monthly_box_container p,
	.annully_box_container p {
		font-size: 1.1rem;
	}
	.stream_container {
		margin-top: 24px;
		margin-bottom: 24px;
	}
	.hero_card {
		padding: 5px 15px;
	}
	.btn_signin {
		width: 100%;
	}
	.navbar-dark .navbar-toggler {
		border-color: transparent !important;
	}
	.monthly_box,
	.annually_box {
		width: 420px;
	}
	.stream_box h2,
	h3.watch_title,
	.subscribe_box h2 {
		font-size: 1.6rem;
	}
	.accordion_btn .btn {
		font-size: 1rem;
	}
	.container_streambox {
		padding-left: 25px;
		padding-right: 25px;
	}
	.accordion_btn {
		margin-left: 0;
	}
	.channel_containerbox {
		padding-left: 34px;
		padding-right: 34px;
	}
	.show_titlePanel {
		padding: 45px 0px 0px 30px;
	}
	.show_titlePanel h2 {
		margin-bottom: 0px;
	}
	.modal-title {
		font-size: 20px;
	}
	.btn-default {
		font-size: 17px;
	}
	.about_content .channel-title-bar {
		margin-left: -10px;
	}
	.stream_box {
		margin-bottom: 15px;
	}
	.container_streambox .stream_movie {
		margin-bottom: 25px;
	}
	.footer_container {
		padding-bottom: 10px;
		padding-top: 10px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.about_content .detail_streambox {
		padding-left: 0px;
		padding-right: 0px;
	}
	.about_content.channel_containerbox {
		padding-left: 24px;
		padding-right: 24px;
	}
	.about_content {
		margin-top: 100px;
	}
	.form-control {
		font-size: 14px;
	}
	.navbar-dark .navbar-toggler {
		color: #000;
	}
	.detail_streambox {
		padding-left: 10px;
		padding-right: 10px;
	}
	.accordion .detail_streambox {
		padding-left: 0px;
		padding-right: 0px;
	}
	.switch {
		font-size: 16px;
	}
	.channel_containerbox.profile_mebox {
		padding: 0px 0px;
	}
	.aboutminbox .channel-title-bar h3 {
		font-size: 21px;
	}
	.profile_maincontainer {
		margin-top: 25px;
	}
	.watch_container .img_bottom,
	.profile_maincontainer .img_bottom {
		margin-bottom: 24px !important;
	}
	.watch_container .img_bottom {
		margin-bottom: 0px !important;
		margin-top: 30px !important;
		margin-left: 15px !important;
		margin-right: 15px !important;
	}
	.watch_container .img_bottom,
	.profile_maincontainer .img_bottom {
		margin-left: 0px;
		margin-right: 0px;
	}
	.watch_container .watch_box {
		margin-bottom: 20px !important;
	}
	.profile_maincontainer .img_bottom {
		margin-top: 0px !important;
		margin-bottom: 40px !important;
	}
	.watch_box p {
		margin-top: 8px;
	}
	.container_topgaps {
		padding: 30px 30px;
	}
	.card_holder_border h3 {
		font-size: 1.5rem;
	}
	.navbar-expand-md .navbar-nav .dropdown-menu {
		position: relative;
	}
	.navright .dropdown-toggle::after {
		float: right;
		margin-top: 10px;
	}
	.dropcontainer a {
		display: block;
	}
	.img_cursive {
		height: 180px;
		width: 320px;
	}
	.masthead_card .image_holder .image_loader {
		min-height: 265px;
	}
	.masthead_card .image_gradient {
		right: 296px;
	}
	.masthead_card .image_holder img,
	.masthead_card .image_holder .image_loader {
		max-width: 450px;
	}
	.profile_mebox .img_cursive {
		height: 194px;
		width: 345px;
	}
	.show_imgbox .img_cursive {
		height: 190px;
		width: 338px;
	}
	.container_topgap {
		padding: 15px 15px;
	}
	.nav-link {
		padding: .3rem 1rem;
	}
}
@media (max-width: 680px) {
	.show_titlePanel {
		padding: 44px 0px 0px 30px;
		width: 40%;
	}
	.video_detail_box {
		margin-bottom: 0px;
		padding-left: 22px;
		padding-right: 22px;
	}
	.img_cursive {
		height: 160px;
		width: 284px;
	}
	.profile_mebox .img_cursive {
		height: 169px;
		width: 300px;
	}
	.show_titlePanel {
		width: 58%;
	}
	.show_imgbox .img_cursive {
		height: 165px;
		width: 293px;
	}
	.container_newbox .show_titlePanel {
		padding-top: 80px;
	}
}
@media (max-width: 600px) {
	.img_cursive {
		height: 138px;
		width: 245px;
	}
	.profile_mebox .img_cursive {
		height: 169px;
		width: 300px;
	}
	.show_imgbox .img_cursive {
		height: 143px;
		width: 254px;
	}
}
@media (max-width: 575px) {
	.profile_mebox .img_cursive, .show_imgbox .img_cursive {
		height: 295px;
		width: 524px;
	}
	.show_titlePanel {
		width: 65%;
	}
	.container_newbox .show_titlePanel {
		padding-top: 50px;
		padding-left: 50px;
	}
}
@media (max-width: 560px) {
	.hero_title {
		font-size: 2rem;
	}
	.stream_box h2,
	h3.watch_title,
	.subscribe_box h2 {
		font-size: 1.8rem;
	}
	.stream_box p,
	.subscribe_box p {
		font-size: 1.1rem;
	}
	.stream_box h2,
	h3.watch_title,
	.subscribe_box h2 {
		font-size: 1.5rem;
	}
	.watch_box p {
		font-size: 1rem;
	}
	.container_streambox .stream_movie {
		margin-bottom: 20px;
	}
	.stream_box {
		margin-bottom: 0px;
	}
	.btn_subscribe {
		font-size: 1rem;
	}
	.img_bottom {
		margin-left: 0;
		margin-right: 0;
	}
	.navbar-brand img {
		width: 65%;
	}
	.carousel-indicators {
		margin-bottom: 0px;
	}
	.carousel {
		padding-top: 0px;
		padding-left: 0px;
		padding-right: 0px;
	}
	#myCarousel .sr-only img {
		width: 60%;
	}
	.carousel-indicators li {
		width: 23px;
	}
	.monthly_box,
	.annually_box {
		border: 3px #959595 solid;
	}
	.slick-slider .slick-next,
	.slick-slider .slick-next:hover,
	.slick-slider .slick-prev,
	.slick-slider .slick-prev:hover {
		background-size: 22px 22px;
		height: 32px;
		width: 32px;
		top: 65%;
	}
	.slick-slide .col-md-12 {
		padding-left: 8px;
		padding-right: 8px;
	}
	.channelContainer,
	.channel-title-bar h3 {
		margin-bottom: 0px;
	}
	.channel-title-bar h3,
	.video_detail_box h4 {
		font-size: 20px;
	}
	.channel_containerbox {
		margin-top: 25px;
		margin-bottom: 26px;
	}
	.show_fixbox {
		margin-top: 65px;
	}
	.btn_box {
		width: 133px;
		font-size: 13px;
	}
	.show_titlePanel p {
		-webkit-line-clamp: 2;
	}
	.show_titlePanel {
		padding: 20px 0px 0px 30px;
		width: 80%;
	}
	.channel_containerbox.about_content {
		margin-top: 70px;
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 10px;
	}
	.about_container h2 {
		font-size: 16px;
	}
	.about_container p {
		font-size: 14px;
		margin-bottom: 25px;
	}
	.category_container {
		margin-top: 90px;
	}
	.container_newbox {
		margin-top: 65px;
		padding-bottom: 0px;
	}
	.channel_containerbox.aboutminbox {
		margin-top: 0px;
	}
	.aboutminbox .channel-title-bar h3 {
		font-size: 18px;
	}
	.img_cursive {
		height: 271px;
		width: 481px;
	}
	.slick-slider .slick-next,
	.slick-slider .slick-next:hover,
	.slick-slider .slick-prev,
	.slick-slider .slick-prev:hover {
		top: 57.5%;
	}
	.masthead_card .image_holder .image_loader {
		min-height: 190px;
	}
	.masthead_card .image_holder img,
	.masthead_card .image_holder .image_loader {
		max-width: 320px;
	}
	.show_titlePanel h2 {
		font-size: 1rem;
	}
	.masthead_card .image_gradient {
		right: 153px;
	}
	.profile_mebox .img_cursive {
		height: 286px;
		width: 508px;
	}
	.show_imgbox .img_cursive {
		height: 280px;
		width: 497px;
	}
	.carousel-control-next, .carousel-control-prev {
		width: 10%;
	}
	.price_detail {
		font-size: 17px;
		margin-bottom: 18px;
	}
	.donate_title {
		font-size: 20px;
	}
}

@media (max-width: 480px) {
	.hero_title {
		font-size: 1.4rem;
	}
	.stream_box p,
	.subscribe_box p {
		font-size: 1rem;
	}
	.hero_subhead {
		font-size: 1.2rem;
	}
	.email_title {
		font-size: .9rem;
		margin-top: 16px;
	}
	.stream_box p,
	.subscribe_box p {
		font-size: .9rem;
	}
	.monthly_box,
	.annually_box {
		width: 100%;
	}
	.w-100 {
		width: 100% !important;
		padding-left: 25px;
		padding-right: 25px;
	}
	.monthly_box_container p,
	.annully_box_container p {
		font-size: 1rem;
	}
	.p-3 {
		padding: 0px !important;
		width: 100% !important;
	}
	.flex_center {
		width: 100% !important;
	}
	.w-100 {
		padding-left: 15px;
		padding-right: 15px;
	}
	.watch_box p {
		font-size: .9rem;
	}
	.stream_box h2,
	h3.watch_title,
	.subscribe_box h2 {
		font-size: 1.3rem;
	}
	.subscription_border_btn,
	.subscription_btn {
		width: 200px;
		height: 50px;
		font-size: 1.1rem;
	}
	.monthly_box_container p,
	.annully_box_container p {
		font-size: .9rem;
	}
	.container_streambox {
		padding-left: 0px;
		padding-right: 0px;
	}
	.annully_box_container p {
		margin-left: 20px;
		margin-right: 20px;
	}
	.footer_container {
		padding-top: 2px;
		padding-left: 0;
		padding-right: 0;
	}
	.monthly_box_container h5,
	.annully_box_container h5 {
		font-size: 1.2rem;
	}
	.hero_card {
		padding: 16px 15px;
	}
	.dashboard_panel {
		height: 400px;
	}
	.monthly_box,
	.annually_box {
		height: 250px;
	}
	.show_titlePanel {
		padding: 15px 25px 15px 24px;
		width: 100%;
		position: relative;
	}
	.masthead_card .image_gradient {
		display: none;
	}
	.show_titlePanel h2 {
		font-size: 1.1rem;
	}
	.show_titlePanel h2 {
		font-size: 1.1rem;
	}
	.channel_containerbox {
		padding-left: 34px;
		padding-right: 34px;
	}
	.video_detail_box {
		margin-bottom: 0px;
		padding-left: 14px;
		padding-right: 14px;
	}
	.video_detail_box p {
		font-size: 14px;
	}
	.video_list li {
		font-size: 14px;
		margin-bottom: 8px;
	}
	.navbar-toggler {
		padding: .25rem 0rem;
	}
	.navbar-toggler-icon {
		width: 1.2em;
		height: 1.2em;
	}
	.channel-title-bar h3,
	.video_detail_box h4 {
		font-size: 18px;
	}
	.slick-slide .col-md-12 {
		padding-left: 15px;
		padding-right: 15px;
	}
	.channelContainer,
	.channel-title-bar h3 {
		margin-bottom: 5px;
	}
	.about_container h2 {
		font-size: 15px;
	}
	.channelContainer,
	.channel-title-bar h3 {
		margin-bottom: 0px;
	}
	.detail_streambox {
		padding-left: 10px;
		padding-right: 10px;
	}
	.channel_containerbox.aboutminbox {
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 15px;
		margin-top: 0px;
	}
	.channel_containerbox.aboutminbox .channel-title-bar {
		margin-bottom: 10px !important;
	}
	.streaming_contain {
		padding-left: 20px;
		padding-right: 20px;
	}
	.profile_maincontainer {
		margin-top: 0px;
		margin-left: 5px;
		margin-right: 5px;
	}
	.box-body {
		padding: 20px 20px;
	}
	.img_cursive {
		height: 224px;
		width: 398px;
	}
	.masthead_card .image_holder .image_loader {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	.masthead_card .image_holder img,
	.masthead_card .image_holder .image_loader {
		max-width: 100%;
	}
	.masthead_card .image_holder .image_loader {
		min-height: auto;
	}
	.profile_mebox .img_cursive {
		height: 242px;
		width: 430px;
	}
	.show_titlePanel {
    	padding: 15px 15px 15px 15px;
	}
	.show_imgbox .img_cursive {
		height: 240px;
		width: 426px;
	}
	.container_newbox .show_titlePanel {
		display: none;
	}
}

@media (max-width: 478px) {
	.slick-slider .slick-next,
	.slick-slider .slick-next:hover,
	.slick-slider .slick-prev,
	.slick-slider .slick-prev:hover {
		top: 59%;
	}
	.about_container p {
		font-size: 14px;
	}
	.btn_box {
		padding: 6px 0px;
	}
	.channel-title-bar h3,
	.video_detail_box h4 {
		font-size: 17px;
	}
	.show_imgbox .img_cursive {
		height: 238px;
		width: 423px;
	}
	.profile_mebox .img_cursive {
		height: 240px;
		width: 426px;
	}
}
@media (max-width: 414px) {
	.img_cursive {
		height: 185px;
		width: 328px;
	}
	.show_imgbox .img_cursive {
		height: 202px;
		width: 360px;
	}
	.profile_mebox .img_cursive {
		height: 205px;
		width: 364px;
	}
	.carousel-control-next, .carousel-control-prev {
		width: 15%;
	}
}

@media (max-width: 380px) {
	.slick-slider .slick-next,
	.slick-slider .slick-next:hover,
	.slick-slider .slick-prev,
	.slick-slider .slick-prev:hover {
		top: 62%;
	}
	.img_cursive {
		height: 164px;
		width: 291px;
	}
	.show_imgbox .img_cursive {
		height: 184px;
		width: 327px;
	}
	.profile_mebox .img_cursive {
		height: 186px;
		width: 330px;
	}
	.stream_text {
		font-size: 11px;
	}
	.stream_movie_box h4 {
		font-size: .8rem;
	}
	#myCarousel .sr-only img {
		width: 52%;
	}
}
@media (max-width: 320px) {
	.img_cursive {
		height: 134px;
		width: 238px;
	}
	.show_imgbox .img_cursive {
		height: 150px;
		width: 266px;
	}
	.profile_mebox .img_cursive {
		height: 152px;
		width: 270px;
	}
}

/* loader Start */
.loader_background {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: rgba(0, 0, 0, .9);
	display: none;
}
.loader_box {
	position: absolute;
	width: 80px;
	height: 80px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 99999;
}
.loader {
	width: 80px;
	height: 80px;
	background: url("../images/loader.png") no-repeat;
	-moz-animation: spin 4s infinite linear;
	-webkit-animation: spin 4s infinite linear;
	-ms-animation: spin 4s infinite linear;
	text-align: center;
	margin: 0px auto;
}
.loader_show {
	display: block;
}
/* loader End */
.cPassMsg {
	color: #e20813;
}
.no_rcd_found {
	color: #fff;
}
.secTitle::before {
    content: '';
    width: 80px;
    height: 3px;
    background: #e20813;
    position: absolute;
    bottom: -6px;
}
#error-message {
	font-size: 17px;	
	font-style: normal;
	font-weight: 400;
	text-align: center;
	color: red;
}
#error-message {
	margin-top: 5px;
}
h1,  h3, h4, h5 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    color: #ffffff !important;
}
.footer_box h6{
	color: #ffffff;
}
.footer_box h6::before {
    width: 66px;
    height: 3px;
    background: #e20813;
    content: "";
    display: block;
    position: absolute;
    top: 33px;
}
.footer_panel {
    height: 242px;
    position: absolute;
    width: 100%;
}
.slide-image {
    width: 100%;
    height: 100%;
    animation: breath 30s linear infinite;
}
.theme-showcase #tvCarousel .device .thumb-border, .theme-showcase #kidsCarousel .device .thumb-border {
    padding: 12px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 8px;
    max-width: 445px;
    margin: auto;
}
#breathing-button {
    width: 100%;
    -webkit-animation: breathing 30s linear infinite;
    animation: breathing 30s linear infinite;
    text-align: center;    
}
.btn-danger {
    background: #e20813;
}

.theme-showcase #tvCarousel .device, .theme-showcase #kidsCarousel .device {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
} 
.theme-showcase #tvCarousel .device .thumb-border .cnt, .theme-showcase #kidsCarousel .device .thumb-border .cnt {
    left: auto;
    padding: 10px;
}
.theme-showcase #tvCarousel .device .thumb-border .cnt, .theme-showcase #kidsCarousel .device .thumb-border .cnt {
    position: absolute;
    top: 100px;
    left: calc(50% - 83px);
}

.rkck {  
    margin-top: 19px;
}
p {
   font-size: 14px;
}
.feature-title {
    font-size: 16px;
    font-weight: 600;
	margin-top: 12px;
}
.border-top-red{
	border-top: 4px solid #e20813;
}
.fs-12px{
	font-size: 12px;
}
.feature-icon1 {
    width: 40px;
    height: 40px;
    background: url(../images/feature-img1.png) no-repeat;
    background-size: 100%;
    background-position: center;
}
.feature-icon2 {
    width: 40px;
    height: 40px;
    background: url(../images/feature-img2.png) no-repeat;
    background-size: 100%;
    background-position: center;
}
.feature-icon3 {
    width: 40px;
    height: 40px;
    background: url(../images/feature-img5.png) no-repeat;
    background-size: 100%;
    background-position: center;
}
.feature-icon4 {
    width: 40px;
    height: 40px;
    background: url(../images/feature-img6.png) no-repeat;
    background-size: 100%;
    background-position: center;
}

#tvCarousel .carousel-inner img, #kidsCarousel .carousel-inner img {
    width: 100%;
}

@-webkit-keyframes breathing {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  60% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes breathing {
  0% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  25% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  60% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@media (max-width: 767px) {
.footer_box h6::before {
    width: 66px;
    height: 2px;
    background: #e20813;
    content: "";
    display: block;
    position: absolute;
    top: 26px;
}
.device{
	display: none;
}
}