
        *
        {
            font-family: Montserrat, sans-serif;   
        }
        a
        {
            text-decoration: none;
        }
        body
        {
            margin: 0px ;
		background: #f3f3f3;
        }
	p
	{
		line-height: 30px;
	}
         /* Suggestions */
 
.city_form {
    width: 100%;
}

.input_field {
    width: 40%;
    margin-inline: auto;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
	background: #fff;
}        .sugst 
        {
            width: 17%;
            margin: auto;
            display: none;
        }
        .suggestion {
    list-style: none;
    padding: 8px 12px;
    width: -webkit-fill-available;
    cursor: pointer;
    border-radius: 3px;
    text-align: left;
    font-size: 18px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 479px) {
    .suggestion {
        font-size: 15px;
        padding: 5px 10px;
    }
}

img.location_icon {
    width: 20px;
    height: 20px;
}
#suggestions {
    max-height: 109px;
    overflow-y: auto;
}
#suggestions::-webkit-scrollbar {
    width: 5px; 
    height: 2px;
}
#suggestions::-webkit-scrollbar-thumb {
    background: #D31831; 
    border-radius: 8px; 
}
        .suggestion {
        padding: 10px;
        }
        /* Header text */
        .nb-head-txt
        {
            color: #000;
            text-transform: capitalize;
            font-size: 24px;
            font-style: normal;
            font-weight: 600;
            line-height: normal;
            margin-bottom: 0px;
            margin-top: 0px;
        }
        .nb_space
        {
            width: 9.5%;
            display: none;
        }

        .nb_about, .nb_locality, .nb_property_locality_rent, .nb_property_locality_sale, .nb_property_locality_builder, .nb_property_locality_blog, .nb_faq
      {
            width: 60%;
            margin-right: auto !important;
            margin-left: auto !important;
        }
	.nb_bread a {
    color: #000 !important;
    font-weight: 600;
}
.nb_bread {
    margin-top: 30px;
    width: 62%;
    text-transform: capitalize;
margin-right: auto !important;
            margin-left: auto !important;
}
        /* <!-- Nav start --> */
        space {
    width: 4%;
    display: inline-block;
}
 
.nav-bar {
    width: 80%;
    display: flex;
    margin: 10px auto;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    z-index: 15;
    left: 131px;
}
 
.left-nav,
.right-nav {
    display: flex;
    align-items: center;
    height: 80px;
}
 
.logo {
    width: 350px;
    height: 30px;
    position: absolute;
    left: 50px;
}
 
 
img.logo_img {
    width: 100%;
}
 
.right-nav {
    text-align: center;
    justify-content: flex-end;
 
}
 
.menu-list {
    text-align: center;
    margin: 0% 4%;
}
 
.menu-list>a {
    color: #000;
    font-size: 20px;
    text-decoration: none;
    cursor: pointer;
}
 
#nav-sign-up-btn>a {
    width: 160px;
    cursor: pointer;
    display: flex;
    font-weight: 500;
    font-size: 20px;
    height: 32px;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    background: #FD3753;
    color: #fff !important;
    border-radius: 4px;
    white-space: normal;
    text-decoration: none;
}

/* hamburger */
 
 
.hamburger p {
    color: white;
    position: relative;
    font-size: 13px;
    margin-block: 0px;
    top: -2px;
   line-height: 12px;
}
 
.hamburger-lines {
    height: 15px;
    width: 32px;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
 
}
 
.hamburger-lines .line {
    height: 2px;
    width: 100%;
    border-radius: 10px;
    background: #FFFFFF;
}
 
.hamburger-lines .line1 {
    transform-origin: 0% 0%;
    transition: transform 0.4s ease-in-out;
}
 
.hamburger-lines .line2 {
    transition: transform 0.2s ease-in-out;
}
 
.hamburger-lines .line3 {
    transform-origin: 0% 100%;
    transition: transform 0.4s ease-in-out;
}
 
 
.menu-items {
    height: 0;
    overflow: hidden;
    box-shadow: 0 0 13px #a7a7a766;
    width: 20%;
    flex-direction: column;
    margin-left: 1px;
    text-align: left;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    top: 75px;
    left: 0;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.6s ease-in-out, transform 0.5s ease-in-out, height 0.6s ease-in-out;
    transform: translateY(-10px);
}
 
.menu-items.mobile_menu {
    display: none;
}
 
.menu-items.active {
    height: 190px;
    opacity: 1;
    transform: translateY(0);
}
 
.mob_menu_signin {
    color: #fff;
    background-color: #FD3753;
}
 
.mob_menu_signin a {
    display: flex;
    color: #fff;
    align-items: center;
    gap: 10px;
}
 
.mob_menu_signin a img {
    border-radius: 50%;
}
 
.mob_menu_list {
    padding: 15px 20px;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
 
.mob_menu_list:hover {
    background-color: #009587;
    color: #fff;
    cursor: pointer;
}
 
.checkbox,
.hamburger-lines .line {
    display: block !important;
}
 
.hamburger-lines {
    display: flex !important;
}
 
.hamburger {
    cursor: pointer;
}
#mumbai_city {
	    text-transform: capitalize;
    border-radius: 4px;
    background: #009587;
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.10);
    cursor: pointer;
    line-height: normal;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    border: none;
    border-right: 10px solid transparent !important;
    height: 32px;
    width: 160px;
    padding-inline: 8px;
}
@media screen and (max-width: 991px) {
 
    .nb_promotion {
        width: 350px;
    }
 
    .nav-bar {
        left: 30px;
        width: 95%;
    }
 
    .logo {
        width: 40%;
        margin-top: 5px;
    }
 
    .menu-items {
        top: 70px;
    }
 
    .mumbai_search_container {
        width: 80%;
    }
}
 
@media screen and (max-width: 660px) {
    .nav-bar {
        left: 0;
    }
 
    .logo {
        width: 300px;
        margin-bottom: 5px;
    }
 
    .menu-list {
        display: none;
    }
 
    .mumbai-top-banner {
        height: 300px;
    }
 
    .mumbai-top-banner-text {
        top: 120px;
        font-size: 25px;
    }
 
    .mumbai_search_section {
        top: 120px;
    }
 
    #mumbai_city {
        width: 100%;
    }
 
 
    .searchbar {
        width: 80%;
    }
 
    .form {
        flex-direction: column;
        align-items: center;
    }
 
    .faq-nb-step2 {
        width: 90%;
    }
 
    /*  */
 
    .nb_promotion,
    .foo_txt {
        display: none !important;
    }
 
    p.footer_links>a {
        font-size: 15px;
    }
 
    .app_imgs {
        padding: 0;
        justify-content: space-evenly;
    }
 
    .nb_app_img {
        width: 200px;
    }
 
    .nb_btm {
        margin: 20px;
        justify-content: center;
    }
 
 
    .menu-items {
        height: unset;
        transform: translate(-250%);
    }
 
    .menu-items {
        top: 80px;
        left: -200px
    }
 
    .menu-items {
        position: absolute;
        top: 60px;
        left: -2px;
        width: 200px;
    }
 
    .hamburger {
        position: absolute;
        margin-left: 6px;
        top: 20px;
    }
 
    .menu-items.desktop_menu {
        display: none;
    }
 
    .menu-items.mobile_menu {
        display: block;
    }
 
    .menu-items.desktop_menu,
    .menu-items.mobile_menu {
        height: 0;
        overflow: hidden;
        transition: transform 0.6s ease-in-out;
        position: fixed;
        top: 0;
        left: 0;
        width: 70%;
    }
 
    .menu-items.active {
        height: 100vh;
    }
 
    .mob_menu_list {
        border-bottom: 1px solid #33333333;
        padding: 10px 20px;
    }
 
    .mob_logo {
        padding: 5px 15px;
        width: 100%;
        display: flex;
        align-items: center;
        gap: 5px;
    }
 
    .mob_logo img {
        width: 50%;
    }
 
    .mob_logo span {
        color: #424242;
        font-size: 11px;
        margin-top: 3px;
    }
 
    .mob_menu_footer {
        display: flex;
        justify-content: space-around;
        align-items: center;
        position: absolute;
        bottom: 0;
        width: 100%;
    }
 
    p.mob_menu_footer_links>a {
        color: #000;
        text-decoration: none;
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
}
 
@media screen and (max-width: 479px) {
    .nav-bar {
        margin-top: 15px;
        width: 100%;
        align-items: flex-start;
    }
 
    .left-nav,
    .right-nav {
        height: fit-content;
    }
 
    .right-nav {
        margin-inline: 5px;
    }
 
    .logo {
        width: 200px;
        position: relative;
        left: 40px;
    }
 
    .mumbai-top-banner-text,
    .mumbai_search_section {
        top: 100px;
    }
 
    #mumbai_city {
        border: none;
        border-right: 5px solid transparent !important;
        height: 25px;
        padding: 2px;
        font-size: 12px;
    }
 
    .searchbar {
        width: 100%;
    }
 
    .faq_class {
        padding: 20px;
    }
 
    .nb_footer {
        flex-wrap: wrap;
        padding-bottom: 0;
        border-bottom: 0;
    }
 
    .app_imgs {
        flex-wrap: wrap;
    }
 
    .nb_btm {
        margin: 0;
    }
 
    .nb_app_img {
        width: 150px;
    }
 
    .faq-nb {
        padding-block: 10px;
    }
 
    .mumbai_search_container {
        width: 100%;
    }
 
    .searchInput input,
    .resultBox li {
        font-size: 15px;
    }
 
    .searchInput.active .resultBox {
        padding: 5px 0px;
    }
 
    .searchInput input {
        padding: 0 10px;
    }
 
    .resultBox li {
        padding: 5px 10px;
    }
 
    .hamburger {
        top: 0px;
    }
 
    .hamburger p {
        font-size: 10px;
    }
 
    .hamburger-lines {
        width: 25px;
        height: 13px;
    }
 
 
}
        /* <!-- Nav end --> */

        /* Banner Start */
        .nb-top-banner
        {
            background: url('https://www.nobroker.in/locality-iq/images/unsplash_fuLPFeAd17E-2.png');
            height: 430px;
            background-repeat: no-repeat;
            background-size: 100% 200%;
            vertical-align: middle;
            text-align: center;
		background-size: cover;
        }

        .nb-top-banner-text
        {
            font-size: 35px;
            color: #fff;
            text-align: center;
            vertical-align: middle;
            padding-top: 156px;
            font-weight: 600;
            word-spacing: 5px;
            margin-top: 0px;
            text-transform: uppercase;
        }
        /* End */
         /* search */
         input[type="text"]{
            background-color: #fff;
        }
        .search_sec
        {
            width: 80%;
            margin: auto;
            text-align: center;
        }
       
	 #search_bar
        {
	    color: #444141;
	    font-size: 20px;
	    font-style: normal;
	    font-weight: 300;
	    line-height: normal;
	    border-radius: 8px 8px 0 0;
	    border: none;
	    background: #FFF;
	    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.10);
	    width: 100%;
	    padding: 10px;
		outline: none;
        }
        #search_icon
        {
            font-size: 28px;
            margin-left: -48px;
            background: #FFF;
            padding: 0px;
            border: none;
            color: #000000ab;
            cursor: pointer;
		position: absolute;
	    top: 5px;
    	right: 9px;
        }
        #city
        {
            border-radius: 4px;
            /* background: #009587; */
            box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.10);
            padding: 4px 12px;
            line-height: normal;
            color: #000;
            font-size: 18px;
            font-style: normal;
            font-weight: 300;
            border: none;
            border-right: 10px solid transparent !important;
            text-transform: capitalize;
        }
        /* #city ::before
        {
            padding-right: 10px;
        } */
        .city_name
        {
            background-color: #fff;
            color: #000;
            border:  none !important;
            box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.10) !important;
            border-radius: 8px;
	 }
	@media (max-width: 660px) {
	    .input_field {
	        width: 80%;
	    }
	}
/*        Search end     */

/* About */

.nb_about_detail
{
color: #666;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px;
}
.nb_about
{
    margin: 20px 0px 38px 0px;
	background: #ffff;
    padding: 20px;
    box-shadow: rgb(0 0 0 / 6%) 0px 5px 15px;
    border-radius: 7px;
}

/* Common Media Query  */
@media screen and (max-width: 660px)
{
    .space, .nb_space
    {
        display: none !important;
    }

}
/* End */

/* Localities */
.nb_locality
{
    margin: 50px 0px 32px 0px;
    text-align: center;
}
.nb_locality_lists
{
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
    width: 660px;
    height: 200px;
    padding: 16px;
    display: inline-block;
    margin: 20px;
}
.nb_explr_btn
{
    border-radius: 4px;
    background: #009587;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 9px 18px;
    font-size: 24px;
    color: #fff;
    border: none;
    cursor: pointer;
}
.nb_locality_name
{
    font-size: 24px;
    font-weight: 500;
line-height: normal;
}
/* Properties for rent & sale */
 .nb_property_locality_rent, .nb_property_locality_sale, .nb_property_locality_builder, .nb_property_locality_blog
{
border-radius: 7px;
background: #FFF;
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
padding: 20px 15px;
overflow: auto;
white-space: nowrap;
margin: 30px 0px;
}
/* Scrool bar css */
.nb_property_locality_rent::-webkit-scrollbar {
    width: 8px; 
    height: 2px;
}
.nb_property_locality_rent::-webkit-scrollbar-thumb {
    background: #D31831; 
    border-radius: 8px; 
}
.nb_property_locality_sale::-webkit-scrollbar {
    width: 8px; 
    height: 2px;
}
.nb_property_locality_sale::-webkit-scrollbar-thumb {
    background: #D31831; 
    border-radius: 8px; 
}
.nb_property_locality_builder::-webkit-scrollbar {
    width: 8px; 
    height: 2px;
}
.nb_property_locality_builder::-webkit-scrollbar-thumb {
    background: #D31831; 
    border-radius: 8px; 
}
.nb_property_locality_blog::-webkit-scrollbar {
    width: 8px; 
    height: 2px;
}
.nb_property_locality_blog::-webkit-scrollbar-thumb {
    background: #D31831; 
    border-radius: 8px; 
}
.nb_rent_card , .nb_sale_card, .nb_builder_card {
    border-radius: 7px;
    background: #FFF;
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 20%);
    width: 30%;
    display: inline-block;
    margin: 25px 12px 0px 12px;
}
img.property-list-imgs {
    height: 245px;
    border-radius: 7px;
    object-fit: cover;
}
.nb_prop_main
{
    padding: 10px 10px 10px;
    line-height: 42px;
background: #f6f6f6;
}
.nb_prop_bhktype
{
    font-size: 20px;
    font-weight: 600;
    margin: 0px;
    text-transform: capitalize;
	white-space: nowrap;
    overflow: hidden;
color: #464646;
}
.nb_prop_location
{
font-size: 18px;
font-weight: 400;
margin: 0px;
color: #464646;
}
.nb_prop_price
{
color: #D31831;
font-size: 18px;
margin: 0px;
}
.nb_prop_btn
{
    border-radius: 4px;
background: #D31831;
padding: 5px 5px;
border: none;
color: #fff;
font-size: 18px;
font-weight: 600;
cursor: pointer;
}
.property-list-bg-imgs {
    height: 245px;
    border-radius: 7px 7px 0% 0%;
    /* border-radius: 3px; */
}
.nb_builder_card
{
    text-align: center;
}
button.nb_builder_btn
{   
    border-radius: 4px;
    background: #009587;
    padding: 5px 24px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    border: none;
    cursor: pointer;
}
/* Blog start */
.nb_blog_card
{
   
    background: #FFF;
    width: 40%;
    display: inline-block;
    margin: 25px 12px 0px 12px;
}
.nb_blog_bg
{
    border-radius: 6px;
	height: 250px;
}
p.blog_title_text
{
    padding-top: 148px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    white-space: break-spaces;
    font-weight: 600;
    padding-right: 5px;
    padding-left: 5px;
    width: 80%;
    margin: auto;
line-height: 24px;
}
/* Top Localities */
.nb-ExploreLocilty{
width: 60%;
margin: auto;
box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 8%);
margin-top: 2%;
padding: 1%;
border-radius: 7px;
    background: #fff;
}
.nb_image_and_description{
display: flex;
flex-wrap: wrap;
}
.main_border{

width: 1091px;
height: 1px;
background: #AAA; 
margin: 1% 0 1% 0;
}
.nb-description_of_locilty{

display: flex;
flex-direction: column;
flex-wrap: wrap;
width: 35%;
margin-left: 2%;
}
.nb-about-locailty{
display: flex;
width: 100%;
justify-content: space-evenly;
flex-wrap: wrap;
align-items: center;
}
.nb_about_desk{

width: 100%;
display: flex;
flex-direction: column;
margin-top: 3%;
}

.nb_about_prp span{
font-weight: 400;
color: #464646;
}
.nb-buy-as-for-sq{
display: flex;
padding: 10px 14px;
flex-direction: column;
align-items: center;
gap: 10px;
border-radius: 12px;
background: #F7FAFE;
box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
margin-top: 2%;
}
.border1{
width: 100%;
height: 1px;
background: #144282;
}
.border2{

width: 270px;
height: 1px;
background: #FD3753;
}
.nb-buy-as-for-sq2{

display: flex;
padding: 10px 14px;
flex-direction: column;
align-items: center;
gap: 10px;
border-radius: 12px;
background: #FEF7F7;
box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
margin-top: 3%;
}
.nb-landmark_near_locilty{

display: inline-flex;
padding: 5px 10px;
justify-content: center;
align-items: center;
gap: 10px;
border-radius: 100px;
border: 1px solid #C9C9C9;
color: #9A9A9A;

font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
width: max-content;
margin: 2%;
}
.nb_border3{

width: 1px;
height: 40px;
background-color: #AAAAAA;
}

.nb_description{

font-size: 15px;
margin-top: 2%;
margin-left: 3%;
line-height: 24px;
color: #666;
}
#read-more{
display: none;
margin-left: 3%;
}
#read-less{
margin-left: 3%;
}
@media (max-width: 660px){
    .nb_locality
    {
        display: none;
    }

    .nb-top-banner-text
    {
        font-size: 30px !important;
    padding-top: 90px !important;
    }
    .nb-top-banner {
    background: url('https://www.nobroker.in/locality-iq/images/unsplash_fuLPFeAd17E-3.png') !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    height: 300px !important;
    vertical-align: middle;
}
h3.nb_locality_name_mob {
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
}
#search_bar
{
    font-size: 12px;
}
#suggestions
{
width: 100% !important;
}
.nb_about
{
    margin: 20px 0px 0px;
    width: 90%;
}
.nb_about_detail
{
    font-size: 14px;
    line-height: 20px;
}
.nb_bread, .nb_faq, .nb_property_locality_rent, .nb_property_locality_sale, .nb_property_locality_builder, .nb_property_locality_blog {
    width: 90%;
    padding: 20px 6px;
}

#search_icon {
    font-size: 16px !important;
    margin-left: -27px !important;
}
.nb_rent_card, .nb_sale_card, .nb_builder_card
{
    width: 73% !important;
    margin: 25px 6px 0px 6px;
}
.nb_blog_card {
    width: 100% !important;
    margin: 25px 6px 0px 6px;
}
.nb_blog_bg
{
    height: 200px;
	    width: 300px;
}
.nb_prop_bhktype, .nb_prop_location, .nb_prop_price, .nb_prop_btn, button.nb_builder_btn
{
    font-size: 18px !important;
}
.nb_prop_main
{
    line-height: 34px !important;
    padding: 2px 10px 10px;
}
.nb_prop_btn
{
    margin-top: 12px !important;
}
.property-list-bg-imgs, .property-list-imgs
{
    height: 160px !important;
}
.nb-head-txt, .blog_title_text
{
    font-size: 20px !important;
}
p.blog_title_text
{
    margin-top: 0px;
    width: 100%;
padding-top: 40%;
}

}

/* locality */

.nb_image_and_description{

display: flex;
flex-wrap: wrap;
}
.nb-lociltity_img
{
width: 30%;
height: 26rem;
}
.nb_landmarks_broder_mo{

display: flex;
}
.nb-description_of_locilty_mobile{

display: none;
}
.nb-name-locilty-area-etc{

display: flex;
flex-direction: column;
width: 30%;
margin-left: 2%;
}
.main_border{

width: 100%;
height: 1px;
background: #AAA; 
margin: 1% 0 1% 0;
}
.nb-description_of_locilty{

display: flex;
flex-direction: column;
flex-wrap: wrap;
width: 35%;
margin-left: 2%;
}
.nb-about-locailty{
display: flex;
width: 100%;
justify-content: space-between;
flex-wrap: wrap;
align-items: center;
}
.nb-about-locailty span{
padding: 4px;
border-radius: 4px;
background: #EDEDED;
color: #696969;
font-size: 18px;
font-style: normal;
font-weight: 600;
	line-height: normal;
}
.nb-about-locailty_mobile{

display: none;
}
.nb-name-locilty-area-etc h3{
color: #464646;
margin: 0px;
font-size: 20px;
font-weight: 600;
line-height: 32px;
text-transform: capitalize;
}
.nb_about_prp {
    color: #666;
    font-size: 16px;
    font-weight: 500;
    /* line-height: normal; */
    margin: 0px;
text-transform: capitalize;
}
.nb_area_price_mobile{
display: none;
}
.nb_about_prp span{
font-weight: 400;
}

.nb-buy-as-for-sq p{
color: #3F3F3F;
font-size: 18px;
font-weight: 600;
line-height: 32px;
margin: 0px;

}
.nb-buy-as-for-sq p span{
color: #144282;
font-size: 18px;

font-weight: 600;
line-height: normal;
}
.border1{
width: 100%;
height: 1px;
background: #144282;
}
.border2{

width: 100%;
height: 1px;
background: #FD3753;
}
.nb-buy-as-for-sq2{

display: flex;
padding: 10px 14px;
flex-direction: column;
align-items: center;
gap: 10px;
border-radius: 12px;
background: #FEF7F7;
box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
margin-top: 3%;
}
.nb-name-locilty-area-etc_mobile{

display: none;
}
.nb-buy-as-for-sq2 p{
color: #3F3F3F;
font-size: 18px;
font-weight: 600;
line-height: 32px;
margin: 0px;
}
.nb-buy-as-for-sq2 p span{

color: #FD3753;

font-size: 18px;

font-weight: 600;
line-height: normal;

}
.nb-landmark_near_locilty{

display: inline-flex;
padding: 5px 10px;
justify-content: center;
align-items: center;
gap: 10px;
border-radius: 100px;
border: 1px solid #C9C9C9;
color: #9A9A9A;

font-size: 14px;

font-weight: 600;
line-height: normal;
width: max-content;
margin: 2%;
}
.nb_landmarks{

width: 100%;
display: flex;
flex-wrap: wrap;
margin-top: 18%;
}
.nb_landmarks_broder{

display: none;
}
.nb_description{

font-size: 15px;
margin-top: 2%;
margin-left: 3%;
}
#read-more{
display: none !important;
margin-left: 3%;
}
#read-less{
margin-left: 3%;
}
.Explore_locality_btn{

display: inline-flex;
padding: 9px 8px;
justify-content: center;
align-items: center;
border-radius: 8px;
background: #009587;
box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
color: #FFF;
font-size: 18px;
font-weight: 600;
line-height: normal;
text-transform: capitalize;
border: none;
cursor: pointer;
}
.nb-name-locilty-area-image_mobile_etc{

display: none;
}
@media (max-width:600px)
{
*{
    margin: 0%;
    padding: 0%;
}
.nb-ExploreLocilty{
    width: 90%;
    padding: 0%;
    height:auto;
    position: relative;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
}
.nb_image_and_description{

    display: flex;
    flex-direction: column;
}
.nb-lociltity_img{
    display: none;
    width: 100%;
    height: 158px;
    position: relative;
}



.nb-locality_img::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5); /* Adjust the opacity as needed */
z-index: -1; /* Display the overlay below the image */
}
.nb-name-locilty-area-etc{
    display: none;
    position: absolute;
width: 50%;
margin: 3%;
height: 30%;

}
.nb-name-locilty-area-etc h2{
    color: #FFF;

font-size: 16px;

font-weight: 600;
line-height: normal;
}
.nb_about_prp{

    color: #FFF;

font-size: 12px;

font-weight: 500;
line-height: normal;
}

.nb_about_prp span{


    color: #FFF;

font-size: 12px;

font-weight: 400;
line-height: normal;

}
.nb_area_price{


margin: 0;
display: flex;
width: 196%;

margin-top: 20%;
padding: 0;
margin-left: -4%;
justify-content: space-between;

}
.nb-buy-as-for-sq{

    margin-top: 3%;
   border-radius: 4px;
   width: 48%;
   height: max-content;
   padding: 2%;
   gap: 0;
}
.border1{
    background: #144282;
}
.nb-buy-as-for-sq2{
    border-radius: 4px;
    width: 48%;
    height: max-content;
    padding: 2%;
   gap: 0;
}
.nb-buy-as-for-sq p{

    font-size: 12px;
}
.nb-buy-as-for-sq p span{

    font-size: 10px;
}
.nb-buy-as-for-sq2 p{
    font-size: 12px;
}
.nb-buy-as-for-sq2 p span{

font-size: 10px;
}
.nb-description_of_locilty{

display: none;
}
.nb-about-locailty{
display: none;
position: absolute;
/* display: flex; */
flex-wrap: nowrap;
overflow-x: scroll;
top: 28%;
padding-left: 2%;

}
.nb-about-locailty span{

flex: 0 0 auto;
margin: 1%;
font-size: 10px;


}
.Explore_locality_btn{
display: none;
}
.nb-about-locailty span img {
width: 9.618px;
height: 10.01px;

}


.main_border{
display: none;
}
.nb-description_of_locilty_mobile{
display: flex;
flex-direction: column;


width: 100%;

}
#read-more{

font-size: 12px;
}
#read-less{
font-size: 12px;
}
.nb_description{
font-size: 14px;
line-height: 18px;
}
.nb_landmark_image_and_landmarkname{

display: flex;
width: 100%;
align-items: center;
flex-wrap: nowrap;
justify-content: space-between;
margin-top: 2%;

}
.nb_landmarks_conatiner_mob{
display: flex;
flex-wrap: nowrap;
width: 95%;
margin-left: 1%;

overflow-x: scroll;
padding: 4px;
background: #EDEDED;
border-radius: 4px;
color: #696969;
margin-right: 2%;   


}
.nb_landmark_image_and_landmarkname img{

margin-left: 2%;
height: 19px;
}
.nb-landmark_near_locilty_mob{

display: flex;
flex: 0 0 auto;
margin: 1%;
color: #696969;
font-size: 14px;

}
.nb-explore_locilty_btn{
border-radius: 4px;
background: #009587;
box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
display: flex;
padding: 4px;
justify-content: center;
align-items: center;
color: #FFF;
font-size: 18px;
font-weight: 600;
line-height: normal;
border: none;
width: 50%;
margin: auto;
text-transform: capitalize;
margin-top: 3%;
margin-bottom: 3%;
}
.nb_landmarks_broder_mob{
display: block;
height: 17px;
width: 1px;
margin-top: 1%;
border: 1px solid #696969;   ;
}
.nb-name-locilty-area-image_mobile_etc{

display: flex;
width: 100%;
flex-direction: column;
flex-wrap: wrap;

height: auto;
}
.nb-name-locilty-area-etc_mobile{

display: flex;
position: absolute;
flex-direction: column;
margin: 2%;
z-index: 1;
width: 96%;
}
.nb-name-locilty-area-etc_mobile h2{
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    padding-left: 1%;
}
.nb_about_mobile{
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 2px;
margin-top: 7%;
padding-left: 1%;
}
.nb_about_mobile p{
color: #FFF;
font-size: 16px;
 text-transform: capitalize;
line-height: 18px;
}

.nb-image_overlay{

position: relative;
display: inline-block;

}
.nb-image_overlay::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5); /* Adjust the opacity as needed */
z-index: 1;
}

.nb-lociltity_img_mobile{
display: block;
max-width: 100%;
height: auto;
z-index: 2;
}
.nb-about-locailty_mobile{
    display: flex;
    width: 99%;
    justify-content: flex-start;
    overflow: auto;
    white-space: nowrap;
    margin-top: 7%;
    padding: 1%;
}
.nb-about-locailty_mobile span{
    display: flex;
    padding: 4px;
    align-items: flex-start;
    gap: 4px;
    border-radius: 4px;
    background: #EDEDED;
    margin-right: 2%;
    color: #696969;
    font-size: 14px;
    font-weight: 600;
    align-items: center; 
}
.nb_area_price_mobile{
display: flex;
justify-content: space-between;
margin-top: 2%;
width: 99%;
overflow: auto;
white-space: nowrap;
gap: 6px;
margin-left: auto;
}

.nb-buy-as-for-sq_mobile{
display: flex;
width: 170px;
padding: 2px 2px;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 6px;
border-radius: 4px;
background: #FEF7F7;
box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.20);
margin: 0px 2px;
}

.nb-buy-as-for-sq_mobile p{
color: #000;
font-size: 14px;
font-weight: 600;
line-height: normal;

}
.nb-buy-as-for-sq_mobile p span{


color: #FD3753;

font-size: 14px;

font-weight: 600;
line-height: normal;
}
.border1_mobile{

width: 152px;
height: 1px;
background: #FD3753;
}
.nb-buy-as-for-sq2_mobile{

display: flex;
width: 170px;
padding: 4px 8px;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 6px;
border-radius: 4px;
background: #F7FAFE;
box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.20);
margin: 0px 2px;
}
.nb-buy-as-for-sq2_mobile p{

color: #000;

font-size: 14px;

font-weight: 600;
line-height: normal;
}
.nb-buy-as-for-sq2_mobile p span{

color: #144282;

font-size: 14px;

font-weight: 600;
line-height: normal;
}
.border2_mobile{

width: 152px;
height: 1px;
background: #144282;
}
#read-more_mobile, #read-less_mobile{

margin-left: 3%;
font-size: 14px;
}
.nb-about-locailty_mobile::-webkit-scrollbar {
display: none;
}
.nb_landmarks_conatiner_mob::-webkit-scrollbar{

display: none;
}
table > tbody > tr > td {
    padding: 0.5em;
}
}
/* Load more start */
#load-more-btn
{
    width: 100%;
    text-align: center;
    background: none;
    border: none;
    font-size: 24px;
    font-weight: 600;
    padding-top: 20px;
}
table > tbody > tr > td {
    border: 1px solid #000;
}
table {
    border-collapse: collapse;
}

