@media(max-width:1023px){
    nav {
        gap: 15px;
    }
    .nav-buttons {
        gap: 10px;
    }
    .nav-buttons a{
        padding: 8px 10px;
        font-size: 16px;
    }
    .hero h1, .hero .highlight {
        font-size: 56px;
    }
    .localities-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .cta-section h2 {
        font-size: 42px;
    }
    .Detail_section {
        padding: 20px 0 0 0;
    }
    .detailSize h2, .rentPrice h2 {
        font-size: 22px;
    }
    .detailSize span, .rentPrice span {
        display: block;
        font-size: 14px;
    }
    .overviewTabBx {
    width: 60%;
    }
    .ContactBrokerBx {
        width: 36%;
    }
    .furnishings_List ul {
        grid-template-columns: repeat(3, 1fr);
    }
    .overHd {
        font-size: 16px;
    }
    .relatedProp {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    .footer-column {
        width: 23%;
    }
    .footerLogo a{
        width: 160px;
    }
    .footer-column:first-child {
        width: 30%;
        padding-right: 20px;
    }
    .footer-column h3 {
        font-size: 18px;
    }
    .footer-column a, .footerCont p, .footer-column p {
        font-size: 14px;
    }
}
@media(max-width:767px){
    body {
        padding-top: 69px;
    }
    header {
        padding: 7px 0px;
    }
    .headerInner {
        display: block;
    }
    .nav-buttons {
        display: none;
    }
    .nav-buttons a {
        text-align: center;
    }
    .logo {
        display: inline-block;
    }
    nav.subnav {
        position: fixed;
        background: #01112bf0;
        top: 0;
        left: -250px;
        bottom: 0;
        width: 250px;
        display: block;
        transition: all 0.5s ease-in-out;
    }
    nav.subnav.open {
        left: 0px;
        transition: all 0.5s ease-in-out;
    }
    nav.subnav a {
        display: block;
        padding: 10px 10px;
        color: #fff;
        border-bottom: #27426f solid 1px;
        font-size: 18px;
    }
    .footer-content {
        display: block;
        margin-bottom: 0;
    }
    .footer-column {
        width: 100%;
        padding-right: 0;
        padding-bottom: 20px;
    }
    .footer-column:first-child {
        width: 100%;
        padding-right: 0px;
    }
    footer {
        padding: 40px 0 20px 0;
    }
    .cta-section {
        padding: 50px 0;
    }
    .cta-section h2 {
        font-size: 30px;
    }
    .cta-buttons a {
        padding: 12px 13px;
        font-size: 16px;
    }
    .info-section {
        display: block;
        padding: 15px;
        border-radius: 10px;
    }
    .info-content {
        width: 100%;
    }
    .info-content p{
        text-align: left;
    }
    .info-search {
        width: 100%;
        padding: 15px;
    }
    .hero h1, .hero .highlight {
        font-size: 32px;
    }
    .hero p {
        font-size: 16px;
        padding-top: 15px;
        margin-bottom: 20px;
    }
    .bannerInner {
        padding: 100px 0;
    }
    a.mobNav {
        display: inline-block;
        width: 40px;
        position: absolute;
        right: 15px;
        top: 27px;
        transition: all 0.5s ease-in-out;
    }
    
    a.mobNav i {
        display: block;
        height: 4px;
        background: #000;
        border-radius: 6px;
        margin-bottom: 6px;
    }
    a.mobNav i:last-child{
        margin-bottom: 0;
    }
    a.mobNav.active i:first-child {
        position: relative;
        transform: rotate(-53deg);
        top: 10px;
    }
    a.mobNav.active i:last-child {
        position: relative;
        transform: rotate(53deg);
        top: 0px;
    }
    a.mobNav.active i:nth-child(2) {
        display: none;
    }
    .section {
        padding: 30px 0px;
    }
    .properties-grid{
        margin-bottom: 10px;
    }
    .section-header {
        display: block;
    }
    .view-all {
        margin-top: 5px;
        display: inline-block;
    }
    .property-details {
        padding: 15px 10px;
    }
    .property-title {
        font-size: 18px;
    }
    .overviewTab_OuterBx{
        display: block;
    }
    .overviewTabBx {
        width: 100%;
    }
    .relatedProp {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .ContactBrokerBx {
        width: 100%;
        margin-top: 20px;
    }
    .overview_Navigation li a {
        padding: 10px 7px;
        line-height: 20px;
        font-size: 10px;
    }
    .propertyDetTop {
        display: block;
    }
    .detailSize {
        width: 100%;
    }
    .rentPrice {
        text-align: right;
        width: 100%;
    }
    .detailSize h2, .rentPrice h2 {
        font-size: 20px;
    }
    .detailSize span, .rentPrice span {
        display: block;
        font-size: 13px;
    }
    .detailSize strong {
        display: inline-block;
        padding: 1px 7px;
        background: rgb(4, 153, 49);
        margin-top: 7px;
        color: #fff;
        font-size: 11px;
    }
    .rentPrice a {
        padding: 5px 10px;
        margin-top: 5px;
        font-size: 14px;
    }
    .overviewList li span {
        font-size: 13px;
    }
    .overviewList li strong {
        font-size: 14px;
    }
    .overviewList li {
        padding-bottom: 10px;
    }
    .aboutproperty p {
        font-size: 14px;
    }
    .section-title {
        font-size: 22px;
        font-weight: bold;
    }
    .detail_bannerInner h2 {
        font-size: 32px;
    }
    .detail_bannerInner h1, .detail_bannerInner h1 .highlight {
        font-size: 38px;
    }
    .moreNumb span {
        font-size: 16px;
    }
}
@media(max-width:479px){
    .hero h1, .hero .highlight {
        font-size: 26px;
    }
    .hero-buttons {
        display: block;
    }
    .hero-buttons a {
        display: block;
        margin-bottom: 10px;
        padding: 5px 10px;
    font-size: 15px;
    }
    .section-title {
        font-size: 24px;
    }
    .property-title {
        font-size: 17px;
        margin-bottom: 5px;
    }
    .property-image {
        height: 250px;
    }
    .localities-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .locality-name h3 {
        font-size: 20px;
    }
    .info-content h2 {
        font-size: 20px;
    }
    .cta-section h2 {
        font-size: 22px;
    }
    .cta-buttons{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .bannerInner {
        padding: 50px 0;
    }
    .overview_Navigation ul {
        display: block;
    }
    .overview_Navigation ul li {
        display: inline-block;
    }
    .overview_Navigation ul li a {
        padding: 5px 10px;
        border: #ccc solid 1px !important;
        margin-bottom: 10px;
        font-size: 11px;
    }
    .overview_Navigation li.active a {
        color: #0d3eaf;
        border: #0d3eaf solid 1px !important;
    }
    .projectOverview_OuterBx{
        padding-top: 10px;
    }
        .detail_bannerInner h2 {
        font-size: 24px;
    }
    .propdetail_Image_Slider {
        display: block;
    }
    .propDet_ImgBx_Left {
        width: 100%;
    }
    .propDet_ImgBx_Right {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .detail_bannerInner {
        padding: 30px 0;
    }
    .relatedProp {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    .section-title {
        font-size: 20px;
    }
    .section-subtitle {
        font-size: 12px;
    }
    .heightlightList li {
        display: block;
        width: 100%;
        font-size: 14px;
        padding-bottom: 10px;
    }
    .furnishings_List ul {
        grid-template-columns: repeat(2, 1fr);
    }
    .furnishings_List li span {
        display: block;
        padding-top: 0px;
        font-size: 13px;
    }
    .furnishings_List li {
        padding: 7px;
    }
    .propertyLocation strong {
        font-size: 14px;
    }
    .mapBx {
        padding: 10px;
        height: 300px;
    }
    .neighbourhoodList li {
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .neighbourhoodList li span{
        width: 60px;
        height: 60px;
    }
    .neighbourhoodList li span img{
        width: 32px;
    }
    .projOverview_Outer {
        padding-bottom: 40px;
    }
    .detail_bannerInner h1, .detail_bannerInner h1 .highlight {
        font-size: 28px;
    }
}