
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


/* @font-face { */
	/* font-family: 'Conv_ASEES_RG'; */
	/* src: url('/fonts/ASEES_RG.eot'); */
	/* src: local('☺'), url('/fonts/ASEES_RG.woff') format('woff'), url('/fonts/ASEES_RG.ttf') format('truetype'), url('/fonts/ASEES_RG.svg') format('svg'); */
	/* font-weight: normal; */
	/* font-style: normal; */
/* } */


* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 10px;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  background: #fbfbfb none repeat scroll 0 0;
  color: #333;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  margin: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}
a:hover,
a:focus {
    text-decoration: unset;
}

.bg-container {
    background: #fff none repeat scroll 0 0;
    margin: 30px auto
}
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
li,
li a,
img {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    color: #2B0A05;
    line-height: normal;
    margin: 0;
    padding: 0;
	text-decoration:unset;
}


a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
	margin: .67em 0 8px;
	font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}


input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: sub;
}

h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
.container { 
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

  .mov-col { 
    float: left;
    margin: 0;
    padding: 0 20px;
    width: 100%; 
  }
@media only screen and (max-width:800px){
  
  .mov-col2 { 
    margin: 0;
    padding: 0 20px;
    width: 100%;
    margin: auto;
  }
}
@media only screen and (min-width:800px){
  
  .mov-col2 { 
    margin: 0;
    padding: 0 20px;
    width: 80%;
    margin: auto; 
  }
}


@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}

.clearfix{clear:both;}









.nw-vdo .video {
  border: 0 solid #dddd;
  float: left;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}
.nw-vdo .img {
  float: left;
  overflow: hidden;
  width: 100%;
}
.nw-vdo .absmiddle {
  border-radius:  0;
  float: left;
  height: 198px;
  transition: all 0.2s ease 0s;
  width: 100%;
}
.nw-vdo li:hover .img img {
    transform: scale(1.2);
}
/* .nw-vdo li:hover .jatinder { */
/* background:rgba(0, 0, 0, 0.65) none repeat scroll 0 0; */

/* } */
.jatinder {
  background: rgba(0, 0, 0, 0.65) none repeat scroll 0 0;
  bottom: -24.5%;
  color: #fff;
  float: left;
  height: 44%;
  left: 0;
  padding: 9px 0 0;
  position: absolute;
  width: 100%;
}
.dur {
  margin-bottom: 3px;
}
.jatinder h4 {
  color: #fff;
  font-size: 14px;
  margin: 0;
  overflow: hidden;
  padding: 0 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nw-vdo li:hover .jatinder {
  bottom: 0;
}

.vv .nw-vdo li:hover .jatinder {
	bottom: 0;
	height: 62%;
}
.jatinder p, .jatinder p span {
	color: #fff;
	font-size: 13px;
	padding: 4px 10px;
	margin: -2px 0 3px 0;
}
.art {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.navCurrent {
    background: rgb(27, 140, 216) none repeat scroll 0 0;
    color: #fff;
    margin-left: 7px;
}
.ankush:hover {
    background: #FF3400 none repeat scroll 0 0;
    color: #fff;
}

header {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: rgba(0, 0, 0, 0);
	background-image: url("patt2.png");
	background-origin: padding-box;
	background-position: -38px -1px;
	background-repeat: repeat;
	border-bottom: 1px solid #d61218;
}
header a img {
  margin: 3px 0 1px 15px;
  width: 170px;
}
p.touch, a.touch {
	background: #ffffff none repeat scroll 0 0;
	border-bottom: 1px solid #00827033;
	color: #262a34;
	display: block;
	font-size: 14px;
	margin: 0 0 15px;
	padding: 10px 20px;
	text-decoration: none;
	/* font-weight: 500; */
}

.touch > img {
  margin: 0 8px 0 0;
  vertical-align: sub;
  width: 12px;
}
.srcbar {
  padding: 0 30px 4px;
  text-align: center;
}
.text-box {
  border: 1px solid #ddd;
  border-radius: 0;
  padding: 6px 10px;
  width: 280px;
}

.text-box:focus-visible {
	border: 0px solid #ddd;
	border-radius: 0;
}
.text-box2 {
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 6px 10px;
  width: 60px;
}
.text-box3 {
	border: 0px solid #ddd;
	border-radius: 0;
	padding: 9px 10px;
	width: 100px;
}

.det-star .text-box3 {
	
	margin: 0 2px 0 0;
}

.btn {
	background: #ff6c00 none repeat scroll 0 0;
	border: 0 solid;
	border-radius: 1px;
	color: #fff;
	padding: 7px 21px;
	cursor: pointer;
	font-weight: 500;
}
.btn:hover {
  background: #ffb502 none repeat scroll 0 0;

}
.unwant {
	float: left;
	width: 100%;
	padding: 0 10px;
}
.breadcrumb {
	background-color: #f5f5f5;
	border-radius: 4px;
	list-style: outside none none;
	margin-bottom: 10px;
	padding: 8px 20px;
}
.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li::before {
    color: #ccc;
    content: "/ ";
    padding: 0 5px;
}
.breadcrumb > .active a {
	background: #006573;
	color: #fff;
	padding: 2px 7px;
}

.title {
  font-size: 20px;
}
.nw-vdo {
  display: inline-block;
  margin: 7px -3px;
}
.nw-vdo li {
  float: left;
  margin: 0 0 3px;
  overflow: hidden;
  padding: 3px 3px 0;
  width: 16.66%; position: relative;
}
.navCurrent {
    background: #FF3400 !important;
    color: #fff;
    margin-left: 7px;
}
.ankush, .navCurrent {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  margin: 0 6px 0 0;
  padding: 5px 12px;
}

.pageNav {
  margin: 0 0 15px;
  text-align: center;
}
.mov-col2 form {
  text-align: center;
}
.pagof{
  text-align: center;
}
.pageNav h3 {
  margin: 6px 0 0;
}
.jump {
  margin: 0 0 10px 0;
}

.title-btm {
  margin: 0 0 15px;
}

.unwant h1 {
	margin: 8px 0 0 0;
}


footer {
	background: #2f4858 none repeat scroll 0 0;
	color: #fff;
	margin: 10px 0 0 0;
	padding: 10px 0;
	text-align: center;
}
.dwn-btn {
	background: #008270;
	border-radius: 0;
	color: #fff;
	float: left;
	padding: 7px 0;
	text-align: center;
	width: 100%;
	font-weight: 500;
}

.bar.bar2 .touch {
	float: left;
	width: 100%;
	
}


.nw-vdo > li:hover .dwn-btn {
  background: #EF0007;
}
.cst-str {
  color: #ffad16;
  font-size: 16px !important;
  margin: 0 1px;
}

.title-btm {
  background: #008270 none repeat scroll 0 0;
  color: #fff;
  float: left;
  font-weight: 600;
  margin: 7px 0 0;
  padding: 7px 20px;
  width: 100%;
}
.col-btm {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #f2f2f2;
  box-shadow: 2px 2px 4px 2px #e2e2e2;
  display: inline-block;
  float: left;
  margin: 0 0 2px;
  width: 100%;
}
.col {
  float: left;
  padding: 15px;
  width: 100%;
}
.col-btm > a,.col-btm > p {
  border-bottom: 1px solid #f2f2f2;
  color: #444;
  float: left;
  font-size: 14px;
  padding: 9px 17px;
  width: 100%;
}

.col-btm > a:last-child,.col-btm > p:last-child {
  border-bottom: 0 none;
}

.col-btm a span,.touch span,.col-btm p span {

  color: #fff;
  display: inline-block;
  padding: 2px 7px;
}

.col-btm2 {
  margin: 15px 0 5px;
}

.clr1{  background: #1B9482 none repeat scroll 0 0;}
.clr2{  background: #2d89c5 none repeat scroll 0 0;}
.clr3{  background: #F14C38 none repeat scroll 0 0;}
.clr4 {
	background: #d72281;
}
.shwtit {
	margin: 0 0 0 14px;
}
.det-col {
  float: left;
  padding: 15px 20px;
  width: 100%;
}
.albumCoverSmall {
  float: left;
  position: relative;
  width: 22%;
}
.albumInfo {
  float: left;
  padding: 0 0 0 15px;
  width: 78%;
}
.style18 {
  border-bottom: 1px solid #ddd;
  font-size: 15px;
  margin: 0 0 9px;
  padding: 0 0 8px;
}
.socials-site {
	float: left;
	margin: 10px 0 0 4px;
}

.socials-site .icon {

	
	padding: 8.5px 12px;
}



.icon{
	
  color: #fff;
  display: inline-block;
  padding: 7px 12px;
}
.whatrs-app-icons {
  background: #17af0a none repeat scroll 0 0;

}
.facebook-icons {
  background: #3b5998 none repeat scroll 0 0;

}

.det-star {
  float: left;
  margin: 10px 0 0;
}
.bx-dwn {
  background: #fff none repeat scroll 0 0;
  padding: 15px 20px;
}
.bx-dwn-in {
  border: 1px solid #ddd;
  padding: 5px 15px;
}
.bx-dwn-in p {
  font-size: 16px;
  margin: 8px 0;
}
.btn-dwn {
	background: linear-gradient(135deg,#2ea1cf,#ff19d0);
	border-radius: 0;
	color: #ffffff;
	display: inline-block;
	font-size: 14px;
	margin: 4px 8px 4px 0;
	padding: 4px 13px;
}

.rel-mv {
  float: left;
  padding: 7px 20px 0px;
  width: 100%;
}
.rel-mv > a {
  background: #eee none repeat scroll 0 0;
  border-radius: 8px;
  display: inline-block;
  margin: 6px;
  padding: 4px 7px;
}

.fb-cmts {
  float: left;
  padding: 10px 20px;
  width: 100%;
}
.rel-mv1 {
  float: left;
  padding: 10px 15px 4px 15px;
  width: 100%;
}
.rel-mv1 a {
  float: left;
  position: relative;
  width: 100%;
}
.rel-mv1 a img {
  height: 190px;
  width: 100%;
}

.brd-lnk {
	background: #ddd;
	padding: 2px 7px;
}

.det-colin {
  border: 1px solid #dddddd;
  padding: 10px;
  position: relative;
}

.det-lnk {
  background: #eeeeee none repeat scroll 0 0;
  margin: 0 4px;
  padding: 0 6px;
}
.re-col:hover .re-sp {
  background: #000 none repeat scroll 0 0;

}

.re-sp {
  background: rgba(0, 0, 0, 0.65) none repeat scroll 0 0;
  bottom: 0;
  float: left;
  height: 89px;
  left: 0;
  padding: 9px 0 0;
  position: absolute;
  width: 100%;
}
.re-sp span {
  color: #ffffff;
  float: left;
  overflow: hidden;
  padding: 3px 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}


.play_bt::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #FF3400 #FF3400 #FF3400 rgb(255, 255, 255);
    border-image: none;
    border-style: solid;
    border-width: 11px;
    content: "0";
    font-size: 0;
    left: 45%;
    position: absolute;
    top: 34%;
}
.play_bt:hover{
	opacity:1;
}
.play_bt {
     background:#FF3400 none repeat scroll 0 0;
    border-radius: 50%;
    height: 70px;
 opacity: 0.6;
   left: 50%;
    margin-right: -50%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    z-index: 116;
}
.loader{ 
	width: 180px;
	height: 180px;  
	z-index: 0;

   left: 50%;
    margin-right: -50%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
}

.loader:before, .loader:after{ 
	opacity: 0; 
	 content: "\0020"; 
	 position: absolute; 
	 top: 0; 
	 left: 0; 
	 width: 100%;
	 height: 100%; 
	 border-radius: 100px;
	 border: 5px solid #fff;
	 box-shadow: 0 0 50px #fff, inset 0 0 50px #fff; 
	}
.loader:after{ 
	 z-index: 1; 
	 -webkit-animation: gogoloader 2s infinite 1s; 
	 -moz-animation: gogoloader 2s infinite 1s;
	 -o-animation:gogoloader 2s infinite 1s; 
	 animation:gogoloader 2s infinite 1s; 
	}
.loader:before{
	z-index: 2; 
	-webkit-animation: gogoloader 2s infinite; 
	-moz-animation: gogoloader 2s infinite;
	-o-animation:gogoloader 2s infinite;
	animation:gogoloader 2s infinite; }
@-webkit-keyframes gogoloader{ 0%{ -webkit-transform: scale(0); opacity: 0; }
	50%{ opacity: 1; }
	100%{ -webkit-transform: scale(1); opacity: 0; }
}
@-moz-keyframes gogoloader{ 0%{ -moz-transform: scale(0); opacity: 0; }
	50%{ opacity: 1; }
	100%{ -moz-transform: scale(1); opacity: 0; }
}
@-o-keyframes gogoloader{
	0%{ -o-transform: scale(0); opacity: 0; }
	50%{ opacity: 1; }
	100%{ -o-transform: scale(1); opacity: 0; }
}
@keyframes gogoloader{
	0%{ transform: scale(0); opacity: 0; }
	50%{ opacity: 1; }
	100%{ transform: scale(1); opacity: 0; }
}

.sample {
	background: linear-gradient(135deg,#cfae2e,#ff192f);
	border-radius: 0;
	color: #ffffff;
	display: inline-block;
	margin: 5px 0 0 0;
	padding: 4px 10px;
	font-size: 15px;
	font-weight: 600;
}

 .rel-mv > a:hover, .det-lnk:hover, .brd-lnk:hover {
	background: #FF6C00 none repeat scroll 0 0;
	color: #ffffff;
}

.sample:hover {
	background: linear-gradient(135deg,#cfae2e,#ff1919);
	color: #ffffff;
}


.btn-dwn:hover {
	background: linear-gradient(135deg,#00cfff,#ff0060);
	color: #ffffff;
}

.m-mb {
  width: 87px;
  display: inline-block;
}
.owl-theme .owl-nav {
  display: none;
}
.owl-dots {
	margin: 4px 0 0;
	text-align: right !important;
	display: none;
}
.owl-theme .owl-dots .owl-dot span {
	width: 8px !important;
	height: 8px !important;
	margin: 0px 7px -7px !important;
}
.vdo-player {
  float: left;
  padding: 15px 20px 0;
  width: 100%;
}
.nfl {
	float: left;
	margin: 0 0px 0 17px;
	position: relative;
	top: -5px;
	background: #ff6c00;
	color: #fff;
	padding: 4px 16px;
	border-radius: 0;
	z-index: 9999;
	font-weight: 500;
}
.nfl a {
	color: #fff;
}

.nf1l {
	margin: 0 0 0 15px;
	font-size: 16px;
	color: #000;
}

.nf1l .fa.fa-bell-o {
	color: red;
}

.vdo-player video {
  float: left;
  width: auto;
}

.untouch.untc {
  float: left;
  margin: 0;
  width: 50%;
}

.btn-dwn1 {
  text-align: center;
  width: auto;
}

.albumCoverSmall .absmiddle {
  height: 377px;
  width: 100%;
}

.vjs-default-skin1 .vjs-big-play-button1 {
  height: 50px !important;
  left: 50% !important;
  margin-right: -50%;
  top: 50% !important;
  transform: translate(-50%, -50%);
  width: 50px !important;
}

.vjs-default-skin1 .vjs-big-play-button1::before {
  font-size: 15px !important;
  left: 1px !important;
  line-height: 43px !important;
}

.untouch {
  margin: 0 0 25px;
}
.ss {
  text-align: center;
  margin: 7px 0 16px 0;
}
.ss > a {
	background: #ff6c00;
	color: #fff;
	display: inline-block;
	margin: 2px 1px;
	padding: 5px 13px;
	border-radius: 0;
	font-weight: 500;
}
.ytsb {
	background: #d5261c;
	color: #fff;
	padding: 4px 23px;
	font-size: 15px;
	border-radius: 6px;
}
.mc-cl .nw-vdo li.item {
  padding: 0 !important;
  width: 100% !important;
}
.cse-branding-form .touch {
  text-align: left;
}

.cbf p.touch, .cbf a.touch {
	margin: 0;
	padding: 12px 13px;
}
.sb {
  padding-top: 8px;
}
.pb {
  font-family: Conv_ASEES_RG;
}
.subsc {
	text-align: center;
	float: left;
	width: 100%;
	margin: 0 0 12px 0;
}
.subsc img {
  width: 115px;
}
.hd {
  background: #fed700 none repeat scroll 0 0;
  font-size: 11px;
  font-weight: 600;
  padding: 2px 3px;
  position: absolute;
  right: 8px;
  top: 9px;
  z-index: 9999;
}

.vv .nw-vdo .absmiddle {

	height: 200px;

}
/* .owl-item { */
	/* margin-right: 5px !important; */
/* } */
.dwntit {
	margin: 0 0 8px 0;
	font-size: 34px;
	padding: 0 15px;
}

.src-mnn {
	padding: 0 17px;
}
video {
	border-bottom: 0;
	display: block;
	outline: none !important;
	width: 100%;
	border-radius: 0;
}

.moveplayr {
	width: 50%;
	margin: 10px 0 0;
}
.vv .jatinder {

	height: 50%;

}
.vdo-center{
  margin: auto;
width: 669px;
}

/*new14/06/22*/

#cse-search-box {
	margin: 5px 0 0;
}















/*ytplayer*/



.video-container {
	position: relative;
	width: 50%;
	height: auto;
	background: #000000;
	display: flex;
	justify-content: center;
	align-items: center;
}

.video-container video {
    width: 100%;
    height: 100%;
}

.video-container .controls-container {
    position: absolute;
    bottom: 0;
    /* width: 98vw;  */
    margin: auto;
}

.video-container .controls-container .progress-controls {
    width: 100%;
    height: 6px;
    display: flex;
    align-items: center;
}

.video-container .controls-container .progress-controls .progress-bar {
    position: relative;
    width: 100%;
    height: 3.5px;
    background: #424242;
    display: flex;
    align-items: center;
}

.video-container .controls-container .progress-controls .progress-bar .progress {
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.video-container .controls-container .progress-controls .progress-bar .progress .watched-progress {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.video-container .controls-container .progress-controls .progress-bar .progress .watched-bar {
    background: #e31221;
    width: 0%;
    height: 100%;
    transition: height 0.2s;
}

.video-container .controls-container .progress-controls .progress-bar .progress .playhead {
    position: absolute;
    background: #e31221;
    width: 0px;
    height: 0px;
    border-radius: 50%;
    transform: translateX(-50%);
    transition: width 0.2s, height 0.2s;
}

.video-container .controls-container .progress-controls:hover > .progress-bar {
    height: 5px;
}

.video-container .controls-container .progress-controls:hover > .progress-bar .progress .playhead {
    width: 15px;
    height: 15px;
}

.video-container .controls-container .controls {
    position: relative;
    height: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.video-container .controls-container .controls .btn {
	width: 45px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	user-select: none;
	background: transparent;
	padding: 0;
}

.video-container .controls-container .controls .left-side-controls {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    flex-grow: 2;
}

[type="range"] {
    margin: 0;
    padding: 0;
    width: 52px;
    height: 1.5em;
    background: transparent;
    outline: none;
}

[type="range"],
[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
}

[type="range"]::-webkit-slider-thumb {
    box-sizing: border-box;
    border: none;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
}

[type="range"]::-moz-range-thumb {
    box-sizing: border-box;
    border: none;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
}

.video-container .controls-container .controls .left-side-controls .volume-control {
    height: 100%;
    display: flex;
}

.video-container .controls-container .controls .left-side-controls .volume-control .volume-panel {
    position: relative;
    width: 0px;
    transition: width .2s;
    overflow: hidden;
}

.video-container .controls-container .controls .left-side-controls .volume-control .volume-panel .input-div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 52px;
    height: 3px;
}

.video-container .controls-container .controls .left-side-controls .volume-control .volume-panel .input-div .volume-input-div {
    position: relative;
    width: 100%;
    height: 100%;
    background: #424242;
}

.video-container .controls-container .controls .left-side-controls .volume-control .volume-panel .input-div .volume-input-div input {
	position: absolute;
	top: -8.5px;
	cursor: pointer;
	left: 0;
}
.controls-container {
	width: 100% !important;
}
.video-container .controls-container .controls .left-side-controls .volume-control .volume-panel .input-div .volume-input-div .volume-progress {
	background: #fff;
	width: 52px;
	height: 100%;
	left: 0;
	float: left;
}

.video-container .controls-container .controls .left-side-controls .time-display {
    color: #ffffff;
    font-size: 13px;
    padding: 0 5px;
    height: 100%;
    display: flex;
    align-items: center;
    pointer-events: none;
    user-select: none;
}

.video-container .controls-container .controls .right-side-controls {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}




/*ytplayer*/



.ssrt.thumbstr {
	width: 100%;
	float: left;
	position: relative;
	background: #000;
}


.stu {
	position: absolute;
	width: 100%;
	left: 0;
}

.std {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}


.ssrt.thumbstr .rel-mv1.owl-carousel.owl-theme.owl-loaded.owl-drag {
	padding: 18px 0 16px 0 !important;
}

.title-btm.tit-cmt {
	margin: 0 0 0 0;
}

.stdmob,.stumob {
	display: none;
}

.scr_shot {

	margin: 1px 0 !important;
}




.inss {
	color: #feb501;
	position: absolute;
	right: 15px;
	/* z-index: 9999; */
	top: 12px;
	font-weight: 600;
}

.jatinder p span.pull-right {
	padding: 4px 0px 4px 10px;
}
/*.sul {
  width: 300px;
  position: absolute;
  background: #fff;
  z-index: 3;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  padding: 14px 0px;
  border: 1px solid #E5E5E5;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3);
}
.sul li {
  font-size: 16px;
  color: #4A4A4A;
  font-weight: 900;
  padding: 6px 0px;
  padding-left: 0px;
  display: block;
  padding-left: 16px;
  cursor: pointer;
}*/