﻿/* custom Modal - v.1.1 */

a.text-dark._schedule-meeting span {
    font-size: 1.35rem;
    line-height: 1;
}

a.text-dark._schedule-meeting:hover span {
    background: #136bac;
    color: #ffffff;
}

/* custom CSS for Modal popup */
    
.modal-content {
    width: 100%;
}

.modal-content,
.modal-dialog {
    height: auto;
}

.modal-body {
    height: 101%;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.modal-dialog {
    width: auto;
    max-width: 100%;
}

.modal-body iframe {
    width: 100%;
    height: 860px;
}

  
@media (min-width: 769px) {
    .modal-dialog {
        width: 600px;
        max-width:600px;
    }

    .modal-content {
        height: 100%;
    }

    .modal-body iframe {
        width: 100%;
        height: 805px;
    }
}
