/* common css */

.zw-product-header,
.zag-banner-section {
    background: #000039;
}

/* banner section */
.zag-banner-section {
    padding: 145px 0 0;
    background-image: url(/sites/zweb/images/people/glossary-banner-bg.jpg);
    background-size: auto 100%;
    background-position: center top;
    background-repeat: no-repeat;
    margin-top: -70px;
}
.zag-banner-cont{
    margin-bottom: 70px;
}
.zag-banner-section h1 {
    color: #fff;
    font-size: 70px;
    margin: 0 0 30px;
    text-align: center;
}

/* sticky nav */

.zag-sticky-nav {
    padding: 10px 0;
}

.filter-head {
    min-height: 45px;
}

.filter-head-outer {
    padding: 7px 0;
    text-align: center;
}

.filter-head-outer.fixed {
    position: fixed;
    top: 65px;
    left: 0;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #e3e3e3;
    box-shadow: 0 10px 10px -10px #e3e3e3;
    z-index: 3;
    background: #fff;
    text-align: center;
    padding: 10px
}

.filter-head-outer>span {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin: 0 2px;
    font-size: 16px;
    border-radius: 50px;
    cursor: pointer;
    line-height: 30px;
    position: relative;
    color: #fff;
    font-family: var(--zf-secondary-medium);
    text-align: center;
}

.filter-head-outer>span.disabled {
    color: #ea9495;
    cursor: not-allowed
}

.filter-head-outer>span:not(.disabled):hover,
.filter-head-outer span.active {
    background: #fff;
    color: #000;
}

.filter-head-outer.fixed>span:not(.disabled):hover,
.filter-head-outer.fixed span.active {
    background: #000039;
    color: #fff;
}

.filter-head-outer.fixed>span {
    color: #000;
}

.filter-head-outer.fixed>span.disabled {
    color: #ccc;
}



.filter-head-outer>span span {
    width: 25px;
    height: 20px;
    position: absolute;
    top: -30px;
    right: 0;
    left: 0;
    margin: 0 auto;
    border: 1px solid #000;
    font-size: 14px;
    line-height: 17px;
    color: #000;
    display: none;
    background: #fff
}

.filter-head-outer.fixed>span span {
    display: none !important
}

.filter-head-outer>span span:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #000;
    position: absolute;
    right: 7px;
    margin: auto;
    bottom: -6px
}

.filter-head-outer>span span:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #fff;
    position: absolute;
    right: 7px;
    margin: auto;
    bottom: -4px
}
/*
.filter-head-outer>span:not(.disabled):hover span {
    display: block
}
*/
.filter-loader {
    text-align: center;
    margin-bottom: 50px
}

.loader-ring {
    display: inline-block;
    width: 50px;
    height: 50px;
    position: relative
}

.loader-ring:after {
    content: " ";
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    left: 0;
    border-radius: 50%;
    border: 6px solid #1976d2;
    border-color: #1976d2 transparent #1976d2 transparent;
    animation: ring 1.2s linear infinite
}

/* content section */
.zag-content {
    padding: 40px 0;
}

.filter-box {
    display: flex;
    padding: 20px 0;
    gap: 40px;
    position: relative;
}

.filter-box:hover::before {
    content: '';
    background-color: #fafafa;
    position: absolute;
    width: 106%;
    height: 100%;
    left: -3%;
    top: 0;
    border-radius: 20px;
    z-index: -1;
}

.filter-box::after {
    content: '';
    width: 104%;
    height: 1px;
    background: #ececec;
    position: absolute;
    left: -2%;
}

.filter-box::after {
    bottom: 0;
}

.filter-box:last-child:after {
    display: none;
}

.filter-box h2 {
    font-size: 24px;
    font-family: var(--primaryfont-semibold);
    width: 2%;
    margin: 0;
}

.filter-box:hover h2 {
    color: #3375f7;
}

.filter-box>ul {
    display: flex;
    flex-wrap: wrap;
    width: 97%;
}

.filter-box>ul>li {
    width: 30%;
    margin: 0 0 10px;
}

.filter-box>ul>li>a {
    color: #000;
    position: relative;
    display: inline-block;
}

.filter-box>ul>li>a:hover {
    color: #3375f7;
}

/* .filter-box>ul>li>a:after {
    content: '';
    border: solid;
    border-width: 0 2px 2px 0;
    padding: 3px;
    margin: auto 0;
    transform: rotate(-45deg);
    width: 10px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 2px;
    bottom: 0;
} */
 /* Search-field css */
.search-boxs {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}
.search-boxs input[type="text"] {
  border-radius: 25px;
  height: 50px;
  padding: 0 65px 0 50px;
  box-sizing: border-box;
  font-size: 18px;
  width: 100%;
  font-size: 18px;
  font-family: var(--zf-primary-regular);
  background: #fff;
  border: 1px solid #fff;
  color: #000;
}
.search-boxs input[type="text"]::placeholder {
  font-size: 16px;
}
.search-dropdown {
  background: #fff;
  position: absolute;
  width: 100%;
  z-index: 2;
  border-top: 1px solid #ddd;
  top: 100%;
  box-sizing: border-box;
  text-align: left;
  display: none;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  padding-bottom: 10px;
  box-shadow: 1px 10px 20px rgba(0,0,0,0.05);
}
#search-value-wrap {
  padding: 10px 0 0 0;
  box-sizing: border-box;
  max-height: 220px;
  overflow: hidden;
    overflow-y: hidden;
  overflow-y: scroll;
}
.search-dropdown li {
  margin: 5px 0;
}
#search-value-wrap li {
  padding: 5px 30px;
  margin: 0 10px;
    margin-bottom: 0px;
  margin-bottom: 5px;
}
#search-value-wrap li a{
    color: #000;
}
#search-value-wrap li:hover{
    background: #f9f9f9;
}
#search-value-wrap li:hover a{
    color: #3375f7;
}
#search-value-wrap li.search-visible {
  display: block;
}
.search-boxs .close-icon {
  position: absolute;
  right: 24px;
  top: calC(50% - 6px);
  cursor: pointer;
  padding: 0 15px 0 0;
  transition: all .5s ease;
  font-size: 13px;
  opacity: 0;
  visibility: hidden;
  background: 0;
  border: 0;
}
.search-active .close-icon {
  opacity: 1;
  visibility: visible;
}
.search-boxs.search-active input[type="text"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.search-boxs .close-icon::after, .search-boxs .close-icon::before {
  content: "";
  width: 2px;
  height: 13px;
  background: #000;
  position: absolute;
  left: 50%;
  top: 0;
  transform: rotate(45deg) translateX(-50%);
  transform-origin: left center;
}
.search-boxs .close-icon::after {
  transform: rotate(-45deg) translateX(-50%);
}
.search-boxs span.search-icon {
  position: absolute;
  left: 20px;
  font-size: 0;
  background:  var(--common-elements) no-repeat;
  background-size: 800px auto;
  background-position: -380px 0;
  width: 20px;
  height: 20px;
  top: 0;
  bottom: 0;
  margin: 15px 0 0;
}
.search-highlight{
    position: relative;
}
.search-highlight::before {
    content: '';
    position: absolute;
    top: 0;
    left: -10px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #e4edff;
    border-radius: 2px;
    transition: background 0.3s;
}
  /* Search-field css */

@keyframes ring {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@media only screen and (min-width : 1921px) {
    .zag-banner-section {
        background-size: 100% auto;
    }
}


@media only screen and (min-width : 1200px) and (max-width: 1399px) {
    .zag-banner-section h1 {
        font-size: 54px;
    }
}

@media only screen and (min-width : 992px) and (max-width: 1199px) {
    .zag-banner-section
    {
        padding: 100px 0 0;
    }
    .zag-banner-section h1 {
        font-size: 48px;
        margin: 0 0 40px;
    }

    .filter-head-outer.fixed {
        top: 0;
    }

    .zag-content {
        padding: 40px 0;
    }
}

@media only screen and (min-width : 768px) and (max-width: 991px) {
    .zag-banner-section {
        background-position: 65% top;
        padding: 100px 0 0;
    }

    .zag-banner-section h1 {
        font-size: 48px;
        margin: 0 0 40px;
    }

    .filter-head-outer.fixed {
        top: 0;
    }

    .zag-content {
        padding: 20px 0;
    }

    .filter-box>ul>li {
        width: 50%;
        margin: 0 0 15px;
    }
}

@media only screen and (max-width : 767px) {
    .zag-banner-section {
        padding: 50px 0 0;
        background-image: none;
        margin: 0;
    }

    .zag-banner-section h1 {
        font-size: 36px;
        text-align: center;
        margin: 0 0 40px;
    }
    .filter-head-outer {
        text-align: center;
    }

    .filter-head-outer.fixed {
        top: 0;
    }

    .filter-box>ul {
        gap: 10px;
    }

    .filter-box>ul>li {
        width: 48%;
        margin: 0;
    }
}

@media only screen and (max-width : 480px) {
    .zag-banner-section h1 {
        font-size: 30px;
    }

    .zag-content {
        padding: 20px 0 60px;
    }

    .filter-box {
        gap: 10px;
        flex-direction: column;
    }

    .filter-box>ul>li {
        width: 100%;
        margin: 0;
    }
}