@media (min-width: 1200px) {}

@media (min-width:991px) {

    .responsive-menu {
        display: none;
    }
}

@media (max-width:1200px) and (min-width:991px) {}

@media (max-width:991px) {

    .header-section {
        display: none;
    }

    .site-search .woocommerce-product-search,
    .site-search .widget_search .search-form {
        border: none;
        width: 82%;
    }
}

@media (max-width:768px) {

    .slider-home .slider-img,
    .slider-home .slider-img img {
        height: 520px;
    }


    .section-title h4 {
        font-size: 28px;
        line-height: 40px;
    }

    .section-title,
    .User_Reviews .section-title {
        margin-bottom: 28px;
    }

    .footer {
        padding: 30px 0 30px;
    }

    .comp-rights,
    .copy-right {
        text-align: center;
    }

    .copy-right p {
        margin-bottom: 10px;
    }

    .footer h4 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    section {
        padding: 40px 0;
    }

    footer {
        padding-top: 30px;
    }

    .copy-right {
        margin-top: 0;
    }

    section.hero {
        margin: 0 15px;
        border-radius: 16px;
    }

    .app-imgs {
        gap: 22px;
        flex-direction: column;
    }

    .hero-info h2 {
        font-size: 32px;
        line-height: 48px;
        text-align: center;
        margin-bottom: 24px;
    }

    .hero-info {
        padding-inline-end: 0;
        padding-top: 42px;
        margin-bottom: 32px;
    }

    .app-imgs img {
        max-height: 54px;
    }

    .how-to-use-app ul {
        padding-inline-end: 0;
    }

    .how-to-use-app ul li {
        margin-bottom: 18px;
        font-size: 18px;
    }

    .how-to-use-app h4 {
        font-size: 28px;
        margin-bottom: 24px;
    }

    .count-block {
        padding: 26px 18px;
        margin-bottom: 16px;
    }

    section.primary_mission {
        padding-top: 58px;
    }

    h3.counter-item {
        font-size: 28px;
    }

    .count-img {
        height: 66px;
    }

    .user-manual-imgs .img1,
    .user-manual-imgs .img2,
    .user-manual-imgs.img3 {
        height: 210px;

    }

    .user-manual-imgs img {
        max-width: 112px;
        margin: auto;
    }

    .user-manual-imgs {
        border-radius: 16px;
        padding: 32px 8px;
    }

    .reviews-info p {
        font-size: 20px;
        margin: 28px 0 10px;
    }

    .card-slider .item {
        overflow: hidden;
        padding: 32px 15px;
    }

    .user-image {
        height: 250px;
    }

    .card-slider.owl-theme .owl-nav .owl-prev,
    .card-slider.owl-theme .owl-nav .owl-next {
        bottom: 0;
        top: unset;
        left: unset;
        position: unset;
        right: unset;
        bottom: unset;
    }

    .card-slider.owl-theme .owl-nav {
        margin-top: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        gap: 36px;
        position: relative;
        z-index: 2;
    }

    .card-slider .owl-dots:after {
        top: -5px;
        right: auto;
        left: 49%;
    }

    .card-slider .owl-dot.active:before {
        top: 0;
        right: auto;
        left: 44%;
    }

    .card-slider.owl-theme .owl-dots {
        bottom: 0;
    }

    .users-revies {
        border-radius: 16px;
        padding-bottom: 28px;
    }

    footer {
        border-radius: 16px 16px 0 0;
        padding: 56px 0 0;
    }

    .footer h2 {
        font-size: 24px;
        line-height: 42px;
        margin-bottom: 24px;
    }

    .footer-sochial {
        text-align: center;
        margin-top: 14px;
    }

    .sidebar .download_app-btn {
        margin-top: 20px;
        margin-inline-start: 12px;
    }
}

@media (max-width:330px) {
    .user-manual-imgs img {
        max-width: 96px;
    }
}