@media(max-width:1199px) and (min-width:768px){
    /* CONTENT CSS START */
    .nxb-property-details .nxb-property-details__intro-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
    /* CONTENT CSS END */
}
@media(max-width: 991px){
    /* HEADER CSS START */
    .site-header,.header-inner{ min-height: auto; }
    .header-inner .header-logo{height: auto;padding: 8px;}
    .header-inner .header-logo img{ height: 54px;max-height: 54px; }
    .header-inner .header-menu-toggle{ height: 70px; }
    .site-header.is-menu-open{position:fixed;inset:0 0 auto;z-index:1000;height:100dvh;max-height:100dvh;background:#fff;transform:none}
    .global-content--top .nxb-pods-pause{ opacity: 0; }
    /* HEADER CSS END */

    /* Content Font Size CSS START */
    .nxb-section .nxb-text-block__intro>.nxb-text-block__heading{ font-size: 30px; }
    .nxb-text-block__secondary-heading{ font-size: 18px; }
    .nxb-text-block__content p{ font-size: 16px; }
    /* Content Font Size CSS END */
    
    .nxb-simple-pods__card .park-pod-review{ display: flex;align-items: center; padding: 7px; }
    .nxb-simple-pods__card .park-pod-review .other-park-google{ max-width: 27px;margin: 0px auto; }
    .nxb-simple-pods__card .park-pod-review .other-park-rating a{font-size: 13px;}

}
@media(max-width:767px){
    /* CONTENT CSS START */
    .nxb-property-details .nxb-property-details__intro-grid,
    .nxb-property-details .nxb-property-details__body-grid{grid-template-columns:minmax(0,1fr);gap:30px}
    .nxb-property-details .nxb-property-details__overview,
    .nxb-property-details .nxb-property-details__photos,
    .nxb-property-details .nxb-property-details__description,
    .nxb-property-details .nxb-property-details__features,
    .nxb-property-details .nxb-property-details__enquiry{grid-column:auto;padding-inline:0}
    .nxb-simple-pods--accommodation-listing .nxb-simple-pods__card{padding-inline:0}
    .nxb-property-details .nxb-property-details__intro h1.nxb-text-block__heading{font-size:30px;line-height:1.2}
    .nxb-property-details .nxb-property-facts{display:block}
    .nxb-property-details .nxb-property-facts li{display:inline}
    .nxb-property-details .nxb-property-facts li+li{margin-left:8px;padding-left:8px}
    .nxb-property-details .nxb-property-facts img{display:inline-block;margin-right:8px;vertical-align:middle}
    .nxb-property-details .nxb-contact-form{min-height:0}
    .nxb-property-details .nxb-contact-form__heading{font-size:30px}
    /* CONTENT CSS END */
}

