@media screen and (max-width: 767px) {
    .logo {
        max-width: 170px;
        margin-bottom: 5px;
    }
    a.top-contactus {
        padding-top: 2px;
        transform: scale(0.8);
        transform-origin: right;
    }
    a.top-contactus span {
        width: 80px;
        font-size: 10px;
    }

    a.top-contactus {
        padding-top: 2px;
    }

    .side-navbar ul li {
    margin-right: 3px;
    border-right: 1px solid #332f2d;
    padding-right: 3px;
    line-height: 10px;
}
    .side-navbar ul li a {
        color: #332f2d;
        font-weight: 700;
        font-size: 10px;
    }

    .side-navbar ul {
        margin-top: 5px;
    }
    nav.header-nav {
        padding: 15px 10px;
    }
    .d-flex.justify-content-between.align-items-center {
        align-items: flex-end !important;
    }
    .home-banner-inner {
        position: relative;
        max-width: 250px;
        top: 25px;
    }
    .home-banner-inner::after {
        right: -40px;
        top: 30px;
        height: 53px;
        background-position: right;
    }
    .vertial-header h2 {
        font-size: 40px;
    }
    .vertial-header p {
        font-size: 13px;
    }
    .vertial-header h2::after {
        width: 55px;
        height: 55px;
        left: -10px;
        top: -12px;
    }

    .vertial-header::after {
        width: 40px;
        height: 85px;
        bottom: 0;
        left: -50px;
    }
    .vertial-footer h3 {
        font-size: 16px;
        margin-top: 15px;
        margin-bottom: 5px;
    }
    .vertial-footer p {
        font-size: 12px;
    }
    .vertial-header {
        left: 25px;
    }
    .home-banner-content {
        max-width: 465px;
    }
    .home-banner-inner::after {
        right: -90px;
        top: -5px;
        height: 100px;
        background-position: right;
    }

    .home-products {
        padding: 35px;
    }

    .home-products-inner p {
        font-size: 14px;
    }

    .footer p {
        font-size: 8px;
        letter-spacing: 0px;
        padding: 60px 0 30px;
    }
    .footer {
        background-size: cover;
        background-position: center;
    }
    .about-section-inner {
        font-size: 14px;
        padding-right: 72px;
        line-height: normal;
        padding-left: 0;
    }
    .vertial-header.no-after {
        left: 0;
    }

    .about-images {
        padding-top: 0;
    }
    .about-images-inner ul li {
        padding: 12px;
    }
    .about-images {
        padding-top: 0;
        padding-bottom: 20px;
    }
    .products-banner {
        overflow: hidden;
    }
    .products-section-inner {
        max-width: 390px;
    }
    .products-banner-image {
        padding-right: 70px;
        left: -15px;
    }

    .products-banner-image::after {
        right: 50px;
        top: -20px;
        height: 70px;
        background-position: right;
    }
    .products-banner-text {
        margin-top: 35px;
        position: relative;
        padding-bottom: 0;
    }
    .nut-text p {
        font-size: 9px;
        margin-bottom: 30px;
    }
    .nut-image {
        max-width: 160px;
        margin: 30px auto;
        position: relative;
    }
    .nut-text img {
        max-width: 60px;
        position: absolute;
        bottom: 30px;
        right: 15px;
        margin-right: 0;
    }
    .nut-image::after {
        content: "";
        background-image: url(../images/image-057.png);
        position: absolute;
        right: -46px;
        top: -50px;
        width: 100%;
        height: 50px;
        background-size: contain;
        background-repeat: no-repeat;
        z-index: -1;
        background-position: right;
        opacity: 0.8;
    }
    .product-timeline {
        margin-top: 0;
        margin-bottom: 0;
    }
    .product-timeline-md {
        margin-bottom: -27px;
        position: relative;
        z-index: 9;
    }

    .recipe-section-inner1-image,
    .recipe-section-inner2-image {
        max-width: 230px;
    }

    .recipe-section-inner1,
    .recipe-section-inner2 {
        max-width: 320px;
    }
    section.recipe-02 {
        padding-bottom: 65px;
        padding-top: 0;
    }

    .contact-section-inner {
        padding-right: 80px;
    }
    .contact-banner {
        padding: 0 0;
    }
    .contact-info {
        padding: 10px;
        top: 30px;
    }
    .map-content .media img {
        width: 15px;
        margin-right: 5px;
        position: relative;
        top: 2px;
    }
    .map-content p {
        color: #edd298;
        font-weight: 700;
        font-size: 12px;
    }
    .map-content {
        margin-top: 30px;
    }
    .map-content .media {
        margin-bottom: 20px;
    }
    .contact-footer img {
        max-width: 24px;
        margin-right: 8px;
    }

    body {
        background-color: #f8f3ea;
        background-image: url(../images/body-md.png) !important;
        background-size: 100% !important;
        background-position: top center !important;
        background-repeat: no-repeat;
    }
    .en a.top-contactus span {
    width: 100px;
}
.products-banner-image {
    padding-bottom: 20px;
}
}
@media screen and (max-width: 460px) {
  .side-navbar ul li {
      margin-right: 2px;
      padding-right: 2px;
  }
  .logo {
      max-width: 140px;
      margin-bottom: 5px;
  }
  .home-banner-content {
    max-width: 360px;
}
.home-banner-inner {
    position: relative;
    max-width: 190px;
    top: 25px;
}
.home-banner-inner::after {
    right: -65px;
    top: 10px;
    height: 70px;
    background-position: right;
}
.vertial-header h2 {
    font-size: 36px;
}
.vertial-header h2::after {
    left: -8px;
    top: -12px;
    width: 60px;
    height: 60px;
}
.home-products {
    padding-top: 50px;
}
.product-timeline-md {
    margin-bottom: -35px;
}
}
