.contact-us-section {
  padding-bottom: 3rem;
}

.map-section iframe {
  width: 100%;
  height: 450px;
  margin-top: 2rem
}

.contact-box {
  background: #F1F8FC 0% 0% no-repeat padding-box;
  border-radius: 10px;
  box-shadow: 4px 20px 50px #3635352C;
  opacity: 1;
  margin-top: 3rem;
  margin-bottom: 2rem;
  padding: 20px
}

.address-box {
  background:transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  padding: 20px;
  text-align: left;
}

.address-box h2 {
  color: #000;
  font-size: 25px;
  font-weight: 900;
}

.address-box span {
  color: #000;
  font-size: 20px;
  font-weight: 700;
}
form h4{
  color: #000;
  font-size: 20px;
  font-weight: 900;
}

.address-icon {
  max-width: 35px;
}

.border-shape {
  border-bottom: 3px solid #CE5F0A !important;
  width: 35px;
  margin: 0 auto;
}

.address-box a {
  color: #000;
  text-decoration: none;
  background-color: transparent;
  font-size: 16px;
  text-align: left;
  font-weight: 500;
  display: block;
  padding-left: 2rem;
  margin-top: 1rem;
  text-align: left;
}

.address-box li a:hover {
  color: #000;
}

.submit-button {
  margin-top: 1rem;
}

.submit-btn {
  background-color: #FF6000;
  padding: 10px 20px;
  border: none;
  text-align: center;
  color: #fff;
  font-weight: 700;
  border-radius: 5px;
}