@media screen and (max-width:767px) {
    .tefafInquiry {
        top: 0;
        margin-top: 0;
    }
    .tefafInquiry .modal-dialog {
        width: 100%;
		margin: 0;
    }
    .tefafInquiry .modal-body {
        height: auto;
        padding: 0 0 20px;
    }
    .confirmation .copy {
        bottom: 55px;
    }
	.confirmation {
		height: 100vh;
	}
    .inquiry {
        padding: 0 12px;
    }
    .inquiry h2 {
        padding: 30px 0 25px;
    }
    .inquiry .messageBody {
        margin-right: -12px;
        padding-right: 20px;
    }
    .inquiry .btnBox .btn01 {
        margin: 28px 0 0;
    }
    .tefafInquiry .close {
        top: 23px;
        right: 23px;
        width: 40px;
        height: 40px;
        background-size: 20px 20px;
		background-position: 50%;
		cursor: pointer;
    }
	.inquiry #sendButton {
		bottom: 45px;
	}
	body.modal-open {
		position:fixed !important;
	}
}