@font-face {
  font-family: "Zoho_Puvi";
  font-weight: 400;
  font-display: swap;
  src: url("http://static.zohocdn.com/zohofonts/zohopuvi/4.0/Zoho_Puvi_Regular.eot");
  src: url("http://static.zohocdn.com/zohofonts/zohopuvi/4.0/Zoho_Puvi_Regular.eot?#iefix") format("embedded-opentype"),url("http://static.zohocdn.com/zohofonts/zohopuvi/4.0/Zoho_Puvi_Regular.woff2") format("woff2"),url("http://static.zohocdn.com/zohofonts/zohopuvi/4.0/Zoho_Puvi_Regular.otf") format("opentype")
}

@font-face {
  font-family: "Zoho_Puvi";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("http://static.zohocdn.com/zohofonts/zohopuvi/4.0/Zoho_Puvi_Medium.eot");
  src: url("http://static.zohocdn.com/zohofonts/zohopuvi/4.0/Zoho_Puvi_Medium.eot?#iefix") format("embedded-opentype"),url("http://static.zohocdn.com/zohofonts/zohopuvi/4.0/Zoho_Puvi_Medium.woff2") format("woff2"),url("http://static.zohocdn.com/zohofonts/zohopuvi/4.0/Zoho_Puvi_Medium.otf") format("opentype")
}

@font-face {
  font-family: "Zoho_Puvi";
  font-weight: 700;
  font-display: swap;
  src: url("http://static.zohocdn.com/zohofonts/zohopuvi/4.0/Zoho_Puvi_Bold.eot");
  src: url("http://static.zohocdn.com/zohofonts/zohopuvi/4.0/Zoho_Puvi_Bold.eot?#iefix") format("embedded-opentype"),url("http://static.zohocdn.com/zohofonts/zohopuvi/4.0/Zoho_Puvi_Bold.woff2") format("woff2"),url("http://static.zohocdn.com/zohofonts/zohopuvi/4.0/Zoho_Puvi_Bold.otf") format("opentype")
}

@font-face {
  font-family: 'Zoho_Puvi';
  font-weight: 800;
  font-display: swap;
  src: url('https://static.zohocdn.com/zohofonts/zohopuvi/4.0/Zoho_Puvi_Extrabold.eot');
  src: url('https://static.zohocdn.com/zohofonts/zohopuvi/4.0/Zoho_Puvi_Extrabold.eot') format('embedded-opentype'),url('https://static.zohocdn.com/zohofonts/zohopuvi/4.0/Zoho_Puvi_Extrabold.woff2') format('woff2'),url('https://static.zohocdn.com/zohofonts/zohopuvi/4.0/Zoho_Puvi_Extrabold.otf') format('opentype')
}

* {
  font-family: "Zoho_Puvi", sans-serif;
}
*, ::after, ::before{
  box-sizing: border-box;
}
body {
  background-color: #fff;
  color: #272626;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
  font-weight: 400;
  overflow-x: hidden;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6, hr, html, iframe, legend, li, ol, p, textarea, ul, figure, fieldset{
  margin: 0;
  padding: 0;
}
img {
  height: auto;
  max-width: 100%;
  width: 100%;
}
ul{
  list-style: none;
}
ol, ul{
  padding-left: 0;
}
a {
  color: #2f5aae;
  cursor: pointer;
  text-decoration: none;
}
p {
  margin-bottom: 20px;
}
h1{
  font-size: 32px;
  line-height: 1.4em;
  font-weight: 800;
  word-wrap: break-word;
  margin-bottom: 20px;
}
h2{
  font-size: 26px;
  line-height: 1.6em;
  font-weight: 700;
  margin-bottom: 20px;
}
h3{
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 700;
  margin-bottom: 15px;
}
h4{
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 15px;
}
h5{
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 15px;
}
h6{
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}
label{
  display: inline-block;
}
table{
  border-collapse: collapse;
  display: table;
}
table td{
  border: 1px solid #333;
  padding: 10px;
}
iframe {
  max-width: 100%;
}
.container{
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
  max-width: 1200px;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
article {
  word-break: break-word;
}

/* Primary header styles */
.gft-primary-cta {
  border: 1px solid #e00;
  background: #e00;
  color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 500;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: inherit;
  text-decoration: none
}

.gft-primary-cta:hover {
  color: #fff;
  background-color: #d00
}

header {
  position: relative;
  z-index: 999;
  line-height: 1.4;
  min-height: 188px;
}

body.menuIsOpen .gft-primary-menu {
  border-bottom: 1px solid #ddd
}

.gft-pm-branding a {
  width: 145px;
  height: 35px;
  background: url('../svg/gofrugal-new-logo.svg') no-repeat;
  background-size: cover;
  display: block;
  color: transparent;
  overflow: hidden
}

.gft-pm-menus {
  display: none
}

.gft-pm-utilities ul li:last-child {
  display: none
}

.gft-pm-container,.gft-pm-utilities {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px
}

.gft-pm-utilities {
  padding: 0;
  gap: 20px;
  margin-right: 5px
}

.gft-pm-utilities ul {
  margin: 0;
  padding: 0
}

.gft-pm-utilities ul li {
  list-style: none
}

.gft-pm-utilities ul li:first-child button {
  width: 22px;
  height: 22px;
  display: block;
  border: 0;
  cursor: pointer;
  background-color: transparent
}

body:not(.product-2) .gft-pm-utilities ul li:first-child button {
  background: url(../svg/blog-sprite.svg) no-repeat;
  background-position: -152px -7px;
}
.ghamburger-icon {
  background: #3d5164;
  width: 24px;
  height: 2px;
  line-height: 0;
  display: block;
  border-radius: 9px
}

.ghamburger-icon:after {
  content: "";
  background: #3d5164;
  width: 24px;
  height: 2px;
  line-height: 0;
  -webkit-transition: all 150ms;
  transition: all 150ms;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  display: block;
  border-radius: 9px
}

.ghamburger-icon:before {
  content: "";
  background: #3d5164;
  width: 24px;
  height: 2px;
  line-height: 0;
  -webkit-transition: all 150ms;
  transition: all 150ms;
  -webkit-transform: translateY(-7px);
  -ms-transform: translateY(--7px);
  transform: translateY(-7px);
  display: block;
  border-radius: 9px
}

.gft-mobile-hamburger.isOpen .ghamburger-icon {
  background: transparent
}

.gft-mobile-hamburger.isOpen .ghamburger-icon:after {
  transition: .2s cubic-bezier(0.4,0,0.2,1);
  -webkit-transform: rotate(-45deg) translate(2px,-2px);
  -ms-transform: rotate(-45deg) translate(2px,-2px);
  transform: rotate(-45deg) translate(2px,-2px)
}

.gft-mobile-hamburger.isOpen .ghamburger-icon:before {
  transition: .2s cubic-bezier(0.4,0,0.2,1);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.gft-pm-menus.isOpen {
  display: block;
  position: absolute;
  top: 56px;
  background: #fff;
  left: 0;
  overflow-y: scroll;
  height: 92vh;
  width: 100%;
  z-index: 100
}

.gft-pm-menus ul {
  list-style: none;
  padding: 0;
  margin: 0
}

.gft-pm-menus ul li {
  padding: 15px 10px;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  font-weight: 500;
  color: #333
}

.gft-pm-menus ul li a {
  color: #333;
  text-decoration: none
}

.gft-pm-dropdown {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.gft-pm-dropdown::after {
  content: "";
  display: block;
  border-left: 1px solid #777;
  border-bottom: 1px solid #777;
  width: 7px;
  height: 7px;
  transform: rotate(-45deg);
  transition: transform .3s ease-in-out;
  position: relative;
  right: 10px
}

.gft-pm-menus ul li.dropdownIsOpen .gft-pm-dropdown::after {
  transform: rotate(135deg)
}

.gft-pm-menus ul li.dropdownIsOpen {
  background: #eff4ff
}

.gft-pm-products-wrapper,.gft-pm-company-wrapper {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height .5s linear,opacity .5s ease
}

.gft-pm-menus ul li.dropdownIsOpen .gft-pm-products-wrapper,.gft-pm-menus ul li.dropdownIsOpen .gft-pm-company-wrapper {
  max-height: 1850px;
  opacity: 1;
  transition: max-height 1s linear,opacity .4s ease
}

.gft-pm-products-retail,.gft-pm-products-restaurants {
  margin-bottom: 20px
}

.gft-pmp-title p {
  margin: 0;
  font-size: 16px;
  font-weight: 400
}

.gft-pmp-title h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #2b2f7f;
  line-height: 1.4
}

.gft-pm-products-retail .gft-pmp-title h4 span {
  color: #ef1212
}

.gft-pm-products-restaurants .gft-pmp-title h4 span {
  color: #3ec451
}

.gft-pm-products-distribution .gft-pmp-title h4 span {
  color: #f0c107
}

.gft-pmp-features ul li {
  font-size: 14px;
  border: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400
}

.gft-pm-products-list {
  max-width: 90%;
  margin: 20px auto
}

.gft-pmp-features ul {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 15px 0
}

.gft-pmp-features ul li a {
  margin: 0 10px 0 0
}

.gft-pmp-features ul li:not(:last-child) {
  border-top: 0;
  border-right: 1px solid #968989
}

.gft-pmp-videos-wrapper {
  position: relative;
  margin-top: 10px;
  width: fit-content
}

.gft-pmp-videos-wrapper .product-menu-pmp {
  min-height: 170px;
  max-width: 100%;
  background: url('../webp/product-menu-sprite-2.webp') no-repeat;
  width: 200px;
  display: inline-block;
  background-size: 430px auto;
  background-position: -7px -85px
}

.gft-pmp-videos-wrapper .product-menu-pmp.re-pmp-2 {
  background-position: -227px -86px
}

.gft-pmp-videos-wrapper .product-menu-pmp.se-pmp,.gft-pmp-videos-wrapper .product-menu-pmp.de-pmp {
  background-position: -5px -209px;
  width: 310px;
  background-size: 330px auto
}

.gft-pmp-videos-wrapper .product-menu-pmp.de-pmp {
  background-position: -5px -389px
}

.gft-pmp-videos-wrapper p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  position: absolute;
  z-index: 1;
  color: #fff;
  bottom: 20px;
  width: max-content;
  text-align: center;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%)
}

.gft-pm-products-restaurants .gft-pmp-videos-wrapper p,.gft-pm-products-distribution .gft-pmp-videos-wrapper p {
  width: 100%;
  transform: translateX(-50%)
}

.gft-pmp-videos .gft-pmp-videos-wrapper:nth-child(2) {
  margin-top: 20px
}


.gft-pmp-videos-wrapper a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  right: 0;
  bottom: 0;
  width: 35px;
  height: 35px;
  position: absolute;
  background-repeat: no-repeat
}

.gft-pm-company-wrapper {
  max-width: 95%;
  margin: auto
}

.gft-pm-company-notification {
  margin-bottom: 20px
}

.gft-pm-menus.isOpen li.dropdownIsOpen .gft-pm-company-wrapper {
  display: block
}

.gft-pmc-wrapper {
  margin: 20px 0;
  padding: 15px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px
}

.gft-pmc-wrapper h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 5px 0 10px;
  line-height: 1.4
}

.gft-pmc-wrapper p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
  max-width: 350px
}

.gft-pmcn-wrapper {
  display: block;
  max-height: fit-content;
  text-align: center;
  margin: 75px 0 0;
  width: 100%;
  padding: 0 10px 20px 10px;
  position: relative;
  border-radius: 8px
}

.gft-pmcn-wrapper p {
  position: relative;
  max-width: 90%;
  margin: auto;
  top: -40px;
  line-height: 1.6
}

.gft-pmcn-wrapper .gft-pmcn-icon {
  width: 115px;
  height: 100px;
  position: relative;
  top: -50px;
  margin: auto;
  background-image: url('../webp/product-menu-sprite-2.webp');
  background-repeat: no-repeat;
  background-size: 500px auto
}

.gft-pmcn-wrapper .gft-pmcn-icon.pmcn-newsletter {
  background-position: 5px 2px
}

.gft-pmcn-wrapper .gft-pmcn-icon.pmcn-webinar {
  background-position: -125px 10px
}

.gft-pm-company-notification .gft-pmcn-wrapper:nth-child(1) {
  border: 1px solid #d7e2ff;
  background: #edf1fa
}

.gft-pm-company-notification .gft-pmcn-wrapper:nth-child(2) {
  border: 1px solid #f4dfdd;
  background: #fff4f3
}

.gft-pmcn-wrapper a {
  position: relative;
  top: -20px
}

.gft-pm-menus ul li .gft-pmcn-wrapper a {
  color: #e00;
  margin: 0
}

.gft-pm-company-menus .gft-pmc-wrapper h4 {
  position: relative
}

.gft-pm-company-menus .gft-pmc-wrapper:nth-child(7) h4::after {
  content: "New";
  position: relative;
  background: #ffe603;
  color: #e91717;
  font-size: 12px;
  font-weight: 600;
  padding: 3px 5px;
  border-radius: 2px;
  top: -13px;
  left: 4px
}

body.menuIsOpen,body.smMenuIsOpen {
  overflow-y: hidden
}

.gft-pm-search {
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 999999;
  border-bottom: 1px solid #eee;
  top: -250px;
  -webkit-transition: top 500ms ease-in-out;
  transition: top 300ms ease-in-out
}

.gft-pm-search.searchIsOpen {
  top: 0
}

.gft-pm-container::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(255,255,255,0);
  transition: background .3s ease,opacity .3s ease;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  width: 100%;
  height: 0
}

.gft-pm-container:has(.gft-pm-search)::after {
  visibility: visible;
  opacity: 1
}

.gft-pm-container:has(.gft-pm-search.searchIsOpen)::after {
  height: 100vh;
  background: rgba(0,0,0,0.4);
  transition: background .3s ease,opacity .3s ease
}

.gft-search-box {
  padding: 13px 10px;
  position: relative;
  max-width: -webkit-fill-available;
  max-width: -moz-available;
  max-width: fill-available;
  width: 100%
}

.gft-search-field {
  float: none;
  max-width: 100%;
  margin: 0;
  height: initial;
  padding: 14px 20px 14px 10px;
  line-height: initial;
  font-weight: 500;
  border: 0;
  text-indent: 0;
  width: 100%;
  outline: 0;
  font-size: 14px;
  border-radius: 4px
}

.gft-search-field:focus {
  border: 1px solid #eee;
  outline: 0;
  transition: border .3s ease
}

.gft-search-btn {
  background: url(../svg/blog-sprite.svg) no-repeat;
  background-position: -152px -7px;
  position: absolute;
  right: 20px;
  top: 21px;
  width: 27px;
  box-sizing: border-box;
  height: 27px;
  border: 0;
  outline: 0;
  cursor: pointer;
  font-size: 0;
  transform: scale(0.7)
}


.gft-primary-menu {
  background: #fff;
  overflow-y: visible;
  position: relative;
  z-index: 9999
}

.gft-primary-menu.header-hide {
  transition: transform .3s ease;
  transform: translateY(-100%);
  overflow-y: hidden
}

.gft-primary-menu.scroll-fixed,.gft-secondary-menu.scroll-fixed {
  transform: translateY(0);
  width: 100%;
  top: 0;
  background: #fff;
  box-shadow: 0 1px 4px rgb(0 0 0 / 30%);
  overflow: hidden;
  display: block
}

.gft-primary-menu.scroll-fixed {
  position: fixed;
  overflow: visible
}

body.menuIsOpen .gft-primary-menu::after {
  content: " ";
  background: #fff;
  position: absolute;
  width: 100%;
  height: 80vh;
  z-index: 99;
  top: 20vh
}

@media screen and (min-width: 548px){
  .gft-pm-menus.isOpen {
      left:auto;
      right: 0;
      width: 65%
  }

  body.menuIsOpen .gft-primary-menu::after {
      top: 56px;
      height: 100vh;
      background: linear-gradient(to right,#32323247 35%,#fff 0)
  }

  .gft-pm-menus.isOpen {
      height: 95vh
  }

  .gft-pmp-videos {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 10px
  }

  .gft-pmp-videos .gft-pmp-videos-wrapper:nth-child(2) {
      margin-top: auto
  }

  .gft-search-box {
      margin: auto;
      max-width: 740px
  }

  .gft-sm-menus.smMenuIsOpen {
      max-width: 65%;
      margin: 0 0 0 auto;
      box-shadow: 0 5px 4px rgb(0 0 0 / 30%)
  }

  .gft-secondary-menu.scroll-fixed .gft-sm-branding a.gft-sm-branding-logo {
      height: 35px;
      width: 126px
  }
}

@media screen and (min-width: 1110px){
  .gft-pm-utilities .gft-primary-cta {
      font-size: 16px
  }

  header {
      min-height: 235px;
  }

  .gft-pm-container {
      max-width: 99%;
      margin: 0 auto;
      padding: 15px 10px
  }

  .gft-pm-menus,.gft-pm-utilities ul li:last-child {
      display: block;
      z-index: 999999
  }

  .gft-mobile-hamburger {
      display: none
  }

  .gft-pm-menus ul {
      display: flex;
      gap: 28px;
      margin: 0
  }

  .gft-pm-menus ul li {
      padding: 0;
      border-bottom: 0
  }

  .gft-pm-container {
      justify-content: flex-start;
      gap: 55px;
      position: unset
  }

  .gft-pm-dropdown::after {
      right: -6px;
      top: -1px;
      transition: transform .3s ease-in-out,top .3s ease
  }

  .gft-pm-menus ul li.dropdownIsOpen .gft-pm-dropdown::after {
      top: 2px
  }

  .gft-pm-dropdown {
      padding-right: 8px;
      cursor: pointer
  }

  .gft-pm-menus ul li.dropdownIsOpen {
      background: 0
  }

  .gft-pm-utilities {
      margin: 0 0 0 auto
  }

  .gft-pm-utilities ul {
      display: flex;
      align-items: center;
      gap: 30px
  }

  .gft-pm-products-wrapper,.gft-pm-company-wrapper {
      position: absolute;
      width: 100%;
      left: 0;
      top: 74px;
      background: #fff
  }

  .gft-primary-menu.header-hide.scroll-fixed .gft-pm-products-wrapper,.gft-primary-menu.header-hide.scroll-fixed .gft-pm-company-wrapper {
      top: 74px
  }

  .gft-pm-products-wrapper::before,.gft-pm-company-wrapper::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 100%;
      height: 1px;
      background: #dedfe6
  }

  .gft-pm-products-wrapper::after {
      bottom: 0
  }

  .gft-pm-products-list {
      display: flex;
      justify-content: space-between;
      align-items: flex-start
  }

  .gft-pmp-features ul {
      gap: 9px 12px;
      margin: 20px 0
  }

  .gft-pmp-features ul li:nth-child(4) {
      border: 0
  }

  .gft-pmp-title h4 {
      font-size: 24px
  }

  .gft-pmp-title p {
      font-size: 16px
  }

  .gft-pm-products-retail,.gft-pm-products-restaurants,.gft-pm-products-distribution {
      width: 32%
  }

  .gft-pm-products-list,.gft-pm-company-menus,.gft-pm-company-notification {
      max-width: 1315px
  }

  .gft-pm-company-menus,.gft-pm-company-notification {
      display: flex;
      justify-content: space-between;
      align-content: stretch;
      flex-wrap: wrap;
      margin: 0 auto
  }

  .gft-pm-company-wrapper,.gft-pmcn-wrapper p {
      max-width: 100%;
      font-weight: 400;
      line-height: 1.4
  }

  .gft-pmc-wrapper {
      margin: 20px 0 0;
      width: 24%;
      border: 0
  }

  .gft-pmc-wrapper:hover {
      background: #f6f6f9
  }

  .gft-pmc-wrapper p {
      max-width: 270px
  }

  .gft-pmcn-wrapper {
      position: relative;
      padding: 20px 40px 20px 150px;
      width: 49%;
      text-align: left;
      margin: 25px 0 30px
  }

  .gft-pmcn-wrapper .gft-pmcn-icon {
      position: absolute;
      top: 12px;
      left: 20px
  }

  .gft-pmcn-wrapper .gft-pmcn-icon.pmcn-webinar {
      background-position: -154px -5px;
      background-size: 580px auto
  }

  .gft-pmcn-wrapper p,.gft-pmcn-wrapper a {
      top: 0
  }

  .gft-pmcn-wrapper p {
      margin-bottom: 10px
  }

  .gft-search-field {
      font-size: 16px;
      padding-left: 14px
  }

  .gft-search-box {
      padding: 20px 10px
  }

  .gft-search-btn {
      transform: scale(0.9);
      top: 30px
  }

  .gft-pm-products-wrapper,.gft-pm-company-wrapper {
      max-height: 0;
      opacity: 0;
      overflow: hidden;
      transition: max-height .4s linear
  }

  .gft-pm-menus ul li.dropdownIsOpen .gft-pm-products-wrapper,.gft-pm-menus ul li.dropdownIsOpen .gft-pm-company-wrapper {
      max-height: 1850px;
      opacity: 1;
      transition: none
  }

  .prodid.produnderline {
      text-decoration: underline;
      text-underline-offset: 8px;
      text-decoration-color: #2a2f7e;
      text-decoration-thickness: 2px
  }

  .gft-pm-menus ul li a.prodid:hover,.gft-pm-dropdown:hover,li.dropdownIsOpen .gft-pm-dropdown,.gft-pmp-features ul li a:hover {
      color: #0d85ff
  }

  li.dropdownIsOpen .gft-pm-dropdown::after,.gft-pm-dropdown:hover::after {
      border-left: 1px solid #0d85ff;
      border-bottom: 1px solid #0d85ff
  }

  li.dropdownIsOpen::after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 100px;
      background: rgba(0,0,0,0.4);
      transition: all .3s;
      visibility: visible;
      opacity: 1;
      z-index: -1;
      width: 100%;
      height: 100vh
  }
}

/* secondary header */
.blog-second-container{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.blog-second-menu{
  position: relative;
    width: 100%;
    margin: 0 auto;
}
.blog-second-nav{
  border: 1px solid #535353;
    padding: 10px 0;
    position: absolute;
    top: 60px;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    display: none;
}
.blog-second-nav li {
  font-size: 16px;
  font-weight: 500;
}

.blog-second-nav li a{
  color: #535353;
  padding: 5px 15px;
  display: block;
}
.blog-second-nav li a:hover, body.archive .blog-second-nav li.active a, body.home li.blog_cate_new a{
  color: #f00;
  background: #ff000017;
  border-color: #f00;
}
.blog-second-menu h4{
  border-radius: 30px;
  padding: 10px 20px;
  border: 1px solid #535353;
  color: #333;
  font-size: 18px;
  position: relative;
  margin: 0 auto;
}

.blog-second-menu h4::after{
  content: '';
  display: block;
  border-left: 2px solid #777;
  border-bottom: 2px solid #777;
  width: 9px;
  height: 9px;
  transform: rotate(-45deg);
  transition: transform .3s ease-in-out;
  position: absolute;
  right: 25px;
  top: 16px;
}
.blog-second-menu h4.active::after{
  transform: rotate(135deg);
  top: 21px;
}

.blog-sec-menu.fixedactive{
  position: fixed;
  top: 50px;
  left: 0;
  width: calc(100% - 15px);
  z-index: 9999;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
  padding: 5px 0;
}

/* secondary header blue */
.gft_blog_header_bgsect{
  background: #2b2f7f url(../webp/blog-header-bg.webp) repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 20px;
}
.gft_blog_header_bgsect h2{
  margin: 0;
}
  
@media screen and (min-width: 1110px){
  .gft_blog_header_bgsect{
    padding: 20px 0;
  }
}
@media screen and (min-width: 767px){
  .gft_blog_header_bgsect{
    background-size: contain;
  }
  .blog-second-nav{
    display: flex;
    gap: 15px;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    position: relative;
    top: 0;
    border: none;
    padding: 20px 0 0;
  }
  .blog-sec-menu.fixedactive{
    position: static;
    box-shadow: none;
    padding: 0;
  }
  .blog-second-nav li a {
    min-width: 50px;
    position: relative;
    display: inline-block;
    border: 1px solid #535353;
    color: #535353;
    border-radius: 20px;
    padding: 5px 20px;
  }
  .blog-second-nav li.active a:hover,body.archive .blog-second-nav li.active a,body.home li.blog_cate_new a{
    background: #ff000017;
  }
  .blog-second-menu h4{
    display: none;
  }
}


/* home page css */
.posts-wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: stretch;
  margin: 0 auto 40px;
  gap: 15px;
}
.posts-wrapper>article{
  width: 100%;
  border: 1px solid #f0f4f8;
  border-radius: 5px;
  transition: all 500ms ease;
  padding: 0;
}
.posts-wrapper>article:hover{
  transform: translateY(-5px);
  box-shadow: -2px 11px 16px 7px rgb(0 0 0 / 8%);
}
.nv-index-posts.col{
  margin-top: 30px;
}
.nv-post-thumbnail-wrap>a {
  display: block;
}
.nv-post-thumbnail-wrap>a img{
  display: block;
  object-fit: cover;
}
.nv-post-thumbnail-wrap.img-wrap{
  margin-bottom: 20px;
}
.nv-page-title {
  margin-bottom: 2vh;
}
.col .blog-entry-title{
  font-size: 16px;
  padding: 0 10px;
  margin-bottom: 5px;
  line-height: 1.5;
}
.col .blog-entry-title a{
  color: #272626;
}
.article-content-col .content .nv-meta-list{
  padding: 0 12px;
  margin-bottom: 15px;
}


/* Post page css */
.nv-single-post-wrap{
  padding: 0px;
  margin: 0 auto;
  flex-grow: 1;
  max-width: 100%;
}
.title.entry-title{
  margin-bottom: 10px;
}
ul.nv-meta-list{
  margin: 0 auto;
  font-size: 14px;
}
.nv-meta-list li, .nv-meta-list span{
  display: inline-block;
}
.nv-meta-list .posted-on .updated{
  display: none;
}
.nv-meta-list li.meta:not(:last-child):after {
  content: "|";
  padding: 0 8px;
}
.nv-content-wrap{
  margin-bottom: 60px;
}
.nv-content-wrap ol, .nv-content-wrap ul {
  margin: 30px 0;
  padding-left: 20px;
}
.nv-content-wrap ul{
  list-style: disc;
}
.nv-content-wrap li {
  margin-top: 10px;
}
.entry-content a:not([class]){
  text-decoration: underline;
}
.nv-tags-list{
  margin-bottom: 60px;
}
.nv-tags-list span {
  margin-right: 10px;
}
.nv-tags-list a {
  margin: 0 10px 10px 0;
  font-weight: 700;
  text-transform: uppercase;
  color: #2b2f7f !important;
  padding: 10px;
  background: #fff;
  line-height: 1;
  font-size: .75em !important;
  display: inline-block;
  border: 2px solid #2b2f7f;
}
.nv-tags-list a:hover{
  background: #2b2f7f1a;
}
.nv-post-navigation{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  padding-bottom: 30px;
  margin-top: 40px;
}
.nv-post-navigation span{
  display: block;
}
.nv-post-navigation span.nav-direction{
  color: #272626;
  font-size: .8em;
  text-transform: uppercase;
  font-weight: 700;
}
.nv-sidebar-wrap{
  padding: 60px 15px;
  margin-bottom: 20px;
  flex-grow: 1;
}
.widget {
  word-break: break-word;
  margin: 0 auto 20px;
  padding: 25px 10px 25px;
  border: 1px solid #c5bdbd;
  text-align: center;
  border-radius: 5px;
}
.blog-sidebar #search-3, .blog-sidebar #block-12, .blog-sidebar #categories-3, #block-17{
  display: none;
}
.widget .widget-title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 20px;
}
.search-form{
  display: flex;
    max-width: 100%;
    line-height: 1;
}
form label{
  font-size: 18px;
    font-weight: 400;
}
.screen-reader-text{
  display: none;
}
.search-form .search-field{
  height: auto;
  text-overflow: ellipsis;
  border-right: 0;
  flex-grow: 1;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: calc(100% - 45px);
  max-width: 100%;
  border-radius: 3px;
  background: #ffffff;
  color: #272626;
  padding: 10px 12px;
  border: 2px solid #dddddd;
  font-size: 18px;
  outline: none;
}
.widget_search .search-form .search-submit, .widget_search .search-form .search-field{
  height: auto;

}
.search-form .search-submit{
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 45px;
  z-index: 1;
  background: #ffffff;
  border: 2px solid #dddddd;
  border-left: 0;
  position: relative;
  left: -2px;
  outline: none;
}
.search-form svg{
  fill: #272626;
  opacity: .5;
  height: auto;
}
.widget li {
  margin-top: 10px;
}
.wp-block-social-links{
  display: flex;
  justify-content: center;
  font-size: 24px;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.7em;
}
.wp-social-link a{
  display: flex;
  background: url(../svg/blog-sprite.svg) no-repeat;
  width: 28px;
  height: 28px;
}
.wp-social-link-facebook a{
  background-position: -2px -2px;
}
.wp-social-link-twitter a{
  background-position: -57px -2px
}
.wp-social-link-instagram a{
  background-position: -30px -1px;
}
.wp-social-link-linkedin a{
  background-position: -84px -1px;
}
.wp-social-link-youtube a{
  background-position: -117px -2px;
  width: 32px;
}

.wp-block-social-links .wp-social-link svg{
  display: none;
}
#block-26{
  border: none;
  margin: 0;;
}
.blog-post-keynotes{
   background: #e3f4ff;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.blog-post-keynotes h3{
     margin-bottom: 10px;
}
.blog-post-keynotes ul{
     margin: 10px auto;
}
.blog-post-keynotes li{
    font-size: 16px;
}

.wp-lightbox-overlay.zoom,.lightbox-trigger{
    display: none;
}

@media screen and (min-width: 576px){
  h1{
    font-size: 1.5em;
    line-height: 1.4em;
  }
  h2{
    font-size: 1.3em;
    line-height: 1.6em;
  }
  h3{
    font-size: 26px;
    line-height: 1.4em;
  }
  h4{
    font-size: 22px;
    line-height: 1.5;
  }
  h5{
    font-size: 18px;
    line-height: 1.6;
  }
  h6{
    font-size: 14px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 620px){
  .posts-wrapper{
    justify-content: space-between;
  }
  .posts-wrapper>article {
    max-width: 48.4%;
  }
}
@media screen and (min-width: 960px) {
  body{
    font-size: 18px;
    line-height: 1.7;
  }
  h1{
    font-size: 36px;
    line-height: 1.3em;
  }
  h2{
    font-size: 32px;
    line-height: 1.4em;
  }
  h3{
    font-size: 24px;
  }
  h4{
    font-size: 20px;
  }
  h5{
    font-size: 18px;
  }
  h6{
    font-size: 16px;
    line-height: 1.6;
  }
  .neve-main>.container>.row {
      flex-wrap: nowrap;
  }
  .neve-main > .single-post-container .nv-single-post-wrap{
    max-width: 70%;
  }
  .nv-sidebar-wrap{
    max-width: 30%;
  }
  .blog-sidebar #search-3, .blog-sidebar #block-12, .blog-sidebar #categories-3{
    display: block;
  }
  .widget#search-3{
    padding: 15px 15px 20px;
    background: #f3f3f3;
    border-radius: 5px;
  }
  aside>.widget, .widget.widget_block{
    padding-left: 5px;
  }
  .widget{
    margin-bottom: 40px;
    border: none;
    text-align: left;
    padding: 0;
  }
  .nv-sidebar-wrap{
    padding-left: 20px;
  }
  .wp-block-social-links{
    justify-content: flex-start;
  }
  .posts-wrapper{
    justify-content: start;
  }
  .posts-wrapper>article {
    max-width: 32%;
  }
  .nv-index-posts.col{
    margin-top: 40px;
  }
}

@media screen and (min-width: 1200px){
  .posts-wrapper>article{
    max-width: 380px;
  }
}

/* Below css for toc styles */
/* post topic section */
.zb-post-topics {
  background: #e6f2ff;
  margin: 20px 0;
  padding: 25px;
}

.zb-post-topics ul {
  margin: 0;
  position: relative;
  padding: 0;
}

.zb-post-topics ul li {
  padding: 8px 0;
}

.zb-post-topics ul li a {
  color: #434343;
  padding: 0 15px;
  display: block;
  font-size: 15px;
  position: relative;
  transition: all .1s ease;
}

.zb-post-topics ul li.active>a {
  font-family: var(--primaryfont-semibold);
  color: #2386f3;
}

.zb-post-topics ul li.active>a:before {
  content: '';
  position: absolute;
  width: 3px;
  height: 100%;
  background: #2386f3;
  top: 0;
  left: 0;
}

.zb-post-topics ul li>ul {
  padding: 10px 0 0 20px;
}
.zb-topic-submenu
{
  display: none;
}

.zb-topic-parent>a:after {
  content: '+';
  position: absolute;
  top: 0;
  right: 5px;
  color: #000;
  font-size: 17px;
}

.zb-topic-parent.active>a:after {
  content: '-';
  right: 7px;
  color: #2386f3;
}


/* New css */
.body_overflow{
  overflow: hidden;
}
.body_overflow #content{
  background: #0000008f;
  pointer-events: none;
  opacity: 0.6;
}
.body_overflow .blog-sec-menu, .body_overflow .gft_blog_header_bgsect{
  pointer-events: none;
  opacity: 0.6;
}

/* new post page css revamp */
.entry-header{
  margin: 20px auto 30px;
}
@media screen and (min-width: 1110px){
  .entry-header{
    margin: 60px auto 30px;
  }
}






/* post video widget */
.gft-blog-video{
  box-shadow: 0 12px 29px 0 rgba(100, 100, 111, .2);
  border-radius: 10px;
  z-index: 1;
  text-align: center;
  overflow: hidden;
  background: #e3f4ff;
  transition: .5s ease;
  width: 100%;
  margin: 0 0px;
  position: fixed;
  bottom: -70%;
  max-width: 100%;
  left: 0;
}
.gft-blog-video-fixed {
  position: fixed;
}
.gft-blog-video-thumb{
  padding: 40px 20px 20px;
}
.gft-blog-video-thumb h4{
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
}
.gft-blog-video button {
  padding: 0;
  background: transparent;
  color: #333;
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 15px;
  font-weight: 400;
  z-index: 9999;
  cursor: pointer;
  display: block;
  border: 0;
}
.gft-blog-video-thumb a {
  background: #f0493f;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  color: #fff;
  padding: 8px 12px;
  display: inline-block;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.3px;
}
.gft-blog-video video{
  outline: none;
  display: none;
}
.gft-blog-video.gft-blog-video-mobfixed {
  bottom: 0;
}
.gft-blog-video.active {
  display: none;
}

@media screen and (min-width: 960px){
  .gft-blog-video{
    position: relative;
    max-width: 280px;
    margin-left: 10px;
    top: 2rem;
  }
  .gft-blog-video-fixed {
    position: fixed;
    height: max-content;
    left: auto;
  }
  .gft-blog-video-thumb {
    padding: 25px 20px;
  }
  .gft-blog-video-thumb h4 {
    font-size: 18px;
  }
  .gft-blog-video button{
    display: none;
  }
  .gft-blog-video video{
    display: block;
  }
}