.modal {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
    overflow: auto;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 999999;
}

.modal-window {
    position: relative;
    background-color: #415A77;
    border-radius: 15px;
    opacity: .95;
    max-width: 550px;
    max-height: 600px;
    margin: 10% auto;
    padding: 1%;
}

.close {
    position: absolute;
    top: 0;
    right: 0;
    color: rgba(0, 0, 0, 0.3);
    height: 30px;
    width: 30px;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
}

.close:hover,
.close:focus {
    color: #e82e31;
    cursor: pointer;
}

.open {
    display: block;

}


h5{
    font-size: 20px;
    letter-spacing: 0;
}

.col-md-7 {
    min-width: 100%;
}
