@media (max-width: 1616px) {
    .site-header .container.z_o {
        max-width: 1128px;
    }
}

@media (max-width: 1250px) {
    .hero-title {
        font-size: 55px;
        line-height: 60px;
    }
    .hero-paragraph {
        font-size: 18px;
    }
    .elli-1 {
        top: -50%;
        width: 50%;
        left: 25%;
    }
    .hero:not(.new):before {
        background-image: url("../../src/images/bg.png") !important;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .hero-bg {
        display: none;
    }
    .hero {
        padding-bottom: 1em !important;
    }
    .site-header .brand.header-brand {
        align-items: center;
    }
}

@media (max-width: 992px) {
    .elli-1 {
        position: absolute;
        top: -35%;
    }
}

@media (max-width: 767px) {
    .is-mobile {
        display: block !important;
    }
    .elli-1 {
        position: absolute;
        top: -25%;
    }
    .features.section._four .hero-title {
        margin-top: 1.5em;
        text-align: center;
        font-size: 35px !important;
        line-height: 50px;
    }
    .features.section._one {
        margin-top: 0px !important;
    }
    .features.section._one .section-inner {
        padding-top: 35px;
    }
    .features.section._two .section-inner {
        padding-top: 45px;
    }
    .features._two {
        margin-top: 35px !important;
    }
    .features.section._three .feature {
        width: 50%;
        margin-bottom: 1em;
    }
    .features.section._one .features-wrap {
        flex-direction: column;
    }
    .features-inner._one .feature {
        width: 100% !important;
        max-width: 100% !important;
    }
    .features-inner._three {
        padding-bottom: 40px !important;
    }
}

@media (max-width: 640px) {
    .elli-1 {
        top: -525px;
        width: 100%;
        left: 0px;
    }
    .hero-title {
        font-size: 35px;
        line-height: 40px;
    }
    .hero-paragraph {
        font-size: 16px;
    }
    /*.features.section._three .feature {
        width: 95%;
        margin-bottom: 1em;
    }*/
    .features.section._three .hero-title,
    .features.section._four .hero-title {
        font-size: 30px !important;
    }
    .features.section._four .hero-cta {
        max-width: 100%;
        display: flex;
        /*align-items: center;
        flex-direction: column;
        justify-content: center;*/
    }
    .features.section._four .hero-cta .button+.button {
        margin-top: 0px;
        margin-left: 1.5em;
    }
    .hero-slides img {
        min-width: calc((100% / 5) - 15px);
        width: calc((100% / 5) - 15px);
    }
    section.hero .hero-title {
        font-size: 40px;
        line-height: 50px;
        text-align: left;
    }
    section.hero .hero-paragraph {
        font-size: 18px;
        text-align: left;
        max-width: 500px;
    }
    section.hero .hero-cta {
        max-width: 100%;
        display: flex;
        flex-direction: row;
    }
    section.hero .hero-cta .button+.button {
        margin-top: 0px;
        margin-left: 1.5em;
    }
    .features-inner._four {
        padding: 0px !important;
        padding-bottom: 30px !important;
    }
    .features.section._three .feature {
        width: 50% !important;
        max-width: 50% !important;
        margin-bottom: 1em;
    }
}

@media (max-width: 480px) {
    .features.section._four .hero-title {
        font-size: 25px !important;
        line-height: 40px;
    }
    .elli-1 {
        top: -350px;
    }
    .hctb {
        height: 48px;
    }
    .hctb img {
        width: 28px;
        height: 28px;
    }
    .hctb .hctb-s {
        font-size: 16px;
        text-transform: capitalize;
    }
    .hero-slides img {
        min-width: calc((100% / 4) - 15px);
        width: calc((100% / 4) - 15px);
    }
    .hsvc {
        width: 80px;
        height: 80px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .imsg {
        width: 30px;
    }
    .hsvs {
        font-size: 14px;
    }
}

@media (max-width: 440px) {
    section.hero .hero-cta {
        max-width: 100%;
        display: flex;
    }
}


@media (max-width: 355px) {
    .is-mobile-sm {
        display: block !important;
    }
}