@media only screen and (min-width:769px) and (max-width: 1170px) {}

@media screen and (min-width:769px) and (max-width: 1280px) {
    html {
        font-size: 54.5%;
    }
}

@media screen and (max-width: 1024px) {
    html {
        font-size: 50.5%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    html {
        font-size: 49%;
    }
    .header-device {
        max-width: 45rem;
    }
    .wave-bottom {
        display: none;
    }
    .about-section {
        text-align: center;
    }
    .app-right-section img {
        max-width: 60%;
    }
    .flex-row {
        display: block;
    }
    .app-right-section {
        margin: 5rem 0;
    }
}

@media screen and (max-width: 767px) {
    html {
        font-size: 46%;
    }
    .flex-row {
        display: block;
        align-items: center;
    }
    .about-section {
        margin: 5rem 0;
    }
    .upper-header {
        margin-bottom: 0;
    }
    img.wave-bottom {
        display: none;
    }
    .about-box {
        padding: 3rem 0;
        text-align: center;
    }
    .feature-section {
        padding: 5rem 0;
    }
    .feature-list-box {
        padding: 5rem 0;
    }
    .satisfied-users {
        margin: 5rem 0;
    }
    .app-right-section {
        display: none;
    }
    .get-app-bg {
        display: none;
    }
    .slick-next {
        right: 38%;
    }
    .slick-prev {
        left: 39% !important;
    }
    .col-md-6.text-left {
        padding: 2rem;
    }
    .footer-section {
        padding: 0rem 0;
        padding-top: 3rem;
    }
    .footer-box {
        margin: 3rem 0;
        text-align: center;
        margin-top: 0;
    }
    .col-md-3.col-sm-6 .footer-box {
        text-align: center;
    }
    .footer-box h3 {
        margin-bottom: 1rem;
    }
    .row.flex-row.header-row {
        display: flex;
    }
    img {
        max-width: 100%;
    }
    img.header-device {
        display: none;
    }
    .home-store {
        display: none;
    }
    .feature-section {
        background: none;
    }
    .input-group {
        display: flex;
        max-width: 98%;
        align-items: center;
        width: 79%;
    }
    .flex-box {
        align-items: center;
        display: block;
    }
    .right-box img {
        max-width: 60%;
        margin: 0 auto;
    }
    .left-box {
        text-align: center;
    }
    .text-left {
        text-align: center !important;
    }
    .header-text-box {
        text-align: center;
    }
}