/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 07 2025 | 08:56:28 */
input {
    max-width: 100%;
}

.inquiry {
	margin-top: 1rem;
}

.inquiry th {
    text-align: left;
    font-size: 14px;
    color: #444;
    background: #f7f7f7;
    border: solid 1px #d7d7d7;
	width: 30%;
}

.inquiry td {
    font-size: 14px;
    padding: 15px;
    border: solid 1px #d7d7d7
}

.title {
    margin: 5px auto 3px;
}

.send {
    margin: 1rem 0;
}

.haveto,
.any {
    padding: 5px;
    color: #fff;
    border-radius: 2px;
    margin-right: 10px;
}

.haveto {
    background: #bd3535;
}

.any {
    background: #73adc8;
}

#formbtn {
    display: block;
    padding: 15px;
    width: 350px;
    background: #90b0c2;
    font-size: 18px;
    font-weight: 700;
    border-radius: 2px;
    margin: 25px auto 0
}

#formbtn:hover {
    background: #73adc8;
}

@media(max-width:767px) {
    .inquiry td,
    .inquiry th {
        display: block !important;
        border-top: none !important;
		width: 100%;
    }

    .inquiry tr:first-child th {
        border-top: 1px solid #d7d7d7 !important
    }
}