@media (max-width: 1399px) {
    .dishes-section .dishesbg-group img {
        transform: scale(0.8);
    }
}

@media (max-width: 1199px) {
    .hd-style-1 {
        font-size: 44px;
    }

    .homebanner-section .hbsec-caption h1 {
        font-size: 60px;
    }

    .branches-section .branchsec-block .bsblock-image {
        height: 300px;
    }

    .dishes-section .dishesbg-group img {
        transform: scale(0.7);
    }
    
}

@media (max-width: 991px) {
    .hd-style-1 {
        font-size: 40px;
    }

    .homebanner-section .hbsec-caption h1 {
        font-size: 55px;
    }
    .homebanner-section .hbsec-caption h4 {
        font-size: 28px;
    }

    .branches-section {
        padding: 50px 0px;
    }
    .branches-section .branchsec-block .bsblock-image {
        height: 250px;
    }
    .branches-section .branchsec-block .bsblock-text {
        padding-top: 15px;
    }
    .branches-section .branchsec-block .bsblock-text h3 {
        font-size: 22px;
    }

    .dishes-section {
        padding: 50px 0px;
    }

    .toserve-section {
        padding: 50px 0px;
    }

    .text-image-section {
        padding: 50px 0px;
    }

    .customersay-section {
        padding: 50px 0px;
    }

    .dishes-section .dishesbg-group img {
        transform: scale(0.6);
    }
}

@media (max-width: 767px) {
    .banner-section h2 {
    width: 47%;
    }
    .hd-style-1 {
        font-size: 36px;
    }

    .homebanner-section .hbsec-caption h1 {
        font-size: 50px;
    }
    .homebanner-section .hbsec-caption h4 {
        font-size: 26px;
    }

    .branches-section {
        padding: 40px 0px;
    }
    .branches-section .branchsec-block .bsblock-text h3 {
        font-size: 20px;
    }

    .dishes-section {
        padding: 40px 0px;
    }

    .toserve-section {
        padding: 40px 0px;
    }

    .text-image-section {
        padding: 40px 0px;
    }
    .txtimg-wrap .tiwrap-row .tiwr-image .tiwimg-inner {
        height: 300px;
    }

    .customersay-section {
        padding: 40px 0px;
    }
    .customersay-block .csayblock-details .user {
        width: 80px;
        height: 80px;
    }
    .customersay-block .csayblock-details h3 {
        font-size: 18px;
    }

    .gmap {
        min-height: 400px;
    }

    .dishes-section .dishesbg-group img {
        transform: scale(0.5);
    }
}

@media (max-width: 575px) {
    .hd-style-1 {
        font-size: 32px;
    }

    .header-top .htop-inner {
        flex-direction: column;
    }
    .header-top .htop-inner .htinner-links {
        flex-wrap: wrap;
        justify-content: center;
    }


    .header-search {
        max-width: 200px;
    }

    .homebanner-section .hbsec-caption .hbscap-btns {
        flex-direction: column;
        width: 100%;
    }
    .homebanner-section .hbsec-caption .hbscap-btns .btn {
        width: 100%;
    }


    .homebanner-section .hbsec-caption h1 {
        font-size: 45px;
    }
    .homebanner-section .hbsec-caption h4 {
        font-size: 24px;
    }

    .branches-section .branchsec-block .bsblock-text h3 {
        font-size: 18px;
    }

    .gmap {
        min-height: 300px;
    }

    .dishes-section .dishesbg-group img {
        transform: scale(0.4);
    }
}