.video-style {
    border-radius: 15px;
}
@media (max-width: 600px) {
.video-name-text {
	font-family: sans-serif;
    font-weight: bold;
    font-size: 4vw;
}
}
.btn-style {
    margin: 5px 0;
    border-radius: 30px !important;
    background-color: #272727;
    color: white !important;
}
.btn-style:hover {
    border-radius: 30px !important;
    background-color: #272727;
    color: white !important;
}
.btn-style-2 {
    border-radius: 30px !important;
    background-color: #272727;
    color: white !important;
	margin: 5px 0;
}
.btn-style-2:hover {
    border-radius: 30px !important;
    background-color: #272727;
    color: white !important;
}
#discription {
    background: border-box;
    height: auto;
    width: 100%;
    border: 1px solid white;
    border-radius: 15px;
    background-color: #f8f8fa;
    box-shadow: 0 2px 6px -1px rgba(0,0,0,.16),0 6px 18px -1px rgba(0,0,0,.1)!important;
    padding: 12px;
}
.font-style {
    font-family: Roboto,Arial,sans-serif;
    font-size: 15px;
    font-weight: bold;
}

.detailBox {
    width: 100% !important;
    border: 1px solid #bbb !important;
    margin: 30px 0 !important;
}
.titleBox {
    background-color:#fdfdfd;
    padding:10px;
}
.titleBox label{
  color:#444;
  margin:0;
  display:inline-block;
}

.commentBox {
    padding:10px;
    border-top:1px dotted #bbb;
}
.commentBox .form-group:first-child, .actionBox .form-group:first-child {
    width:80%;
}
.commentBox .form-group:nth-child(2), .actionBox .form-group:nth-child(2) {
    width:18%;
}
.actionBox .form-group * {
    width:100%;
}
.taskDescription {
    margin-top:10px 0;
}
.commentList {
    padding:0;
    list-style:none;
    max-height:200px;
    overflow:auto;
}
.commentList li {
    margin:0;
    margin-top:10px;
}
.commentList li > div {
    display:table-cell;
}
.commenterImage {
    width:30px;
    margin-right:5px;
    height: auto;
    float:left;
}
.commenterImage img {
    width:100%;
    border-radius:50%;
}
.commentText p {
    margin:0;
}
.sub-text {
    color:#aaa;
    font-family:verdana;
    font-size:11px;
}
.actionBox {
    border-top:1px dotted #bbb;
    padding:10px;
}
@media (min-width: 768px) {
.form-inline .form-control {
    display: inline-block;
    width : 100% !important; 
    vertical-align: middle;
}
}
#discription a {
   text-decoration: none;
   color: #337ab7;
}
.more-less-btn {
   border-radius: 30px !important;
   padding: 0px 20px !important;
}
.more-less-btn:focus-visible {
   outline: 0px dashed darkorange !important;
}
.more-less-btn:focus {
   outline: 0px dashed darkorange !important;
}
.dropdown-btn {
   float: right;
   margin: 5px 0 0 5px;
}
.dropdown-toggle:focus-visible {
   outline: 0px dashed darkorange !important;
}
.dropdown-toggle:focus {
   outline: 0px dashed darkorange !important;
}
.dropdown-menu {
   background-color: #333 !important;
}
.dropdown-menu li a {
    background-color: #333;
    color: white !important;
    border: 1px;
}
.dropdown-menu li a:hover {
    background-color: var(--yt-spec-10-percent-layer) !important;
    color: white !important;
}
.pb-15 {
    padding-bottom: 15px;
}
.shadow-4 {
    box-shadow: 0 2px 15px -3px rgba(0,0,0,.07),0 10px 20px -2px rgba(0,0,0,.04)!important;
    border-radius: 15px;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: -67px!important;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 100% !important;
    padding: 5px 2px !important;
    margin: 5px 0 0 !important;
    font-size: 14px;
    text-align: center !important;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.panel {
    background-color: #0A0E11 !important;
}
@media (max-width: 345px) {
.panel a {
    color: #fff !important;
}
}
.panel a {
    color: #fff !important;
}
.panel a:hover {
    color: #fff !important;
	text-decoration: none;
}
.p-1 {
	padding: 1px;
}


.fa-whatsapp {
	font-size: 20px !important;
    color: white;
    background-color: #25D366;
    border-radius: 5px;
    padding: 2px 5px;
}
.fa-twitter {
	font-size: 20px !important;
    color: white;
    background-color: #1DA1F2;
    padding: 2px 5px;
    border-radius: 30px;
}
.fa-envelope {
	font-size: 20px !important;
    color: white;
    background-color: #1DA1F2;
    border-radius: 5px;
    padding: 2px 5px;
}
.fa-facebook {
	font-size: 20px !important;
    color: white;
    background-color: #3B5998;
    border-radius: 5px;
    padding: 2px 8px 2px 8px;
}
.drop-btn {
	background-color: #333;
	color: white;
	margin: 5px 0;
}
.drop-btn:hover {
	background-color: #333;
    color: white !important;
}
.drop-btn:focus {
    color: white !important;
}
@media (min-width: 992px) {
.slideitem {
    width: 20% !important;
}


}
@media (min-width: 768px) and (max-width: 992px) {
.slideitem {
    width: 20% !important;
}
}
.line {
	border-bottom: 3px solid;
    width: 265px;
	margin-top: -10px;
}

.text:hover {
    height: 300px;
    opacity: .8;
}

.text>span {
    background: none repeat scroll 0 0 #000;
    bottom: 0;
    color: #ccc;
    left: 0;
    margin: auto;
    padding: 0px 11px 11px;
    position: absolute;
    right: 0;
    transition: all 500ms ease 0s;
}
.text>span h2 {
    padding: 0;
    font-size: 14px;
    color: #ccc;
    float: none;
    text-align: center;
    letter-spacing: 1px;
}
.m-0 {
	margin: 5px 0;
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: none !important;
    background-image: none !important;
    background-image: none !important;
    background-image: none !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control.left {
    background-image: none !important;
    background-image: none !important;
    background-image: none !important;
    background-image: none !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control-prev-icon-1 {
    background-image: url(../images/icon-left.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 52px;
    height: 55px;
    top: 45%;
    left: -10px;
}
.carousel-control-next-icon-2 {
    background-image: url(../images/icon-right.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 30px;
    height: 55px;
    right: -15px !important;
    top: 45%;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4% !important;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: .5;
}
.w-100 {
	width: 100%;
}

.video-name-text {
         font-family: sans-serif;
         font-weight: bold;
         font-size: 25px;
         color: white;
       }
	   .series-text {
         font-family: sans-serif;
         font-weight: bold;
         font-size: 25px;
         color: white;
        }
		.text {
         bottom: 0;
         height: 190px;
         left: 0;
         margin: auto;
         max-width: 271px;
         opacity: 0;
         overflow: hidden;
         position: absolute;
         right: 0;
         text-align: center;
         top: 0;
         transition: all 300ms ease 0s;
         width: 100%;
         direction: rtl;
        }
		.scroll-h {
		 height: 750px !important;
	   }
		.scroll {
         overflow: auto;
         height: 650px;
        }
		.scroll::-webkit-scrollbar {
         width: 5px;
        }
       .scroll::-webkit-scrollbar-track {
         background: #f1f1f1; 
        }
       .scroll::-webkit-scrollbar-thumb {
         background: #888; 
        }
       .scroll::-webkit-scrollbar-thumb:hover {
         background: #555; 
        }
		.side-video-content {
         font-family: Roboto,Arial,sans-serif;
         font-size: 15px;
         line-height: 2rem;
         font-weight: 500;
         color: white;
       }
	   .side-video-contentsec {
         font-family: Roboto,Arial,sans-serif;
         color: white;
         opacity: 0.8;
       }
	   
	   @media (min-width: 320px) and (max-width: 768px) {
		.text {
         height: 190px;
         left: 0;
         margin: auto;
         max-width: 100% !important;
         opacity: 0;
         overflow: hidden;
         position: absolute;
         right: 0;
         text-align: center;
         bottom: 0 !important;
		 top: auto !important;
         transition: all 300ms ease 0s;
         width: 100%;
         direction: rtl;
        }
        }

   .img_show{
       width: 100%;
        overflow: hidden;
        vertical-align: middle;
        float: none;
        display: inline-block;
   }

 /* Video::-webkit-media-controls-mute-button, Video::-webkit-media-controls-volume-slider-button {
    background-color: #560007;
    border-radius: 50%;
    right: 10px;
    margin-left: 9px;  
    width: 27px;
    height: 55%;
    margin-top: 16px;
    min-width: 1px;
    position: relative;
}*/



