@media (max-width:981px) {
    header > div > div.container > .row {
        margin-left: 0!important;
        margin-right: 0!important;
        align-items: center;
        justify-content: center;
        display: flex;
        flex-direction: row-reverse;
        gap: 20px;
    }
    header > div > div.container > .row:before,
    header > div > div.container > .row:after{
        display: none;
    }
    header > div > div.container > .row .header-right-panel{
        width: 50%!important;
    }
    header > div > div.container > .row .header-right-panel .mobile-nav-icon {
        position: relative;
        top: auto;
        left: auto;
    }
    header > div > div.container > .row .header-right-panel .mobile-nav-icon a.nav-icon span.icon-bar:last-child{
        margin-bottom: 0;
    }
    .home_mobile_padding_responsive_section > div {
        padding-left: 32px!important;
        padding-right: 32px!important;
    }
    body.search.wp-theme-listingpro.wp-child-theme-listingpro-child  .container.page-container-five > div.row{
        grid-template-columns:  1fr 1fr; 
    }
    
}
@media (max-width:767px) {
    .footer-style1.classic-styles .footer-social-icons {
        margin-top: 32px!important;
    }
    .footer-social-icons.font-awesome-icons li {
        margin-right: 20px!important;
    }
    .footer-social-icons.font-awesome-icons li:last-child {
        margin-right: 0!important;
    }
    .resposive_mobile_column {
        flex-direction: column-reverse;
        display: flex;
    }
    body.search.wp-theme-listingpro.wp-child-theme-listingpro-child  .container.page-container-five > div.row,
    body.wp-theme-listingpro.wp-child-theme-listingpro-child .blog-content-container {
        grid-template-columns: 1fr;
    }
    body.search.wp-theme-listingpro.wp-child-theme-listingpro-child .container.page-container-five > div.row {
        padding: 0 20px;
    }
    p.allowed-file-types-note.col-md-12.form-group.clearfix.margin-bottom-0.lp-img-gall-upload-section.lplistgallery {
        font-size: 8px;
    }
    div#lp-avatar-nudge button.lp-close {
        width: 28px;
        height: 28px;
        line-height: 28px;
        position: absolute;
        top: -14px;
        right: 20px;
    }
    .blog-heading-inner-container {
        bottom: auto;
        top: 201px;
    }
    .blog-heading-inner-container h1 {
        padding: 10px;
        font-size: 28px;
    }
    body.wp-singular.post-template-default.single.single-post .wp-block-image figure.alignleft.size-large.is-resized,    
    body.wp-singular.post-template-default.single.single-post .wp-block-image figure.alignright.size-large.is-resized {
        width: 100%;
        float: none;
        margin: 0 auto;
    }
    body.wp-singular.post-template-default.single.single-post .wp-block-image figure.alignleft.size-large.is-resized img,
    body.wp-singular.post-template-default.single.single-post .wp-block-image figure.alignright.size-large.is-resized img {
        width: 100%!important;
        margin: 10px auto;
    }
}