/* Start custom CSS for html, class: .elementor-element-c286d3e */.calendar-container{
    display:none;
    width:100%;
    overflow:hidden;
}

.calendly-inline-widget{
    width:100% !important;
    min-width:100% !important;
}

/* Desktop */
@media (min-width: 769px){
    .calendly-inline-widget{
        height:900px !important;
    }
}

/* Mobile */
@media (max-width: 768px){
    .calendly-inline-widget{
        height:900px !important;
    }
}/* End custom CSS */