.ul_question_ul.front_question_ul>li {
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  color: #333;
  float: left;
  font-size: 14px;
  margin-bottom: 20px;
  width: 100%;
}

.ul_question_ul {
  margin-top: 3px;

}

.faq_question_name {
  cursor: pointer;
  float: left;
  padding: 16px 20px 16px 15px;
  position: relative;
  width: 100%;
  color: var(--Secondary-3, #424B54);
  font-family: "Century Gothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faq_list {
  float: left;
  padding: 0;
  width: 65%;
  margin: 0;
}

.faqs_content {
  text-align: left;
}

.faq_captcha_image>span {
  cursor: pointer;
}

.faq_answer,
.faq_answer p {
  font-size: 14px;
}

.faq_ask_a_question {
  float: left;
  padding: 0 15px;
  width: 35%;
}

.faq_form .hidden {
  display: none;
}

.faq_group_ul li {
  background-color: white;
  border: 1px solid #E2E2E2;
  float: left;
  margin-bottom: 5px;
  margin-right: 10px;
  margin-top: 5px;
  transform: skew(-30deg);
}

.faq_group_li>a.nav-link {
  padding: 0 10px 0 0;
}

.faq_group_li:not(.open)>a.nav-link {
  color: #333;
}

.faq_list>.faq_group_ul {
  border: medium none;
  display: block;
  float: left;
  margin-bottom: 20px;
  width: 100%;
}

#form_ask_a_question .title_block {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
}

.ask_a_question_desc {
  color: #888;
  display: block;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 20px;
}

.faq_form {
  border: 1px solid #dfdfdf;
  padding: 20px;
}

.faq_group_li>a:hover {
  border-color: transparent !important;
  outline: none !important;
  -webkit-outline: none !important;
}

.faq_form .form-control {
  background-color: #fff;
}



.faq_question_name.open svg path {
  fill: #c73474;
  /* transition: transform 0.3s ease; */
}

.faq_question_name.open {
  color: #c73474;
}

.faq_answer.front_answer {
  color: #999;
  display: none;
  float: left;
  font-style: italic;
  padding: 10px 15px;
  width: 100%;
  color: var(--Secondary-3, #424B54);
  font-family: "Century Gothic";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

.faq_answer.front_answer.open {
  display: block;
}

.faq_tab_pane.open {
  display: block;
}

.faq_tab_pane {
  display: none;
}

.faq_group_li .faq_nav_link {
  padding: 10px 30px 10px 15px;
  transform: skew(30deg);
  cursor: pointer;
  padding-right: 10px;
  text-transform: uppercase;
  color: var(--Secondary-3, #424B54);
  font-family: "Century Gothic";
  font-size: 16px;
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: revert-layer;

}

.faq_group_li.open .faq_nav_link,
.faq_group_li .faq_nav_link:hover {
  color: white;
}

.faq_group_li.open .dropdown_icon_faq path {
  fill: white;
}

.faq_group_li.open {
  background-color: #c73474;
}

.faq_group_li:hover {
  background-color: #c73474;
}

.faq_group_li:hover .dropdown_icon_faq path {
  fill: white;
}

.dropdown_icon_faq {
  position: absolute;
  right: 17px;
  top: 12px;
}

#faq_captcha_refesh>img {
  margin-left: 5px;
  width: 18px;
}

#faq_captcha {
  margin-top: 10px;
}

#product .faq_ask_a_question {
  float: none;
  padding: 0;
  width: auto;
}

#product .faq_list {
  float: none;
  margin: 0 -15px;
  padding: 0 15px;
  width: auto;
}

.faq_on_product .title_block {
  margin-bottom: 20px;
  text-align: left;
}

.faq_form input {
  font-size: 14px;
}

.faq_on_produc .faq_question_li {
  border: 1px solid #dfdfdf;
  float: left;
  margin-bottom: 15px;
  position: relative;
  width: 100%;
}

.faq_on_product {
  font-size: 14px;
}

.faq_form .alert.alert-danger {
  background: transparent;
  border: none;
  padding: 5px 0 0;
  color: #c80000;
}

.faq_on_product .faq_answer {
  border-top: 1px solid #dfdfdf;
  color: #999;
  display: none;
  font-style: italic;
  padding: 10px 15px;
  font-size: 14px;
}

.faq_on_product .faq_answer p {
  font-size: 14px;
}

button#faq_send_mail,
.faq_on_product button {
  outline: none !important;
  box-shadow: none !important;
}

#form_ask_a_question label sub {
  border: 0 none;
  bottom: 0;
  color: red;
}

.faq_form textarea {
  min-height: 100px;
  min-width: 100%;
}

.faq_on_product .faq_forms.faq_overlay {
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000;
  overflow: auto;
}

.faq_on_product .faq_ask_a_question .faq_pop_up {
  background-color: #fff;
  left: 50%;
  position: relative;
  top: 5%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  margin-bottom: 70px;
  width: 500px;
  max-width: 90%;
}

.faq_on_product .faq_answer.open {
  display: block;
}

.faq_list.faq_notshow_askform {
  width: 100%;
}

.row>.faq_list {
  padding-left: 15px;
  padding-right: 15px;
}

.faq_ask_a_question .hidden {
  display: none;
}

.faq_on_product .faq_question_li {
  border: 1px solid #dfdfdf;
  margin-bottom: 15px;
  position: relative;
  width: 100%;
}

.faq_on_product .faq_close {
  font-size: 0;
  height: 20px;
  position: absolute;
  right: 2px;
  top: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  width: 20px;
  cursor: pointer;
}

.faq_on_product .faq_question_name {
  display: block;
  float: none;
  cursor: pointer;
}

.faq_on_product .faq_close::before {
  background-color: #666;
  content: "";
  float: left;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0px);
  -o-transform: translate3d(-50%, -50%, 0px);
  -ms-transform: translate3d(-50%, -50%, 0px);
  -moz-transform: translate3d(-50%, -50%, 0px);
  -webkit-transform: translate3d(-50%, -50%, 0px);
  width: 3px;
}

.faq_on_product .faq_close::after {
  background-color: #666;
  content: "";
  height: 3px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0px);
  -o-transform: translate3d(-50%, -50%, 0px);
  -ms-transform: translate3d(-50%, -50%, 0px);
  -moz-transform: translate3d(-50%, -50%, 0px);
  -webkit-transform: translate3d(-50%, -50%, 0px);
  width: 15px;
}

.faq_loading {
  width: 17px;
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

#index .faq-content {
  max-width: 1015px;
  margin: 0 auto;
}

#index .faq-content h2::after {
  content: "";
  width: 32px;
  height: 4px;
  background: currentColor;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 8px;
  color: #651868;
  left: 50%;
  transform: translateX(-50%);
}

.faq-content #faqAccordion .card {
  border: 0.5px solid #e2e2e2;
  border-radius: 10px;
}

.faq-content .btn-link {
  color: #424b54;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  text-align: left;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
  box-shadow: none;
}

.faq-content .collapsible-link::after {
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='9' viewBox='0 0 19 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.00164996 -2.21802e-07L18.6016 0L9.31364 9L0.00164996 -2.21802e-07Z' fill='%23424B54'/%3E%3C/svg%3E");
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform .2s ease-in-out;
}

.faq-content .collapsible-link[aria-expanded="true"] {
  color: #c73474;
}

.faq-content .collapsible-link[aria-expanded="true"]::after {
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='9' viewBox='0 0 19 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5999 9L-3.93402e-07 9L9.28792 4.05988e-07L18.5999 9Z' fill='%23C73474'/%3E%3C/svg%3E");
}

.faq-content .faq-link {
  background: #c73474;
  border: 1px solid #c73474;
  color: #fff;
  width: 52px;
  height: 52px;
  border-radius: 50px;
  margin: 0 auto;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease, transform 0.3s ease;
}

.faq-content .faq-link:hover {
  background-color: transparent;
  transform: rotate(45deg);
  color: #c73474;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media (max-width: 991px) {
  .faq_list {
    width: 100%;
  }

  .faq_ask_a_question {
    width: 100%;
  }
}

.faq_item {
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
  border-radius: 10px !important;
}