/*

	PLB Header

*/
.plb_header{
    width: 100%;
    padding: 8px 5px;
    box-sizing: border-box;
    background: white;
        position: fixed;
        top: 0px;
        z-index: 10000;

}

.plb_header_div{
    display: flex;
    margin: auto;
    align-items: center;

}

.plb_header_div .logo{
    width: 20%;
}

.plb_header_div .menu{
    width: 80%;
}

.logo img {
    width: 220px;
    height: auto;
}

.menu > ul{
    text-align: right;
}
.menu > ul > li{
    display: inline-block;
    list-style: none;
    font-size: var(--p5-size);
    margin: 2px 5px;
    padding: 12px 0;
}
.menu ul a{
    color: var(--pri-color);
    text-decoration:none;
    font-weight: 500;
}
.menu ul li i{
    font-size: 11px;
    position: relative;
    top: 0px;
	margin-left: 5px;
}
.menu ul .active a{
    color: white;
}
.menu ul li.active{
    border-bottom: 1px solid white;
}
#menu_toggle{
    display: none;
}
.header_btn{
    background: var(--pri-color);
    display: inline-block;
    color: white !important;
    padding:10px 15px 10px 15px;
    border-radius: 5px;
    margin-left: 10px;
}
.menu ul li .header_btn i{
    font-size: 16px;
    position: relative;
    top: 0px;
    margin-right: 6px;
}

.plb_mega_sub_menu{
    width: 100%;
    min-height: 200px;
    position: absolute;
    margin-top: 12px;
    left: 0px;
    padding: 40px 10px 30px 10px;
    background: white;
    display: none;
    z-index: 999;
    border-bottom: 1px solid #e2e2e2;
    box-sizing: border-box;
}
.icon_heading > i.you_header{
    height: 16px;
    font-size: 23px;
}
@media(min-width: 768px){
    .plb_header_div li:hover .plb_mega_sub_menu{
        display: block;
    }
}
.icon_heading{
    display:flex;
    font-size: 18px;
    font-weight: 700;
    align-items: center;
    color: var(--pri-color);
}
.icon_heading > img,
.icon_heading > i{
    height: 24px;
    margin-right: 12px;
}
.icon_heading > span{
    margin-bottom: -3px;
}
.mega_menu_links{
    list-style: none;
    text-align: left;
    margin-top: 15px;
}
.mega_menu_links li{
    display: block;
    padding: 6px 0;
}
.mega_menu_links li a{
    color: #777777;
    font-weight: 400;
}
.mega_menu_links li a:hover{
    color: var(--pri-color);
    text-decoration: underline;
}
.mega_menu_links li:hover a:after {
    font-family: FontAwesome;
    content: url(https://plb-integrity1-media.propertylimbrothers.com/wp-content/uploads/2023/04/24091950/right-arrow.svg);
    display: inline-block;
    margin-left: 5px;
    color: #123B79;
    font-weight: normal;
    position: absolute;
}

.vert_tabs{
    text-align: left;
    display: flex;
    width: 100%;
    column-gap: 30px;
}
.vert_tabs_titles{
    width: 20%;
}
.vert_tabs_titles ul{
    list-style: none;
}
.vert_tabs_titles ul li{
    font-size: var(--p5-size);
    font-weight: 700;
    color: var(--pri-color);
    padding: 15px 20px;
    border-radius: 10px;
    cursor: pointer;
}
.vert_tabs_titles ul li.active{
    box-shadow: -1px 1px 5px rgb(0 0 0 / 0.1);
}
.vert_tabs_cont_div{
    width: 80%;
}
.vert_tab_cont{
    padding: 30px;
    border-radius: 10px;
    display: none;
}
.vert_tab_cont.active{
    display: block;
    box-shadow: -1px 1px 5px rgb(0 0 0 / 0.1);
}
.vert_tab_cont .mega_menu_links li a{
    color: #777777;
}
#tab_nav_content.fixed {
    position: fixed;
    top: 82px;
    width: 100%;
    z-index: 1000;
    background-color: var(--bg-light);
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #FFFFFF;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    box-shadow: 0px 0px 18px -4px #c4c4c4;
    border-top: 1px solid #DBE6F5 !important;
}



.burger_menu,
#menu_cross,
#menu_back{
    display: none;
}
.menu > ul > li.head_3btn,
.menu > ul > li.plb_hub_mobile{
    display: none;
}


/*

	plb Footer

*/
.footer_newsltr_pop_cont{
	background: white;
	text-align: center;
	padding: 40px 20px 0px 20px;
}
#footer_newsletter_popup{
	display: none;
    background: rgb(0, 0, 0, 0.5);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    align-items: center;
    justify-content: center;
}
.footer_newsltr_pop_cont h3{
	color: #123b79;
}
#footer_newsletter_popup img{
	width: 100%;
}
.footer_newsltr_pop_cont > i{
	position: relative;
    background: #000000;
    top: -40px;
    left: 258px;
    padding: 6px 8px;
    color: white;
}
.footer_newsletter_cont > i{
	font-size: 50px;
	color: #123b79;
}
.plb_footer{
    width: 100%;
    padding: 20px 10px 15px 10px;
    color: white;
    background: var(--pri-color);
    box-sizing: border-box;
    font-size: 15px;
}
.plb_footer_sec_1 p,
.plb_footer_sec_2 p{
    color: var(--bg-white);
}
.plb_footer_sec_1,
.plb_footer_sec_2,
.plb_footer hr{
    width: 100%;
    max-width: 1400px;
    margin: auto;
}
.plb_footer_sec_1{
    display: flex;
    column-gap: 30px;
    padding: 20px 0;
}
.plb_footer_sec_1 > div{
    width: 100%;
}
.footer_eplore_div{
    display: flex;
}
.footer_eplore_div > div{
    width: 100%;
}
.plb_footer_sec_1 h3{
    font-size: 22px;
    margin: 10px 0 20px 0;
}
.plb_footer_sec_1 h4{
    margin: 15px 0 10px 0;
}
.plb_footer_sec_1 > div > p{
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 10px;
    font-weight: 400;
}
.footer_icon_item{
    display: flex;
    margin-bottom: 10px;
}
.footer_icon_item i{
    margin-right: 13px;
    font-size: 13px;
	margin-top: 4px;
}
.footer_icon_item a{
    color:white;
    text-decoration: none;
    font-size: 14px;
}
.footer_social_icons{
    display: flex;
    list-style: none;
    column-gap: 15px;
    align-items: center;
    margin-bottom: 40px;
	padding-top: 25px;
}
.footer_social_icons li svg{
    width:28px;
    height: auto;
    fill: white;
}
.footer_social_icons li:nth-child(7) svg{
    margin-bottom: -3px;
}
.footer_social_icons li a{
    color: white;
    font-size: 20px;
}
.plb_footer_sec_2{
    display: flex;
    align-items: center;
    padding: 25px 0 15px 0;
}
.plb_footer_sec_2 .footer_logo{
    width: 250px;
    padding-right: 50px;
}
.plb_footer_sec_2 img{
    width: 200px;
}
.plb_footer_sec_2 > div{
    width: calc(60% - 250px);

}
.plb_footer_sec_2 ul{
    width: 40%;
    display: flex;
    justify-content: right;
    list-style: none;
}
.plb_footer_sec_2 ul li{
    padding-left: 25px;
}
.plb_footer_sec_2 ul li a{
    color:white;
    text-decoration: none;
}
.plb_footer_sec_2 p{
    padding: 5px 0;
}
.plb_footer_sec_2 p:first-child{
    font-size: 16px;
}
.plb_footer_sec_2 p:last-child{
    font-size: 13px;
}
.footer_space{
    width: 100%;
    height: 5px;
}
.footer_app_icon{
    display: flex;
    column-gap: 10px;
}
.footer_app_icon img{
    width: calc(100% - 10px);
    max-width: 150px;
    margin-bottom: 15px;
}

#email_subscription{
	color: white !important;
}
.plb_footer_sec_1 .wp-block-group{
	display: flex;
}
#email_subscription::focus-visible{
	border: 1px solid white;
}
#email_subscription::placeholder{
	color: white;
}
#email_subscription{
	border-radius: 50px;
    padding: 13px 16px;
    background: transparent;
    border: 1px solid white;
	    width: 225px;
	outline: none;
}
.plb_footer_sec_1 .jet-form-builder__label-text{
	display: none;
}
.footer_scbscription_btn {
	background-color: white;
	border-radius: 60px;
    background-position: center;
    background-image: url(https://www.propertylimbrothers.com/wp-content/uploads/2025/05/plan-1.svg);
    width: 64px;
    height: 45px;
    background-repeat: no-repeat;
    display: inline-block;
	position: relative;
    right: 40px;
    border: none;
	cursor: pointer;
}
.plb_footer_sec_1 .jet-fb-form-block{
    margin-bottom: 40px;
    display: block;
}
.subscription_form{
    width: 78%;
    padding: 10px 15px;
    border-radius: 50px;
    border: 1px solid white;
    font-size: var(--p5-size);
    color: white;
    background: none;
}
.subscription_form::placeholder{
	color: #95a7c3;
	font-weight: 600;
}
.subscription_form_button{
    width: 20%;
    padding: 10px 24px;
    border-radius: 50px;
    border: 1px solid white;
    font-size: var(--p5-size);
    color: var(--pri-color);
    background: white;
    margin-left: -45px;
    position: relative;
    top: 1px;
}
.subscription_form_button svg{
    position:relative;
    top:2px;
    height: 18px;
}







.ftaccordion {
    background-color: none;
    color: white;
    font-weight: 400;
    cursor: pointer;
    padding: 0px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 20px;
    transition: 0.4s;
    margin-top: 15px;
    margin-bottom: 12px;
}

.ftaccord{
    background-color: none;
    color: white;
    font-weight: 400;
    cursor: pointer;
    padding: 0px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 20px;
    transition: 0.4s;
    margin-top: 15px;
    margin-bottom: 12px;
}

.ftaccord a{
    color: white;
    text-decoration: none;
}



.ftaccordion:after {
    content: url('https://www.propertylimbrothers.com/wp-content/uploads/2023/06/angle-down-solids.svg');
    color: white;
    font-weight: bold;
    display: inline-block;
    width: 11px;
    margin-top: 0px;
    margin-bottom: -5px;
    margin-left: 10px;
    position: absolute
}

.ftactive:after {
    transform: rotate(180deg);
}

.ftpanel {
    max-height: 0;
    overflow: hidden;
}

.ftpanel a{
    font-size: 14px;
    color: white;
    line-height: 24px;
    text-decoration: none;

}


.faccordion {
    background-color: none;
    color: white;
    font-weight: 500;
    cursor: pointer;
    padding: 0px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 14px;
    line-height: 22px;
    transition: 0.4s;
}

.faccordion:after {
    content: '\002B';
    font-size: 14px;
    color: white;
    margin-right: 5px;
    float: left;
}

.factive:after {
    content: "\2212";
    color: white;
}

.fpanel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin: 3px 0;
}


.ftpanel ul{
    list-style:none;
    padding: 7px 0px 7px 15px;
}
.fpanel ul > li{
    line-height: 18px;
    padding: 4px 0;
}

.fpanel a:hover{
}


.fpanel ul > li:hover > a:after {
    font-family: FontAwesome;
    content: url(https://plb-integrity1.s3.ap-southeast-1.amazonaws.com/wp-content/uploads/2023/04/24091950/right-arrow.svg);
    display: inline-block;
    margin-left: 5px;
    color: #123B79;
    font-weight: normal;
    position: absolute;
    margin-top: 4px;
}
.head_listen_view:hover{
    color: var(--pri-color) !important;
}
.head_listen_view{
    color: #232629 !important;
}
.footer_scbscription_btn{
	color: rgb(0,0,0,0);
}
.nugetongo_txt{
	font-size: 14px;
	margin-top: 15px;
	line-height: 22px;
    font-weight: 300;
}
.rent_studio_ft a {
    color: white !important;
    text-decoration: none;
}
.rent_studio_ft a {
    position: relative;
    color: white !important;
    text-decoration: none;
    display: inline-block;
}

.rent_studio_ft a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: white;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.rent_studio_ft a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.rent_studio_ft a:not(:hover)::after {
    transform-origin: right;
}




@media(max-width:768px){
    .ftaccordion ,.ftaccord{
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 8px;
    }
	.nugetongo_txt{
	font-size: 14px;
	margin-top: 15px;
	line-height: 22px;
    font-weight: 300;
		text-align: left;
	}
}
.grecaptcha-badge {
    left: 0 !important;
    right: auto !important;
}

@media (min-width: 768px) and (max-width: 1024px){
    .plb_footer_sec_1 > div{
        width: 50%;
    }
    .plb_footer_sec_1 {
        padding: 20px 0;
        display: flex;
        flex-wrap: wrap;
        column-gap: 0px;
    }
    /*  Header   */
    .menu .plb_row {
        display: block;
    }
    .plb_header{
        background: white;
        position: fixed;
        top: 0px;
        z-index: 10000;
    }
    #tab_nav_content.fixed{
        top: 84px;
    }
    .plb_header_div .menu {
        display: none;
        background: var(--bg-white);
        position: fixed;
        top: 0px;
        padding: 30px 20px;
        width: 40%;
        height: 100vh;
        overflow: auto;
    }

    .plb_header_div .menu ul {
        display: grid;
        text-align: justify;
    }

    .plb_header_div .menu .head_3btn a {
        margin: 15px 0px 0px 0px;
        display: block;
        width: 170px;
        text-align: center;
    }

    .plb_header_div .menu .head_3btn i {
        display: none;
    }

    .plb_header_div .burger_menu {
        display: block !important;
    }

    .plb_header_div .burger_menu i {
        position: absolute;
        top: 20px;
        right: 20px;
    }

    .menu-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.5);
    }

    #menu_back {
        z-index: 1000;
        display: none;
        position: absolute;
        top: 106px;
        right: 30px;
    }

    #menu_cross {
        position: absolute;
        top: 40px;
        right: 30px;
    }

    .plb_hub_mobile .vert_tabs_titles {
        width: 100%;
    }

    .plb_hub_mobile ul {
        margin: 0px;
    }

    .plb_hub_mobile .vert_tabs_titles ul li {
        padding: 5px 0px;
    }

    .plb_hub_mobile .vert_tab_cont {
        padding: 15px;
    }

    .plb_mega_sub_menu {
        padding: 30px;
        border-bottom: none;
    }

    .plb_hub_mobile .vert_tab_cont,
    .plb_hub_mobile .vert_tab,
    .plb_hub_mobile ul li.active {
        box-shadow: none;
    }

    .menu ul a {
        font-size: 14px;
    }

    .menu ul li i {
        float: right;
        transform: rotate(270deg);
    }
    #main_menu > img,
    .burger_menu,
    #menu_cross {
        display: block;
    }

    .plb_hub_mobile .vert_tabs_titles ul li i {
        transform: rotate(0deg);
    }

    .plb_hub_mobile .vert_tabs_titles ul li.active i {
        transform: rotate(180deg);
    }

    .bck_img_header {
        max-width: 100%;
    }

    .menu > ul > li.head_3btn,
    .menu > ul > li.plb_hub_mobile {
        display: block;
    }
    #main_menu > li:nth-child(13),
    .plb_hub_desktop {
        display: none !important;
    }

    .icon_heading {
        margin-top: 20px;
    }

    .icon_heading > i.you_header {

        transform: rotate(0deg);
        font-size: 24px;
    }
    .subscription_form_button {
        width: 13%;
        padding: 10px 8px;
    }
    .footer_app_icon{
        margin-bottom: 0px;
    }
    .plb_footer_sec_2 p:first-child{
        font-size: 14px;
    }
    .plb_footer_sec_2 p:last-child{
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    /*  Header   */
    .menu .plb_row {
        display: block;
    }
    .plb_header{
        background: white;
        position: fixed;
        top: 0px;
        z-index: 10000;
    }
    #tab_nav_content.fixed{
        top: 67px;
    }
    .plb_header_div .menu {
        display: none;
        background: var(--bg-white);
        position: fixed;
        top: 0px;
        padding: 30px 20px;
        width: 100%;
        height: 100vh;
        overflow: auto;
    }

    .plb_header_div .menu ul {
        display: grid;
        text-align: justify;
    }

    .plb_header_div .menu .head_3btn a {
        margin: 15px 0px 0px 0px;
        display: block;
        width: 170px;
        text-align: center;
    }

    .plb_header_div .menu .head_3btn i {
        display: none;
    }

    .plb_header_div .burger_menu {
        display: block !important;
    }

    .plb_header_div .burger_menu i {
        position: absolute;
        top: 20px;
        right: 20px;
    }

    .menu-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.5);
    }

    #menu_back {
        z-index: 1000;
        display: none;
        position: absolute;
        top: 106px;
        right: 30px;
    }

    #menu_cross {
        position: absolute;
        top: 40px;
        right: 30px;
    }

    .plb_hub_mobile .vert_tabs_titles {
        width: 100%;
    }

    .plb_hub_mobile ul {
        margin: 0px;
    }

    .plb_hub_mobile .vert_tabs_titles ul li {
        padding: 5px 0px;
    }

    .plb_hub_mobile .vert_tab_cont {
        padding: 15px;
    }

    .plb_mega_sub_menu {
        padding: 10px 30px;
        border-bottom: none;
    }

    .plb_hub_mobile .vert_tab_cont,
    .plb_hub_mobile .vert_tab,
    .plb_hub_mobile ul li.active {
        box-shadow: none;
    }

    .menu ul a {
        font-size: 14px;
    }

    .menu ul li i {
        float: right;
        transform: rotate(270deg);
    }

    .burger_menu,
    #menu_cross {
        display: block;
    }

    .plb_hub_mobile .vert_tabs_titles ul li i {
        transform: rotate(0deg);
    }

    .plb_hub_mobile .vert_tabs_titles ul li.active i {
        transform: rotate(180deg);
    }

    .bck_img_header {
        max-width: 100%;
    }

    .menu > ul > li.head_3btn,
    .menu > ul > li.plb_hub_mobile {
        display: block;
    }

    .plb_hub_desktop {
        display: none !important;
    }

    .icon_heading {
        margin-top: 20px;
    }

    .icon_heading > i.you_header {

        transform: rotate(0deg);
        font-size: 24px;
    }


    /*  Footer  */
    .plb_footer h3,
    .plb_footer h4{
        font-size: 18px;
    }
    .plb_footer_sec_1,
    .plb_footer_sec_2 {
        display: block;
    }
	.plb_footer_sec_1 div:nth-child(3){
		padding-top: 18px;
	}

    .plb_footer_sec_2 {
        text-align: center;
    }

    .plb_footer_sec_2 > ul {
        margin-top: 20px;
        justify-content: center;
    }

    .plb_footer_sec_2 > div,
    .plb_footer_sec_2 > ul {
        width: 100%;
    }

    .footer_app_icon img {
        width: 100%;
        max-width: none;
    }

    .plb_footer_sec_2 .footer_logo {
        padding: 0px;
    }

    .plb_footer_sec_2 img {
        width: 180px;
    }
    .plb_footer_sec_2 p:first-child{
        font-size: 12px;
    }
    .plb_footer_sec_2 p:last-child{
        font-size: 11px;
    }
    .plb_footer_sec_2 ul li {
        font-size: 13px;
        padding: 6px;
    }
    .footer_eplore_div{
        margin-bottom: 40px;
    }
    .footer_social_icons{
        margin: 25px 0px;
    }
    .subscription_form_button {
        width: 13%;
        padding: 10px 8px;
    }
    .footer_app_icon img{
        margin-bottom: 0px;
    }
    .footer_scbscription_form{
        margin-bottom: 20px;
    }
    .footer_icon_item{
        margin-bottom: 5px;
    }
	.footer_newsltr_pop_cont > i {
    left: 182px;
	}
	.footer_creative_kit img{
		width: 50% !important;
	}
	.logo img {
    width: 160px;
    height: auto;
	}
}