@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;
}
main 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;
}
/* common css */
.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
}

.gft-secondary-cta {
    font-size: 16px;
    font-weight: 500;
    color: #e00;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative
}

.gft-secondary-cta:hover {
    color: #e00 !important
}

/* Primary header styles */

body.product-2 .gft-secondary-cta::after,body:not(.product-2) .gft-secondary-cta::after {
    content: "";
    width: 15px;
    height: 12px;
    margin-left: 8px;
    transition: .4s;
    flex-shrink: 0
}

body.product-2 .gft-secondary-cta::after {
    background: url("../svg/common-footer-sprite.svg") no-repeat -243px -51px
}

body:not(.product-2) .gft-secondary-cta::after {
    background: url("../svg/se-footer-sprite.svg") no-repeat -260px -83px
}

.gft-secondary-cta:hover::after {
    transform: translateX(8px)
}

header {
    position: relative;
    z-index: 999;
    line-height: 1.4;
    min-height: 200px
}

body.menuIsOpen .gft-primary-menu {
    border-bottom: 1px solid #ddd
}

.gft-pm-utilities ul li:last-child {
    display: none
}

.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/se-footer-sprite.svg") no-repeat -236px -80px
}

body.product-2 .gft-pm-utilities ul li:first-child button {
    background: url("../svg/common-footer-sprite.svg") no-repeat -220px -48px
}

.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)
}

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: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 {
    position: absolute;
    right: 20px;
    top: 21px;
    width: 25px;
    box-sizing: border-box;
    height: 27px;
    border: 0;
    outline: 0;
    cursor: pointer;
    font-size: 0;
    transform: scale(0.7)
}

body:not(.product-2) .gft-search-btn {
    background: url("../svg/se-footer-sprite.svg") no-repeat -323px -110px;
    background-color: transparent;
    background-size: 450px auto
}

body.product-2 .gft-search-btn {
    background: url("../svg/common-footer-sprite.svg") no-repeat -242px -52px;
    background-color: transparent;
    background-size: 450px auto
}

.gft-primary-menu {
    background: #fff;
    overflow-y: visible;
    position: relative;
    z-index: 999999
}

.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
}

.gft-primenu-container {
    max-width: 1920px;
    margin: 0 auto
}

.gft-primenu-container::after {
    content: '';
    transition: background .3s ease,opacity .3s ease
}

.gft-primenu-container.active::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 57px;
    background: rgba(0,0,0,0.4);
    visibility: visible;
    opacity: 1;
    z-index: 1;
    width: 100%;
    height: 100vh
}

.gft-company-logo {
    padding: 10px 0 0;
    text-align: center
}
.gft-company-logo img{
  max-width: 150px;
}

.gft-primenu-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 2px 10px;
    position: relative;
    border-bottom: 1px solid #efefef
}

.gft-primenu-lstwrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.gft-primenulsts {
    display: block;
    border-bottom: 1px solid #eee;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    width: 100%;
    position: relative
}

.gft-primenulists-cnt {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.gft-primenulists-cnt::after {
    content: "";
    border-left: 1.5px solid #525252;
    border-bottom: 1.5px solid #525252;
    width: 7px;
    height: 7px;
    position: relative;
    display: inline-block;
    transform: rotate(315deg);
    bottom: 1px;
    margin-left: 6px;
    right: 10px;
    transition: transform .3s ease-in-out,bottom .3s ease
}

.gft-primenulsts.active .gft-primenulists-cnt::after {
    transform: rotate(135deg);
    bottom: -2px
}

.gft-primenulsts.active .gft-primenu-links {
    position: relative
}

.gft-primenulsts .gft-primenu-links::after {
    content: "";
    position: absolute;
    width: 0
}

.gft-primenu-ctawrap {
    display: none
}

.gft-primenu-links {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    display: block;
    padding: 18px 15px
}

.gft-primenu-links:active {
    color: #0d85ff;
    text-decoration: none
}

.gft-primenulists-cnt {
    padding: 18px 15px
}

.gft-prodmenu-wrap,.gft-compmenu-wrap {
    position: relative;
    background-color: #fff;
    z-index: 9999999;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    cursor: auto;
    overflow: hidden;
    transition: max-height 1s ease,opacity .5s ease,visibility .5s ease,padding .5s ease
}

.gft-prodmenu-wrap.active,.gft-compmenu-wrap.active {
    opacity: 1;
    visibility: visible;
    max-height: 1850px;
    background-color: #f8f8f8
}

.gft-prodmenu-columns {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 15px 25px
}

.gft-prodmenu-column {
    max-width: 100%;
    position: relative;
    border-bottom: .5px solid #dcdcdc;
    padding-bottom: 33px;
    margin-bottom: 15px
}

.gft-prodmenu-column:nth-of-type(3) {
    border: 0;
    padding-bottom: 33px;
    margin-bottom: 0
}

.gft-prodmenu-column:last-child::after {
    display: none
}

.gft-prodmenu-column .gft-secondary-cta {
    margin-left: 4px;
    font-size: 14px;
    font-weight: 500
}

.gft-product-name {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1
}

.gft-product-name span {
    font-size: 14px;
    font-weight: 500;
    display: block;
    line-height: 1.6
}

.gft-product-desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    color: #1a1a1a;
    margin-bottom: 20px
}

.gft-prod-lnks {
    display: flex;
    gap: 10px;
    margin-bottom: 20px
}

.gft-prod-lnk {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 50px;
    font-size: 14px;
    text-decoration: none;
    color: #333;
    background-color: #fff;
    transition: background-color .3s ease,color .3s ease
}

.gft-prod-lnk:hover {
    background-color: #ebebeb;
    color: #333
}

.gft-prod-reimg-card {
    background-color: #fff;
    border-radius: 14px;
    padding: 23px 20px;
    margin-top: 35px
}

.gft-prod-reimg-card .gft-prod-video-link {
    transition: gap .4s ease
}

.gft-prod-reimg-card:hover .gft-prod-video-link {
    gap: 12px
}

.gft-prod-cnt p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.5px;
    margin-bottom: 10px
}

.gft-prod-reimg-cont-wrap {
    display: flex;
    justify-content: space-between
}

.gft-prod-img {
    max-width: 40%
}

.gft-prod-img img {
    max-width: 100%
}

.gft-primenu-prodimgs {
    display: block;
    width: 110px;
    height: 71px;
    background-image: url('../webp/product-menu-sprite.webp');
    background-size: 352px auto;
    background-position: -6px -7px;
    border-radius: 12px
}

.gft-primenu-prodimg1 {
    background-position: -6px -7px
}

.gft-primenu-prodimg2 {
    background-position: -122px -7px
}

.gft-primenu-prodimg3 {
    background-position: -237px -7px
}

.gft-prod-video-link,.gft-prod-video-link:hover,.gft-prod-video-link:focus {
    color: #333;
    text-decoration: none
}

.gft-prod-video-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 400
}

.gft-prod-video-link span.play-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: #ff5147;
    border-radius: 50%;
    position: relative
}

.gft-prod-video-link span.play-icon:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-40%,-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #fff
}

#gft-primenu-compmenu {
    position: relative
}

.gft-compmenu-container {
    display: flex;
    flex-direction: column
}

.gft-compmenu-wrap {
    min-width: 217px;
    border: 0
}

.gft-compmenu-lsts {
    padding: 15px 25px
}

.gft-compmenu-lst {
    font-size: 16px;
    font-weight: 400;
    display: block
}

.gft-compmenu-lst a {
    display: block;
    padding: 7px 0;
    color: #000;
    text-decoration: none;
    transition: padding-left .4s ease
}

.gft-compmenu-lst a:hover,.gft-compmenu-lst a:focus {
    color: #000;
    text-decoration: none;
    padding-left: 4px
}

.gft-cmp-new-tag {
    background-color: #ffe682;
    color: #1a1a1a;
    font-size: 10px;
    font-weight: 500;
    padding: 1px 4px 1.5px;
    line-height: 0
}

.gft-compmenu-lst:nth-of-type(3),.gft-compmenu-lst:last-child {
    display: inline-flex;
    align-items: center;
    gap: 8px
}

.gft-primemenu-nav {
    display: none;
    flex-direction: column;
    background-color: #fff;
    position: fixed;
    top: 100%;
    top: 57px;
    left: 0;
    width: 100%;
    height: calc(100% - 57px);
    z-index: 9999;
    box-shadow: 0 8px 15px rgba(0,0,0,0.1);
    overflow-y: auto;
    transform: translateY(-100%)
}

.gft-primemenu-nav.active {
    display: flex;
    transform: translateY(0);
    height: 93vh
}

@media screen and (min-width: 548px) {
    body.menuIsOpen .gft-primary-menu::after {
        top:51px;
        height: 100vh;
        background: linear-gradient(to right,#32323247 50%,#fff 0)
    }

    .gft-search-box {
        margin: auto;
        max-width: 740px
    }

    .gft-primemenu-nav.active {
        width: 50%;
        left: auto;
        right: 0;
        height: 95vh
    }

    .gft-primenu-container.active::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 57px;
        background: rgba(250,250,250,0);
        transition: all .3s;
        visibility: visible;
        opacity: 1;
        z-index: -1;
        width: 100%;
        height: 100vh
    }

    .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-primary-cta,.gft-secondary-cta {
        font-size:18px
    }

    .gft-pm-utilities .gft-primary-cta {
        font-size: 16px
    }

    header {
        min-height: 240px
    }

    .gft-pm-utilities ul li:last-child {
        display: block;
        z-index: 999999
    }

    .gft-mobile-hamburger {
        display: none
    }

    .gft-pm-utilities {
        margin: 0 0 0 auto
    }

    .gft-pm-utilities ul {
        display: flex;
        align-items: center;
        gap: 30px
    }

    .gft-search-field {
        font-size: 16px;
        padding-left: 14px
    }

    .gft-search-box {
        padding: 20px 10px
    }

    .gft-search-btn {
        transform: scale(0.9);
        top: 30px
    }

    body:not(.product-2) .gft-search-btn {
        transform: scale(0.75)
    }

    .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
    }

    .gft-primenu-links.produnderline,.gft-primenu-links.produnderline:hover {
        text-decoration: underline;
        text-underline-offset: 8px;
        text-decoration-color: #0d85ff;
        text-decoration-thickness: 1px
    }

    .gft-company-logo {
        padding: 0 30px 0 0
    }

    .gft-primemenu-nav {
        display: flex;
        flex-direction: row;
        position: unset;
        box-shadow: none;
        top: 100%;
        width: max-content;
        overflow: visible;
        transform: none;
        z-index: 1
    }

    .gft-primenu-wrap {
        flex-wrap: wrap;
        padding: 18px 15px 18px;
        border: 0
    }

    .gft-primenulsts {
        font-size: 16px;
        position: static;
        width: max-content;
        border: 0
    }

    .gft-primenu-links,.gft-primenulists-cnt {
        padding: 0 20px;
    }

    .gft-primenulsts.active .gft-primenu-links {
        color: #0d85ff
    }

    .gft-primenu-links:hover,.gft-primenulists-cnt:hover,.gft-primenulsts.active .gft-primenulists-cnt {
        color: #0d85ff;
        text-decoration: none
    }

    .gft-primenu-lstwrap {
        flex-direction: row;
        align-items: center;
        gap: 0
    }

    .gft-primenu-ctawrap {
        margin: 0 0 0 auto;
        display: block
    }

    .gft-prodmenu-columns {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 20px;
        padding: 0
    }

    .gft-prodmenu-column {
        flex: 1;
        max-width: 30%;
        border: 0;
        margin-bottom: 0;
        padding: 0 20px 0
    }

    .gft-prodmenu-column:nth-of-type(3) {
        border: 0;
        padding-bottom: 0;
        padding-right: 0
    }

    .gft-prodmenu-column::after {
        content: "";
        position: absolute;
        top: 0;
        right: -30px;
        width: .5px;
        background-color: #efefef;
        height: 100%
    }

    .gft-product-name span,.gft-prodmenu-column .gft-secondary-cta {
        font-size: 16px
    }

    .gft-product-name {
        font-size: 28px
    }

    .gft-prod-lnk,.gft-prod-reimg-card {
        background-color: #f8f8f8
    }

    .gft-primenu-container {
        max-width: 1920px;
        margin: 0 auto
    }

    .gft-primenu-container.active::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 87px;
        background: rgba(0,0,0,0.4);
        transition: all .3s;
        visibility: visible;
        opacity: 1;
        z-index: -1;
        width: 100%;
        height: 100vh
    }

    .gft-prodmenu-wrap,.gft-compmenu-wrap {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        transform: none;
        box-shadow: 0 8px 15px 0 #0000000D;
        padding: 20px;
        border-top: 1px solid #efefef;
        overflow: visible;
        transition: none
    }

    .gft-prodmenu-wrap.active,.gft-compmenu-wrap.active {
        background-color: #fff
    }

    .gft-compmenu-wrap {
        padding-left: 40px;
        left: 71%;
        transform: translateX(-50%);
        border-top: 0;
        padding-bottom: 30px
    }

    .gft-compmenu-wrap.active {
        top: 59px;
        border-top: 1px solid #efefef
    }

    .gft-compmenu-lsts {
        padding: 0
    }

    .gft-prodmenu-wrap {
        max-width: 1920px;
        margin: 0 auto;
        padding-bottom: 50px;
        padding-top: 30px
    }

    .gft-primenulists-cnt::after {
        right: 0
    }

    .gft-primenulsts.active .gft-primenulists-cnt::after,.gft-primenulists-cnt:hover::after {
        border-left: 1.5px solid #0d85ff;
        border-bottom: 1.5px solid #0d85ff
    }
  }

/* 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;
}
/* 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;
}
  
@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;
  }
}