.pricing-wrap.pricing-box-1 {
    display: none;
}
.zbanner-sec h1 {
    text-align: center;
}
body:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 500px;
    left: 0;
    top: 0;
    background: #77cdff;
    background: -moz-linear-gradient(top,#77cdff 0%,#fff 100%);
    background: -webkit-linear-gradient(top,#77cdff 0%,#fff 100%);
    background: linear-gradient(to bottom,#77cdff 0%,#fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77cdff',endColorstr='#ffffff',GradientType=0);
}
.zbanner-sec {
    padding: 30px 0 60px;
}
.zfloat>div {
    display: flex;
    flex-wrap: wrap;
}
.zheader-tab div {
    font-family: var(--secondaryfont-semibold);
}
.zw-template-inner {
    margin: 20px 0 120px;
}
.zfloat {
    max-width: 1040px;
    margin: 0 auto;
    background: #fff;
}
.zfloat>div>div {
    border: 1px solid #e5e5e5;
    width: 33.33%;
    box-sizing: border-box;
    padding: 20px 30px;
    border-top: 0;
    text-align:center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.zfloat>div.zheader-tab>div:first-child,.zfloat>div>div:first-child,.zfloat>div>div:nth-child(2) {
    border-right: 0;
}

#block-system-main {
    margin: 20px 0 120px;
}
.zfoot-note {
    max-width: 1000px;
    text-align: center;
    margin: 20px auto;
}
.zfloat>div.zheader-tab>div {
    border-top: 1px solid #e5e5e5;
}
.zfloat>div>div:nth-child(2) {
    background: #f2f2f2;
}
.zfloat p {
    text-align: left;
    margin-bottom: 10px;
    margin-top: 20px;
}

.zfloat ul li {
    text-align: left;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.zfloat ul li:before {
        content: "";
    position: absolute;
    top: 6px;
    left: 0;
    height: 10px;
    width: 12px;
    text-indent: initial;
    background: url(/sites/zweb/images/commonroot/yes-tick.png) left top no-repeat;
    background-size: cover
}

.zsmall {
    font-size: 16px;
    margin-top: 10px;
}
.zaddon-sec h3 {
    text-align: center;
}

.zaddon-sec {
    padding: 100px 0 20px;
}

.zaddon-float>div {
    display: flex;
    flex-wrap: wrap;
}
.zaddon-btn {
    text-decoration: underline;
    cursor: pointer;
    margin-top: 10px;
}
.zaddon-float {
    max-width: 400px;
    margin: 30px auto 0;
}

.zaddon-float>div>span {
    width: 50%;
    padding: 10px 20px;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
}

.zaddon-float>div>span:first-child {
    border-right: 0;
}

.zaddon-float>div span {
    border-bottom: 0;
}

.zaddon-float>div:last-child >span {
    border-bottom: 1px solid #e5e5e5;
}

.zheader span {
    font-family: var(--secondaryfont-semibold);
background: #2b72b6;
    color: #fff;
}
.zhigh {
    font-family: var(--secondaryfont-semibold);
}
.zhigh .zsmall {
    font-family: var(--secondaryfont-regular);
}
.zfloat>div.zheader-tab>div {
    display: block;
}
.zfloat>div.zdoc-auto>div.ztwo-span {
    width:66.67%;
    padding: 0;
    display: block;
    background: #fff;
}
.zcredit-float {
    display: flex;
    border-bottom: 1px solid #e5e5e5;
    flex-wrap: wrap;
}

.zcredit-float>div {
    width: 50%;
    padding: 30px;
    box-sizing: border-box;
    border-right: 1px solid #e5e5e5;
}

.zcredit-float>div:first-child {
    background: #f2f2f2;
}

.zcredit-addon {
    padding: 20px 30px;
border-right: 1px solid #e5e5e5;
}

.zfloat>div.zdoc-auto>div {
    display: flex;
}
.content-wrap.ztax-container {
    padding-top: 15px;
    max-width: 1040px;
}

.pricing-faq {
    padding-top: 80px;
    margin: 0;
}

.pricing-faq ul li {
    border-bottom: 1px solid #e5e5e5;
}

.pricing-faq ul li p:last-child {
    margin-bottom: 0;
}

.pricing-faq ul li {
    padding-bottom: 30px;
    margin: 0 0 30px;
}

.pricing-faq ul li h3 {
    margin-bottom: 0;
}

.pricing-faq ul li.zactive p:nth-child(2) {
    padding-top: 15px;
}
.pricing-faq ul li:last-child{
    margin:0;
}
@media only screen and (max-width: 991px){
h1 {
    font-size: 36px;
}
}
@media only screen and (max-width: 767px){
    .zfloat>div>div{
        font-size: 16px;
        padding: 20px 15px;
    }
    h1 {
    font-size: 28px;
}
.pricing-faq {
    padding-top: 40px;
}
}
@media only screen and (max-width: 480px){
        h1 {
    font-size: 25px;

}
.zsmall {
    font-size: 14px;
}
    .zfloat>div>div{
        font-size: 14px;
  padding: 20px 10px;
    }
.zcredit-addon {
    padding: 20px 10px;
}
} 