@media (max-width: 1699px) {

}
/* ------- Responsive CSS ------- */
@media (max-width: 1599px) {

}
/* ------- Responsive CSS ------- */
@media (max-width: 1499px) {

}
/* ------- Responsive CSS ------- */
@media (max-width: 1399px) {

}
/* ------- Responsive CSS ------- */
@media (max-width: 1299px) {
    .statistics-odometer {
        font-size: 72px !important;
    }
}
/* ------- Responsive CSS ------- */
@media (max-width: 1199px) {
    .statistics-odometer {
        font-size: 64px !important;
    }
    .members-image {
        width: 250px;
        height: 250px;
    }
}
/* ------- Responsive CSS ------- */
@media (max-width: 1024px) {
    .section-padding {
        padding: 60px 0;
    }
    .statistics-odometer {
        font-size: 52px !important;
    }
    .shop-by-jb .item {
        width: calc(50% - 11.25px);
        height: 500px;
    }
    .members-image {
        width: 200px;
        height: 200px;
    }
}
/* ------- Responsive CSS ------- */
@media (max-width: 991px) {
    ul {
        padding-left: 10px !important;
    }
    .section-padding {
        padding: 40px 0;
    }
    .hfe-nav-menu__layout-horizontal {
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25) !important;
    }
    .statistics-odometer {
        font-size: 44px !important;
    }
    .members-image {
        width: 180px;
        height: 180px;
    }
}
/* ------- Responsive CSS ------- */
@media (max-width: 767px) {
    .cf7-form-row {
        flex-direction: column;
    }
    /*.banner-wrap img {*/
    /*    max-height: none;*/
    /*    aspect-ratio: unset;*/
    /*    width: 100%;*/
    /*}*/
    .shop-by-jb .item {
        height: 400px;
    }
    .members-image {
        width: 150px;
        height: 150px;
    }
    .dynamic-image-picture {
        padding: 0;
    }
    .dynamic-image-picture img {
        position: static;
    }
}
/* ------- Responsive CSS ------- */
@media (max-width: 575px) {
    .shop-by-jb .item {
        width: 100%;
        height: 350px;
    }
}