#faqSection {
  padding-bottom: 150px;
}

.faq-group {
  margin-bottom: 63px;
}

.faq-title-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.faq-title-group h2 {
  font-weight: 900;
  font-size: 24px;
  line-height: 33px;
  color: #FFFFFF;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.faq-title-group .toggle-faq-btn {
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
}

.faq-title-group .toggle-faq-btn img {
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.faq-title-group:not(.collapsed) img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.faq-answer {
  color: rgba(255, 255, 255, 0.8);
}

.faq-answer h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
}

.faq-answer p {
  font-weight: 500;
  font-size: 14px;
  line-height: 27px;
}

#formSection {
  background-size: cover;
  background-image: url("/images/homepage/contactus/form-bg.jpg");
  padding: 100px 0px;
  background-attachment: fixed;
  color: white;
}

.form-block {
  background: #000;
  padding: 70px 82px;
}

.form-title {
  font-weight: 900;
  font-size: 36px;
  line-height: 49px;
  letter-spacing: 2px;
  color: #FFFFFF;
  margin-bottom: 47px;
}

.form-group {
  margin-bottom: 32px;
}

.form-group label {
  color: #fff;
  font-weight: 900;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 2px;
  margin-bottom: 0px;
}

.form-group .form-control {
  margin-top: 10px;
}

label.must-filled:after {
  content: "*";
  margin-left: 5px;
  color: #df2121;
}

.form-hint {
  display: block;
  color: white;
  opacity: .8;
}

.file-uploader-ui {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 86px;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.file-uploader-ui:hover {
  opacity: .8;
}

.file-uploader {
  display: none;
}

.file-preview {
  font-size: 16px;
  margin-bottom: 0px;
  color: white;
  opacity: .8;
  cursor: pointer;
}

.file-preview:hover {
  opacity: 1;
}

@media (max-width: 767px) {
  #formSection {
    background-image: none;
    padding: 15px 0px;
  }
  .form-block {
    padding: 0px 0px;
  }
}

.swal2-title {
  font-size: 25px !important;
}
/*# sourceMappingURL=contactus.css.map */