@media (max-width: 1000px) {
.page_schedules #fancybox-wrap {
    position: fixed;
    left: 0 !important;
    top: auto !important;
    bottom: 0 !important;
    margin: 0;
    width: 100% !important;
    height: 92% !important;
}
.page_schedules #fancybox-content {
    border: 0 !important;
    width: 100% !important;
	height: 100% !important;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	border-radius: 0;
}
.page_schedules #fancybox-close::before {
    background: transparent;
}
.page_schedules #fancybox-close:hover::before {
	color: #da3d07;
}
.page_schedules #fancybox-close {
    top: -40px;
    right: 10px;
    background: transparent;
}
.page_schedules #fancybox-content .schedule_event.selected.schedule_calendly {
    box-shadow: none;
}
.calen-popup-show{
	overflow: hidden;
}
.page_schedules #fancybox-overlay {
    opacity: 0.9 !important;
}
.page_schedules #fancybox-close {
    border: 0;
}
.page_schedules #fancybox-close::after {
    color: #fff;
    font-size: 24px;
}
.page_schedules #fancybox-close:hover {
    background: transparent;
}
.page_schedules #fancybox-close:hover::after {
    color: #f60;
}
}