#inquiry_form {
    position: fixed;
    top: 50%;
    margin-top: -170px;
    right: 50%;
    margin-right: -230px;
    background-color: #fff;

}

