.cy-template .breadcrumbs {
  color: #686876 !important;
}
.cy-template .breadcrumbs a {
  color: var(--greyscale-cy-shade-90-body, #3d3e50);
  font-size: inherit;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}
.cy-template .breadcrumbs a:hover {
  text-decoration: none;
}
.cy-template .is-form-style button.is-search-submit {
  min-width: 36px;
}
.cy-template form.is-search-form {
  border-radius: 4px;
  border: 1px solid var(--greyscale-cy-shade-30-line, #bebfc5);
  background: var(--White, #fff);
  max-width: 485px;
  margin: auto;
}
div.is-ajax-search-result {
  max-width: calc(485px - 11px) !important;
}
.cy-template form.is-search-form input[type="search"]::placeholder {
  color: var(--greyscale-cy-shade-70-placeholder, #686876);
}
.cy-template form.is-search-form input[type="search"] {
  color: #3d3e50;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  padding: 0px 16px;
  border: none !important;
  background: transparent;
  height: auto;
  border-radius: 4px;
}
.is-ajax-search-result {
  background: #f1f6fd !important;
  z-index: 999 !important;
  box-shadow: 0px 8px 16px -4px rgba(39, 40, 60, 0.2) !important;
}
.is-ajax-search-result .is-ajax-search-post:hover {
  background-color: #f1f6fd !important;
}
.is-ajax-search-result .is-search-sections {
  display: flex;
  align-items: center;
}
.is-ajax-search-result .is-search-sections img {
  border-radius: 8px;
}
.is-ajax-search-result .is-title a {
  color: #181818;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.is-ajax-search-result .is-title a:hover {
  text-decoration: none;
  color: #1863dc;
}
.cy-template form.is-search-form button.is-search-submit:hover {
  background: transparent;
  border: none;
}
.cy-template form.is-search-form span.is-search-icon {
  border: none;
  background: transparent;
}
.cy-template .is-form-style.is-form-style-3 label {
  width: calc(100% - 56px) !important;
}

.faq-template .sub-category-list ul.nav a {
  color: var(--greyscale-cy-shade-title, #27283c);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 177.778% */
  transition: all 0.2s ease;
  padding: 0;
}
.faq-template .sub-category-list ul.nav li {
  margin: 16px 0;
  width: 100%;
}
.faq-template .sub-category-list ul.nav a.active,
.faq-template .sub-category-list ul.nav a:hover,
.faq-template .sub-category-list ul.nav a:focus {
  color: #1863dc;
  background-color: transparent;
  border: none;
  text-decoration: none;
  transition: all 0.2s ease;
}
.faq-template .tab-content ul {
  margin: 0;
  padding: 0;
}
.faq-template .tab-content ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.faq-template .tab-content .post-list a {
  padding: 20px 44px 20px 0;
  position: relative;
  display: block;
  border-bottom: 1px solid #e9e9eb;
}
.faq-template .divider-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.faq-template .tab-content .post-list a:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 10px;
  background-image: url(https://www.cookieyes.com/wp-content/themes/cookieyes-new/assets/images/doc/blue-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  right: 0;
  top: 0;
}
.faq-template .pri-lg-btn {
  background: var(--bluemain);
  border: 1.5px solid var(--bluemain);
  border-radius: 4px;
  transition: all 0.2s ease;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  padding: 12px 24px;
  display: inline-block;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.faq-template .pri-lg-btn:hover {
  background: var(--bluedark);
  border: 1.5px solid var(--bluedark);
  transition: all 0.2s ease;
  outline: none;
  box-shadow: none;
  text-decoration: none;
  color: var(--white);
}
.doc-content .cy-info-box,
.doc-content .cy-info-box.blue {
  background: rgba(24, 99, 220, 0.08);
  box-shadow: inset 4px 0px 0px #66a0ff;
  padding: 18px 32px;
  margin-bottom: 40px;
  margin-top: 40px;
}
.doc-content .cy-info-box.green {
  background: #eaf7f1;
  box-shadow: inset 4px 0px 0px #57bd8d;
}
.doc-content .cy-info-box.red {
  background: #fcecee;
  box-shadow: inset 4px 0px 0px #e4687b;
}
.doc-content .cy-info-box.plain {
  border: 2px solid #1863dc;
  border-radius: 6px;
  background: #fff;
  box-shadow: none;
}
.doc-content .cy-info-box p:last-child {
  margin-bottom: 0;
}
.doc-content .cy-info-box a {
  font-weight: normal;
  font-size: inherit;
  color: #1863dc;
}
.doc-content .cy-info-box p a,
.doc-content .cy-info-box li,
.doc-content .cy-info-box li a,
.doc-content .cy-info-box p,
.doc-content .cy-info-box a {
  font-size: inherit;
  line-height: 30px;
}
.doc-content .bulb-icon,
.doc-content .info-icon {
  padding-left: 28px;
  position: relative;
  margin-bottom: 20px;
}
.doc-content .bulb-icon:before,
.doc-content .info-icon:before,
.doc-content .plain .info-icon:before {
  content: "";
  position: absolute;
  height: 29px;
  width: 23px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  left: 0;
}
.doc-content .bulb-icon.title:before,
.doc-content .info-icon.title:before,
.doc-content .plain .info-icon.title:before {
  height: 40px;
}
.doc-content .bulb-icon:before {
  background-image: url(https://www.cookieyes.com/wp-content/themes/cookieyes-new/assets/images/blog/bulb-icon.svg);
}
.doc-content .info-icon:before {
  background-image: url(https://www.cookieyes.com/wp-content/themes/cookieyes-new/assets/images/info-icon.svg);
}
.doc-content .plain .info-icon:before {
  background-image: url(https://www.cookieyes.com/wp-content/themes/cookieyes-new/assets/images/blue-info-icon.svg);
}
.doc-content .cy-info-box .title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 40px;
  color: #27283c;
}
.doc-content img {
  border: 2px solid #e1ebff;
  margin: 8px 0 20px;
}
@media (max-width: 991px) {
  .faq-template .sub-category-list ul.nav {
    margin: 0 -6px;
    display: block;
  }
  .faq-template .sub-category-list ul.nav li {
    margin: 6px;
    display: inline-block;
    width: auto;
  }
  .faq-template .sub-category-list ul.nav a {
    color: var(--greyscale-cy-shade-90-body, #3d3e50);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 175% */
    padding: 8px 16px;
    border-radius: 8px;
    border: 1px solid var(--greyscale-cy-shade-30-line, #bebfc5);
  }
  .faq-template .sub-category-list ul.nav a.active {
    border-radius: 8px;
    background: var(--blue-cy-primary, #1863dc);

    border: 1px solid #1863dc;
    color: #fff;
  }
}
