.contact-us {
  background: #F1F7F9;
  padding-top: 1em;
  padding-bottom: 1em;
}

.contact-us .container {
  background: url(../img/bg-contact.avif) left center no-repeat;
  background-size: 70% auto;
  border-radius: 24px 0px 0px 24px;
  padding: 0 32px;
}

@media only screen and (max-width: 991px) {
  .contact-us .container {
    background-size: auto 90%;
  }
}

@media only screen and (max-width: 767px) {
  .contact-us .container {
    background-position: center;
    background-size: auto 100% !important;
    border-radius: 24px;
    padding: 32px 32px 0px 32px;
  }
  .contact-us h3 {
    text-align: center;
  }
}

.contact-us .row {
  display: flex;
  flex-wrap: wrap;
}

.contact-us .row > * {
  max-width: 100%;
}

.contact-us .row .left {
  flex: 0 0 auto;
  align-self: center;
  width: 58.333333%;
}

.contact-us .row .right {
  flex: 0 0 auto;
  width: 41.666667%;
}

@media (max-width: 992px) {
  .contact-us .row .left {
    width: 50%;
  }
  .contact-us .row .right {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .contact-us .row {
    padding: 1em 0;
  }
  .contact-us .row .left {
    width: 100%;
  }

  .contact-us .row .right {
    width: 100%;
  }
}

.contact-us h3 {
  color: #fff;
  margin-bottom: 48px;
  margin-top: 20px;
  padding-right: .5em;
}

.contact-us .contact-details {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.contact-us .contact-details li {
  margin-bottom: 18px;
}
.contact-us .contact-details li a {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.contact-us .contact-details li a img {
  margin-right: 12px;
}

.contact-us .contact-details img {
  max-width: 100%;
  height: auto;
}

.contact-us .contact-details img, svg {
  vertical-align: middle;
}

.contact-us .form-box {
  background: #fff;
  padding: 24px 48px;
  border-radius: 24px;
  border-bottom-left-radius: 24px;
}

.contact-us .form-box h2 {
  color: #000;
  margin-bottom: 16px;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: -0.225px;
}

.form-box .form-control {
  border-radius: 6px;
  border: 1px solid #CBD5E1;
  background: #FFF;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  padding: 0px 12px;
  margin-bottom: 12px;
}

.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-clip: padding-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

button {
  outline: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

.form-box label {
  color: #001955;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 6px;
}

.btn-default {
  cursor: pointer;
  border-radius: 6px;
  background: #001955;
  color: #fff;
  padding: 8px 16px;
  font-size: 14px;
  border: 0px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
