/* My Styles */
header {
  text-align: center;
  background: #f5f7f9;
  padding: 60px 30px 0 30px;
  overflow: hidden;
}

header p {
  line-height: 1.8;
  margin-top: 10px;
  color: #687c93;
  max-width: 580px;
  margin: 25px auto 0 auto;
}

.faqly-navigation li {
  margin: 0;
}

.faqly-navigation li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  height: 48px;
  color: #687c93;
  font-size: 15px;
  font-weight: 400;
  box-shadow: none;
  outline: none;
  transition: all 0.2s ease;
  border: none !important;
}

.faqly-navigation li a[aria-current="page"] {
  color: #2e4453;
  background: #fff;
  box-shadow: 0 -2px 20px rgba(220, 231, 238, 0.4);
}

.faqly-navigation .nav-link {
  border: none;
  background: transparent;
}

.faqly-navigation .nav-link.active {
  border: none;
  background: white;
}

.faqly-navigation .nav-link:hover {
  color: inherit;
  text-decoration: none;
}

.nav-pills .nav-link {
  color: #687c93;
}

.nav-pills .nav-link.active {
  color: #2e4453 !important;
  background: #fff !important;
  box-shadow: 0 -2px 20px rgba(220, 231, 238, 0.4) !important;
}

#bundle-product-cards .faqly-product-card {
  max-width: none;
}

.faqly-templates {
  font-weight: 700;
  font-size: 30px;
}

.faqly-para {
  line-height: 1.8;
  max-width: 580px;
  color: #687c93;
  font-size: 19px;
}

.faqly-button-wrapper > :first-child {
  background-color: #2271b1 !important;
  color: white !important;
  margin-left: 0px !important;
}

/* .faqly {
    background-image: url("../../images/faqly-banner.png") !important;
    background-repeat: repeat;
    height: 168px;
}

.faqly-notice-banner-wrap {
    width: 80%;
    display: flex;
    align-items: center;
    margin: auto;
    gap: 3rem;
    margin-top: 2rem;
}

.faqly-notice-left-img h1 {
    font-size: 37px;
    font-weight: 800;
    color: #092452;
}

.faqly-notice-left-img p {
    font-size: 17px;
    font-weight: 600;
    margin: 0;
    padding-top: 0;
    color: #092452;
}

.faqly-buy-btn {
    background-color: red;
    padding: 8px 10px;
    color: white;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 800;
    font-size: 24px;
}

.faqly-buy-btn:hover {
    color: white;
} */

.support-container {
  margin-top: 100px;
  text-align: center;
  border-radius: 3px;
}

.support-content {
  background: #f5f7f9;
  margin: auto;
  width: 83%;
  padding-block: 2.5rem;
}

.support-container p {
  display: block;
  max-width: 600px;
  margin: 0 auto 30px auto;
  font-size: 15px;
  line-height: 1.6;
}

.support-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.sup-btn {
  height: 42px;
  padding: 20px;
  font-size: 14px;

  text-decoration: none;

  padding-bottom: 37px;
  border-radius: 5px;
  color: #fff;
  background: var(--ui-accent-hover-color, #135e96);
  border-color: rgba(0, 0, 0, 0.1);
}

.sup-btn:hover {
  color: #fff;
  background: var(--ui-accent-hover-color, #135e96);
  border-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px rgba(1, 96, 134, 0.3);
}

#bundle-product-cards .faqly-product-img-wrap::after {
  height: 100% !important;
}

/* My Media */
@media (min-width: 783px) {
  .support-container {
    padding: 50px;
  }
}

@media (min-width: 550px) {
  .faqly-navigation {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 60px 0 0 0;
  }

  .faqly-navigation li:not(:last-child) {
    margin-right: 15px;
  }

  .faqly-navigation li a {
    padding: 0 25px;
    border-radius: 2px 2px 0 0;
  }

  .faqly-navigation li a.active {
    color: #2e4453;
    background: #fff;
    box-shadow: 0 -2px 20px rgba(220, 231, 238, 0.4);
  }

  .faqly-templates-tabs {
    padding: 20px;
    background: #fff;
  }
}

@media (max-width: 549px) {
  .faqly-navigation {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin: 40px 0;
    padding-left: 0;
  }
}

@media (max-width: 960px) {
  .faqly-product-card {
    max-width: 405px;
  }
}

/*  */

@media screen and (min-width: 320px) and (max-width: 375px) {
  #product-cards {
    /* margin-inline: 10px; */

    margin-top: 0;
  }

  .search-wrapper-outer {
    width: 95%;
    /* display: flex; */
    flex-wrap: wrap;
    gap: 20px !important;
    /* margin-inline: 23px; */
  }

  select#api-response-dropdown {
    height: 45px;
  }
}

@media screen and (min-width: 375px) and (max-width: 425px) {
  #product-cards {
    gap: 30px;
    /* margin-inline: 18px; */
    margin-top: 0;
  }

  .search-wrapper-outer {
    display: flex;
    flex-wrap: wrap;
    /* gap: 20px !important;
      margin-inline: 34px; */
    width: 95%;
  }
}

@media screen and (min-width: 425px) and (max-width: 574px) {
  #product-cards {
    /* gap: 30px;
      margin-inline: 85px; */
    margin-top: 0;
  }

  .search-wrapper-outer {
    flex-wrap: wrap;
    gap: 30px !important;
    width: 95%;
  }
}

@media (width: 575.98px) {
  .search-wrapper-outer {
    flex-wrap: wrap;

    gap: 30px !important;
  }

  #product-cards {
    gap: 0px;
    margin-inline: 25px;
    width: 100%;
  }

  .faqly-product-card {
    width: 100%;
    max-width: 342px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .search-wrapper-outer {
    gap: 30px !important;
    /* margin-inline: 90px; */
  }

  #product-cards {
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* gap: 1px; */
    /* justify-content: center; */
    /* margin-top: 50px;
      margin-inline: 145px; */
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #product-cards {
    gap: 0;
    /* margin-inline: 75px; */
  }

  .search-wrapper-outer {
    gap: 30px !important;
    /* margin-inline: 90px; */
    width: 97%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* .search-wrapper-outer {
      gap: 100px !important;
      margin-inline: 105px;
    } */
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  /* .search-wrapper-outer {
      gap: 20px !important;
      margin-inline: 130px;
    } */
}

@media (min-width: 1400px) and (max-width: 1600px) {
  .search-wrapper-outer {
    gap: 100px !important;
    margin-inline: 160px;
  }
}

@media (min-width: 1600px) {
  #product-cards {
    gap: 1px;
  }

  /* .search-wrapper-outer {
      gap: 120px !important;
      position: relative;
      left: -20px;
    } */
}

@media (min-width: 1920px) {
  #product-cards {
    gap: 1px;
  }

  /* .search-wrapper-outer {
    gap: 280px !important;
    position: relative;
    left: -61px;
  } */
}
