@media only screen and (max-width: 768px) {
    
    div#mega-menu-wrap-max_mega_menu_1 {
        padding: 1rem;
    }
    img.about-image {
        margin-bottom: 2rem;
    }
    a.mega-menu-link {
        height: unset !important;
    }
    main {
        padding-top: 6rem;
    }
    main.single-post {
        padding-top: 7rem;
    }
    /* body.single-post {
        background-attachment: scroll;

    } */
    .contact .overlay {
        padding: 0rem 0rem;
        padding-bottom: 4rem;
        background-image: none !important;
    }
    .single-recipe-thumbnail {
        border-radius: 12px;
        position: relative;
        width: 100%;
    }
    
    .other-details-side {
        flex-direction: column;
    }
    
}
@media only screen and (max-width: 576px) {
    .container {
        width: 100% !important;
        padding: 0 !important;
    }
    .slider-item {
        height: 50vh;
    }
    html{
        overflow-x: hidden !important;
    }
    .section-title {
        font-size: 1.5rem !important;
    }
    .footer-links{
        margin-bottom: 3rem;
    }
    .mobile-panel-top {
        padding: 1rem 1rem;
    }
    h1 {
        font-size: 1.5rem !important;
        line-height: 2.5rem !important;
        margin: 1rem 0 !important;
    }
    main.single-post {
        padding-top: 10rem;
    }
    .effect {

        padding: 17px 1rem;

    }
    .comment-list , div#respond{
        width: 100%;
        padding: 0;
    }
    p#breadcrumbs {
        font-size: .8rem;
        line-height: 1.5rem;
    }
    .rtl img.footer-contact-icon {
        margin-left: 0.5rem;
        display: none;
    }
    .mobile-panel-top {
        flex-direction: column-reverse;
    }
    #close-menu {
        padding: 0rem 0rem;
        margin-bottom: 1rem;
    }
}