.section-contact {
  position: relative;
}
.section-contact .info-contact {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  padding-top: 2rem;
}
.section-contact .info-contact:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background-size: contain;
  right: auto;
  left: -40px;
  top: 0;
  background: left no-repeat url("../img/sec1-1.png");
  background-size: 100%;
}
.section-contact .info-contact .box-contact {
  border-radius: 32px 32px 8px 32px;
  border: 1px solid #D9D7F7;
  height: 300px;
  padding: 3rem;
  display: block;
  background: #F9F9F9;
  cursor: pointer;
  transition: all ease 0.4s;
}
.section-contact .info-contact .box-contact:hover {
  background: #FFF;
  box-shadow: 0px 9px 15px 0px rgba(7, 18, 35, 0.08);
}
.section-contact .info-contact .box-contact i {
  border-radius: 28px;
  border: 8px solid #FAFAFF;
  background: #ECEBFB;
  width: 48px;
  height: 48px;
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
  justify-content: center;
  color: #4337D8;
}
.section-contact .info-contact .box-contact h4 {
  color: #0D0B2B;
  margin: 0;
}
.section-contact .info-contact .box-contact h6 {
  color: #4337D8;
  margin: 25px 0;
  direction: ltr;
}
.section-contact .info-contact .box-contact span {
  color: #475467;
}
.section-contact .form-sec {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 4rem 0;
  margin-top: 5rem;
  position: relative;
}
.section-contact .form-sec:before, .section-contact .form-sec:after {
  content: "";
  position: absolute;
  right: 0;
  top: -50px;
  width: 100px;
  height: 100px;
  background: right no-repeat url("../img/i3.png");
  background-size: contain;
}
.section-contact .form-sec:after {
  right: auto;
  left: 0;
  top: auto;
  bottom: 100px;
  width: 100px;
  height: 100px;
  background: left no-repeat url("../img/sec1-3.png");
  background-size: contain;
}
.section-contact .form-sec .right-s {
  width: 40%;
  padding: 0 15px;
}
.section-contact .form-sec .right-s h3 {
  margin-bottom: 20px;
}
.section-contact .form-sec .right-s span {
  color: #475467;
  display: block;
  margin: 20px 0 2rem;
}
.section-contact .form-sec .right-s img {
  width: 100%;
}
.section-contact .form-sec .form-box {
  width: 60%;
  max-width: 550px;
  padding-left: 20px;
  margin-right: auto;
}
.section-contact .form-sec .form-box .input-box {
  padding: 10px 0;
  width: 100%;
}
.section-contact .form-sec .form-box .input-box label {
  margin-bottom: 5px;
  width: 100%;
}
.section-contact .form-sec .form-box .input-box input, .section-contact .form-sec .form-box .input-box textarea {
  width: 100%;
  border-radius: 8px;
  padding: 10px 14px;
  font-weight: 300;
  font-size: 14px;
  border: 1px solid var(--Gray-300, #D0D5DD);
  background: var(--Base-White, #FFF);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}
.section-contact .form-sec .form-box .input-box input.error,.section-contact .form-sec .form-box .input-box textarea.error{
  border-color: #c70000;

}
.section-contact .form-sec .form-box .input-box textarea {
  min-height: 100px;
}
.section-contact .form-sec .form-box .input-select {
  display: flex;
  background: #fff;
  direction: ltr;
  border-radius: 8px;
  border: 1px solid #D0D5DD;
}
.section-contact .form-sec .form-box .input-select label {
  width: 100%;
}
.section-contact .form-sec .form-box .input-select input {
  padding: 8px;
}
.section-contact .form-sec .form-box .input-select select, .section-contact .form-sec .form-box .input-select input {
  border: none;
  background: transparent;
}
.section-contact .form-sec .form-box .input-select select {
  cursor: pointer;
}
.section-contact .form-sec .form-box .input-select input {
  width: 100%;
}
.section-contact .form-sec .form-box button {
  border-radius: 8px;
  border: 1px solid #473AF3;
  background: #473AF3;
  width: 100%;
  padding: 12px 20px;
  color: #fff;
  margin-top: 15px;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  transition: all ease 0.4s;
}
.section-contact .form-sec .form-box button:hover {
  opacity: 0.7;
}
#contact .banner-top .txt h1{
text-align: center;
  margin:15px 0;
  padding: 0;
}


@media (max-width: 576px) {
  .main-contact .banner-top .svg-wave{
    display: none;
  }
  .main-contact .banner-top{
    padding-top: 5rem;
  }
  .section-contact .info-contact::after {
    display: none;
  }
  .section-contact .info-contact .box-contact {
    padding: 1rem;
    height: auto;
    margin-bottom: 15px;
    text-align: center;
  }
  .section-contact .info-contact .box-contact h6 {
    margin: 10px 0;
  }
  .section-contact .info-contact .box-contact i {
    margin: 0 auto 10px;
  }
  .section-contact .form-sec {
    padding: 0;
  }
  .section-contact .form-sec::after, .section-contact .form-sec::before {
    display: none;
  }
  .section-contact .form-sec .right-s, .section-contact .form-sec .form-box {
    padding: 0 10px;
    width: 100%;
  }
  .section-contact .form-sec .right-s img, .section-contact .form-sec .form-box img {
    display: none;
  }
}

/*# sourceMappingURL=contact-us.css.map */
