.rowhd {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.colhd {
	position: relative;
}

.colhd.sidebar {
	width: 33.33%;
	padding: 10px;
}

.colhd.mainContent {
	width: 66.666%;
	padding: 10px;
}

.showMb {
	display: none;
}

.searchBar {
	width: 100%;
	position: relative;
	display: flex;
}

.searchhd {
	width: 100% !important;
	color: #112b42;
	border-radius: 100px !important;
	padding: 10px 20px !important;
	border: 1px solid #E5EAEE !important;
	font-size: 1rem;
	line-height: 1.5;
}

.searchbtn:hover {
	background-color: white;
}

.searchbtn {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translate(0, -50%);
	background: url(../png/search.png);
	background-size: contain;
	border: 0px !important;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center;
}

.videoTabs {
	display: flex;
	align-items: center;
	padding: 30px 0px;
	position: relative;
	overflow: hidden;
}

.videoTabs .tabshd {
	width: 35%;
	cursor: pointer;
	display: inline-flex;
}

.tabshd h4 {
	font-size: 1.5rem;
	margin: 0;
	font-weight: 400 !important;
	border-bottom: 2px solid transparent;
	padding-bottom: 5px;
	display: inline;
}

.tabshd:hover h4 {
	color: #0e66b1 !important;
	position: relative;
	display: inline;
	padding-bottom: 5px;
	border-bottom: 2px solid #0e66b1;
}

.tabshd.active h4 {
	color: #0e66b1 !important;
	position: relative;
	display: inline;
	padding-bottom: 5px;
	border-bottom: 2px solid #0e66b1;
}


div#fullScreen {
	width: 40%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	cursor: pointer;
}

.videobox {
	display: flex;
	align-items: flex-start;
	cursor: pointer;
	margin-bottom: 10px;
}

.videobox h4 {
	margin: 0;
}

.videobox .videoThumbnail {
	width: 50% !important;
	position: relative;
}

.videobox .videoDesc {
	width: 60% !important;
	padding-left: 5%;
	padding-right: 5% !important;
}

.videobox .videoDesc h4 {
	font-size: 18px !important;
	margin-bottom: 10px;
}

.videobox .videoThumbnail:before {
	content: "";
	width: 100%;
	height: 100%;
	background: url(../png/play.png);
	position: absolute;
	background-size: auto;
	opacity: 0;
	background-repeat: no-repeat;
	background-position: center;
	transition: .3s all ease;
	z-index: 1;
}

.videobox:hover .videoThumbnail:before {
	opacity: 1;
}

.videoMainBox {
	display: none;
}

.videoMainBox.active {
	display: block;
}

.titlediv h1 {
	font-size: 30px;
	color: #0e66b1 !important;
	margin: 0;
}

.titlediv {
	margin-bottom: 35px;
	margin-top: 10px;
}

.videoframe {
	display: none;
}

.videoframe.active {
	display: block !important;
}

.videoframe iframe {
	border: 0px;
}

.desktopmobchrometabs {
	display: flex;
	margin: 30px 0px;
}

.desktopmobchrometabs .tabshd {
	margin-right: 30px;
	cursor: pointer;
}

div#videoDescription p {
	font-size: 20px;
}

#videoDescription {
	width: 70%;
	margin-top: 30px;
}

#videoListsUl {
	width: 70%;
	margin-bottom: 30px;
}

.listshd {
	display: flex;
	align-items: center;
	font-size: 20px;
	margin-bottom: 30px;
}

.listshd a {
	color: #2d2d2dc7;
	text-decoration: none;
}

.listshd a:hover {
	color: #0e66b1;
	text-decoration: none;
}

.listshd img {
	margin-right: 10px;
}

.btnhd {
	font-size: 14px !important;
	font-weight: 700 !important;
	background-color: #0e66b1 !important;
	border-radius: 100px !important;
	padding: 16px 60px !important;
	text-decoration: none;
	color: white;
	transition: 0.3s all ease;
	display: inline-block;
}

.btnhd:hover {
	box-shadow: 1px 5px 6px rgba(0, 0, 0, 0.4) !important;
	transition: 0.3s all ease;
}

.fullscreenicon img {
	display: none;
}

.fullscreenicon img.active {
	display: block !important;
}

.fullscreenActive .sidebar,
.fullscreenActive .mainContent {
	width: 100%;
}

.rowhd.fullscreenActive {
	display: block !important;
}

.fullscreenActive .videoLists .videoMainBox.active {
	display: flex !important;
	flex-wrap: wrap;
}

.fullscreenActive .videobox {
	width: 25% !important;
	display: block !important
}

.fullscreenActive .videobox {
	width: 25% !important;
	display: block !important
}

.fullscreenActive .videoLists .videoThumbnail {
	width: 95% !important;

}

.fullscreenActive .videobox .videoDesc {
	width: 95% !important;
	padding-left: 0px !important;
	text-align: center !important;
	margin-top: 10px;
}

.fullscreenActive .searchBar,
.fullscreenActive .videoTabsSidebar {
	width: 30%;
	margin: 0 auto;
}

.fullscreenActive .colhd.mainContent iframe {
	height: 640px;
}

.videoLists {
	height: 500px !important;
	overflow-x: auto;
}

.videoLists::-webkit-scrollbar {
	width: 3px;
}

.videoLists::-webkit-scrollbar-thumb {
	background: #0e66b1;
}

.videoLists::-webkit-scrollbar-track {
	background: #f1f1f1;
}

.stickyDiv {
	position: sticky;
	top: 20px;
}

button.searchbtn:focus {
	background-color: white !important;
	box-shadow: none !important;
	outline: none !important;
}

.videoDesc p {
	font-size: 14px !important;
}

.fullscreenActive .videoLists {
	height: auto !important;
}

.btnhd:hover {
	color: white !important;
}

div#checkingdiv {
	margin-top: 30px;
}

.accordionhd {
	background-color: #0e66b1;
	color: white !important;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	transition: 0.4s;
	text-align: center;
}

.accordionhd.active,
.accordionhd:hover {
	background-color: #000;
}

.panelhd {
	/* padding: 0 18px; */
	display: none;
	/* background-color: white; */
	overflow: hidden;
	margin-top: 10px;
}

.show-for-mobile {
	display: none;
}
.searchBarMob.show-for-mobile {
	position: absolute;
	z-index: 1;
	width: 93%;
	right: -100%;
	transition:0.3s all ease;
}
.searchBarMob.active {
	right: 0;
	transition: 0.3s all ease;
}
@media only screen and (max-width: 1500px) {
	.videoTabs {
		
		justify-content: space-between;
		
	}
	div#fullScreen {
		width: unset !important;
	}
}
/** MOBILE RESPONSIVE **/
@media only screen and (max-width: 700px) {
	.rowhd {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.videoTabs {
		margin-top: 5px;
		border-top: 1px solid #5656566e;
	}
	.hide-for-mobile.titlediv {
		display: none;
	}
	.videoLists {
		height: auto !important;
	}

	.showMb {
		display: block !important;
	}

	.colhd.sidebar {
		width: 100%;
	}

	.colhd.mainContent {
		width: 100%;
		padding-top: 210px;
	}

	.videoTabs h4 {
		font-size: 20px;
	}

	.videoTabs .fullscreenicon {
		display: none !important;
	}

	#videoDescription {
		width: 100%;
	}

	#videoListsUl {
		width: 100%;
	}

	#iframeVideo iframe {
		height: 230px !important;
	}

	div#videoDescription p {
		font-size: 17px;
	}

	#videoListsUl {
		font-size: 17px !important;
	}

	.listshd {
		font-size: 17px;
	}

	.listshd img {
		width: 15px;
	}

	div#iframeVideo {
		height: 230px !important;
	}

	.rowhd {
		flex-direction: column-reverse;
	}

	div#iframevideoinner.fixedVideo {
		position: fixed;
		width: 100%;
		left: 0;
		top: 0;
		z-index: 9;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

	div#iframevideoinner {
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

	main.site-main.post-1498.page.type-page.status-publish.hentry {
		padding: 30px 0px !important;
	}

	.show-for-mobile {
		display: block !important;
	}

	.hide-for-mobile {
		display: none;
	}

	div#iframeVideo {
		position: absolute !important;
		width: 100%;
		left: 0;
		top: -30px;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

	.titlediv h1 {
		font-size: 22px;
		color: #565656 !important;
	}

	.tabshd h4 {
		font-size: 18px;
	}
	.desktopmobchrome .tabshd h4 {
		font-size: 14px;
		padding: 5px 10px;
	}
	.desktopmobchrome .tabshd.active h4 {
		color:white !important;
		border:0px !important;
		border-radius: 10px !important;
		background-color: #0e66b1;
		padding:5px 10px;
	}

	.videoDesc h4 {
		font-size: 16px !important;
	}

	.panelhd.active {
		display: block !important;
	}

	.titlediv {
		display: flex;
		justify-content: space-between;
		align-items: start;
		margin-bottom: 10px !IMPORTANT;
	}

	.titlediv span {
		color: #565656;
		cursor: pointer;
		transition: 0.3s all ease;
	}

	span.active.readmore.show-for-mobile {
		transform: rotate(90deg);
		transition: 0.3s all ease;
	}

	div.mobileSearchBox {
		width: 10%;
		text-align: left;
		height: 20px;
	}

	div#searchBtn img {
		width: 20px;
		margin-bottom: -6px;
	}

	.desktopmobchrometabs {
		margin-bottom: 0px;
		margin-top: 20px;
	}
	div#searchBtn.active img:last-child {
		display: none;
	}

	div#searchBtn.active img:first-child {
		display: block;
	}

	div#searchBtn img:last-child {
		display: block;
	}

	div#searchBtn img:first-child {
		display: none;
	}
	section.elementor-element.elementor-element-1ce7a3c.elementor-section-stretched.elementor-section-full_width.elementor-section-content-middle.elementor-section-height-default.elementor-section-height-default.elementor-section.elementor-top-section {
		height: 120px !important;
		margin-top: 0;
		margin-bottom: 0px;
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
div#searchBtn {
	display: none;
}
#searchValuesMob {
	display: none;
}

div#searchBtnClose {
	display: none;
}

div#searchBtn.active {
	display: block;
}

div#searchBtnClose.active {display: block;}
.tabshd.active {
	pointer-events: none;
}
#checkingdiv {
	display:none;
}

@media only screen and (max-width: 770px) and (min-width: 699px){
	.tabshd h4 {font-size: 17px;}

	.videoTabs .tabshd {
		width: 100% !important;
	}

	.videobox .videoDesc h4 {
		font-size: 14px !important;
	}

	.videoDesc p {
		font-size: 12px !important;
	}
	#fullScreen {
		display: none !important;
	}
	div#iframeVideo iframe {
		height: 250px !important;
	}
}
@media only screen and (max-width: 1025px) and (min-width: 769px){
	.tabshd h4 {
		font-size: 20px !important;
	}

	.videoTabs .tabshd {
		width: 80% !important;
	}
	.videobox .videoDesc h4 {
		font-size: 14px !important;
	}
	div#iframeVideo iframe {
		height: 350px !important;
	}
}

.videobox.watched {
	transition: 0.3s all;
	opacity: 0.6;
}


.videobox.watched:hover {
	opacity: 1;
	transition: 0.3s all;
}
.focusActive .videoThumbnail img {
	box-shadow: 0px 4px 3px rgba(0,0,0,0.2);
}
div#adBlock {
	position: absolute;
	top: 0;
	left: 0;
	background: #000000bf;
	width: 100%;
	height: 100%;
	color: white;
	display: none;
	align-items: center;
	justify-content: center;
}


div#adBlock.active {
	display: flex;
}