video[poster] {
	object-fit: cover;
}

.container.fluid.m_align_n.position-left-text.hide_des {
	display: none;
}

.container.fluid.m_align_n.position-left-text.hide_res {
	/*        padding-top: 200px;*/
	max-width: 95% !important;
	justify-content: center;
	margin-top: 58px;
}

.intro-left {
	color: #ffffff;
	font-size: 35px;
	font-weight: 1000;
	/* font-family: sans-serif; */
	/* width: 407px; */
}

div#timer {
	color: #fff;
	font-size: 20px;
	/* text-align: center; */
	padding-left: 20px;
}

.flag-circle-img img {
	z-index: 12;
	position: relative;
	object-fit: cover;
	height: 30px;
	width: 30px;
	border-radius: 50%;
}

.fd-profile-container {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 120px;
	background: #f2f2f2;
	border-radius: 50% !important;
	overflow: hidden;
}

.fd-location {
	z-index: 12;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	position: relative;
	bottom: 25px;
	left: 85px;
	border: 1.6px solid white;
}

input[type='radio']:checked {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	width: 15px;
	height: 15px;
	padding: 2px;
	background-clip: content-box;
	border: 1px solid #ff554b;
	background-color: #ff554b;
	border-radius: 50%;
}

input[type='radio']:active {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/* display: inline-block; */
	width: 15px;
	height: 15px;
	padding: 2px;
	background-clip: content-box;
	border: 1px solid #ff554b;
	background-color: #ff554b;
	border-radius: 50%;
}

/* width */
::-webkit-scrollbar {
	width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #bdbcbc;
	border-radius: 10px;
}

div#timer_sub_boxx {
	color: #fff;
	font-size: 28px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #999;
}

.badge {
	position: absolute;
	background: red;
	height: 7px;
	width: 7px;
	text-align: center;
	font-size: 1rem;
	border-radius: 50%;
	color: white;
	border: 1px solid red;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.youtube-player {
	position: relative;
	padding-bottom: 56.42%;
	/* Use 75% for 4:3 videos */
	height: 0;
	max-width: 100%;


}

.youtube-player-iframe {
	position: relative;
	padding-bottom: 56.42%;
	/* Use 75% for 4:3 videos */
	height: 0;
	max-width: 100%;
}

.youtube-player-iframe iframe {
	position: absolute;
	width: 100%;
	height: 100%;

	background: transparent;
}

.youtube-player video {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: transparent;
}

.youtube-player img {
	bottom: 0;
	display: block;
	left: 0;
	margin: auto;
	max-width: 100%;
	width: 100%;

	right: 0;
	top: 0;
	border: none;
	height: auto;
	cursor: pointer;
	-webkit-transition: 0.4s all;
	-moz-transition: 0.4s all;
	transition: 0.4s all;
}

.youtube-player img:hover {
	-webkit-filter: brightness(50%);

}

.youtube-player .play {
	height: 72px;
	width: 72px;
	left: 50%;
	top: 50%;
	margin-left: -36px;
	margin-top: -36px;
	position: absolute;
	background: url("../uploades/play_watch_video_black.png") no-repeat;
	cursor: pointer;
	background-size: 72px 72px;
}

</style><style>.verification-notify {
	width: 100%;
	background: #04aadb;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
	display: flex;
	color: white;
}

.adc-myaccount {
	display: flex;
}

.adc-logged-user {
	background-color: #04aadb;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 48px;
	width: 48px;
	border-radius: 50%;
	overflow: hidden;
	border: 2px solid #f2f2f2;
}

.fix_top {
	position: relative;
	align-self: center;
}

.ad-input-text input {
	background: #fafafc;
	border: 1.4px solid #9da6b5;
	box-sizing: border-box;
	border-radius: 4px;
	height: 48px;
	padding-left: 20px;
	font-family: "Poppins";
}

.ratings_stars {
	width: 35px;
	height: 35px;
	float: left;
	font-size: 30px !important;
}

.selected_star {
	color: orange;
}

.ratings_over {
	color: orange;
}

.selected_star.ratings_over {
	color: orange;
}

th.fc-widget-header {
	font-size: 15px;
	font-family: "Poppins", sans-serif;
}

.rating1 {
	font-size: 20px;
	color: orange;
	display: inline-block;
	overflow: hidden;
}

.rating1::before {
	content: "★★★★★"
}

.ratingNull {
	font-size: 20px;
	color: orange;
	display: inline-block;
	overflow: hidden;
}

.ratingNull::before {
	content: "★★★★★"
}

/* Tooltip container */
.tooltip {
	position: relative;
	cursor: pointer;
}

/* Tooltip text */
.tooltip .tooltiptext {
	visibility: hidden;
	width: auto;
	bottom: 100%;
	left: 50%;
	margin-left: -60px;
	background-color: black;
	color: #fff;
	text-align: center;
	padding: 5px 15px 5px 15px;
	border-radius: 6px;

	/* Position the tooltip text - see examples below! */
	position: absolute;
	z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
	visibility: visible;
}

/* Read More Css*/

.addReadMore.showlesscontent .SecSec,
.addReadMore.showlesscontent .readLess {
	display: none;
}

.addReadMore.showmorecontent .readMore {
	display: none;
}

.addReadMore .readMore,
.addReadMore .readLess {
	font-weight: bold;
	margin-left: 2px;
	color: blue;
	cursor: pointer;
}

.addReadMoreWrapTxt.showmorecontent .SecSec,
.addReadMoreWrapTxt.showmorecontent .readLess {
	display: block;
}

.tooltip-more {
	display: inline-block;
	position: relative;
	/*border-bottom:1px dotted #666;*/
	text-align: left;
	padding: 0 !important;
}

.dot {
	height: 10px;
	width: 10px;
	background-color: #ff554b;
	border-radius: 50%;
	display: inline-block;
	margin-right: 5px;
}

.tooltip-more h3 {
	margin: 12px 0;
}

.tooltip-more .bottom {
	min-width: 200px;
	/*max-width:400px;*/
	top: 30px;
	left: 0%;
	transform: translate(-50%, 0);
	padding: 20px;
	color: #999494;
	background-color: white;
	border-radius: 8px;
	position: absolute;
	z-index: 99999999;
	box-sizing: border-box;
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
	display: none;
}

.tooltip-more:hover .bottom {
	display: block;
}

.tooltip-more .bottom img {
	width: 400px;
}

.tooltip-more .bottom i {
	position: absolute;
	bottom: 100%;
	left: 75%;
	margin-left: -12px;
	width: 24px;
	height: 12px;
	overflow: hidden;
}

.tooltip-more .bottom i::after {
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	left: 50%;
	transform: translate(-50%, 50%) rotate(45deg);
	background-color: white;
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}

.hm-feature-button2 {
	color: grey;
	/*padding: 20px;*/
	border: 1.8px solid #808080;
	width: 100px;
	padding: 1px 1px 1px 1px;

}

.hm-feature-button1 {
	color: grey;
	display: block;
	border: 1.8px solid #808080;
	box-sizing: border-box;
	border-radius: 4px;
	margin: inherit;
	text-decoration: none;
	width: 186px;
	padding: 10px 10px 10px 10px;
	font-size: 16px;
	text-align: center;
	align-self: center;
	transition: 0.3s;
}

.for_title {
	padding: 0px 10px 20px 10px;

}

.info-middl {
	border-left: 2px solid #e2e4e2;
	padding-left: 1%;
	max-width: 120px;
	display: flex;
	flex-direction: column;

	box-sizing: inherit;

}

.hm-hero-text1 {
	max-width: ;
	font-weight: bold;
	font-size: 37px;
	line-height: 53px;
	color: #f2f2f2;
	margin-top: 300px;
	margin-right: 1200px
}

.hm-hero-text2 {
	/* max-width: ;
    font-weight:bold;*/
	font-size: 30px;
	line-height: 50px;
	color: #f2f2f2;
	margin-top: 0px;
	margin-right: 0px
}

.long_text {
	width: 10em;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.column1 {
	display: flex;
	width: 100%;
	/* justify-content: center; */
	align-items: flex-start;
	padding: 10px 40px;
}

.info-middle1 {
	justify-content: unset;
}

.info-middle1 div {
	padding-left: 4%;
}

.info-middle1 .info-head {
	font-size: 18px;
	line-height: 60px;
	font-weight: 1000;
}

.info-middle1 p {
	font-weight: 100;
}

.pf-key {
	font-weight: 900;
	font-size: 25px;
	line-height: 50px;
	text-transform: uppercase;
	color: #000000
}


.pf-key1 {
	font-weight: 900;
	font-size: 35px;
	line-height: 50px;
	text-transform: uppercase;
	color: #000000
}

.hii {
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	white-space: pre-wrap;
	word-wrap: break-word;
	font-family: 'Poppins',
		sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: black;
	overflow: auto;

}


.booking {
	width: 400px
}

.intro-left {
	color: white;
	font-size: 35px;
	font-weight: 1000;
	/*font-family: sans-serif;*/
	width: 407px;
}


.timer_box {
	background: #000000;
	border-radius: 0px;
	font-weight: 400;
	font-size: 16px;
	width: 350px;
	color: #ffffff;
	border: none;
	transition: 0.4s;
	padding: 15px;
	width: 100%;
}

/*.position-left-text{
    padding-top: 32vh;
}*/
/*.position-left-text{
    padding-top: 0;
}*/


.timer_box1 {
	/*   background: rgb(255 85 74 / 1);
*/
	background: black;
	border: none;
	text-decoration: none;
	width: 100%;
	padding: 10px;
	font-weight: 100;
	font-size: 17px;
	text-align: center;
	text-transform: uppercase;
	color: white;
	transition: 0.3s;
}

.tags {
	margin: 70px 10px 35px 10px;
	font-weight: 500;
	font-size: 150%;
	text-align: ;
}

.hashtag {
	color: grey;
	display: -webkit-inline-box;
	border: 1.8px solid #808080;
	margin: 5px;
	text-decoration: none;
	width: auto;
	font-weight: bold;
	padding: 4px 5px;
	font-size: 12px;
	transition: 0.3s;
	min-width: 100px;
}

.share {
	color: grey;
	border: 1.8px solid #808080;
	text-decoration: none;
	font-weight: bold;
	padding: 2px 11px;
	font-size: 16px;
	transition: 0.3s;
	margin-left: 20px;
	cursor: pointer;
}

.timer_count {
	word-spacing: 8px;
	font-size: 35px;
}

.timer_sub_box {
	text-align: center;
}

.day_wal {
	word-spacing: 35px;
	margin-top: -15px;
}

.courses-bottom {
	padding-bottom: 30px;
}

.center-button {
	width: fit-content;
	margin: auto;
}

.saved {
	background-color: rgb(255 85 74 / 1) !important;
	color: white !important;
	border: none !important;
}

.top-right-watch h2 {
	color: white;

	float: right;
	margin: 11px;
	cursor: pointer;
}

.top-right-watch img {
	padding: 7px 5px;
	cursor: pointer;
	float: left;
}

.top-right-watch {
	position: absolute;
	top: 40vh;
	/* right: 170px; */
	color: white;
	cursor: pointer;
	z-index: 9 !important;
}

.webinar-inner-top {
	width: 100%;
	height: auto;
	float: left;
}

.webinar-inner-top iframe {
	width: 100%;
	/*height: auto;*/
	float: left;
	cursor: pointer !important;
}

.pop-up-container-video {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 50%;
	background: #ffffff;
	box-shadow: 4px 4px 10px rgb(0 0 0 / 15%);
	border-radius: 4px;
	padding: 20px;
	margin-top: 0px;
	/*new css*/
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: fixed;

}

.pop-up-bg-video {
	width: 100vw;
	height: 100%;
	/*  top: 150px;*/
	left: 0;
	position: fixed;
	background: rgba(51, 57, 67, 0.6);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 100;
}

@media only screen and (max-width: 768px) {
	.pop-up-container-video {
		width: 100%;
	}
}

@media only screen and (max-width: 1000px) {
	.pop-up-container-video {
		width: 90%;
	}

	.hm-video {
		height: 100%;
		width: auto;
	}
}

@media (max-width: 800px) {
	.container.fluid.m_align_n.position-left-text.hide_res {
		display: none;
	}

	.container.fluid.m_align_n.position-left-text.hide_des {
		display: block;
	}

	.intro-left {
		color: #0c0a0a;
		font-size: 20px;
		font-weight: 1000;
		/* font-family: sans-serif; */
		/* width: 407px; */
	}

	.hm-video {
		height: 100%;
		width: auto;
	}

}

.top-bar-video {
	display: flex;
	width: 94%;
	justify-content: center;
	margin-bottom: 38px;
}

@media (min-width: 1001px) {
	.top-right-watch h2 {
		width: 100%;
		margin: 0px 11px;
	}

	.top-right-watch img {

		margin: 0 37%;
	}
}

@media only screen and (max-width: 600px) {
	.intro-left {
		width: auto;
	}

	.hm-hero-button {
		width: auto;
	}
}

@media only screen and (max-width: 1100px) {
	.position-left-text {
		/*  padding-top: 38vh;*/
	}

	.top-right-watch {
		position: absolute;
		top: 145px;
		right: 25%;
		color: white;
		cursor: pointer;
		z-index: 9 !important;
	}
}

/* new webnar page css*/
.webinar-container-div {
	width: calc(50% - 40px);
	margin: 20px 0px;
	background: #ffffff;
	box-shadow: 10px 10px 10px rgb(10 10 10 / 10%);
	border-radius: 15px;
	cursor: pointer !important;
	float: left;
	position: relative;
}

.webinar-inner-top {
	width: 100%;
	height: auto;
	float: left;
}

.webinar-inner-top iframe {
	width: 100%;
	float: left;
	cursor: pointer !important;
}

.webinar-section-result {
	width: 85%;
	height: auto;
	margin: 0 auto;
}

.webinar-inner-top-left {
	width: 165px;
	height: auto;
	float: left;
	padding: 11px;
}

.webinar-inner-top-right {
	width: calc(60% - 176px);
	height: auto;
	float: right;
	padding: 11px 11px 11px 11px;
}

.webinar-profile-top {
	width: 100%;
	height: 120px;
	float: left;
}

.webinar-profile-container {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 110px;
	height: 110px;
	background: #f2f2f2;
	border-radius: 50% !important;
	overflow: hidden;
	margin: 0 auto;
}

.webinar-fd-location {
	z-index: 12;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	position: relative;
	bottom: 40px;
	left: 100px;

	border: 1.6px solid white;
}

.webinar-flag-circle-img img {
	z-index: 12;
	position: relative;
	object-fit: cover;
	height: 35px;
	width: 35px;
	border-radius: 50%;
}

.webinar-profile-user-name {
	width: 100%;
	height: auto;
	float: left;
}

.webinar-profile-user-name h2 {
	text-align: center;
	font-size: 20px;
}

.top-right-row-container {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 25px;
	margin-top: 25px;
}

.top-right-row-button {
	height: 50px;
	margin: 0 auto;
	width: 93%;


}


.webinar-feature-button {

	padding: 5px 9px 6px 9px;
	transition: 0.4s;
	float: right;
	margin-right: 8px;
}

.webinar-button-white {
	background: white;
	border: 1px solid #828282;
	color: #828282;
	width: 140px;
	text-align: center;
}

.webinar-button-blue {
	background: #ff554b;
	color: #ffffff;
	border: none;
	width: 140px;
	text-align: center;
}

.webniar-col-3 {
	width: calc(100% - 240px);
	/*   width:33.33%;*/
	padding: 0px 0px 0px 10px;
	height: auto;
	float: left;
}

.webniar-col-3-right-fee {
	/* width:calc(33.33% - 20px);*/
	width: 80px;
	padding: 0px 0px 0px 10px;
	height: auto;
	float: left;
}

.webniar-col-3-right {
	/* width:calc(33.33% - 20px);*/
	width: 130px;
	padding: 0px 0px 0px 10px;
	height: auto;
	float: left;
}

.webinar-border-right {
	border-right: 2px solid #e2e4e2;
}

.webinar-info-head {
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	color: #525050;
	text-align: left;
}

.webinar-info-para {
	font-size: 15px;
	line-height: 26px;
	color: #999494;
	text-align: left;
}

.webinar-info-para span {
	font-size: 15px;
	line-height: 26px;
	color: #6fcf97;
}

.webinar-long_text {

	overflow: hidden;
	/* white-space: nowrap;*/
	text-overflow: ellipsis;
	text-align: left;
}

@media only screen and (max-width: 1300px) {
	.webinar-section-result {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 1092px) {
	.webinar-section-result {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}

	.webinar-inner-top-left {
		width: 165px;
		height: auto;
		float: left;
		padding: 11px;
	}

	.webinar-inner-top-right {
		width: calc(80% - 165px);
		height: auto;
		float: right;
		padding: 11px 11px 11px 11px;
	}

	.webinar-profile-container {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 85px;
		height: 85px;
		background: #f2f2f2;
		border-radius: 50% !important;
		overflow: hidden;
		margin: 0 auto;
	}

	.webinar-fd-location {
		z-index: 12;
		width: 28px;
		height: 28px;
		border-radius: 50%;
		position: relative;
		bottom: 40px;
		left: 94px;

		border: 1.6px solid white;
	}

	.webinar-flag-circle-img img {
		z-index: 12;
		position: relative;
		object-fit: cover;
		height: 28px;
		width: 28px;
		border-radius: 50%;
	}

	.webinar-profile-top {
		width: 100%;
		height: 93px;
		float: left;
	}

	.webinar-info-head {
		font-size: 15px;
		line-height: 24px;
		text-transform: uppercase;
		color: #525050;
		text-align: left;
	}

	.webinar-info-para {
		font-size: 14px;
		line-height: 26px;
		color: #999494;
	}

	.webinar-info-para span {
		font-size: 13px;
		line-height: 26px;
		color: #6fcf97;
	}

}

@media only screen and (max-width: 1092px) {
	.hero-overlay {
		width: 100%;
		height: 100%;
		background: rgba(30, 31, 40, 0.6);
		position: absolute;
	}

	.webinar-container-div {
		width: calc(100% - 200px);
		/*margin: 20px 100px;*/
		background: #ffffff;
		box-shadow: 10px 10px 10px rgb(10 10 10 / 10%);
		border-radius: 15px;
		cursor: pointer !important;
		position: relative;
	}

	.webinar-profile-user-name h2 {
		text-align: center;
		font-size: 18px;
	}
}

@media only screen and (max-width: 768px) {
	.hero-overlay {
		width: 100%;
		height: 100%;
		background: rgba(30, 31, 40, 0.6);
		position: relative;
	}

	.webinar-container-div {
		width: calc(100% - 20px);
		margin: 20px 10px;
		background: #ffffff;
		box-shadow: 10px 10px 10px rgb(10 10 10 / 10%);
		border-radius: 15px;
		cursor: pointer !important;
		position: relative;
	}

	.webinar-profile-user-name h2 {
		text-align: center;
		font-size: 17px;
	}
}

@media only screen and (max-width: 800px) {
	.hero-overlay {
		width: 100%;
		height: 100%;
		background: rgba(30, 31, 40, 0.6);
		position: relative;
	}

	.fd-profile-top {
		height: 160px;
	}

	.fd-profile-container {
		width: 120px;
		height: 120px;
	}

	.fd-profile-container {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 160px;
		height: 160px;
		background: #f2f2f2;
		border-radius: 50% !important;
		overflow: hidden;
	}

	.fd-location {
		width: 30px;
		height: 30px;
		bottom: 30px;
		left: 115px;
	}

	.for_title {
		padding: 0px 10px 20px 10px;
	}

	.fd-profile {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.hm-hero2 {
		height: 55vh;
		min-height: 700px;
	}

	/*.position-left-text {
    padding: 12vh 8% 0px 8%;
}*/

	.top-right-watch {
		top: unset;
		bottom: 35%;
		right: unset;
		text-align: center;
	}

	.m_align_n {
		/*text-align: left;
    align-items: start;*/
	}

	.m_align_n .intro-left {
		/*    width: 100%;*/
	}

	.hm-hero-button {
		/* width: 100%;*/
		margin: 30px 75px;
	}

	.top-right-watch img {
		width: 120px !important;
		float: unset;
	}

	.top-right-watch h2 {
		width: 100%;
	}

	.row-700 {
		padding-top: 30px;
	}

	.fd-info {
		margin-top: 30px;
	}

	.m_fd-info {
		overflow: auto;
	}

	.info-middle div {
		border-left: none;
		border-top: 2px solid #e2e4e2;
		width: 100% !important;
		max-width: 100% !important;
		padding: 20px 0px 30px 0px !important;
		text-align: center;
	}

	.pf-profile-card,
	.info-middle {
		padding-bottom: 0px;
	}
}

@media only screen and (max-width:520px) {
	.hero-overlay {
		width: 100%;
		height: 100%;
		background: rgba(30, 31, 40, 0.6);
		position: absolute;
	}

	.webinar-feature-button {
		padding: 5px 9px 6px 9px;
		transition: 0.4s;
		float: right;
		margin-right: 8px;
		margin-bottom: 8px;

		/* padding: 5px 9px 6px 9px; */
		/* transition: 0.4s;
    float: right;
    margin-right: 8px;
    margin-bottom: 8px;
    font-size: 13px;
    width: 43%;
    float: right;*/

	}

	.top-right-row-button {
		height: auto;
		margin: 0 auto;
		width: 80%;
	}

	.webinar-inner-top-left {
		width: 100%;
		height: auto;
		float: left;
		padding: 11px 0px 11px 0px;
	}

	.webinar-inner-top-right {
		width: 100%;
		height: auto;
		float: right;
		padding: 2px 0px;
	}

	.webinar-profile-container {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 75px;
		height: 75px;
		background: #f2f2f2;
		border-radius: 50% !important;
		overflow: hidden;
		margin: 0 auto;
	}

	.webinar-fd-location {
		z-index: 12;
		width: 26px;
		height: 26px;
		border-radius: 50%;
		position: relative;
		bottom: 36px;
		left: 72px;
		border: 1.6px solid white;
	}

	.webinar-flag-circle-img img {
		z-index: 12;
		position: relative;
		object-fit: cover;
		height: 28px;
		width: 28px;
		border-radius: 50%;
	}

	.webinar-profile-top {
		width: 100px;
		height: 93px;
		float: left;

	}

	.webinar-profile-user-name {
		width: calc(100% - 100px);
		;
		height: auto;
		float: left;
	}

	.webinar-profile-user-name h2 {
		text-align: justify;
		font-size: 17px;
		margin: 21px 11px;
	}

	.hm-hero2 {
		height: 65vh;
		min-height: 750px;
	}
}

@media only screen and (max-width:420px) {
	.hero-overlay {
		width: 100%;
		height: 100%;
		background: rgba(30, 31, 40, 0.6);

	}

	.webniar-col-3 {
		width: 33%;
		padding: 7px 10px;
		height: auto;
		float: left;
	}

}

@media only screen and (max-width:445px) {
	.hero-overlay {
		width: 100%;
		height: 100%;
		background: rgba(30, 31, 40, 0.6);
		/* position: absolute;*/
	}

	.text-block {
		position: absolute;
		bottom: 325px;
		/* right: 112px; */
		/* background-color: aquamarine; */
		color: white;
		padding-left: 20px;
		padding-right: 20px;
		width: 100%;
	}

	.text-block h4 {
		font-size: 19px;
		text-align: center;
	}

	.hm-hero2 {
		height: 70vh;
		min-height: 850px;
	}
}

@media only screen and (min-width:445px) {
	.hero-overlay {
		width: 100%;
		height: 100%;
		background: rgba(30, 31, 40, 0.6);
		/*   position: relative;*/
	}

	.text-block {
		position: absolute;
		bottom: 190px;
		/* right: 112px; */
		/* background-color: aquamarine; */
		color: white;
		padding-left: 20px;
		padding-right: 20px;
		width: 100%;
	}

	.text-block h4 {
		font-size: 20px;
		text-align: center;
	}
}

@media only screen and (max-width:382px) {
	.hero-overlay {
		width: 100%;
		height: 100%;
		background: rgba(30, 31, 40, 0.6);
		/* position: absolute;*/
	}

	.webinar-button-white {
		background: white;
		border: 1px solid #828282;
		color: #828282;
		width: 140px;
		text-align: center;
	}

	.top-right-row-button {
		height: auto;
		margin: 0 auto;
		width: 95%;
	}

	.webinar-button-blue {
		background: #ff554b;
		color: #ffffff;
		border: none;
		width: 140px;
		text-align: center;
	}
}

@media only screen and (max-width:620px) {
	.hero-overlay {
		width: 100%;
		height: 100%;
		background: rgba(30, 31, 40, 0.6);
		position: relative;
	}

	.webniar-col-3 {
		width: calc(100% - 180px);
		/*   width:33.33%;*/
		padding: 0px 0px 0px 10px;
		height: auto;
		float: left;
	}

	.webniar-col-3-right-fee {
		/* width:calc(33.33% - 20px);*/
		width: 70px;
		padding: 0px 0px 0px 10px;
		height: auto;
		float: left;
	}

	.webniar-col-3-right {
		/* width:calc(33.33% - 20px);*/
		width: 110px;
		padding: 0px 0px 0px 10px;
		height: auto;
		float: left;
	}
}

@media (min-width:546px) {
	.responsive-container {
		margin: 0px 85px;
	}

	.join-btn-p-tag {
		justify-content: center !important;
		display: flex !important;
	}
}

.join-btn-p-tag {
	display: block !important;
}

@media (max-width:546px) {

	.join-btn-p-tag {
		justify-content: center !important;
		display: flex !important;
	}
}

.responsive-container {
	margin: 0px 52px;
	border-bottom: 1px solid rgb(0 0 0 / 11%) !important;
	padding-top: 80px;
	margin-bottom: 59px;
}

.hm-feature-button1:hover {
	text-decoration: none !important;
	color: grey !important;
}

.btn-rigiter-now-banner {
	margin-left: 0px;
}

.for_title{
	font-size: 16px;
}
.timer_count, {
	font-size: 24px;
}

.day_wal{
	font-size: 16px;
}