.contact_us {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 60px;
  padding-top: 140px;
}
.contact_us .container {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.Reach-Out-Today {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.Reach-Out-Today .left {
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.Reach-Out-Today .left .p1 {
  font-family: SF Pro Text, SF Pro Text;
  font-weight: 500;
  font-size: 55px;
  color: #000000;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 30px;
}
.Reach-Out-Today .left .p2 {
  font-family: SF Pro Text, SF Pro Text;
  font-weight: 400;
  font-size: 22px;
  color: #222222;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.Reach-Out-Today .bg1 {
  width: 30%;
  height: auto;
}
.Get-in-Touch {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.Get-in-Touch .title {
  width: 100%;
  font-family: SF Pro Text, SF Pro Text;
  font-weight: 500;
  font-size: 60px;
  color: #000000;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 30px;
}
.Get-in-Touch .small {
  width: 100%;
  font-family: SF Pro Text, SF Pro Text;
  font-weight: 400;
  font-size: 22px;
  color: #000000;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 66px;
}
.Get-in-Touch .box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.Get-in-Touch .box .left {
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.Get-in-Touch .box .item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.Get-in-Touch .box .item .p1 {
  width: 100%;
  font-family: SF Pro Text, SF Pro Text;
  font-weight: 500;
  font-size: 26px;
  color: #000000;
  text-align: left;
  font-style: normal;
  text-transform: none;
  padding-left: 30px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.Get-in-Touch .box .item .input {
  width: 509px;

  border-radius: 10px 10px 10px 10px;
  border: 1px solid #d1d1d1;
  margin-bottom: 30px;
  padding: 30px;
  box-sizing: border-box;
}
.Get-in-Touch .box .item .input input {
  width: 100%;
  height: 100%;
  border: none;
  font-family: SF Pro Text, SF Pro Text;
  font-weight: 400;
  font-size: 22px;
  color: #222222;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.Get-in-Touch .box .item .input input:focus {
  outline: none;
}
.Get-in-Touch .box .item .input textarea {
  border: none;
}
.Get-in-Touch .box .btn {
  width: 329px;
  height: 100px;
  background: #222222;
  border-radius: 50px 50px 50px 50px;
  font-family: SF Pro Text, SF Pro Text;
  font-weight: 500;
  font-size: 30px;
  color: #ffffff;
  text-align: center;
  font-style: normal;
  text-transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.Get-in-Touch .bg2 {
  width: 50%;
}
.modal {
  display: none;
  position: fixed;
  top: 200px;
  left: 50%;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.2); */
  z-index: 999;
  align-items: center;
  justify-content: center;
  margin-left: -200px;
}

.modal-content {
  width: 400px;
  background: white;
  border-radius: 15px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 2px 12px rgba(164, 164, 164, 0.25);
}

.modal-btn {
  width: 100px;
  height: 40px;
  background: #c7c8ad;
  border: none;
  border-radius: 8px;
  margin-top: 20px;
  cursor: pointer;
}

#modalMessage {
  font-family: SF Pro Text, SF Pro Text;
  font-size: 18px;
  color: #222222;
}
