.schedule_payment_square iframe {
    height: 45px !important;
}

@media (max-width: 1000px) {
.page_schedules #fancybox-wrap {
    position: fixed;
    left: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    margin: 0;
    width: 100% !important;
    height:100% !important;
}
.page_schedules #fancybox-content {
    border: 0 !important;
    width: 100%;
 height: 100% !important;
 overflow-x: hidden;
 overflow-y: auto;
}

.page_schedules #fancybox-close::before {
   background: #000;
        line-height: 18px;
        font-size: 18px;
        width: 30px;
        height: 30px;
        display: block;
        text-align: center;
        padding: 6px 6px 6px 6px;
}

.page_schedules #fancybox-close:hover::before {
 color: #dcdcdc;
}
.page_schedules #fancybox-close {
        top: 10px;
        right: 20px;
    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;
}
}
@media (max-width:780px) {
.page_schedules #fancybox-content {
    width: 100%!important;
}
}
