@media screen and (max-width: 1430px) {
    .testimonial-container {
        padding-left: 35px;
    }

    .customer-slider .slick-dots {
        bottom: 450px;
    }
}


@media screen and (max-width: 1430px) {
    .customer-slider .slick-dots {
        bottom: 470px;
    }
}

@media screen and (max-width: 1360px) {

    .customer-slider-box {
        height: 520px;
    }

    .testimonial-container {
        padding-left: 0px;
    }

    .customer-slider .slick-dots {
        bottom: 570px;
    }
}



@media screen and (max-width: 1200px) {
    .customer-slider-box {
        height: 520px;
    }

    .customer-slider .slick-dots {
        bottom: 570px;
    }
}

@media screen and (max-width: 1100px) {
    .ban-content h1 {
        width: 70%;
    }

    .food-section {
        padding-top: unset;
        padding-bottom: 70px;
    }

    .desc-top p {
        font-size: 16px;
    }

    .testimonial-section {
        padding-bottom: 60px;
    }

    #footer {
        padding-top: 100px;
    }

    .customer-top h2 {
        font-size: 47px;
    }
}

@media screen and (max-width: 991px) {
    .ban-content h1 {
        width: 100%;
    }

    .food-props {
        flex-direction: column;
    }

    .prop-box {
        width: 100%;
    }

    .customer-top h2 {
        font-size: 35px;
    }

    .customer-slider.slick-initialized .slick-slide {
        margin-right: 8px;
        margin-left: 8px;
    }

    /* .testimonial-container {
        padding-left: 15px;
    } */


    .customer-img img {
        height: 378px !important;
    }

    .customer-img {
        margin-bottom: 20px;
    }

    .testimonial-section {
        padding-bottom: 30px;
        padding-top: 40px;
    }

    .customer-slider-box {
        height: auto;
    }

    #footer {
        padding-top: 70px;
    }

    .customer-slider .slick-dots {
        bottom: 484px;
    }
}

@media screen and (max-width: 900px) {
    .customer-slider .slick-dots {
        bottom: 482px;
    }
}

@media screen and (max-width: 870px) {
    .customer-slider .slick-dots {
        bottom: 483px;
    }
}

@media screen and (max-width: 790px) {
    .customer-slider .slick-dots {
        bottom: 482px;
    }
}

@media screen and (max-width: 767px) {
    .ban-content h1 {
        font-size: 32px;
    }

    .banner-section {
        padding-bottom: 110px;
    }

    .food-content h2 {
        font-size: 30px;
    }

    .prop-box p {
        font-size: 14px;
    }

    .prop-box h3 {
        font-size: 28px;
    }

    .customer-top h2 {
        font-size: 28px;
        width: 100%;
    }

    .customer-slider .slick-dots {
        bottom: -35px;
    }

    .slick-prev,
    .slick-next {
        z-index: 1;
        top: 536px;
    }

    .customer-slider-box {
        display: block !important;
    }

    .customer-img,
    .customer-desc {
        width: 100%;
    }

    .bottom-footer {
        flex-direction: column;
        gap: 20px;
    }

    .customer-slider .slick-dots {
        /* bottom: unset; */
        right: unset;
        left: unset;
        display: flex;
        justify-content: center;
    }

    .testimonial-container {
        padding-left: 6px;
    }
}
