@media (max-width: 768px) {
    .section_header .container .row .get-btn {
        display: none;
    }

    .tnh-paragraph {
        font-size: 16px;
        color: #444444;
        text-align: justify;
    }

    .bottom-header {
        padding: 12px 2px;
        border-radius: 0px;
    }

    .section-aboutus img,
    .section_global_presence img {
        width: -webkit-fill-available !important;
    }

    .quote_div {
        padding: 24px 10px !important;
    }

    .head_menu {
        justify-items: end;
        align-content: center;
    }

    .carousel-item p.banner-heading {
        font-size: 38px;
        font-family: 'Roboto slab';
        line-height: 52px;
    }

    /* .section-aboutus img {
        padding-bottom: 45px;
    } */

    .second-title {
        font-size: 36px;
        line-height: 46px;
    }

    .footer-links-top {
        justify-items: unset;
    }

    .section_footer .navbar.navbar-expand-lg.float-end {
        float: unset !important;
    }

    #mainNavbar ul.navbar-nav ul.dropdown-menu {
        position: relative;
        right: 86px;
        min-width: 100%;
    }

    .section_header ul.dropdown-menu li.menu-item a {
        white-space: unset !important;
    }

    /* Slide Left Effect */
    .slide-left {
        transform: translateX(5%);
        /* Start from the right */
        opacity: 0;
        transition: transform 2s ease-out, opacity 2s ease-out;
    }

    
    /* Slide Right Effect */
    .slide-right {
        transform: translateX(-5%);
        opacity: 0;
        transition: transform 2s ease-out, opacity 2s ease-out;
    }

    .carousel-inner {
        height: 684px;
    }

    .shrink {
        margin-top: -152px !important;
    }

    .first-title {
        font-size: 24px;
    }

    .offcanvas.offcanvas-end {
        width: 100vw !important;
    }

    .margin-top-10p {
        margin-top: 4%;
    }

    .container_padding {
        padding-top: 12% !important;
    }

    .food-item .width-35p {
        width: 58%;
    }

    .food-item .rutba-btn-pur-bg {
        min-width: 174px !important;
    }

    img.width-25 {
        width: 66%;
    }

    #b-rcircle {
        max-width: unset !important;
    }

    .glr-first {
        padding-right: 0px !important;
    }

    .glr-last {
        padding-left: 0px !important;
    }
    .margin-top-8p {
        margin-top: 24%;
    }
    .section-contactUs .row.g-5{
        margin-top: 0px !important;
    }
    .banner-heading{
        font-size: 35px;
    }
    .section_footer .margin-top-8p{
        margin-top: 0px;
    }
    .section_foote.margin-top-13p{
        margin-top: 0px;
    }
}

@media (max-width: 991px) {
    .masonry-gallery {
        column-count: 2;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .masonry-gallery {
        column-count: 2;
    }
}