/*
@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Variable.woff2') format('woff2'),
    url('../fonts/Satoshi-Variable.woff') format('woff'),
    url('../fonts/Satoshi-Variable.ttf') format('truetype');
    font-weight: 300 900;
    font-display: swap;
    font-style: normal;
}
*/

*{
    margin: 0;
    padding: 0;
    /*font-family: 'Satoshi';*/
}

.plb_preloader{
	height:100vh;
	position:fixed;
	align-items:center;
	background:white;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:99999;
	justify-content:center;
	display:flex;
	animation-name: plb_zoom;
	animation-iteration-count:infinite;
	animation-duration:1.3s;
}
@keyframes plb_zoom{
	0%{
		scale:1;
	}
	50%{
		scale:1.05;
	}
	100%{
		scale:1;
	}
}


/*

    Header

*/

.site-header{
    padding-top: 13px !important;
    padding-bottom: 8px !important;
}
.plb_header{
    display: flex;
    align-items: center;
}
.header-inner .site-navigation{
    max-width: 100% !important;
}
.plb_logo{
    width: 25%;
}
.plb_nav{
    width: calc(75% - 210px);
}
.plb_search{
    width: 0%;
}
.plb_cta{
    width: 210px;
    text-align: right;
}


.search-field{
    background: #f7f7f7 !important;
    border: 1px solid #e9e9e9 !important;
    border-radius: 20px !important;
    font-size: 15px;
}
.search-submit{
    position: absolute !important;
    margin-left: -67px !important;
    margin-top: 4px !important;
    padding: 6px 11px !important;
    font-size: 14px !important;
    border-radius: 20px !important;
    background: #123b79 !important;
    color: white !important;
    border: none !important;
}
.plb_link{
    display: inline-block;
    background: #123b79;
    color: white;
    padding: 10px 20px;
    border-radius: 7px;
    font-weight: 500;
    font-size: 14px;
    transition:all 0.2s;
    border: 1px solid #123b79;
	letter-spacing:0.4px;
}
.plb_link svg{
    fill:white;
    width: 15px;
    position: relative;
    top: 2px;
    margin-right: 5px;
}
.plb_link:hover{
    background: #F0A939;
    color: white !important;
    border: 1px solid #F0A939;
}
.plb_search_btn{
    display: inline-block;
    background: #f2f2f2;
    color: white;
    padding: 8px 12px;
    border-radius: 7px;
    font-weight: 600;
    font-size: 16px;
    transition:all 0.2s;
    border: 1px solid #ececec;
    margin-right: 8px;
}
.plb_search_btn svg{
    fill: #123b79;
    width: 16px;
    position: relative;
    top: 1px;
}
.hs_ticker{
    display: block !important;
}


.site-navigation ul.menu li.menu-item-has-children:after{
    content: url(../../img/angle_down.svg) !important;
    width: 11px;
    top: 47% !important;
    right: 6px !important;
}
.site-header .site-navigation .menu li {
    padding: 0px 4px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{
    font-weight: 400 !important;
	letter-spacing: 0.4px;
	color: #636363;
}


ul.mega-sub-menu a.mega-menu-link{
	letter-spacing:0.4px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
	font-weight:600 !important;
}

/*

    New Ticker

*/

#new{
	padding: 2px 0 3px 0;
	width:4000px;
    max-height: 26px;
}
.news_div{
    display: flex;
	background:white;
	visibility:hidden;
}
.news_div .title{
    width: 112px;
    padding: 3px 10px;
    font-size: 14px;
    font-weight: 700;
    background: #EBF1FA;
    color: #123b79;
    line-height: 26px;
}
.news_items{
    width: 100%;
    overflow: hidden;
	border-top: 1px solid #EBF1FA;
	border-bottom: 1px solid #EBF1FA;
}
.news_items > div{
}
.plb-newsticker{
	display: inline-block;
}
.plb-newsticker li{
    display: inline-block;
    padding: 0 50px;
    font-size: 14px;
    font-weight: 500;
}
@media (min-width:769px){
	.plb_mobile{
		display:none !important;
	}
	.plb_desktop{
		display:block !important;
	}
}

@media (max-width:768px){
	
	.plb_mobile{
		display:block !important;
	}
	.plb_desktop{
		display:none !important;
	}
	.plb_logo {
		width: 50%;
	}
	.plb_nav {
		width: 50%;
	}
	.plb_logo img{
		width:100% !important;
	}
	.site-header {
		padding-right: 5px;
		padding-left: 5px;
	}
	.site-navigation-toggle-holder{
		max-width:100% !important;
	}
	.site-header .header-inner:not(.header-stacked) .site-branding {
		max-width:100% !important;
	}
	.news_div .title{
		display:none;
	}
	.plb_preloader img{
		width:150px !important;
	}
	.site-navigation-toggle-holder{
		padding:0px !important;
	}
	.site-header .site-navigation-toggle i {
		color: #253e77 !important;
	}
	.site-navigation-dropdown ul.menu {
		height: 100vh;
	}
	#mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1{
		position: absolute;
		width: 100%;
		height: 100vh;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link,
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
		font-size:14px !important;
	}
	.mega-sub-menu{
		box-shadow:none !important;
	}
	.plb-newsticker li{
		font-size: 13px;
	}
}


	#filter_1,
	#filter_2,
	#filter_3{
		display:none;
	}
	.plb_active_1,
	.plb_active_2,
	.plb_active_3{
		display:block !important;
	}

/*

    Elementor Tabs

*/

#tabs .elementor-tab-title.elementor-active{
    background: #123b79;
}

#tabs .elementor-tab-title{
    background: #F6FAFF;
}
@media (min-width:769px ){
	
#tabs .elementor-tabs-wrapper{
	max-height:600px;
	overflow-y:scroll;
}

}

/*
#tabs .elementor-tabs-wrapper::-webkit-scrollbar {
  width: 15px;
}

#tabs .elementor-tabs-wrapper::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
#tabs .elementor-tabs-wrapper::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border: 3px solid #f1f1f1; 
  border-radius:8px;
}

#tabs .elementor-tabs-wrapper::-webkit-scrollbar-thumb:hover {
  background: #888; 

}
*/

#tabs .elementor-tabs-content-wrapper{
	border-width: 0px !important;
}
@media (min-width:769px){
	#tabs .elementor-tab-content{
		padding: 0 0 0 20px;
	}
	#tabs .elementor-tab-title{
		margin-bottom: 10px
	}
	#tabs .elementor-tab-title:after{
		border-color: #ffffff !important;
		max-height:200px !important;
	}
}



#tab_nav_content .elementor-icon-list-items li{
	padding:10px 18px !important;
}

@media (max-width:1024px){
	#tab_nav_content .elementor-widget-container ul{
		width: 980px;
	}
}

@media (max-width:768px){
	.elementor-2050 .elementor-element.elementor-element-71cdaf7 > .elementor-widget-container{
		margin:0 !important;
	}
#tab_nav_content .elementor-widget-container{
    width: 100%;
    overflow-x: scroll;
}
#tab_nav_content .elementor-icon-list-items li{
	padding:6px 12px !important;
}

#tab_nav_content .elementor-widget-container ul{
    width: 980px;
}
}

#tab_nav_content .elementor-icon-list-items li.plb_active{
	background: #123b79;
}

#tab_nav_content .elementor-icon-list-items li.plb_active span{
    color: white !important;
}

#open_filters,
#open_district,
#bedrooms,
#property_type{
    cursor: pointer;
}






#filter_pop{
    width: 100%;
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index:9999999;
}

.filter_pop_open{
    display: flex !important;
}

#filter_close{
    cursor: pointer ;
}

#filters_div{
    max-height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
}


#district_filer{
    width: 100%;
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index:9999999;
}

.district_pop_open{
    display: flex !important;
}

#district_close{
    cursor: pointer;
}

#district_div{
    max-height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
}

#district_filer{
    display: none;
}

#filter_pop{
    display: none;
}


#sub_menu_list .elementor-icon-list-item:hover .elementor-icon-list-text: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;
}

.sub_menu_list2 .elementor-icon-list-item .elementor-icon-list-text: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;
}

#team_card:hover h4,
#team_card:hover h3{
    color: white !important;
}

.news_div{
	display:none;
}
.home .news_div,
.page-id-25661 .news_div{
	display:flex;
}

#agent_col #social_icons{
    margin-left: -10px;
    opacity: 0;
    transition: all 0.1s;
}

#agent_col:hover #social_icons{
    margin-left: 0px;
    opacity: 1;
}

.after-divider .elementor-divider::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #E2EFFF;
    left: 0;
    top: 0;
    z-index: -1;
}

.after-divider2 .elementor-divider::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #C7D9F0;
    left: 0;
    top: 0;
    z-index: -1;
}

#agent-2:hover .ekit-wid-con .ekit_image_swap_effect img:nth-child(2),
#agent_col:hover .ekit-wid-con .ekit_image_swap_effect img:nth-child(2){
	visibility:visible;
	opacity:1;
}

#features-repeat .jet-listing-dynamic-repeater__item:nth-child(9),
#features-repeat .jet-listing-dynamic-repeater__item:nth-child(10),
#features-repeat .jet-listing-dynamic-repeater__item:nth-child(11),
#features-repeat .jet-listing-dynamic-repeater__item:nth-child(12),
#features-repeat .jet-listing-dynamic-repeater__item:nth-child(13),
#features-repeat .jet-listing-dynamic-repeater__item:nth-child(14),
#features-repeat .jet-listing-dynamic-repeater__item:nth-child(15),
#features-repeat .jet-listing-dynamic-repeater__item:nth-child(16),
#features-repeat .jet-listing-dynamic-repeater__item:nth-child(17),
#features-repeat .jet-listing-dynamic-repeater__item:nth-child(18),
#features-repeat .jet-listing-dynamic-repeater__item:nth-child(19),
#features-repeat .jet-listing-dynamic-repeater__item:nth-child(20),
#features-repeat .jet-listing-dynamic-repeater__item:nth-child(21),
#features-repeat .jet-listing-dynamic-repeater__item:nth-child(22),
#features-repeat .jet-listing-dynamic-repeater__item:nth-child(23){
	display:none !important;
}

#features-repeat .jet-listing-dynamic-repeater__item.show{
	display:inline-block !important;
}

.elementor-1283 > section > .elementor-container{
	height:100%;
}

#sort-select select{
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1em;
	background-color:white;
    
}

#articles > div > .jet-listing-grid{
	padding-top:185px !important;
	margin-top:-185px !important;
}
#articles{
	overflow:hidden;
}
@media (min-width:768px){
	
#reki_section{
	display:none !important;
}
}

@media (max-width:768px){

	#sort-select select{
		background-position: right 0.5rem center !important;
		background-color:white;

	}
}


#agent_col:hover h2,
#agent_col:hover h3,
#agent_col:hover h4,
#agent_col:hover h5{
	color:white;
}
#video_radius img{
    border-radius:0px !important;
}

.full-height-section{
    height: 100%
}


.slider_dots{ cursor: pointer; }
.ytp-autohide .ytp-chrome-bottom{opacity:1!important;width:100%!important;left:0!important;display:block!important;z-index:99999;}
.ytp-autohide .ytp-chrome-bottom .ytp-progress-bar-container{bottom:-1px!important}
.ytp-autohide .ytp-chrome-controls{opacity:1!important; z-index:99999;}

.elementskit-single-testimonial-slider:before {
  content: attr(data-text); /* here's the magic */
  position:absolute;
  
  /* vertically center */
  top:50%;
  transform:translateY(-50%);
  
  /* move to right */
  left:100%;
  margin-left:15px; /* and add a small left margin */
  
  /* basic styles */
  width:200px;
  padding:10px;
  border-radius:10px;
  background:#000;
  color: #fff;
  text-align:center;

  display:none; /* hide by default */
}


.img_section, .video_section, .tour_section{
	display:none;
}

.pt_card .ptl_arrow{
	display:none;
}

.pt_card > div > section:nth-child(1){
	display:block;
}

.pt_card > div > .ptl_arrow:nth-child(6),
.pt_card > div > .ptl_arrow:nth-child(7){
	display:none !important;
}

.pt_card:hover .ptl_arrow{
	display:block;
}
