/* Enter your custom styles */
.modal-header {
    display: block;
}
.modal-content {
    display: block;
    height: 525px;
}
.modal-content label {
    font-size: 15px;
    padding: 5px 0px;
}
input[type="text"], input[type="email"],input[type="number"] {
    height: 35px;
    margin-bottom: 10px;
    box-shadow: none;
    font-size: 16px;
}

.btn-success{
	padding: 20px 0px;
    margin-top: 25px;
}
#success_message h3{
    font-size:18px;
}
button#btnContactUs{
	color: #fff;
    background-color: #24b47e;
}
.modal-header button:hover {
    background-color: transparent;
}
.modal-body {
    padding: 25px;
}

.modal-title {
      text-align: center;
}

/* Hide HTML5 Up and Down arrows. */
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
 
input[type="number"] {
    -moz-appearance: textfield;
}