#gform_fields_52 .ginput_container_radio, #gform_fields_52 .gchoice, #gform_fields_52 .gfield-choice-input, #gform_fields_52 .gchoice .gform-field-label {
  margin-top: 0px !important;
}

#gform_fields_52 .gsection_title {
  color: #7030a0;
}

#gform_fields_52 .ginput_container_fileupload input[type='file'] {
  margin-top: 0px;
}

#gform_fields_52 .gfield_description {
  margin-top: 0px;
  padding-top: 0px;
}

#gform_fields_52 input.gform-datepicker {
  width: 100% !important;
}

.gform_wrapper.gravity-theme #gform_fields_52 .gsection {
  margin-top: 25px;
}

.faqs {
  margin: 0px;
  padding: 15px 0px;
  border-bottom: 1px solid #ccc;
}

.faqs .question {
  cursor: pointer;
  background: url('/wp-content/themes/hmdt/assets/images/arrow-down-sign-to-navigate.png');
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: right;
}

.faqs.active .question {
  background-image: url('/wp-content/themes/hmdt/assets/images/arrow-up-sign-to-navigate.png');
}

.faqs .question p {
  font-weight: bold;
}

/*
body .custom-tabs .tab-nav{
  display:flex;
  gap:10px;
  list-style:none;
  margin:48px 0px;
  padding:0;
}

body .custom-tabs .tab-nav li{
  cursor:pointer;
  padding:10px 20px;
  border:1px solid #ddd;
  list-style: none;
  margin: 0px
}

body .custom-tabs .tab-nav li.active{
  background:#000;
  color:#fff;
}

body .custom-tabs .tab-content{
  display:none;
  margin-top:20px;
}

body .custom-tabs .tab-content.active{
  display:block;
} */
