/*pooja css starts*/
.video-header-pnl {
	text-align: center;
	border-bottom: 1px solid #ddd;
	padding-bottom: 1rem;
}
.video-header-pnl h2 {
	font-size: 48px;
	color: #35b350;
	font-family: 'Futura PT';
	font-weight: 500;
	font-style: normal;
}
.video-header-pnl p {
	font-size: 24px;
	color: #444;
}
.video-right-pnl {
    border-bottom: 1px solid #ddd;
    padding: 12px 0;
}
.video-right-pnl:first-child {
    padding-top: 0;
}
.video-right-img {
    width: 39%;
    display: inline-block;
    vertical-align: top;
    position:relative;
}
.video-right-img::after {
    content: "\f04b";
    font-family: FontAwesome;
    position: absolute;
    top: 37%;
    bottom: 0;
    left: 40%;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    color: #f69200;
    border: 2px solid #f69200;
    padding: 0px 8px;
    border-radius: 100%;
    line-height: 29px;
    width: 30px;
    height: 30px;
    pointer-events: none;
}
.video-right-img:hover::after{
    color:#f2aa32;
    border: 2px solid #f2aa32;
}
.video-right-detail {
    width: 60%;
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
}
.video-right-detail h6 {
    margin: 7px 0 0;
    color: #333;
    font-size: 16px;
}
.video-right-detail p {
    color: #333;
    font-size: 16px;
    min-height: 46px;
}
.video-left-main {
    padding: 3rem 0;
    position:relative;
}
.video-left-main::after {
    content: "\f04b";
    font-family: FontAwesome;
    position: absolute;
    top: 40%;
    bottom: 0;
    left: 45%;
    font-size: 32px;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    color: #f69200;
    border: 2px solid #f69200;
    padding: 0px 15px;
    border-radius: 100%;
    line-height: 45px;
    width: 50px;
    height: 50px;
    pointer-events: none;
}
.video-left-main:hover::after {
    color: #f2aa32;
    border: 2px solid #f2aa32;
}
.video-right-main {
	padding: 3rem 0;
}
.video-first-pnl {
	padding: 4rem 0 0;
}
.video-display-inner label {
    padding: 0 10px;
    color: #f69200;
    font-size: 15px;
    display: block;
    font-weight: normal;
}
.video-display-inner label span {
    cursor: pointer;
    padding:0 10px;
    font-size: 17px;
    color:#337ab7;
    position:relative;
}
.video-display-inner label span:first-child{
    padding:0 10px 0 0;
}
.video-display-inner label span:first-child:after{
    display:none;
}
.video-display-inner label span:after {
    content: "";
    position: absolute;
    left: -3px;
    background: #ddd;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    top: 10px;
} 
.video-display-inner .video-display-desc {
    display: none;
    font-size: 16px;
    color: #414141;
}
.video-display-inner:hover .video-display-desc {
    display: block;
}
.video-right-pnl .video-display-desc {
   display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    min-height: auto;
    margin-bottom: 0;
    font-size: 15px;
    color: #828282;
}
/*pooja css ends*/

/*neha css starts*/
.video-section{
	padding: 35px 0;
}
.corporate-tabs.video-tabs .nav-tabs li a{
	font-size: 30px;
}
.all-video-sc{
	position: relative;
	text-align: right;
	width: 200px;
	float: right;
}
.all-video-sc select{
	width: 100%;
	text-align: left;
	border:1px solid #f69200;
	border-radius: 5px;
	color:#444;
	font-size: 16px;
	-webkit-appearance:none;
	background: transparent;
	padding: 7px;
	cursor: pointer;
}
.all-video-sc select::-ms-expand{
	display: none;
}
.all-video-sc:after{
	content: "\f0d7";
	font-family: FontAwesome;
	color: #f69200;
	display: inline-block;
	font-size: 25px;
	position: absolute;
	right: 8px;
	top: 3px;
	pointer-events: none;
}
.video-display-sc{
	float: left;
	width: 100%;
	clear: both;
}
.video-display-inner {
    width: 30.6%;
    margin-right: 3.8%;
    box-shadow: 1px 1px 10px #c6c6c6;
    display: inline-block;
    margin-top: 30px;
    vertical-align: top;
    background: #fff;
}
.video-display-inner:nth-child(3n){
	margin-right: 0;
}
.video-display-inner img{
	width: 100%;
}
.video-display-inner {position:relative;}
.video-display-inner:after{
    content: "\f04b";
    font-family: FontAwesome;
    position: absolute;
    top: 85px;
    bottom: 0;
    left: 42%;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    color: #f69200;
    border: 2px solid #f69200;
    padding: 0px 10px;
    font-size: 25px;
    border-radius: 100%;
    line-height: 37px;
    width: 40px;
    height: 40px;
    pointer-events: none;
}
.video-display-inner:hover:after{
    color:#f2aa32;
    border: 2px solid #f2aa32;    
}
.video-display-inner h3 {
    padding: 10px 10px;
    font-size: 18px;
    line-height: 23px;
    color: #35b350;
    margin: 0;
    min-height: 70px;
    background: #fff;
    font-family: 'Futura PT';
    font-weight: 500;
    font-style: normal;
}
.video-display-inner p{
	font-size: 12px;
	color: #8a8a8a;
	margin-bottom: 0;
	background: #fff;
	padding: 10px 10px;
}
.video-dropdown{
	display: none;
}
.modal-backdrop.in{
	background: #fff !important;
}
.video-popup .modal-dialog{
	float: none;
}
.video-popup .modal-title{
	font-family: 'Futura PT';
    font-weight: 500;
    font-style: normal;
    font-size: 24px;
}
.video-popup .modal-body img{
	cursor: pointer;
}
/*neha css ends*/
@media(min-width:1025px) and (max-width:1199.90px){
    .video-display-inner:after{
        top:65px;
    }
	/*pooja css starts*/
    .video-display-inner{
        margin-right:3%;
    }
	.video-right-detail p {
	    color: #333;
        font-size: 15px;
        min-height: 32px;
        line-height: 16px;
	}
	.video-right-detail h6 {
	    margin: 7px 0 0;
	    font-size: 15px;
	}
	.video-header-pnl h2 {
		font-size: 44px;
	}
	.video-header-pnl p {
		font-size: 22px;
	}
	/*pooja css ends*/
	/*neha css starts*/
	.video-section{
		padding: 0px 0 35px;
	}
	.corporate-tabs.video-tabs .nav-tabs li a {
	    font-size: 25px;
	    padding: 7px 28px;
	}
	.corporate-tabs.video-tabs .nav-tabs li:nth-child(1) a{
		padding-left: 0;
	}
	/*neha css ends*/
}

@media(min-width:992px) and (max-width:1024.90px){
    .video-display-inner:after{
        top:65px;
    }
	/*pooja css starts*/
    .video-display-inner{
        margin-right:3%;
    }
	.video-right-detail p {
	    color: #333;
    font-size: 15px;
    min-height: 32px;
    line-height: 16px;
	}
	.video-right-detail h6 {
	    margin: 7px 0 0;
	    font-size: 15px;
	}
	.video-header-pnl h2 {
		font-size: 44px;
	}
	.video-header-pnl p {
		font-size: 22px;
	}
	/*pooja css ends*/
	/*neha css starts*/
	.video-section{
		padding: 0px 0 35px;
	}
	.corporate-tabs.video-tabs .nav-tabs li a {
	    font-size: 25px;
	    padding: 7px 28px;
	}
	.corporate-tabs.video-tabs .nav-tabs li:nth-child(1) a{
		padding-left: 0;
	}
	/*neha css ends*/
}

@media(min-width:768px) and (max-width:991.90px){
	/*pooja css starts*/
	.video-right-detail p {
	    color: #333;
	    font-size: 15px;
	    min-height: 46px;
	}
	.video-right-detail h6 {
	    margin: 18px 0 0;
	    font-size: 15px;
	}
	.video-header-pnl h2 {
		font-size: 42px;
	}
	.video-header-pnl p {
		font-size: 20px;
	}
	.video-left-main {
		padding: 1rem 0;
	}
	.video-left-main img {
		width: 100%;
	}
	.video-right-main {
    	padding: 1rem 0;
	}
	.video-right-pnl {
	    border-bottom: none;
	    padding: 12px 0;
	    width: 32%;
	    display: inline-block;
	    margin-right: 10px;
	}
	.video-right-pnl:last-child {
		margin-right: 00;
	}
	.video-right-img, .video-right-img img {
		width: 100%;
	}
	.video-right-detail {
		width: 100%;
		padding-left: 0;
	}
	.video-first-pnl {
    	padding: 2rem 0 0;
	}
	/*pooja css ends*/
	/*neha css starts*/
	.video-section{
		padding: 0px 0 35px;
	}
	.video-tabs.corporate-tabs {
    	margin: 1rem 0;
	}
	.corporate-tabs.video-tabs .nav-tabs li a {
	    font-size: 22px;
	    padding: 7px 12px;
	}
	.corporate-tabs.video-tabs .nav-tabs li:nth-child(1) a{
		padding-left: 0;
	}
	.all-video-sc select{
		font-size: 15px;
	}
	.video-display-inner,.video-display-inner:nth-child(3n){
		width: 48%;
		margin-right: 3%;
	}
	.video-display-inner:nth-child(2n){
		margin-right: 0;
	}
	.media-latest-div::after {
    	right: -21px;
	}
	/*neha css ends*/
}

@media(max-width:767.90px){
	/*neha css starts*/
	.video-section{
		padding: 0px 0 35px;
	}
	.video-tabs.corporate-tabs {
    	margin: 1rem 0;
	}
	.corporate-tabs.video-tabs ul{
		display: none;
	}
	.video-dropdown{
		display: block;
		position: relative;
		margin-bottom: 20px;
	}
	.video-dropdown:after{
		content: "\f0d7";
		font-family: FontAwesome;
		color: #34b350;
		display: inline-block;
		font-size: 25px;
		position: absolute;
		right: 8px;
		top: 3px;
		pointer-events: none;
	}
	.video-dropdown select{
		width: 100%;
		text-align: left;
		border:1px solid #34b350;
		border-radius: 5px;
		color:#444;
		font-size: 16px;
		-webkit-appearance:none;
		background: #fff;
		padding: 7px;
		cursor: pointer;
	}
	.video-dropdown select::-ms-expand{
		display: none;
	}
	/*neha css ends*/
}

@media(min-width:576px) and (max-width:767.90px){
    .video-display-inner:after{
        top:55px;
    }
	/*pooja css starts*/
	.video-right-detail p {
	    color: #333;
	    font-size: 15px;
	    min-height: 63px;
	}
	.video-right-detail h6 {
	    margin: 18px 0 0;
	    font-size: 15px;
	}
	.video-header-pnl h2 {
		font-size: 38px;
	}
	.video-header-pnl p {
		font-size: 17px;
		text-align: justify;
	}
	.video-left-main {
		padding: 1rem 0;
	}
	.video-left-main img {
		width: 100%;
	}
	.video-right-main {
    	padding: 1rem 0;
	}
	.video-right-pnl {
	    border-bottom: none;
	    padding: 12px 0;
	    width: 32%;
	    display: inline-block;
	    margin-right: 7px;
	}
	.video-right-pnl:last-child {
		margin-right: 00;
	}
	.video-right-img, .video-right-img img {
		width: 100%;
	}
	.video-right-detail {
		width: 100%;
		padding-left: 0;
	}
	.video-first-pnl {
    	padding: 0rem 0 2rem;
	}
	/*pooja css ends*/
	/*neha css starts*/
	.all-video-sc select{
		font-size: 15px;
	}
	.video-display-inner,.video-display-inner:nth-child(3n){
		width: 48%;
		margin-right: 3%;
	}
	.video-display-inner:nth-child(2n){
		margin-right: 0;
	}
	.media-latest-div::after,.media-latest-main::after {
    	right: -5px;
	}
	/*neha css ends*/
}

@media(min-width:481px) and (max-width:575.90px){
    .video-display-inner:after{
        top:45px;
    }
	/*pooja css starts*/
	.video-right-detail p {
	    color: #333;
	    font-size: 14px;
	    min-height: 63px;
	}
	.video-right-detail h6 {
	    margin: 18px 0 0;
	    font-size: 14px;
	}
	.video-header-pnl h2 {
		font-size: 38px;
	}
	.video-header-pnl p {
		font-size: 17px;
		text-align: justify;
	}
	.video-left-main {
		padding: 1rem 0;
	}
	.video-left-main img {
		width: 100%;
	}
	.video-right-main {
    	padding: 1rem 0;
	}
	.video-right-pnl {
	    border-bottom: none;
	    padding: 12px 0;
	    width: 32%;
	    display: inline-block;
	    margin-right: 5px;
	}
	.video-right-pnl:last-child {
		margin-right: 00;
	}
	.video-right-img, .video-right-img img {
		width: 100%;
	}
	.video-right-detail {
		width: 100%;
		padding-left: 0;
	}
	.video-first-pnl {
    	padding: 0rem 0 2rem;
	}
	/*pooja css ends*/
	/*neha css starts*/
	.all-video-sc select{
		font-size: 15px;
	}
	.video-display-inner,.video-display-inner:nth-child(3n){
		width: 48%;
		margin-right: 3%;
	}
	.video-display-inner:nth-child(2n){
		margin-right: 0;
	}
	.media-latest-div::after,.media-latest-main::after {
    	right: -5px;
	}
	.video-display-inner h3{
		font-size: 16px;
		line-height: 20px;
		min-height: 80px;
	}
	/*neha css ends*/
}

@media(min-width:360px) and (max-width:480.90px){
    .video-right-img::after{
        top:30%;
        left:39%;
    }
    .video-display-inner:after{
        top:75px;
    }
	/*pooja css starts*/
	.video-right-detail p {
	    color: #333;
	    font-size: 14px;
	    min-height: 46px;
	}
	.video-right-detail h6 {
	    margin: 10px 0 0;
	    font-size: 14px;
	}
	.video-header-pnl h2 {
		font-size: 35px;
	}
	.video-header-pnl p {
		font-size: 16px;
		text-align: justify;
	}
	.video-left-main {
		padding: 1rem 0;
	}
	.video-left-main img {
		width: 100%;
	}
	.video-right-main {
    	padding: 1rem 0;
	}
	.video-right-pnl {
	    border-bottom: 1px solid #ddd;
	    padding: 12px 0;
	    width: 100%;
	    display: inline-block;
	    margin-right: 5px;
	}
	.video-right-pnl:last-child {
		margin-right: 00;
	}
	.video-right-img {
		width: 39%;
	}
	.video-right-img img {
		width: 100%;
	}
	.video-right-detail {
		width: 60%;
		padding-left: 15px;
	}
	.video-first-pnl {
    	padding: 0rem 0 2rem;
	}
	/*pooja css ends*/
	/*neha css starts*/
	.all-video-sc select{
		font-size: 15px;
	}
	.video-display-inner,.video-display-inner:nth-child(3n){
		width: 100%;
		margin-right: 0%;
	}
	.video-display-inner:nth-child(2n){
		margin-right: 0;
	}
	.media-latest-div::after,.media-latest-main::after {
    	right: -5px;
	}
	.video-display-inner h3{
		font-size: 16px;
		line-height: 20px;
		min-height: auto;
	}
	.all-video-sc{
		width: 160px;
	}
	/*neha css ends*/
    .video-left-main::after{
        top:36%;
        left:40%;
        line-height:47px;
    }
}	

@media(min-width:320px) and (max-width:359.90px){
    .video-right-img::after{
        top:26%;
        left:35%;
    }
    .video-display-inner:after{
        top:65px;
    }
    .video-left-main::after{
        top:36%;
        left:40%;
        line-height:47px;
    }
	/*pooja css starts*/
	.video-right-detail p {
	    color: #333;
	    font-size: 14px;
	    min-height: 46px;
	}
	.video-right-detail h6 {
	    margin: 10px 0 0;
	    font-size: 14px;
	}
	.video-header-pnl h2 {
		font-size: 30px;
	}
	.video-header-pnl p {
		font-size: 16px;
		text-align: justify;
	}
	.video-left-main {
		padding: 1rem 0;
	}
	.video-left-main img {
		width: 100%;
	}
	.video-right-main {
    	padding: 1rem 0;
	}
	.video-right-pnl {
	    border-bottom: 1px solid #ddd;
	    padding: 12px 0;
	    width: 100%;
	    display: inline-block;
	    margin-right: 5px;
	}
	.video-right-pnl:last-child {
		margin-right: 00;
	}
	.video-right-img {
		width: 38%;
	}
	.video-right-img img {
		width: 100%;
	}
	.video-right-detail {
		width: 60%;
		padding-left: 15px;
	}
	.video-first-pnl {
    	padding: 0rem 0 2rem;
	}
	/*pooja css ends*/
	/*neha css starts*/
	.all-video-sc select{
		font-size: 15px;
	}
	.video-display-inner,.video-display-inner:nth-child(3n){
		width: 100%;
		margin-right: 0%;
	}
	.video-display-inner:nth-child(2n){
		margin-right: 0;
	}
	.media-latest-div::after,.media-latest-main::after {
    	right: -5px;
	}
	.video-display-inner h3{
		font-size: 16px;
		line-height: 20px;
		min-height: auto;
	}
	.all-video-sc{
		width: 160px;
	}
	/*neha css ends*/
}