.main-container-wrapper .zw-product-header .menu-icon-help-header {
    margin-top: 20px;
}

.main-container-wrapper.body-umain .zw-product-header .menu-icon-help-header {
    margin-top: 0;
}

.template-inner,
.template-inner * {
    box-sizing: border-box;
}

h1 {
    font-size: 35px;
    font-family: var(--zf-secondary-bold);
    line-height: 1.1;
    margin-bottom: 5px;
}

h2 {
    font-size: 28px;
    font-family: var(--zf-secondary-bold);
    text-align: center;
    max-width: 700px;
    margin: 0 auto 20px;
}

h3 {
    font-size: 22px;
    font-family: var(--zf-secondary-bold);
}

h4 {
    font-size: 20px;
    font-family: var(--zf-secondary-bold);
}

.zw-product-header{
    background: #fffce6;
}

.banner-section {
    background: #fffce6;
    padding: 110px 0 140px;
}

.banner-section {
    padding: 60px 0 50px;
}

.banner-box {
    text-align: center;
}

.banner-con h3 {
    margin-bottom: 5px;
}

.banner-con>p {
    margin: 20px auto 30px;
}

.banner-media img {
    max-width: 200px;
    display: block;
    margin: 20px auto 0;
    width: 100%;
    transform: translateY(50px);
    opacity: 0;
    transition: transform 1.5s ease, opacity 1.5s ease;
}

.banner-media.active img {
    transform: translateY(0);
    opacity: 1;
}

.banner-btn p {
    font-family: var(--zf-primary-semibold);
    margin: 10px 0 0;
}

.why-section {
    padding: 60px 0 20px;
}

.features-box {
    background: #fff;
    text-align: center;
    overflow: hidden;
    padding: 15px;
}

.features-box:nth-child(2n+1),
.features-box:nth-child(2n+2) {
    margin: 0 auto 50px;
}

.features-box-outer {
    max-width: 100%;
    padding: 60px 0 20px;
    background: #f8f6f6;
    margin: 40px auto 0;
}

.features-box-inner {
    max-width: 600px;
    margin: 0 auto;
}

.features-con {
    padding: 30px 0px 20px;
}

.features-media {
    padding: 30px 0;
}

.features-media img {
    max-width: 180px;
    display: block;
    margin: 0 auto;
    width: 100%;
}

.features-media,
.features-media img {
    transform: translateY(50px);
    opacity: 0;
}

.features-box.active .features-media,
.features-box.active img {
    transform: translateY(0);
    opacity: 1;
    transition: transform 1s ease, opacity 1s ease;
}

.features-box.active:nth-child(2n+1) .features-media {
    transition-delay: 0s;
}

.features-box.active:nth-child(2n+2) .features-media {
    transition-delay: .5s;
}

.features-box.active:nth-child(2n+1) img {
    transition-delay: .4s;
}

.features-box.active:nth-child(2n+2) img {
    transition-delay: .7s;
}

.features-media-1 {
    background: #fff1f1;
}

.features-media-2 {
    background: #e5f2ff;
}

.features-media-3 {
    background: #f1ffeb;
}

.features-media-4 {
    background: #fffce6;
}

.features-media-5 {
    background: #fdf0e5;
}

.features-media-6 {
    background: #f5f3ff;
}

.compare-section {
    padding: 50px 0 0;
}

.compare-box {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 60px auto 0;
    max-width: 1000px;
}

.compare-box>div {
    display: table-cell;
    vertical-align: top;
}

.compare-head {
    width: 150px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fafafa;
    padding: 0 10px;
    z-index: 9;
}

.compare-body {
    overflow-x: auto;
    display: block;
    width: 100%;
    padding-bottom: 30px;
}

.compare-box li {
    font-size: 16px;
    margin: 45px 0;
}

.compare-box li:first-child {
    padding: 30px 0 0px;
    min-height: 90px;
}

.compare-head h3 {
    margin: 0;
}

.compare-body-inner {
    display: block;
    margin: 0 0 0 155px;
    width: 100%;
    text-align: center;
}

.compare-body-inner>div {
    float: left;
    width: 50%;
    padding: 0 5px;
}

.compare-body-inner ul {
    display: table;
    width: 100%;
    padding: 0 10px;
}

.compare-body-inner li {
    font-family: var(--zf-primary-semibold);
    font-size: 16px;
}

.default ul li:first-child span {
    padding: 25px 0 0;
    position: relative;
    font-size: 20px;
    display: inline-block;
}

.default ul li:first-child span:before {
    content: '';
    background: no-repeat 0 0/690px auto;
    width: 70px;
    height: 25px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.default ul .data-loaded:first-child span:before {
    background: var(--common-elements) no-repeat;
}

.other ul li:first-child span {
    background: no-repeat 2px 0px/140px auto;
    display: inline-block;
    height: 30px;
    width: 140px;
}

.other ul .data-loaded:first-child span {
    background-image: url('/sites/zweb/images/mail/images/alternative-godaddy-sprite.png');
}

.default ul {
    background: #FFF9E8;
    border: 1px solid #FFF9E8;
}

.other ul {
    border: 1px solid #ccc;
}

.compare-body-inner .tick {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    background: #01A768;
    position: relative;
    margin-top: 3px;
}

.compare-body-inner .tick-red {
    background: #E25050;
}

.compare-body-inner .tick:before {
    content: '';
    display: block;
    width: 4px;
    height: 8px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(38deg);
    position: absolute;
    top: 4px;
    left: 7px;
}

.compare-body-inner .tick-red:before {
    content: '';
    font-size: 20px;
    display: block;
    width: 10px;
    height: 2px;
    background: #fff;
    border: none;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.compare-body-inner .tick-red:after {
    content: '';
    font-size: 20px;
    display: block;
    width: 10px;
    height: 2px;
    background: #fff;
    border: none;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.pdf-box {
    text-align: center;
    padding: 0 0 10px;
}

.pdf-box a {
    font-size: 18px;
    font-family: var(--zf-primary-semibold);
}
.apps-section{
    padding:40px 0 30px;
    text-align: center;
}

.apps-section p{
    max-width:700px;
    margin:0 auto;
}

.apps-section .app-wrap{
    margin:30px 0 20px;
}

.apps-section [class^="icon-"]{
    background: no-repeat 0 0/980px auto;
    width: 132px;
    height: 40px;
    display: inline-block;
    margin:0 5px 10px;
}

.data-loaded [class^="icon-"]{
    background: var(--common-elements) no-repeat;
}

.apps-section .icon-store{
    height: 41px;
    width: 118px;
    margin: 0 5px 5px 0;
    background-size: 800px auto;
    background-position: 0 -34px;
    display: inline-block;
    text-indent: -99999px;
}

.apps-section .icon-play{
    height: 41px;
    margin: 0 5px 5px 0;
    background-size: 800px auto;
    display: inline-block;
    text-indent: -99999px;
    width: 133px;
    background-position: -119px -34px;
}

.bottom-section {
    padding: 60px 0 50px;
    text-align: center;
    background: #fffce6;
}

.bottom-section h3 {
    margin-bottom: 0;
}

.bottom-section h2 {
    margin-bottom: 30px;
}

.bottom-section p{
    margin-bottom:0;
}

@media only screen and (min-width:320px) and (max-width:767px) {
    body {
        -webkit-text-size-adjust: none;
    }
}

@media only screen and (min-width:481px) {
    .features-box {
        padding: 30px;
    }
    .features-con {
        padding: 50px 30px 30px;
    }
    .features-media img {
        max-width: 240px;
    }
    .compare-box li:first-child {
        margin: 0;
    }
}

@media only screen and (min-width:601px) {
    .banner-con>p {
        max-width: 500px;
    }
    .compare-box {
        margin: 90px auto 0;
        display: table;
        table-layout: fixed;
    }
    .compare-box li {
        font-size: 18px;
    }
    .compare-head {
        width: 300px;
        position: static;
        padding: 0;
        background: #fff;
    }
    .compare-body {
        width: 70%;
        padding: 0;
    }
    .compare-body-inner {
        display: table;
        margin: 0;
    }
    .compare-body-inner>div {
        padding: 0 15px;
    }
    .compare-body-inner .tick {
        margin-top: 0;
    }
    .pdf-box {
        padding: 40px 0 20px;
    }
    .pdf-box a {
        font-size: 20px;
    }
}

@media only screen and (min-width:768px) {
    .main-container-wrapper .zw-product-header .menu-icon-help-header {
        margin-top: 0;
    }
    .main-container-wrapper.body-umain .zw-product-header .menu-icon-help-header {
        margin-top: 0;
    }
    h1 {
        font-size: 45px;
    }
    h2 {
        font-size: 35px;
    }
    h3 {
        font-size: 28px;
    }
    .banner-section {
        padding: 60px 0 70px;
    }
    .banner-media img {
        max-width: 280px;
    }
    .features-box-outer {
        max-width: 90%;
        padding: 70px 0 30px;
    }
    .compare-box li:first-child {
        padding: 30px 0 20px;
        min-height: inherit;
    }
    .default ul li:first-child span {
        padding: 0 0 0 78px;
    }
    .default ul li:first-child span:before {
        right: inherit;
        bottom: 0;
    }
    .apps-section{
        padding:50px 0;
    }
    .bottom-section {
        padding: 80px 0;
    }
}

@media only screen and (min-width:992px) {
    h1 {
        font-size: 50px;
    }
    h2 {
        font-size: 40px;
    }
    .banner-section {
        padding: 80px 0 100px;
    }
    .banner-box {
        display: table;
        table-layout: fixed;
        width: 100%;
    }
    .banner-con,
    .banner-media {
        display: table-cell;
        vertical-align: middle;
        width: 50%;
    }
    .banner-con {
        text-align: left;
    }
    .banner-con>p {
        margin: 40px auto 70px;
        max-width: 100%;
    }
    .banner-media {
        padding-left: 50px;
    }
    .banner-media img {
        max-width: 320px;
        margin: 0 auto;
    }
    .why-section {
        padding: 80px 0 20px;
    }
    .why-section .content-wrap {
        max-width: 1100px;
    }
    .features-box-outer {
        max-width: 1440px;
        margin: 60px auto 0;
        padding: 80px 0 30px;
    }
    .features-box-inner {
        max-width: 100%;
        overflow: hidden;
    }
    .features-box {
        width: 47.5%;
        float: left;
        margin-bottom: 5%;
    }
    .features-box:nth-child(2n+1) {
        margin-right: 2.5%;
    }
    .features-box:nth-child(2n+2) {
        margin-left: 2.5%;
    }
    .features-con {
        min-height: 335px;
    }
    .compare-section {
        padding: 80px 0 0;
    }
}

@media only screen and (min-width:1200px) {
    h1 {
        font-size: 52px;
    }
    h2 {
        font-size: 42px;
    }
    h3 {
        font-size: 28px;
    }
    h4 {
        font-size: 20px;
    }
    .banner-section {
        padding: 110px 0 140px;
    }
    .banner-box {
        max-width: 1100px;
        margin: 0 auto;
    }
    .banner-media img {
        max-width: 380px;
    }
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    h1 {
        font-size: 55px;
    }
    h2 {
        font-size: 45px;
    }
    h3 {
        font-size: 25px;
    }
    h4 {
        font-size: 28px;
    }
}

@media only screen and (min-width:1600px) {
    h1 {
        font-size: 60px;
    }
    h2 {
        font-size: 50px;
    }
    h3 {
        font-size: 30px;
    }
    h4 {
        font-size: 25px;
    }
}.main-container-wrapper .zw-product-header .menu-icon-help-header {
    margin-top: 20px;
}

.main-container-wrapper.body-umain .zw-product-header .menu-icon-help-header {
    margin-top: 0;
}

.template-inner,
.template-inner * {
    box-sizing: border-box;
}

h1 {
    font-size: 35px;
    font-family: var(--zf-secondary-bold);
    line-height: 1.1;
    margin-bottom: 5px;
}

h2 {
    font-size: 28px;
    font-family: var(--zf-secondary-bold);
    text-align: center;
    max-width: 700px;
    margin: 0 auto 20px;
}

h3 {
    font-size: 22px;
    font-family: var(--zf-secondary-bold);
}

h4 {
    font-size: 20px;
    font-family: var(--zf-secondary-bold);
}

#block-panels-mini-product-menu {
    background: #fffce6;
}

.banner-section {
    background: #fffce6;
    padding: 110px 0 140px;
}

.banner-section {
    padding: 60px 0 50px;
}

.banner-box {
    text-align: center;
}

.banner-con h3 {
    margin-bottom: 5px;
}

.banner-con>p {
    margin: 20px auto 30px;
}

.banner-media img {
    max-width: 200px;
    display: block;
    margin: 20px auto 0;
    width: 100%;
    transform: translateY(50px);
    opacity: 0;
    transition: transform 1.5s ease, opacity 1.5s ease;
}

.banner-media.active img {
    transform: translateY(0);
    opacity: 1;
}

.banner-btn p {
    font-family: var(--zf-primary-semibold);
    margin: 10px 0 0;
}

.why-section {
    padding: 60px 0 20px;
}

.features-box {
    background: #fff;
    text-align: center;
    overflow: hidden;
    padding: 15px;
}

.features-box:nth-child(2n+1),
.features-box:nth-child(2n+2) {
    margin: 0 auto 50px;
}

.features-box-outer {
    max-width: 100%;
    padding: 60px 0 20px;
    background: #f8f6f6;
    margin: 40px auto 0;
}

.features-box-inner {
    max-width: 600px;
    margin: 0 auto;
}

.features-con {
    padding: 30px 0px 20px;
}

.features-media {
    padding: 30px 0;
}

.features-media img {
    max-width: 180px;
    display: block;
    margin: 0 auto;
    width: 100%;
}

.features-media,
.features-media img {
    transform: translateY(50px);
    opacity: 0;
}

.features-box.active .features-media,
.features-box.active img {
    transform: translateY(0);
    opacity: 1;
    transition: transform 1s ease, opacity 1s ease;
}

.features-box.active:nth-child(2n+1) .features-media {
    transition-delay: 0s;
}

.features-box.active:nth-child(2n+2) .features-media {
    transition-delay: .5s;
}

.features-box.active:nth-child(2n+1) img {
    transition-delay: .4s;
}

.features-box.active:nth-child(2n+2) img {
    transition-delay: .7s;
}

.features-media-1 {
    background: #fff1f1;
}

.features-media-2 {
    background: #e5f2ff;
}

.features-media-3 {
    background: #f1ffeb;
}

.features-media-4 {
    background: #fffce6;
}

.features-media-5 {
    background: #fdf0e5;
}

.features-media-6 {
    background: #f5f3ff;
}

.compare-section {
    padding: 50px 0 0;
}

.compare-box {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 60px auto 0;
    max-width: 1000px;
}

.compare-box>div {
    display: table-cell;
    vertical-align: top;
}

.compare-head {
    width: 150px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fafafa;
    padding: 0 10px;
    z-index: 9;
}

.compare-body {
    overflow-x: auto;
    display: block;
    width: 100%;
    padding-bottom: 30px;
}

.compare-box li {
    font-size: 16px;
    margin: 45px 0;
}

.compare-box li:first-child {
    padding: 30px 0 0px;
    min-height: 90px;
}

.compare-head h3 {
    margin: 0;
}

.compare-body-inner {
    display: block;
    margin: 0 0 0 155px;
    width: 100%;
    text-align: center;
}

.compare-body-inner>div {
    float: left;
    width: 50%;
    padding: 0 5px;
}

.compare-body-inner ul {
    display: table;
    width: 100%;
    padding: 0 10px;
}

.compare-body-inner li {
    font-family: var(--zf-primary-semibold);
    font-size: 16px;
}

.default ul li:first-child span {
    padding: 25px 0 0;
    position: relative;
    font-size: 20px;
    display: inline-block;
}

.default ul li:first-child span:before {
    content: '';
    background: no-repeat 0 0/690px auto;
    width: 70px;
    height: 25px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.default ul .data-loaded:first-child span:before {
    background: var(--common-elements) no-repeat;
}

.other ul li:first-child span {
    background: no-repeat 2px 0px/140px auto;
    display: inline-block;
    height: 30px;
    width: 140px;
}

.other ul .data-loaded:first-child span {
    background-image: url('/sites/zweb/images/mail/images/alternative-godaddy-sprite.png');
}

.default ul {
    background: #FFF9E8;
    border: 1px solid #FFF9E8;
}

.other ul {
    border: 1px solid #ccc;
}

.compare-body-inner .tick {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    background: #01A768;
    position: relative;
    margin-top: 3px;
}

.compare-body-inner .tick-red {
    background: #E25050;
}

.compare-body-inner .tick:before {
    content: '';
    display: block;
    width: 4px;
    height: 8px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(38deg);
    position: absolute;
    top: 4px;
    left: 7px;
}

.compare-body-inner .tick-red:before {
    content: '';
    font-size: 20px;
    display: block;
    width: 10px;
    height: 2px;
    background: #fff;
    border: none;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.compare-body-inner .tick-red:after {
    content: '';
    font-size: 20px;
    display: block;
    width: 10px;
    height: 2px;
    background: #fff;
    border: none;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.pdf-box {
    text-align: center;
    padding: 0 0 10px;
}

.pdf-box a {
    font-size: 18px;
    font-family: var(--zf-primary-semibold);
}
.apps-section{
    padding:40px 0 30px;
    text-align: center;
}

.apps-section p{
    max-width:700px;
    margin:0 auto;
}

.apps-section .app-wrap{
    margin:30px 0 20px;
}

.apps-section [class^="icon-"]{
    background: no-repeat 0 0/980px auto;
    width: 132px;
    height: 40px;
    display: inline-block;
    margin:0 5px 10px;
}

.data-loaded [class^="icon-"]{
    background: var(--common-elements) no-repeat;
}

.apps-section .icon-store{
    height: 41px;
    width: 118px;
    margin: 0 5px 5px 0;
    background-size: 800px auto;
    background-position: 0 -34px;
    display: inline-block;
    text-indent: -99999px;
}

.apps-section .icon-play{
    height: 41px;
    margin: 0 5px 5px 0;
    background-size: 800px auto;
    display: inline-block;
    text-indent: -99999px;
    width: 133px;
    background-position: -119px -34px;
}

.bottom-section {
    padding: 60px 0 50px;
    text-align: center;
    background: #fffce6;
}

.bottom-section h3 {
    margin-bottom: 0;
}

.bottom-section h2 {
    margin-bottom: 30px;
}

.bottom-section p{
    margin-bottom:0;
}

@media only screen and (min-width:320px) and (max-width:767px) {
    body {
        -webkit-text-size-adjust: none;
    }
}

@media only screen and (min-width:481px) {
    .features-box {
        padding: 30px;
    }
    .features-con {
        padding: 50px 30px 30px;
    }
    .features-media img {
        max-width: 240px;
    }
    .compare-box li:first-child {
        margin: 0;
    }
}

@media only screen and (min-width:601px) {
    .banner-con>p {
        max-width: 500px;
    }
    .compare-box {
        margin: 90px auto 0;
        display: table;
        table-layout: fixed;
    }
    .compare-box li {
        font-size: 18px;
    }
    .compare-head {
        width: 300px;
        position: static;
        padding: 0;
        background: #fff;
    }
    .compare-body {
        width: 70%;
        padding: 0;
    }
    .compare-body-inner {
        display: table;
        margin: 0;
    }
    .compare-body-inner>div {
        padding: 0 15px;
    }
    .compare-body-inner .tick {
        margin-top: 0;
    }
    .pdf-box {
        padding: 40px 0 20px;
    }
    .pdf-box a {
        font-size: 20px;
    }
}

@media only screen and (min-width:768px) {
    .main-container-wrapper .zw-product-header .menu-icon-help-header {
        margin-top: 0;
    }
    .main-container-wrapper.body-umain .zw-product-header .menu-icon-help-header {
        margin-top: 0;
    }
    h1 {
        font-size: 45px;
    }
    h2 {
        font-size: 35px;
    }
    h3 {
        font-size: 28px;
    }
    .banner-section {
        padding: 60px 0 70px;
    }
    .banner-media img {
        max-width: 280px;
    }
    .features-box-outer {
        max-width: 90%;
        padding: 70px 0 30px;
    }
    .compare-box li:first-child {
        padding: 30px 0 20px;
        min-height: inherit;
    }
    .default ul li:first-child span {
        padding: 0 0 0 78px;
    }
    .default ul li:first-child span:before {
        right: inherit;
        bottom: 0;
    }
    .apps-section{
        padding:50px 0;
    }
    .bottom-section {
        padding: 80px 0;
    }
}

@media only screen and (min-width:992px) {
    h1 {
        font-size: 50px;
    }
    h2 {
        font-size: 40px;
    }
    .banner-section {
        padding: 80px 0 100px;
    }
    .banner-box {
        display: table;
        table-layout: fixed;
        width: 100%;
    }
    .banner-con,
    .banner-media {
        display: table-cell;
        vertical-align: middle;
        width: 50%;
    }
    .banner-con {
        text-align: left;
    }
    .banner-con>p {
        margin: 40px auto 70px;
        max-width: 100%;
    }
    .banner-media {
        padding-left: 50px;
    }
    .banner-media img {
        max-width: 320px;
        margin: 0 auto;
    }
    .why-section {
        padding: 80px 0 20px;
    }
    .why-section .content-wrap {
        max-width: 1100px;
    }
    .features-box-outer {
        max-width: 1440px;
        margin: 60px auto 0;
        padding: 80px 0 30px;
    }
    .features-box-inner {
        max-width: 100%;
        overflow: hidden;
    }
    .features-box {
        width: 47.5%;
        float: left;
        margin-bottom: 5%;
    }
    .features-box:nth-child(2n+1) {
        margin-right: 2.5%;
    }
    .features-box:nth-child(2n+2) {
        margin-left: 2.5%;
    }
    .features-con {
        min-height: 335px;
    }
    .compare-section {
        padding: 80px 0 0;
    }
}

@media only screen and (min-width:1200px) {
    h1 {
        font-size: 52px;
    }
    h2 {
        font-size: 42px;
    }
    h3 {
        font-size: 28px;
    }
    h4 {
        font-size: 20px;
    }
    .banner-section {
        padding: 110px 0 140px;
    }
    .banner-box {
        max-width: 1100px;
        margin: 0 auto;
    }
    .banner-media img {
        max-width: 380px;
    }
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    h1 {
        font-size: 55px;
    }
    h2 {
        font-size: 45px;
    }
    h3 {
        font-size: 25px;
    }
    h4 {
        font-size: 28px;
    }
}

@media only screen and (min-width:1600px) {
    h1 {
        font-size: 60px;
    }
    h2 {
        font-size: 50px;
    }
    h3 {
        font-size: 30px;
    }
    h4 {
        font-size: 25px;
    }
}