.contact-us-form-main {
  padding-top: 60px;
  padding-bottom: 60px;
}
.contact-us-form-main .gform_wrapper {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  background: #fff;
  padding: 40px 40px;
  box-shadow: 0px 0px 20px #e6e6e6;
  border-radius: 50px;
}
.contact-us-form-main .gform_wrapper form .gform_body ul.gform_fields {
  display: grid !important;
  grid-column-gap: 10px;
  grid-row-gap: 5px;
}
.contact-us-form-main .gform_wrapper form .gform_body ul.gform_fields li.gfield {
  margin-top: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
}
.contact-us-form-main .gform_wrapper form .gform_body ul.gform_fields li.gfield label.gfield_label {
  font-size: 14px !important;
  font-weight: 600 !important;
}
.contact-us-form-main .gform_wrapper form .gform_body ul.gform_fields li.gfield label.gfield_label .gfield_required {
  color: #f00 !important;
  margin-left: 4px;
  font-size: 18px !important;
}
.contact-us-form-main .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container input {
  width: 100% !important;
  border: 1px solid #e8e8e8;
  padding: 8px 15px !important;
  color: #000;
  font-weight: 500;
  border-radius: 15px !important;
}
.contact-us-form-main .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container textarea {
  width: 100% !important;
  border: 1px solid #e8e8e8;
  padding: 8px 15px !important;
  color: #000;
  font-weight: 500;
  height: 120px;
  border-radius: 15px !important;
}
.contact-us-form-main .gform_wrapper form .gform_footer {
  padding-top: 5px !important;
  margin-top: 5px !important;
}
.contact-us-form-main .gform_wrapper form .gform_footer input {
  padding: 12px 40px;
  line-height: 1;
  font-size: 16px;
  background: #fff;
  border: 1px solid #2874ba;
  color: #2874ba;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 25px !important;
}
.contact-us-form-main .gform_wrapper form .gform_footer input:hover {
  background: #2874ba !important;
  color: #fff;
}
body .gform_wrapper .top_label div.ginput_container{
  margin-top: 5px !important;
}
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label{
  margin: 1px 0 0 1px !important;
}
.contact-us-form-main .gform_validation_error form .validation_error {
  display: none !important;
}
.contact-us-form-main .gform_validation_error form .gform_body .gform_fields {
  position: relative;
}
.contact-us-form-main .gform_validation_error form .gform_body .gform_fields li.gfield_error {
  background: transparent;
  border: none !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  position: relative;
}
.contact-us-form-main .gform_validation_error form .gform_body .gform_fields li.gfield_error .validation_message {
  padding-top: 2px !important;
  width: auto !important;
  position: absolute;
  background: #29255f;
  color: #fff !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  line-height: 1 !important;
  padding-bottom: 2px !important;
  font-size: 12px !important;
  bottom: -14px;
  font-weight: 400 !important;
}
.contact-us-form-main .gform_validation_error form .gform_body .gform_fields li.gfield_error .validation_message::before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #29255f;
  top: -8px;
}
.contact-us-form-main .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: calc(100% - 0px) !important;
}
.faq-section-main {
  padding-top: 50px;
  padding-bottom: 50px;
}
.faq-section-main .text-block-main {
  margin-bottom: 25px !important;
  width: 80%;
  margin: auto;
  background: #f9f9f9;
  padding: 15px 15px;
  box-shadow: 0px 0px 4px #eee;
  border-radius: 18px;
  border: 1px solid #e8e8e8;
  transition: 0.6s all ease;
}
.faq-section-main .text-block-main:hover {
  background: #ffde39;
}
.faq-section-main .text-block-main .vc_toggle_title h4 {
  color: #2a74bb;
  font-size: 16px;
  font-weight: 600;
}
.faq-section-main .text-block-main .vc_toggle_title .vc_toggle_icon {
  width: 5px !important;
  height: 2px !important;
  background: #000 !important;
  border: 1px solid #000 !important;
}
.faq-section-main .text-block-main .vc_toggle_title .vc_toggle_icon::before {
  height: 8px;
  width: 2px;
  border: 1px solid #000 !important;
  background: #000 !important;
}
.faq-section-main .text-block-main .vc_toggle_title .vc_toggle_icon::after {
  width: 8px;
  height: 2px;
  background: #000 !important;
  border: 1px solid #000;
}
.faq-section-main .text-block-main .vc_toggle_content p {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 0;
  color: #5f5f5f;
}
