/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */

.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
  white-space: nowrap;
}

/* Menu */
.inter {
  font-family: "Inter", sans-serif;
}

.navbar-toggler span i::before {
  display: none;
}

.fl-page-nav-right .fl-page-header-container {
  padding: 0;
  padding-top: 14px;
  padding-bottom: 14px;
}

@media (min-width: 991px) {

  .fl-page-nav-right .fl-page-header-container {
    padding-bottom: 0;
  }
}

.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav .navbar-toggle {
  width: 24px;
  height: 24px;
  background-image: url('/wp-content/uploads/2023/08/icon-menu-open.svg');
  background-repeat: no-repeat;
  background-size: contain;
  outline: none;
}

.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav .navbar-toggle.navbar-toggler-opened-menu {
  background-image: url('/wp-content/uploads/2023/08/icon-menu-close.svg');
  outline: none;
}

.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav .navbar-toggle:hover,
.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav .navbar-toggle:focus {
  background-image: url('/wp-content/uploads/2023/08/icon-menu-open.svg');
}

.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav .navbar-toggle.navbar-toggler-opened-menu:hover,
.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav .navbar-toggle.navbar-toggler-opened-menu:focus {
  background-image: url('/wp-content/uploads/2023/08/icon-menu-close.svg');
}

@media (min-width: 991px) {

  #eqs-blog-searching input {
    background-image: url(/wp-content/uploads/2023/12/search-con.svg);
    background-repeat: no-repeat;
    background-position: center left 16px;
  }

  .fl-page-nav-right .fl-page-header-container .fl-page-header-row {
    display: flex;
    align-items: center;
  }

  .fl-page-header-wrap {
    display: flex;
  }

  .fl-page-nav-right.fl-page-nav-toggle-visible-medium-mobile .fl-page-header-container {
    width: 1280px;
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 991px) {

  .fl-page-nav-right .fl-page-header-row .fl-page-header-logo-col {
    flex-shrink: 0;
    width: auto;
    padding-right: 25px;
  }
}

.fl-page-nav-right .fl-page-header-row .fl-page-nav-col {
  width: auto;
}

.fl-page-header-container container {
  width: 100%;
}

@media (max-width: 991px) {

  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile.fl-page-nav-right .fl-page-header-row .fl-page-header-logo {
    padding-left: 40px;
    padding-top: 6px;
    padding-bottom: 20px;
  }

  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile.fl-page-nav-right .fl-page-header-logo-col::after {
    content: '';
    width: 110vw;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: -40px;
    right: 0;
    background-color: #DFE3EB;
  }

  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav-collapse {
    border-top: none;
  }

  .fl-page-nav-toggle-visible-medium-mobile .fl-page-header-wrap .fl-page-header-container {
    overflow: hidden;
  }

  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav .navbar-toggle {
    right: auto;
    left: 40px;
  }

  @media (max-width: 768px) {

    .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav .navbar-toggle {
      left: 23px;
    }
  }

  .fl-page-header-container {
    padding-top: 24px;
  }
}

@media (max-width: 768px) {

  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile.fl-page-nav-right .fl-page-header-row .fl-page-header-logo {
    padding-left: 63px;
  }
}

.fl-page-header.fl-page-nav-right .fl-page-nav-wrap .navbar-nav li>a {
  position: relative;
  margin-right: 32px;
  padding-left: 0;
  padding-right: 0;
  color: #5A5F66;
}

/* arrow style for desktop */
.fl-page-header .menu-item-arrow--active>.nav-link::after {
  transform: rotate(180deg);
  transition: 300ms;
}

/* Mobile menu item arrow for opened menu */
.fl-page-header .menu-item-arrow.fl-mobile-sub-menu-open>.nav-link::after {
  transform: rotate(180deg);
}

@media (max-width: 991px) {

  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav-collapse ul.navbar-nav>li {
    border-bottom: none;
  }

  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav-collapse ul.navbar-nav>li:nth-last-child(3) {
    margin-bottom: 36px;
  }

  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav-collapse ul.navbar-nav>li:nth-last-child(3)::after {
    content: '';
    position: absolute;
    width: 110vw;
    height: 1px;
    bottom: -36px;
    left: -40px;
    right: 0;
    background-color: #C2C7CF;
  }
}

.fl-page-header.fl-page-nav-right .fl-page-nav-wrap .navbar-nav li:last-child>a {
  margin-right: 0;
}

.fl-page-header.fl-page-nav-right .fl-page-nav-wrap .navbar-nav li>a:hover {
  color: #2C3137;
}

.fl-page-header.fl-page-nav-right .fl-page-nav-wrap .navbar-nav .submenu>a {
  padding-right: 28px;
}

.fl-page-header.fl-page-nav-right .fl-page-nav-wrap .navbar-nav .submenu>a::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 100%;
  content: '';
  background-image: url('/wp-content/uploads/2023/08/Icon-menu-arrow.svg');
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s;
}

.fl-page-header.fl-page-nav-right .fl-page-nav-wrap .navbar-nav .submenu>a:hover::after {
  transform: rotate(180deg);
  transition: 0.3s;
}

.menu-item>ul.sub-menu {
  padding: 16px;
  border-radius: 12px;
  border: 1px solid #C2C7CF;
  box-shadow: none;
}

@media (max-width: 991px) {
  body:not(.fl-nav-mobile-offcanvas) .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile.fl-page-nav-right .fl-page-nav-collapse ul.navbar-nav {
    padding-left: 16px;
    padding-right: 16px;
  }

  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav-collapse ul.navbar-nav>li>a {
    color: #171C22;
  }

  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav ul li.fl-mobile-sub-menu-open ul.sub-menu {
    padding: 28px;
    border-radius: 12px;
    border: 1px solid #C2C7CF;
  }
}

.fl-page-nav-right .fl-page-nav-wrap .fl-page-nav ul.sub-menu li a {
  margin: 0;
  padding: 12px;
  color: #171C22;
  border-radius: 9px;
}

@media (max-width: 991px) {
  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav ul.sub-menu li {
    margin-bottom: 28px;
    border: none;
  }

  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav ul.sub-menu li:last-child {
    margin-bottom: 0;
  }

  .fl-page-nav-right .fl-page-nav-wrap .fl-page-nav ul.sub-menu li a {
    padding: 0;
  }

  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav-collapse ul.navbar-nav>li>a:hover {
    color: #171C22;
  }

  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav ul.sub-menu li a:before {
    display: none;
  }
}

.fl-page-nav-right .fl-page-nav-wrap .fl-page-nav ul.sub-menu li a:hover {
  background-color: #EDF4F9;
}

.fl-page-nav-right .fl-page-nav-wrap ul.navbar-nav li.button-buy a.nav-link {
  width: max-content;
  padding: 8px;
  padding-left: 42px;
  padding-right: 14px;
  color: #004A7A;
  background-color: #E9F5FF;
  border-radius: 8px;
  background-image: url('/wp-content/uploads/2023/08/icon-menu-buy-cart.svg');
  background-repeat: no-repeat;
  background-position: 14px center;
}

@media (max-width: 991px) {

  .fl-page-nav-right .fl-page-nav-wrap ul.navbar-nav li.button-buy a.nav-link {
    display: none;
  }

  .fl-page-nav-col>.button-buy {
    position: absolute;
    top: 18px;
    right: 24px;
    width: max-content;
    padding: 8px;
    padding-left: 42px;
    padding-right: 14px;
    list-style: none;
    color: #004A7A;
    background-color: #E9F5FF;
    border-radius: 8px;
    background-image: url('/wp-content/uploads/2023/08/icon-menu-buy-cart.svg');
    background-repeat: no-repeat;
    background-position: 14px center;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
  }

  .fl-page-nav-col>.button-buy a {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #004A7A;
  }
}

@media (max-width: 768px) {

  .fl-page-nav-col>.button-buy {
    right: 16px;
  }
}

li.button-buy a.nav-link {
  width: max-content;
  list-style: none;
}

.fl-page-nav-right .fl-page-nav-wrap .navbar-nav .button-buy .nav-link:hover {
  color: #003256;
  background-color: #D0E4FF;
}

.fl-page-nav-right .fl-page-header-row .fl-page-nav-col {
  width: 100%;
}

.fl-page-nav-right .fl-page-nav-collapse {
  width: 100%;
}

.fl-page-nav-right {
  width: 100%;
}

.menu-login {
  margin-left: auto;
}

@media (max-width: 991px) {

  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav-collapse ul.navbar-nav .menu-login a {
    border: 1px solid #A7ABB3;
  }
}

.fl-page-nav-right .fl-page-nav-wrap .navbar-nav .menu-signup .nav-link {
  padding: 10px 18px;
  background-color: #0062A0;
  color: #ffffff;
  border-radius: 8px;
}

.fl-page-nav-right .fl-page-nav-wrap .navbar-nav .menu-signup .nav-link:hover {
  background-color: #004A7A;
  color: #ffffff;
}

@media (max-width: 991px) {

  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav-collapse ul.navbar-nav .menu-login-tablet {
    display: inline-flex;
    width: calc(50% - 18px);
    margin-top: 24px;
    margin-bottom: 24px;
    margin-right: 32px;
    border-bottom: none;
  }

  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav-collapse ul.navbar-nav .menu-login-tablet:last-child {
    margin-left: 0;
    margin-right: 0;
  }

  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav-collapse ul.navbar-nav .menu-login-tablet a {
    width: 100%;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    border-radius: 8px;
  }
}

.navbar-nav {
  display: flex;
  align-items: center;
  width: 100%;
}

.fl-node-7a0c4grq68m1 {
  display: flex;
}

.fl-col-content .fl-node-7a0c4grq68m1 a.fl-button {
  width: 100%;
  text-align: center;
}

.fl-node-lqi9do6bz7tn {
  margin-right: 0;
  display: flex;
}

.fl-node-13qh2pax78yl {
  width: 193px;
  margin-right: 10px;
}

/* Main block */
@media (max-width: 991px) {

  .fl-node-13qh2pax78yl {
    margin-right: 16px;
  }

  .main-block .fl-col-group {
    display: flex;
    flex-direction: column;
  }

  .main-block .fl-col {
    width: 100%;
  }

  .main-block-info .fl-node-lqi9do6bz7tn {
    flex-direction: row;
  }

  .main-page-button a.fl-button {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 768px) {

  .main-block-info .fl-node-lqi9do6bz7tn {
    flex-direction: column;
  }
}

.advantages-list .advantages-item::before {
  content: '';
  position: absolute;
  width: 48px;
  height: 48px;
  background-color: #D0E4FF;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
}

@media (max-width: 991px) {
  .advantages-list .advantages-item::before {
    width: 35px;
    height: 35px;
    border-radius: 50%;
  }
}

@media (max-width: 768px) {
  .advantages-list .advantages-item::before {
    width: 40px;
    height: 40px;
    border-radius: 8px;
  }
}

.advantages-item {
  position: relative;
}

.advantages-item--experience::before {
  background-image: url('/wp-content/uploads/2023/07/experience.svg');
}

.advantages-item--quality::before {
  background-image: url('/wp-content/uploads/2023/07/quality.svg');
}

.advantages-item--patent::before {
  background-image: url('/wp-content/uploads/2023/07/patent.svg');
}

.advantages-item--genetic::before {
  background-image: url('/wp-content/uploads/2023/07/genetic.svg');
}

.advantages-item--collection::before {
  background-image: url('/wp-content/uploads/2023/07/collection.svg');
}

.main-video .fl-wp-video {
  border-radius: 8px;
}

.product-card-title-popular {
  position: relative;
}

.product-card-title-popular .fl-heading-text {
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {

  .product-card .fl-node-t85si3dp1o09 {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}

.product-card-title-popular .fl-heading-text span {
  display: flex;
  justify-content: center;
  align-content: center;
  margin-left: 5px;
  padding: 2px 10px;
  align-items: center;
  border-radius: 16px;
  background: #E9F5FF;
  color: #004A7A;
  text-align: center;
  font-family: 'Inter';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.product-card-price .fl-heading-text span {
  vertical-align: top;
  padding-top: 8px;
  display: inline-block;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.72px;
}

@media (max-width: 991px) {

  .product-card-price .fl-heading-text span {
    vertical-align: top;
    padding-top: 8px;
    display: inline-block;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -0.72px;
  }
}

.product-card-list .fl-list-item {
  position: relative;
}

.product-card-list .fl-list-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  background-image: url(/wp-content/uploads/2023/08/icon-product-list-item.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
}

@media (max-width: 991px) {
  .main-faqs .fl-col-group {
    display: flex;
    flex-direction: column;
  }

  .main-faqs .fl-col {
    width: 100%;
  }
}

.faqs-list .fl-list-item-heading {
  position: relative;
  cursor: pointer;
  padding-right: 23px;
}

.faqs-list .fl-list-item-heading::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background-image: url('/wp-content/uploads/2023/08/icon-list-item-open.svg');
  background-size: contain;
}

.faqs-list .fl-list-item-heading--opened::after {
  background-image: url('/wp-content/uploads/2023/08/icon-list-item-close.svg');
}

.fl-module-list .fl-list-item-content .fl-list-item-content {
  display: none;
}

@media (max-width: 991px) {
  #testimonial-slider.testimonial-slider .testimonial-text p {
    margin-top: 5px;
    font-size: 36px;
    line-height: 44px;
  }
}

@media (max-width: 768px) {
  #testimonial-slider .n2-ss-section-main-content.n2-ss-layer-content {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  #testimonial-slider.testimonial-slider .testimonial-text p {
    font-size: 24px;
    line-height: 32px;
  }
}

.team-social-list p {
  display: flex;
  justify-content: center;
}

.team-social-list-slider p {
  display: flex;
}

.team-social-link {
  padding: 0;
  margin-right: 12px;
}

.team-social-link:last-child {
  margin-right: 0;
}

.team-social-link {
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.team-social-link--facebook {
  background-image: url('/wp-content/uploads/2023/07/icon-facebook.svg');
}

.team-social-link--twitter {
  background-image: url('/wp-content/uploads/2023/07/icon-twitter.svg');
}

.team-social-link--linkedin {
  background-image: url('/wp-content/uploads/2023/08/icon-linkedin.svg');
}

.callaborate-list .fl-col-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.callaborate-list .fl-col-content {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}

@media (max-width: 921px) {
  .callaborate-list .fl-col-content {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .callaborate-list .fl-col-content {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
}

.team-main-slider .n2-ss-slider-controls.n2-ss-slider-controls-below {
  flex-flow: row;
  justify-content: flex-start;
}

.team-main-slider .n2-ss-slider-controls.n2-ss-slider-controls-below .nextend-arrow {
  margin-right: 32px;
}

.fl-col-group.fl-node-bt5i6zv12pej {
  display: flex;
  flex-direction: column;
}

.fl-col-group.fl-node-xk41nb7vf5jz {
  display: flex;
  flex-direction: column-reverse;
}

@media (max-width: 768px) {

  .fl-col-group.fl-node-y43fz8uasdto.fl-col-group-custom-width {
    display: flex;
    flex-direction: column;
  }

  .fl-col-group.fl-node-y43fz8uasdto.fl-col-group-custom-width .footer-top {
    order: -1;
  }

  .fl-col-group.fl-node-y43fz8uasdto.fl-col-group-custom-width .footer-subscribe {
    order: -1;
  }

  .fl-col-group.fl-node-c2elm3ud8zb4.fl-col-group-custom-width {
    display: flex;
    flex-direction: column-reverse;
  }

  .fl-builder-content .fl-node-ea5t1w9g04b3 .fl-module-content .fl-rich-text * {
    text-align: left !important;
  }
}

/* Privacy */
.fl-builder-content .privacy-button-groupe {
  width: 299px !important;
  margin-left: auto;
  margin-right: auto;
  float: none;
}

/* Footer */
.fl-row .fl-col .footer-resources-list .fl-list-item .fl-list-item-content-text a:hover {
  text-decoration: none;
  color: #D0E4FF;
}


/* Contact form */
.contact-form .wpcf7-text,
.contact-form .wpcf7-textarea {
  width: 700px;
  max-width: 100%;
}

.contact-form label {
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #171C22;
}

.contact-form input,
.contact-form textarea {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding-top: 12px;
  padding-right: 24px;
  padding-bottom: 12px;
  padding-left: 24px;
}

.contact-form .wpcf7-submit {
  padding-top: 10px;
  padding-right: 18px;
  padding-bottom: 10px;
  padding-left: 18px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  border: 1px solid #005694;
  border-color: rgba(255, 0, 0, 0);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background: #0062A0;
}

@media (max-width: 1085px) {
  .subscribe-form .fl-subscribe-form {
    display: flex;
    flex-direction: column;
  }

  .subscribe-form .fl-module-content .fl-form-field {
    width: 100%;
    padding-right: 0;
    margin-bottom: 16px;
  }

  .subscribe-form .fl-module-content .fl-form-button {
    width: 100%;
  }
}

@media (max-width: 1132px) and (min-width: 991px) {

  .product-card-title-popular .fl-heading-text {
    font-size: 18px;
    line-height: 21px;
  }

  .product-card-discription .fl-module-content .fl-rich-text p {
    font-size: 15px;
    line-height: 18px;
  }

  .product-card-price .fl-node-content .fl-heading {
    line-height: 48px;
  }

  .product-card-price .fl-heading-text {
    font-size: 40px;
    line-height: 46px;
  }

  .product-card-price .fl-heading-text span {
    font-size: 28px;
    line-height: 32px;
  }
}

.block-text-with-links.fl-module .fl-module-content.fl-node-content a {
  color: #0062A0;
}

.block-text-with-links.fl-module .fl-module-content.fl-node-content a:hover {
  color: #004A7A;
}

.glossary-list .index {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.glossary-list .index li {
  position: relative;
  margin-bottom: 20px;
  padding-right: 20px;
}

.index li::after {
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  width: 1px;
  height: 100%;
  background-color: #0062A0;
}

.index li.last::after {
  content: none;
}

.glossary-list.fl-module .fl-module-content.fl-node-content .index li a {
  color: #0062A0;
}

.glossary-list.fl-module .fl-module-content.fl-node-content .index li a:hover {
  color: #0062A0;
}

.glossary-list .index li.last {
  margin-right: 0;
}

/* Product page */
@media (max-width: 991px) {
  .product-page-content {
    width: 100%;
  }
}

.product-page-list .fl-list-item {
  position: relative;
}

.product-page-list .fl-list-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background-image: url(/wp-content/uploads/2023/08/icon-product-list-item.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.product-order-card {
  position: sticky;
  top: 50px;
  min-width: 283px;
  height: min-content;
  border-radius: 16px;
}

@media (max-width: 991px) {
  .product-order-card {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    z-index: 1000;
  }
}

.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.product-order-card>.fl-node-content {
  box-shadow: 0px 0px 8px -4px rgba(16, 24, 40, 0.06), 0px 0px 24px -4px rgba(16, 24, 40, 0.16);
}

.product-page-cotainer .fl-node-10u28q5vof4x {
  display: flex;
}

.fl-node-10u28q5vof4x {
  display: flex;
}

.product-order-card p {
  margin: 0;
}

.product-order-card-title-price p {
  margin: 0;
}

.product-order-card-quantity select {
  width: 121px;
}

.product-order-card-footer-title p {
  position: relative;
  text-align: center;
  line-height: 1;
}

.product-order-card-footer-title p::before,
.product-order-card-footer-title p::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 46px;
  height: 1px;
  background-color: #000000;
}

.product-order-card-footer-title p::before {
  left: 16px;
}

.product-order-card-footer-title p::after {
  right: 16px;
}

.product-page-checkout-label {
  position: fixed;
  bottom: 0;
  z-index: 999;
  width: 100%;
}

.product-page-checkout-label .fl-node-0t6nxgzb5s8j {
  display: flex;
  align-items: baseline;
}

.product-page-checkout-label .product-order-card-quantity select {
  width: 192px;
}

.product-page-faqs-list .fl-list-item-heading {
  position: relative;
  cursor: pointer;
  margin: 0;
  margin-bottom: 8px;
}

.product-page-faqs-list .fl-list-item--opened {
  background-color: #EDF4F9;
  border-radius: 16px;
  margin-bottom: 10px;
}

.product-page-faqs-list .fl-list-item-heading::after {
  content: '';
  position: absolute;
  left: -45px;
  top: 4px;
  width: 20px;
  height: 20px;
  background-image: url('/wp-content/uploads/2023/08/icon-list-item-open.svg');
  background-size: contain;
}

.product-page-faqs-list .fl-list-item-heading--opened::after {
  background-image: url('/wp-content/uploads/2023/08/icon-list-item-close.svg');
}

/* 	Contact page */
@media (min-width: 991px) {
  #contact-main-wrapper>.fl-row-content-wrap {
    width: 100%;
  }
}

@media (min-width: 991px) {
  #contact-main-wrapper>.fl-row-content-wrap .fl-row-content {
    margin-right: 104px;
  }
}

@media (min-width: 991px) {
  #contact-form form {
    width: max-content;
  }
}

#contact-form form input,
#contact-form form textarea {
  padding: 14px 10px;
  margin-top: 6px;
  margin-bottom: 10px;
  border-color: #A7ABB3
}

@media (min-width: 991px) {
  #contact-form form textarea {
    height: 144px;
  }
}

#contact-form form input::placeholder,
#contact-form form textarea::placeholder {
  color: #73777F;
  font-family: 'Inter';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

#contact-form input[type=submit] {
  width: 100%;
  color: #ffffff;
  font-family: 'Inter';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

/* Blog posts page */
#blog-main-container .category-button {
  margin-bottom: 10px;
}

#eqs-posts-list .fl-post-grid-post {
  border: none;
}

#eqs-posts-list .fl-post-grid .fl-post-column {
  padding-bottom: 48px;
}

#eqs-posts-list .eqs-posts-list__item .eqs-posts-list__image-wrapper {
  max-width: 420px;
  height: 240px;
  overflow: hidden;
  margin-bottom: 32px;
}

@media (max-width: 768px) {
  #eqs-posts-list .eqs-posts-list__item .eqs-posts-list__image-wrapper {
    height: auto;
    margin: 0 auto;
    margin-bottom: 24px;
  }
}

#eqs-posts-list .eqs-posts-list__item .eqs-posts-list__image-wrapper a {
  height: 100%;
  display: flex;
}

#eqs-posts-list .eqs-posts-list__item .eqs-posts-list__image-wrapper img {
  height: 100%;
  width: auto;
  margin: 0;
  object-fit: cover;
  object-position: bottom;
  border-radius: 12px;
}

@media (max-width: 768px) {
  #eqs-posts-list .eqs-posts-list__item .eqs-posts-list__image-wrapper img {

    width: 100%;
    height: auto;
  }
}

#eqs-posts-list .eqs-posts-list__item .fl-post-text {
  padding: 0;
}

#eqs-posts-list .eqs-posts-list__item .fl-post-title {
  margin: 0;
  margin-bottom: 8px;
  padding: 0;
  color: #171C22;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}

@media (max-width: 768px) {
  #eqs-posts-list .eqs-posts-list__item .fl-post-title {
    font-size: 20px;
  }
}

#eqs-posts-list .eqs-posts-list__item .fl-post-excerpt {
  margin: 0;
  margin-bottom: 24px;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

#eqs-posts-list .eqs-posts-list__item .post-author-avatar {
  width: 40px;
  height: 40px;
  margin-right: 12px;
  border-radius: 50%;
  overflow: hidden;
}

#eqs-posts-list .eqs-posts-list__item .fl-post-meta {
  padding: 0;
}

#eqs-posts-list .eqs-posts-list__item .post-author-name {
  margin: 0;
  color: #42474E;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

#eqs-posts-list .eqs-posts-list__item .post-date {
  margin: 0;
  color: #5A5F66;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

/* Heading post in posts list */
@media (min-width: 991px) {
  #blog-main-container #eqs-posts-list .fl-post-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
  }

  #blog-main-container #eqs-posts-list .fl-post-column:first-child .eqs-posts-list__item {
    display: flex;
	  /* 	  fix */
	  height: 320px;
  }

  #blog-main-container #eqs-posts-list .fl-post-grid .fl-post-column:first-child {
    width: 100%;
    padding-bottom: 48px;
  }

  #blog-main-container #eqs-posts-list .fl-post-grid .fl-post-column:first-child .fl-post-image {
    max-width: 560px;
/* 	  fix */
	height: 100%;
    margin-right: 32px;
    margin-bottom: 0;
    max-height: 100%;
  }

  #blog-main-container #eqs-posts-list .fl-post-grid .fl-post-column:first-child .post-info-content {
    width: 280px;
    flex-shrink: 0;
    flex-grow: 1;
  }
}

/* Posts page pagination */
#eqs-posts-list .fl-builder-pagination {
  padding: 0;
  padding-top: 20px;
  border-top: 1px solid #C2C7CF
}

#eqs-posts-list .fl-builder-pagination .page-numbers {
  padding: 10px 16px;
  color: #5A5F66;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  border: none;
  border-radius: 8px;
}

#eqs-posts-list .fl-builder-pagination a.page-numbers:hover {
  background-color: #EEF4F8;
}

#eqs-posts-list .fl-builder-pagination .page-numbers.current {
  padding: 10px 16px;
  background-color: #EEF4F8;
  border: none;
  border-radius: 8px;
  color: #2C3137;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

#eqs-posts-list .fl-builder-pagination .page-numbers.prev,
#eqs-posts-list .fl-builder-pagination .page-numbers.next {
  border: 1px solid #A7ABB3;
}

/* Individual blog page */
#blog-post-page-container .blog-post-page-post-description .fl-col-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

#blog-post-page-container .blog-post-page-header .fl-col-group {
  display: flex;
}

.eqs-post-label {
  display: flex;
  align-items: center;
  width: max-content;
  margin-bottom: 16px;
  padding: 4px;
  background-color: #E9F5FF;
  border-radius: 16px;
}

.eqs-post-label .eqs-post-label__post-type {
  width: max-content;
  margin: 0;
  padding: 2px 8px;
  color: #004A7A;
  font-family: 'Inter';
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  background-color: #ffffff;
  border-radius: 16px;
}

.eqs-post-label .eqs-post-label__post-reading-time {
  margin: 0;
  padding-right: 8px;
  padding-left: 8px;
  color: #004A7A;
  font-family: 'Inter';
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}

#blog-post-page-container .post-title {
  margin-bottom: auto;
}

#blog-post-page-container .post-author-avatar {
  width: 40px;
  height: 40px;
  margin-right: 12px;
  border-radius: 50%;
  overflow: hidden;
}

#blog-post-page-container .post-author-container {
  padding: 0;
  margin-bottom: 64px;
}

#blog-post-page-container .post-author-name {
  margin: 0;
  color: #42474E;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

#blog-post-page-container .post-date {
  margin: 0;
  color: #5A5F66;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

#eqs-article-content h2 {
  margin: 0;
  margin-bottom: 16px;
  color: #171C22;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
}

@media (max-width: 768px) {
	#eqs-article-content h2 {
  font-size: 24px;
  line-height: 32px;
}
}

#eqs-article-content p {
  margin: 0;
  margin-bottom: 32px;
  color: #5A5F66;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

@media (max-width: 768px) {
	#eqs-article-content p {
  font-size: 16px;
  line-height: 24px;
}
}


#eqs-article-content .wp-block-image {
	margin: 0;
	margin-top: 12px;
	margin-bottom: 48px;
	text-align: center;
}
#eqs-article-content .wp-block-image img {
border-radius: 12px;
}

#eqs-article-content .wp-block-image .wp-element-caption {
	margin: 0;
	margin-top: 16px;
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; 
}

#eqs-article-content .wp-block-group {
	margin-bottom: 48px;
	padding: 32px;
background-color: #EDF4F9;
border-radius: 16px;
	
}

#eqs-article-content .wp-block-group .wp-block-group__inner-container *:last-child {
	margin-bottom: 0;
}

#eqs-article-content .wp-block-quote {
	border: none;
padding: 0;
	margin-bottom: 48px;
}

#eqs-article-content .wp-block-quote p {
	color: #171C22;
font-family: Inter;
font-size: 24px;
font-style: italic;
font-weight: 500;
line-height: 36px;
}

@media (max-width: 768px) {
	#eqs-article-content .wp-block-quote p {
  font-size: 20px;
  line-height: 30px;
}
}

#eqs-article-content .wp-block-quote cite {
	margin-bottom: 8px;
	color: #5A5F66;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px;
}


#eqs-article-content a {
  color: #5A5F66;
  text-decoration-line: underline;
}

#eqs-article-content a:hover {
  color: #42474E;
}

#eqs-article-content ol,
#eqs-article-content ul {
	margin-bottom: 32px;
}

#eqs-article-content .wp-block-separator {
  width: 100%;
  margin: 0;
  margin-bottom: 40px;
  border-bottom: 1px solid #C2C7CF
}

/* Share article block */
#eqs-button-copy-link-wrapper #eqs-button-copy-link {
    display:flex;
	min-width: 126px;
    margin-left: auto;
    padding: 10px 16px;
    background-color: transparent;
    color:#42474E;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
}

@media (max-width: 768px) {
	#eqs-button-copy-link-wrapper #eqs-button-copy-link {
		margin-left: 0;
	}
}

#eqs-button-copy-link-wrapper #eqs-button-copy-link:hover {
	background-color: #EDF4F9;
}
	

#eqs-button-copy-link-wrapper #eqs-button-copy-link svg {
    margin-right: 8px;
}

/* Posts holder */
#eqs-posts-holder #eqs-posts-list .eqs-post-label {
  margin: 0;
  margin-bottom: 16px;
  padding: 0;
  color: #004A7A;
  font-family: 'Inter';
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  background-color: transparent;
}

#eqs-posts-holder #eqs-posts-list .fl-post-column .eqs-posts-list__item {
  background-color: #EDF4F9;
}

#eqs-posts-holder #eqs-posts-list .fl-post-grid .fl-post-column {
  width: 100%;
  padding-bottom: 48px;
}

@media (min-width: 991px) {
  #eqs-posts-holder #eqs-posts-list .fl-post-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
  }

  #eqs-posts-holder #eqs-posts-list .fl-post-column .eqs-posts-list__item {
    display: flex;
  }

  #eqs-posts-holder #eqs-posts-list .eqs-posts-list__item .eqs-posts-list__image-wrapper {
    margin-right: 32px;
    margin-bottom: 0;
/*     max-height: 100%; */
	  max-width: 320px;
max-height: 200px;
  }

  #eqs-posts-holder #eqs-posts-list .fl-post-grid .fl-post-column .post-info-content {
    width: 280px;
    flex-shrink: 0;
    flex-grow: 1;
  }
}


/* new design */
/* Blog posts page */
#blog-main-container .category-button {
  margin-bottom: 10px;
}

#eqs-posts-list-new .fl-post-grid-post {
  border: none;
  margin-left:0;
  margin-right: 0;
}

#eqs-posts-list-new .eqs-posts-list__item {
/* 	display: flex; */
	border: 3px solid #C2C7CF;
	border-radius: 30px;
	padding: 20px;
}

#eqs-posts-list-new .fl-post-grid .fl-post-column {
	padding: 0;
  	margin-bottom: 48px;
}

#eqs-posts-list-new .eqs-posts-list__item .eqs-posts-list__image-wrapper {
  margin-right: 30px;
  max-width: 420px;
  height: 240px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
	#eqs-posts-list-new .eqs-posts-list__item .eqs-posts-list__image-wrapper {
	 float: left;
	  max-width: 48%;
	}
}


@media (max-width: 767px) {
  #eqs-posts-list-new .eqs-posts-list__item .eqs-posts-list__image-wrapper {
	  max-width: none;
    height: auto;
	  float: auto;
    margin: 0 auto;
    margin-bottom: 24px;
  }
}

#eqs-posts-list-new .eqs-posts-list__item .eqs-posts-list__image-wrapper a {
  height: 100%;
  display: flex;
}

#eqs-posts-list-new .eqs-posts-list__item .eqs-posts-list__image-wrapper img {
  height: 100%;
  width: auto;
  margin: 0;
  object-fit: cover;
  object-position: bottom;
  border-radius: 12px;
}

@media (max-width: 768px) {
  #eqs-posts-list-new .eqs-posts-list__item .eqs-posts-list__image-wrapper img {

    width: 100%;
    height: auto;
  }
}

#eqs-posts-list-new .eqs-posts-list__item .fl-post-text {
  padding: 0;
}

#eqs-posts-list-new .eqs-posts-list__item .fl-post-title {
  margin: 0;
  margin-bottom: 8px;
  padding: 0;
  color: #171C22;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}

@media (max-width: 768px) {
  #eqs-posts-list-new .eqs-posts-list__item .fl-post-title {
    font-size: 20px;
  }
}

#eqs-posts-list-new .eqs-posts-list__item .fl-post-excerpt {
  margin: 0;
  margin-bottom: 24px;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

#eqs-posts-list-new .eqs-posts-list__item .post-author-avatar {
  width: 40px;
  height: 40px;
  margin-right: 12px;
  border-radius: 50%;
  overflow: hidden;
}

#eqs-posts-list-new .eqs-posts-list__item .fl-post-meta {
  padding: 0;
}

#eqs-posts-list-new .eqs-posts-list__item .post-author-name {
  margin: 0;
  color: #42474E;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

#eqs-posts-list-new .eqs-posts-list__item .post-date {
  margin: 0;
  color: #5A5F66;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

#eqs-posts-list-new .eqs-posts-list-item-bottom-wrapper {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

#eqs-posts-list-new .eqs-posts-list-item-bottom-more {
	display: flex;
padding: 12px 20px;
justify-content: center;
align-items: center;
border-radius: 8px;
background: #0062A0;
	color:#FFF;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 24px;
border: none;
}

#eqs-posts-list-new .eqs-posts-list-item-bottom-more a {
	color: #fff;
	text-decoration: none;
}

#eqs-posts-list-new .eqs-posts-list-item-bottom-more:hover {
	background-color: #004A7A;
}

/* Posts page pagination */
#eqs-posts-list-new .fl-builder-pagination {
  padding: 0;
  padding-top: 20px;
  border-top: 1px solid #C2C7CF
}

#eqs-posts-list-new .fl-builder-pagination .page-numbers {
  padding: 10px 16px;
  color: #5A5F66;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  border: none;
  border-radius: 8px;
}

#eqs-posts-list-new .fl-builder-pagination a.page-numbers:hover {
  background-color: #EEF4F8;
}

#eqs-posts-list-new .fl-builder-pagination .page-numbers.current {
  padding: 10px 16px;
  background-color: #EEF4F8;
  border: none;
  border-radius: 8px;
  color: #2C3137;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

/* Product card */

.eqs-product-description {
	 font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

#button--buy form {
	margin: 0;
}

#button--buy button[type="submit"] {
  width: 100%;
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  background-color: #0062A0;
  color: #fff;
  padding: 12px 24px;
  padding-left: 57px;
  text-decoration: none;
  text-shadow: none;
  background-image: url('/wp-content/uploads/2023/07/Icon-cart.svg');
  background-repeat: no-repeat;
  background-position: calc(50% - 22px) center;
  border-radius: 8px;
}

#button--buy button[type="submit"]:hover {
  background-color: #004a7a;
}

#button--buy .quantity {
  display: none;
}

.eqs-product-image img {
  margin: 10px;
  border-radius: 12px;
}
