.section_contact_us {
  margin-bottom: 40px !important;
  max-width: 1061px;
  margin: 0 auto;
  margin-top: -20%;
  background: #fff;
  border-radius: 16px;
}
.form_section {
  width: 70%;
}

.contact_info {
  position: relative;
  z-index: 3;
  width: 30%;
  display: flex;
  align-items: center;
}

.contact_info .inner_contact_info > h4,
.contact_social_link > h4 {
  color: #fff;
  padding-left: 24px;
  font-family: var(--font-inter);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 30px;
}
.address {
  margin-bottom: 40px;
  padding-left: 25px;
}

.address ul {
}
.address ul li {
  color: #fff;
  font-family: var(--font-inter);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  padding-bottom: 10px;
}
.address ul li img {
}
.address ul li span {
  color: #fff;
  font-family: var(--font-inter);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.contact_overlay {
  position: relative;
  top: 0;
  height: 100%;
  z-index: -1;
}
.contact_overlay > img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
}

.banner_color {
  background: #0253a4b3;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  /* opacity: 0.6; */
}

input.form_control,
textarea#message,
select.form_control {
  width: 100%;
  background: #f5f6fa;
  border: 1px solid #d1d5db;
  padding: 8px;
  border-radius: 8px;
  margin-bottom: 25px;
}
label {
  color: #4e4e4e;
  font-family: var(--font-inter);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 10px;
  width: 100%;
}

.form_section {
  width: 70%;
  box-shadow: 0px 20px 100px 0px rgba(4, 6, 15, 0.08);
  padding: 24px;
  border-radius: 16px;
}
label > span {
  color: red;
}

.main_overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  overflow: hidden;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}
.banner_container {
  position: relative;
  top: 0px;
}
.main_contactus .center {
  align-items: initial;
}
.main_contactus .feature_banner {
  height: 700px !important;
}

.contact_social_link ul {
  padding-left: 24px;
  display: flex;
}
.contact_social_link ul li {
  width: 32px;
  background: #0153a5;
  margin-right: 10px;
  height: 32px;
  text-align: center;
  border-radius: 50%;
}
.contact_social_link ul li img {
  padding-top: 3px;
}

.contact_social_link > h4 {
  margin-bottom: 10px;
  color: #d1d5db;
}
.partners {
  padding-bottom: 90px;
}
button.banner_btn {
  background: #0b3c70;
  color: #fff;
  font-size: 18px;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .main_contactus > .feature_banner {
    height: 550px;
  }
  .section_contact_us {
    max-width: 100%;
  }
  .section_contact_us > .center {
    display: initial;
  }
  .form_section,
  .contact_info {
    width: 100%;
  }
  .main_overlay {
    border-radius: 0px;
  }
  .contact_info {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .partners {
    padding-bottom: 0px;
  }
  .banner_container {
    position: relative;
    top: 90px;
  }
}
