.zw-product-header {
    background: #101010;
}
.zw-template-inner h1 {
    font-size: 60px;
    font-family: var(--zf-secondary-bold);
    line-height: 1.1;
    margin-bottom: 5px;
    text-align: center;
}

.zw-template-inner h2 {
    font-size: 40px;
    font-family: var(--zf-secondary-bold);
    margin: 0 auto 15px;
}

.top-section {
    margin-top: -80px;
    padding: 140px 0 80px; 
    background-color: #101010;
    color: #fff;
}

.search-box {
    max-width: 600px;
    margin: 40px auto 0;
    position: relative;
    z-index: 1;
}

.search-box form {
    position: relative;
}

.search-box .search-input {
    width: 100%;
    padding: 8px 60px 10px 20px;
    height: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #fff;
    border-radius: 50px;
    font-size: 16px;
    font-family: var(--zf-primary-regular);
}

.search-box.active .search-input {
    border-radius: 25px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #ccc;
}

.search-box .search-submit {
    width: 60px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    outline: 0;
    background: transparent;
    cursor: pointer;
}

.search-submit span {
    background: url('/sites/zweb/images/mail/images/domain-hosting-sprite.png') no-repeat -124px -68px/280px auto;
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.search-data {
    max-height: 190px;
    overflow-y: scroll;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 10px 10px 5px;
    background: #fff;
    width: 100%;
    border-radius: 25px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: 1px solid #ccc;
    border-top-color: #fff;
    display: none;
}

.search-box.active .search-data {
    display: block;
}

.search-loader-box {
    display: none;
}

.search-loader {
    margin: 0 auto;
    width: 50px;
    height: 30px;
    text-align: center;
    font-size: 10px;
}

.search-loader>div {
    background: #1976d2;
    height: 100%;
    width: 3px;
    display: inline-block;
    margin: 0 1px;
    animation: stretchdelay 1.2s infinite ease-in-out;
}

.search-loader .rect2 {
    animation-delay: -1.1s;
}

.search-loader .rect3 {
    animation-delay: -1.0s;
}

.search-loader .rect4 {
    animation-delay: -0.9s;
}

.search-loader .rect5 {
    animation-delay: -0.8s;
}

@keyframes stretchdelay {
    0%,
    40%,
    100% {
        transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1.0);
    }
}

.search-data ul {
    background: #fff;
}

.search-data ul li {
    margin-bottom: 10px;
}

.search-data ul li.no-data {
    text-align: center;
}

.search-data ul li a,
.search-data ul li {
    font-size: 16px;
    color: #000;
    display: block;
}

.search-data ul strong {
    color: #1976d2;
}

.filter-head {
    text-align: center;
    margin: 45px 0 100px;
    height: 45px;
}

.filter-head-outer {
    padding: 7px 0;
}

.filter-head-outer.fixed {
    position: fixed;
    top: 66px;
    left: 0;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #e3e3e3;
    box-shadow: 0px 10px 10px -10px #e3e3e3;
    z-index: 3;
}

.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;
}

.filter-head-outer>span.disabled {
    color: #ccc;
    cursor: not-allowed;
}

.filter-head-outer>span:not(.disabled):hover,
.filter-head-outer span.active {
    background: #1976d2;
    color: #fff;
}

.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-body {
    max-width: 1200px;
    margin: 0 auto 80px;
}

.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;
}

@keyframes ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.filter-body-outer {
    display: table;
    width: 100%;
}

.filter-body-inner {
    width: 33.33%;
    float: left;
    padding: 0 20px;
}

.filter-box {
    margin: 0 0 50px;
    animation: slideUp ease 1s 1;
}

@keyframes slideUp {
    0% {
        opacity: 0;
        transform: translate(0px, 10px);
    }
    100% {
        opacity: 1;
        transform: translate(0px, 0px);
    }
}

.filter-box.active h2 {
    color: #1976d2;
}

.filter-box li {
    margin: 0 0 15px;
}

.filter-box li:last-child {
    margin: 0;
}

.filter-box li a {
    font-family: var(--zf-primary-semibold);
    font-size: 18px;
    color: #000;
}

.filter-box li a:hover {
    color: #03a9f5;
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .zw-template-inner h1 {
        font-size: 55px;
    }
    .zw-template-inner h2 {
        font-size: 35px;
    }
}

@media only screen and (max-width:1399px) {
    .zw-template-inner h1 {
        font-size: 52px;
    }
    .zw-template-inner h2 {
        font-size: 32px;
    }
}

@media only screen and (max-width:1199px) {
    .zw-template-inner h1 {
        font-size: 50px;
    }
    .zw-template-inner h2 {
        font-size: 30px;
    }
    .filter-box li a {
        font-size: 20px;
    }
}

@media only screen and (max-width:1199px) {
    .filter-head-outer.fixed {
        top: 0;
    }
}

@media only screen and (max-width:991px) {
    .zw-template-inner h1 {
        font-size: 45px;
    }
    .zw-template-inner h2 {
        font-size: 25px;
    }
    .filter-head {
        margin: 25px 0 65px;
    }
    .filter-body {
        margin: 0 auto 50px;
    }
    .filter-body-outer {
        max-width: 700px;
        margin: 0 auto;
    }
    .filter-body-inner {
        width: 50%;
        padding: 0 30px;
    }
    .filter-body-inner-3 {
        display: none;
    }
    .filter-box li a {
        font-size: 18px;
    }
}

@media only screen and (max-width:767px) {
    body {
        -webkit-text-size-adjust: none;
    }
    .main-container-wrapper #mini-panel-product_menu .menu-icon-help-header {
        margin-top: 20px;
    }
    .main-container-wrapper.umain #mini-panel-product_menu .menu-icon-help-header {
        margin-top: 0;
    }
    .zw-template-inner h1 {
        font-size: 40px;
    }
    .zw-template-inner h2 {
        font-size: 22px;
    }
    .top-section {
        padding: 130px 0 40px;
    }
    .search-box {
        margin: 30px auto 0;
    }
    .search-box .search-input {
        padding: 5px 60px 7px 20px;
        height: 45px;
    }
}

@media only screen and (max-width:600px) {
    .filter-head {
        display: none;
    }
    .filter-body {
        margin: 50px auto 0;
    }
    .filter-body-outer {
        max-width: 280px;
    }
    .filter-body-inner {
        width: 100%;
        padding: 0;
    }
}