.contactBanner {
  margin-top: 78px;
  position: relative;
}

.contactBanner img {
  width: 100%;
}

.contactBanner .title {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.contactBanner::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: #0000003d;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.editProfile .editField {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.editProfile .editField.fullwidth .fields {
  width: 100%;
}

.editProfile .fields {
  width: 48%;
  margin-bottom: 15px;
}

.editProfile .fName {
  padding-bottom: 10px;
  display: block;
  font-size: 14px;
  color: #6B6B6B;
}

.editProfile .left.select {
  width: 15%;
}

.editProfile .fRight {
  width: 85%;
}

.contactpageContent {
  position: relative;
  padding-bottom: 40px;
}

.contactus {
  -webkit-box-shadow: 0 0 16px #00000017;
          box-shadow: 0 0 16px #00000017;
  border-radius: 6px;
  margin: -60px auto 0;
  width: 68%;
  background: #fff;
}

.contactBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 63px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contactBox .leftSide {
  width: 50%;
  padding-right: 5%;
}

.contactBox .rightSide {
  width: 50%;
}

.contactBox .contactpageContent {
  position: relative;
}

.contactBox .contents {
  padding-top: 25px;
}

.term {
  width: 87%;
  margin: 0 auto;
  color: #6B6B6B;
}

.term h2 {
  margin-bottom: 20px;
}

.term p {
  line-height: 30px;
  margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
  .contactus {
    width: 90%;
    margin: -30px auto 0;
  }
  .contactBox {
    padding: 43px;
  }
}

@media screen and (max-width: 767px) {
  .contactBanner {
    margin-top: 58px;
  }
  .contactBanner .title {
    font-size: 25px;
  }
}

@media screen and (max-width: 639px) {
  .contactBox {
    display: block;
    padding: 30px;
  }
  .contactBox .leftSide {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
    text-align: center;
  }
  .contactBox .rightSide {
    width: 100%;
  }
  .contactpageContent {
    padding-bottom: 20px;
  }
  .term {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .editProfile .fields {
    width: 100%;
  }
  .editProfile .editField {
    display: block;
  }
}
/*# sourceMappingURL=contact.css.map */