#enquiryModal.modal {
    top: 180px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

#enquiryModal .modal-title {
    margin: 0;
    line-height: 1.42857143;
    font-size: 24px;
    font-weight: 400;
}

#enquiryModal .modal-header {
    padding: 15px;
    border-bottom: 0px solid #e5e5e5;
}