

	.player_title{
		color: #4c4c4c !important;
	    font-size: 28px;
	    font-weight: bold !important;
	    margin-top: 20px;
	}

	.text3 {
	    overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    line-height: 35px;
	    max-height: 70px;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
	    padding: 5px !important;
	}

	.time_duration_div{
		margin-top: 20px;
		font-size: 16px;
	}

	.leave_reply_div{
		text-align: center;
	}

	.leave_reply_div h1{
		 font-weight: bold;
	}

	.leave_reply_div .email_comment{
		color: #000000;
		font-weight: bold;
		margin-top: 15px;
	}

	.leave_reply_div .comment{
		color: #a8a8a8;
		font-weight: bold;
		margin-top: 15px;
	}

	.text_area textarea{
		width: 100%;
    	height: 200px;
    	/*border: 2px solid #a5bde9;*/
	}

	.pad_left_right{
		padding-left: 0px;
    	padding-right: 0px;
	}

	.mrg_top{
		margin-top: 25px;
	}

	.for_input{
		    width: 90%;
	}
	.for_input_2{
		    width: 100%;
			border: none;
			height: 35px;
	}

	.post_btn{
		    margin-top: 40px;
		    text-align: center;
	}

	.post_btn button{
		text-align: center;
	}

	.input_title{
		text-align: center;
	}

	.related_video_size{
		font-size: 12px;
	}

	.related_video_title{
		font-size: 26px;
    	font-weight: bold;
    	color: black !important;

	}

	.pad_right{
		padding-right: 0px;
	}

	.b_b_v_title{
		border-bottom: 1px solid #a8a8a8;
	}

	.slider_left_arrow{
		    margin-left: -60px !important;
	}

	.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
	    width: 30px;
	    height: 30px;
	    margin-top: -25px !important;
	    font-size: 30px;
	}	

	.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
	    margin-right: -60px !important;
	}

	.right_scrol{
		height: 1100px;
    	overflow: hidden;
	}

	@media(min-width: 320) and (max-width: 480px;){

	}

	@media(min-width: 481) and (max-width: 668px;){
		.slider_left_arrow{
		    margin-left: -15px !important;
		}

		.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
		    margin-right: -15px !important;
		}

	}