.template-inner,
.template-inner * {
    box-sizing: border-box;
}

.template-inner .content-wrap {
    max-width: 1050px;
    padding: 0;
    overflow: visible;
}

.template-inner h1 {
    font-size: 55px;
    line-height: 1.1;
    margin: 0 0 30px;
}

.template-inner h2 {
    font-size: 45px;
}

.template-inner h3 {
    font-size: 30px;
}

.template-inner h4 {
    font-size: 25px;
}

.top-section {
    padding: 80px 0;
}

.banner-head {
    max-width: 700px;
    text-align: center;
    margin: 0 auto;
}

.banner-box {
    text-align: center;
    margin: 50px auto 0;
}

.row-box {
    display: flex;
    margin: 40px 0;
    align-items: center;
    justify-content: center;
}

.row-con,
.row-media {
    width: 50%;
}

.row-media {
    text-align: center;
}

.subFeatures-section {
    position: relative;
    padding: 15px 0;
    background: #ebf7ff;
}

.subFeatures-section .row-box {
    margin: 100px 0;
}

.subFeatures-section .row-con {
    width: 40%;
    padding: 0 30px 0 0;
}

.subFeatures-section .row-media {
    width: 60%;
    padding: 0 0 0 30px;
    text-align: center;
}

.row-media-outer {
    position: relative;
    padding: 50px;
}

.row-media-outer:before {
    content: '';
    width: 100%;
    height: 100%;
    border: 2px solid #efefef;
    border-radius: 25px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: scale(.5);
    opacity: 0;
    transition: transform 1s ease .7s, opacity 1s ease .7s;
}

.row-media-outer:after {
    content: '';
    width: calc(100% - 50px);
    height: calc(100% - 50px);
    border: 2px solid #e2e2e2;
    border-radius: 25px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: scale(.5);
    opacity: 0;
    transition: transform 1s ease .3s, opacity 1s ease .3s;
}

.row-media-inner {
    background: #fff;
    box-shadow: 0 0 20px 6px rgb(0 0 0 / 5%);
    border-radius: 25px;
    overflow: hidden;
    z-index: 9;
    position: relative;
}

.row-media-img {
    position: relative;
    margin: 30px 0;
}

.row-media-inner img {
    opacity: 0;
    transform: translateY(50px);
    transition: transform 1s ease, opacity 1s ease;
    margin: 0 auto;
}

.middle-animated .row-media-inner img {
    opacity: 1;
    transform: translateY(0);
}

.middle-animated .row-media-outer:before,
.middle-animated .row-media-outer:after {
    transform: scale(1);
    opacity: 1;
}

.row-media-left .row-con {
    order: 2;
    padding: 0 0 0 30px;
}

.row-media-left .row-media {
    order: 1;
    padding: 0 30px 0 0;
}

.subFeature-box {
    width: 50%;
    margin: 0 0 40px;
    text-align: center;
}

.subFeature-box:nth-child(2n+2) {
    padding-left: 40px;
}

.subFeature-box:nth-child(2n+1) {
    padding-right: 40px;
}

.subFeature-box:nth-last-child(-n+2) {
    margin: 0 auto;
}

.features-1 .subFeature-box:last-child {
    padding: 0;
}

.features-section {
    padding: 100px 0;
}

.features-2 {
    background: #fdf7f9;
}

.feature-head {
    text-align: center;
}

.feature-image {
    margin: 70px auto 80px;
}

.feature-image img {
    opacity: 0;
    transform: translateY(50px);
    transition: transform 1s ease, opacity 1s ease;
}

.middle-animated .feature-image img {
    opacity: 1;
    transform: translateY(0);
}

.feature-con {
    display: flex;
    flex-wrap: wrap;
}

.features-3 .feature-con {
    margin: 80px auto 0;
}

.fs-icon {
    background: no-repeat 0 0/600px auto;
    width: 60px;
    height: 60px;
    display: inline-block;
    margin: 0 auto 20px;
    transform: scale(0);
    transition: transform .5s ease-in;
}

.data-loaded .fs-icon {
    background-image: url('/sites/default/files/zeptomail/features/features-sprite.png');
}

.fs-icon-2 {
    background-position: -60px 0;
}

.fs-icon-3 {
    background-position: -180px 0;
}

.fs-icon-4 {
    background-position: -118px 0;
}

.fs-icon-5 {
    background-position: -240px 0;
}

.fs-icon-6 {
    background-position: -300px 0;
}

.fs-icon-7 {
    background-position: -360px 0;
}

.fs-icon-8 {
    background-position: -420px 0;
}

.fs-icon-9 {
    background-position: -480px 0;
}

.fs-icon-10 {
    background-position: -540px 0;
}

.middle-animated .fs-icon {
    transform: scale(1);
}

.middle-animated .fs-icon-1,
.middle-animated .fs-icon-5,
.middle-animated .fs-icon-7 {
    transition-delay: .3s;
}

.middle-animated .fs-icon-2,
.middle-animated .fs-icon-6,
.middle-animated .fs-icon-8 {
    transition-delay: .5s;
}

.middle-animated .fs-icon-3,
.middle-animated .fs-icon-9 {
    transition-delay: .7s;
}

.middle-animated .fs-icon-4,
.middle-animated .fs-icon-10 {
    transition-delay: .9s;
}

.api-section-inner {
    margin: 0 auto;
    padding: 80px 0;
    max-width: 1500px;
    background: #fff0b9
}

.api-section .row-box {
    margin: 0 auto;
}

.api-media-inner {
    opacity: 0;
    transform: translateX(50px);
    transition: transform 1s ease, opacity 1s ease;
}

.middle-animated .api-media-inner {
    opacity: 1;
    transform: translateX(0);
}

.bottom-section {
    padding: 100px 0;
    text-align: center
}

.bottom-section p {
    margin: 0 auto 10px;
    font-size: 20px;
    font-family: var(--zf-primary-semibold);
}

.bottom-section h2 {
    max-width: 700px;
    margin: 0 auto 30px
}

@media only screen and (min-width: 1400px) and (max-width:1599px) {
    .template-inner h1 {
        font-size: 52px;
    }
    .template-inner h2 {
        font-size: 42px;
    }
    .template-inner h3 {
        font-size: 27px;
    }
    .template-inner h4 {
        font-size: 22px;
    }
}

@media only screen and (max-width: 1399px) {
    .template-inner h1 {
        font-size: 47px;
    }
    .template-inner h2 {
        font-size: 37px;
    }
    .template-inner h3 {
        font-size: 22px;
    }
    .template-inner h4 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1199px) {
    .template-inner h1 {
        font-size: 45px;
    }
    .banner-box img {
        max-width: 550px;
    }
    .subFeatures-section .row-box {
        margin: 90px 0;
    }
    .row-media-inner img {
        max-width: 260px;
    }
    .features-section {
        padding: 80px 0;
    }
    .feature-image img {
        max-width: 750px;
    }
    .api-section-inner {
        padding: 70px 0;
    }
    .api-media-inner img {
        max-width: 350px;
    }
    .bottom-section {
        padding: 80px 0;
    }
}

@media only screen and (max-width: 991px) {
    .template-inner h1 {
        font-size: 42px;
        text-align: center;
    }
    .template-inner h2 {
        font-size: 30px;
    }
    .top-section {
        padding: 50px 0;
    }
    .banner-head p {
        max-width: 550px;
        margin: 0 auto 20px;
    }
    .banner-box img {
        max-width: 450px;
    }
    .subFeatures-section .row-box {
        margin: 80px 0;
    }
    .subFeatures-section .row-con {
        width: 45%;
    }
    .subFeatures-section .row-media {
        width: 55%;
    }
    .row-media-outer {
        padding: 35px;
    }
    .row-media-outer:after {
        width: calc(100% - 35px);
        height: calc(100% - 35px);
    }
    .row-media-inner img {
        max-width: 240px;
    }
    .features-section {
        padding: 70px 0;
    }
    .features-3 .feature-con {
        margin: 60px auto 0;
    }
    .feature-image {
        margin: 50px auto;
    }
    .feature-image img {
        max-width: 700px;
    }
    .api-section-inner {
        padding: 60px 0;
    }
    .api-media-inner img {
        max-width: 320px;
    }
    .bottom-section {
        padding: 70px 0;
    }
}

@media only screen and (max-width: 800px) {
    .row-media-inner img {
        max-width: 200px;
    }
}

@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
    }
    .template-inner h1 {
        font-size: 35px;
    }
    .template-inner h2 {
        font-size: 30px;
    }
    .template-inner h4 {
        font-size: 18px;
    }
    .row-box {
        flex-direction: column;
    }
    .row-con,
    .row-media {
        width: 100%;
        text-align: center;
    }
    .row-con {
        margin-bottom: 30px;
    }
    .top-section {
        padding: 60px 0 40px;
    }
    .banner-box img {
        max-width: 400px;
        width: 100%;
    }
    .subFeatures-section .row-box {
        margin: 60px 0 80px;
    }
    .subFeatures-section .content-wrap:last-child .row-box {
        margin: 60px 0 60px;
    }
    .subFeatures-section .row-con,
    .subFeatures-section .row-media {
        width: 100%;
        padding: 0;
    }
    .row-media-left .row-con {
        order: 1;
        max-width: 450px;
    }
    .subFeatures-section .row-con {
        max-width: 450px;
        margin-bottom: 10px;
    }
    .row-media-outer {
        max-width: 400px;
        margin: 0 auto;
    }
    .row-media-inner img {
        max-width: 160px;
    }
    .row-media-left .row-media {
        order: 2;
    }
    .features-section {
        padding: 60px 0;
    }
    .feature-image img {
        max-width: 500px;
        width: 100%;
    }
    .features-3 .feature-con {
        margin: 40px auto 0;
    }
    .api-section-inner {
        padding: 60px 0 30px;
    }
    .api-media-inner {
        max-width: 300px;
        margin: 0 auto;
    }
    .api-media-inner img {
        max-width: 240px;
    }
    .api-media-inner {
        transform: translateY(50px);
    }
    .middle-animated .api-media-inner {
        transform: translateY(0);
    }
    .bottom-section {
        padding: 60px 0;
    }
    .bottom-section p {
        font-size: 18px;
    }
}

@media only screen and (max-width: 600px) {
    .feature-image {
        margin: 40px auto;
    }
    .subFeature-box,
    .subFeature-box:nth-child(2n+1),
    .subFeature-box:nth-child(2n+2) {
        width: 100%;
        padding: 0;
        margin: 0 auto 40px;
        max-width: 400px;
    }
    .subFeature-box:last-child {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 480px) {
    .banner-box {
        margin: 30px auto 0;
    }
    .banner-box img {
        max-width: 300px;
    }
    .row-media-outer {
        padding: 30px;
    }
    .row-media-outer:after {
        width: calc(100% - 30px);
        height: calc(100% - 30px);
    }
    .feature-image img {
        max-width: 320px;
    }
    .api-media-inner img {
        max-width: 200px;
    }
}