.main-container-wrapper #mini-panel-product_menu .menu-icon-help-header {
    margin-top: 20px;
}

.main-container-wrapper.body-umain #mini-panel-product_menu .menu-icon-help-header {
    margin-top: 0;
}

.template-inner,
.template-inner * {
    box-sizing: border-box;
}
.flex-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
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;
}
.bottom-section h2{
    max-width: 950px;
}
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: #F5EBE4;
}

.banner-section {
    background: #F5EBE4;
    padding: 80px 0 100px;
}

.banner-con {
    text-align: center;
    width: 100%;
    position: relative;
    max-width: 70%;
    margin: 0 auto;
}

.banner-con h3 {    
    margin-bottom: 10px;
    font-family: var(--zf-primary-regular);
}

.banner-con>p {
    margin: 20px auto 30px;
}
.banner-image{
    position: relative;
    display: flex;
    width: 100%;
    max-width: 442px;
    align-items: center;
    justify-content: space-between;
    margin: 65px auto 0;
}
.logobx::before{
    content: '';
    position: relative;
    width: 56px;
    height: 65px;
    display: block;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.magento-logo::before{
    background-image: url(/sites/zweb/images/commerce/magneto/magneto-logo.png);
}
.comm-logo::before{
    background-image: url(/sites/zweb/images/producticon/commerce.svg);
    width: 60px;
    height: 60px;
}
.logobx{
    position: relative;
    width: 165px;
    height: 165px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px #0000001A;
    border-radius: 15px;
}
.triangle-right {
	width: 0;
	height: 0;
	border-top: 12px solid transparent;
	border-left: 20px solid #2F5A63;
	border-bottom: 12px solid transparent;
}

/* .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;
    font-size: 16px;
}
.banner-btn p:last-child{
    margin-top: 0;
}

.why-section {
    padding: 60px 0 20px;
}
.why-cont{
    width: 100%;
    max-width: 70%;
    position: relative;
    margin: 0 auto;
    text-align: center;
}
.learnmore{
    position: relative;
    color: #1CA8F5;
    font-family: var(--zf-primary-semibold);
    border-bottom: 1.5px solid #1CA8F5;
    font-size: 16px;
}
.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;
    align-items: unset;
}

.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-section h2+p{
    max-width: 700px;
    margin: 0 auto 20px;
    text-align: center;
}

.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;
}

.other ul li:first-child span {
    padding: 25px 0 0;
    position: relative;
    font-size: 20px;
    display: inline-block;
}

.other 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;
}

.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:before {
    background-image: url(/sites/zweb/images/commerce/magneto/magneto-logo.png);
    height: 32px;
    background-size: 27px auto;
    width: 32px;
    background-position: 3px 0;
}

.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: 5px;
    left: 8px;
}

.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);
}

.note-txt,.disclaimer-txt {
    position: relative;
    width: 100%;
    max-width: 960px;
    text-align: right;
    font-style: italic;
    margin: 0 auto
}
.disclaimer-txt{
    margin: 10px auto 0;
    text-align: center;
    max-width: 890px;
}

.note-txt p {
    font-size: 14px;
    margin-bottom: 5px;
}
.disclaimer-txt p {
    font-size: 12px;
    margin-bottom: 5px;
}

.bottom-section {
    padding: 60px 0 50px;
    text-align: center;
}

.bottom-section h3 {
    margin-bottom: 0;
}

.bottom-section h2 {
    margin-bottom: 30px;
}

/* .page-node-98184 .act-btn{
    margin-bottom:15px;
}

.page-node-98184 .getquote-btn {
    background: #ffff;
    color: #f0483e;
    border: 1px solid #f0483e;
    margin:0 15px 15px;
} */
.act-btn{
    margin-bottom:15px;
}

.getquote-btn {
    background: #ffff;
    color: #f0483e;
    border: 1px solid #f0483e;
    margin:0 15px 15px;
}
@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: 17px;
    }
    .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 #mini-panel-product_menu .menu-icon-help-header {
        margin-top: 0;
    }
    .main-container-wrapper.body-umain #mini-panel-product_menu .menu-icon-help-header {
        margin-top: 0;
    }
    h1 {
        font-size: 45px;
    }
    h2 {
        font-size: 35px;
    }
    h3 {
        font-size: 25px;
    }
    .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 {
    padding: 30px 0 0 0 !important;
}

    .other ul li:first-child span {
        padding: 0 0 0 40px
    }
    .other ul li:first-child span:before {
        right: inherit;
        bottom: 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: 25px auto 40px;
        max-width: 81%;
    }
    /* .banner-media {
        padding-left: 50px;
    }
    .banner-media img {
        max-width: 320px;
        margin: 0 auto;
    } */
    .why-section {
        padding: 80px 0 0px;
    }
    .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: 27px;
    }
    h4 {
        font-size: 20px;
    }
    .banner-section {
        padding: 80px 0 100px;
    }
    .banner-box {
        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: 56px;
    }
    h2 {
        font-size: 48px;
    }
    h3 {
        font-size: 26px;
    }
    h4 {
        font-size: 25px;
    }
}
@media only screen and (min-width:992px) and (max-width: 1080px) {
    h1{
        font-size: 48px; 
    }
    h2 {
        font-size: 40px;
    }
    h3 {
        font-size: 26px;
    }

    .banner-con>p{
        margin: 15px auto 30px;
        max-width: 90%;
    }

    .banner-con>p{
        margin: 15px auto 30px;
    }

    .why-cont{
        max-width: 80%;
    }
}
@media only screen and (max-width: 1200px) {
    .banner-con>p{
        max-width: 95%;
    }
}
@media only screen and (max-width: 1080px) {
    .features-con {
        /* padding: 25px 25px 25px; */
    }
    .default ul li:first-child span {
        font-size: 16px;
    }
    .other ul li:first-child span {
        font-size: 16px;
    }
    .compare-box li{
        font-size: 16px;
    }
}
@media only screen and (max-width: 991px) {
    .compare-box{
        margin: 40px auto 0;
    }
    .pdf-box {
        padding: 30px 0 20px;
    }
    .features-con {
        padding: 20px 30px 30px;
    }
    .bottom-section{
        padding: 40px 0;
    }
    .banner-con>p {
        max-width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .why-cont{
        max-width: 100%;
    }
    h2, .bottom-section h2{
        max-width: 84%;
    }
    .compare-box li {
        font-size: 14px;
    }
    h3{font-size: 20px;}
    .other ul .data-loaded:first-child span:before{
        top: -10px;
    }
    .banner-con{
        max-width: 80%;
    }
    .banner-section{padding: 60px 0 80px;}
}
@media only screen and (max-width: 610px) {
    h2, .bottom-section h2 {
        max-width: 100%;
    }
    .banner-con{
        max-width: 100%;
    }
}
@media only screen and (max-width: 480px) {
    h3{
        font-size: 19px;
    }
    .pdf-box{
        font-size: 16px;
    }
    h2, .bottom-section h2{
        font-size: 25px;
    }
    .features-con {
        padding: 20px 20px 20px;
    }
    .default ul li:first-child span{
        font-size: 14px;
    }
    .other ul li:first-child span, .banner-btn p{
        font-size: 15px;
    }
    .banner-image{
        max-width: 340px;
    }
    .logobx{width: 120px;height: 120px;}
}
@media only screen and (max-width: 400px) {
    .banner-btn p{
        max-width: 90%;
        margin: 0 auto;
    }
    h3{
        font-size: 16px;
    }
    .banner-btn p{
        max-width: 90%;
        margin: 0 auto;
    }
}