.inquiry-form {
max-width: 100%;
margin-bottom: 12px;
border-radius: 5px; }
.inquiry-form > div:after {
clear: both;
content: "";
display: table;
} .inquiry-form > div > div {
padding-right: 1.25%;
}
.inquiry-form > div > div:first-of-child {
padding-right: 1.25%;
padding-left: 0;
}
.inquiry-form > h1 {}
.inquiry-form > h2 {}
.inquiry-form select {
background-color: #fcfcfc;
background-image: none;
border: 1px solid #e6e6e6;
border-radius: 4px;
box-shadow: none;
color: #808080;
display: block;
line-height: 1.42857;
padding: 6px 12px;
transition: all 0.15s ease-in-out 0s;
vertical-align: middle;
width: 100%;
height: 46px;
}