.contact-us {
  margin-top: 50px;
  margin-bottom: 50px;
}
.contact-us .address-container a{
  color:#b8b8b8;;
  text-decoration: none;
}
.contact-us .address-container a:hover{
  color:#b8b8b8;;
  text-decoration: none;
}
.contact-us a:hover {
  color: white;
}
.contact-us .address-container {
  background-color: #f3f3f3;
  padding-bottom: 20px;
}
.contact-us form input {
  margin-bottom: 15px;
  height: 45px;
}
.contact-us form textarea {
  width: 100%;
  margin-bottom: 15px;
  min-height: 200px;
}
.contact-us form select {
  width: 100%;
  margin-bottom: 15px;
}
.contact-us .send {
  background-color: #00a066;
  width: 100%;
  color: white;
}
.global-presence {
  width: 100%;
  background-color: #00a066;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
}
.contact-us .send-col {
  position: absolute;
  bottom: 0;
  padding-left: 0;
  padding-right: 30px;
}
.contact-us .img-container {
  padding: 0;
}
.contact-us .modal *{
  border:none;
}
.contact-us .modal .modal-content{
  padding:40px;
}
.modal-open .modal{
  display: flex!important;
  align-items: center;
}

.contact-us .modal .modal-footer button{
  background:#00a066;
  color:white;
  text-transform: uppercase;
  font-size:1rem;
  font-weight: bold;
  letter-spacing: 1px;
}

@media only screen and (max-width: 1091px) {
  .contact-us .send-col {
    position: relative;
    padding: 0;
    margin-bottom: 50px;
  }
}
