@media(min-width: 1200px){
	.home-carousel .item, .home-carousel .slider-content-box{height: 65vh !important;}
}
@media (max-width: 767px){
	.exhibition-map-container > .container > .container-icon img {height: 75px;}
	.webinar-list .event-categories .event-select-option {width: 100%;}
	.webinar-list .schedule-block .inner-box .inner , 	.webinar-list .schedule-block.even .inner-box .inner {
		position: relative;
		padding: 0;
		border: 0;
		box-shadow: unset;
		margin-left: 0;
		border-radius: 0;
	}
	.webinar-list .schedule-block .inner-box, 	.webinar-list .schedule-block.even .inner-box {width: 100%;}
	.webinar-list .schedule-block .inner:before, .webinar-list .schedule-block.event .inner:before{content: unset;}
	.webinar-list .schedule-block.even .inner-box .inner{margin: 0;}
	.webinar-list .schedule-block.even .inner-box {
		float: left;
		text-align: left;
	}
	.webinar-list .schedule-block.even .date {
		float: left;
		left: 0 !important;
		text-align: left;
	}
	.webinar-list .schedule-block .date {
		position: relative;
		width: 100%;
		top: 0px;
		left: 0;
		height: 65px;
		text-align: left;
		color: #212639;
		float: left;
		padding: 15px 14px;
		border-radius: 0;
		border: 0;
		background-color: #146052;
		color: #fff;
	}
}
@media (max-width: 991px){
	.slider-section .carousel-control.left {right: 40px;}
	.slider-section .carousel-control.right {right: 10px;}
}
@media (max-width: 1199px){
	.webinar-list .event-categories .event-select-option {
		width: 45%;
		margin-bottom: 15px;
	}
	.webinar-list a.filter {
		width: 45%;
		text-align: center;
	}
}
@media (max-width: 1023px){
	.profile-section .webinar-item h3 {
		font-size: 18px;
	}
}