/* Popup Box */
/* The Modal (background) */
/*.modal{
display: none;
position: initial;
z-index: 8888;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: #fff;
background-color: #fff;
}
.modal-content {
align-content: normal;
background-color: #fefefe;
margin: 3vh auto;
padding: 10px 20px 30px;
border: none;
width:98%;
border-radius: 20px; 
}
@media (min-width: 1366px) {
.modal-content{
align-content: normal;
background-color: #fefefe;
margin: 3vh auto;
padding: 10px 20px 30px;
border: none;
width:98%;
border-radius: 20px;
}
}*/

input, textarea {
width:49%;
padding: 8px;
border: 2px solid #e4e4e4;
outline: none;
border-radius: 5px;
}
.contact-form button {
width: 100%;
padding: 15px;
border: none;
background: #474747;
font-size: 14px;
font-weight: 400;
color: #fff;
border-radius: 4px;
text-transform: uppercase;
}
.close {
color: #000000;
float: none;
font-size: 42px !important;
font-weight: normal;
text-align: center;
display: block;
margin: 10px;
line-height: inherit;
}
.close:hover,
.close:focus {
color: black;
text-decoration: none;
cursor: pointer;
}
button.button {
background: none;
border-top: none;
outline: none;
border-right: none;
border-left: none;
border-bottom: 2px solid #000;
padding: 0 0 0 0;
/* font-size: 16px; */
cursor: pointer;
color: #000;
border-radius: 0;
letter-spacing: 0;
}
button.button:hover, button.button:focus {
border-bottom:#e6a43c 2px solid;
color:#e6a43c;

}
.contact-form h2{font-weight: bold;
text-align: center;
margin-bottom: 20px;
font-size: 17px;
font-family: Gotham Book;
line-height: 22px;
color: #000;}
.form-control{height: auto;padding: 12px 10px 12px 20px;height: 55px;display: initial;width: 49%;}
.modal-content{
-webkit-box-shadow: 0 5px 15px rgba(146, 139, 139, 0.5);
box-shadow: 0 5px 15px rgba(146, 139, 139, 0.5);
}