body.single .entry-content .modal h3 {
    letter-spacing: 0;
    line-height: 1.1em;
    padding-right: 50px;
}

html .modal .bookly-details-step {
    margin: 0;
}

.bookly-box.bookly-nav-steps {
    border: 0px !important;
    padding-top: 0 !important;
}

button.modal-button {
    border-style: solid;
    border-width: 1px;
    border-color: #5cd5d7;
}

body .modal h3 {
    padding: 0 0 0 0;
}

div#myModal1 {
    z-index: 999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
}

.gb-grid-column.gb-grid-column-36227715 {
}

.modal {
    display: none;
    position: fixed;
    z-index: 999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgb(0 0 0 / 51%);
}

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 90%;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    box-shadow: rgba(17, 17, 26, 0.5) 0px 4px 36px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

.close {
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
}

.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-body {
    padding: 0;
}

.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

@media (min-width: 1025px) {
    .modal-content {
        width: 80%;
        padding: 50px 50px 80px 50px;
        border-radius: 15px;
    }

    html button.modal-button {
    }
}
