
.contactUs {
    text-align:center;
    margin:0 auto;
    padding:20px;
    max-width:1200px;
    padding-top:80px;
}

.contactUs h2 {
    font-weight:bold;
    color:#7D7C7A;
    font-size:24px;
}

.contactUs label {
    display:block;
    text-align:left;
    font-family:'Poppins';
    margin-bottom:5px;
    color: rgba(125,124,121,1) !important;
}

.contactUs input {
    width:100%;
    font-family:'Poppins';
    background:none;
    padding-bottom:5px;
    margin-bottom:25px;
    border:none;
    border-bottom: 1px solid rgba(125,124,121,1);
    outline:none;
}

.row {
    max-width:100%;
}

.contactUs textarea {
  background:none;
  width:100%;
  height:150px;
  font-family:'Poppins';
  border:none;
  outline:none;
  border-bottom: 1px solid rgba(125,124,121,1);
}

.conactUs form {
    margin:0 auto;
    margin-top:70px !important;
    max-width:800px;

}

.contactUs form button {
    background:#ffc700;
    color:black;
    display:block;
    width:280px;
    height:56px;
    padding:12px;
    text-align:center;
    font-family:'Poppins';
    border:none;
    font-weight:bold;
    border-radius:5px;
    margin-left:auto;
    margin-right:auto;
    margin-top:50px;
}

.contactUs form button:hover {
    background: #7d7c79;
    color:white;
}



.contactUs h2 {
    margin-bottom:50px;
}
