.modal-1 {
    opacity: 1;
    width:70%;
    margin: 30px auto;
    background: #FFFFFF;
    z-index: 1;
    box-shadow: 4px 4px 29px rgba(19, 69, 186, 0.14);
    border-radius: 10px;
}
.modal-content h2,.modal-content h5{
    text-align: center;
    margin-top: 0 !important;
    color: #4F4F4F;
}
.modal-content .meetings-iframe-container iframe{
    height: 670px !important;
}
.modal-content .hubspot-datepicker{
    margin: 30px 0;
}
.modal-content{
    position: relative;
    padding: 50px 30px 0;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#overlay {
    visibility: hidden;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
.hubspot-datepicker {
    margin-top: 70px
}

.hubspot-datepicker iframe {
    width: 762px!important;
    max-width: 100%
}
@media screen and (max-width:600px) and (min-width:320px){
    .modal-1 {
        width: 100%;
    } 
    .hubspot-datepicker{
min-width: 320px;
}
}