:root {
    --primary-green: #e3002c;
    --primary-green-hover: #c7032a;
    --text-primary: #3D3B40;
    --text-primary-1: #333f48;
    --text-secondary: #6E7275;
    --border-secondary: #E3E5E8;
    --text-gray: #747474;
    --primary-half: rgb(227 0 44 / 75%);
    --primary-two: #202425;
    --secondary-orange: #fd5529;
    --secondary-yellow: #ffd140;
    --primary-dark: #013088;
    --bs-primary: #e3002c !important;
    --primary-blue: #0070e1;
}
.markaz-tooltip {
    --bs-tooltip-bg: var(--primary-green);
    --bs-tooltip-color: white;
}
.bg-primary{
    background-color: var(--primary-green) !important;
}
.bg-primary-black{
    background-color: var(--primary-two) !important;
}

body {
    margin: 0;
    /* font-family: 'Roboto',  "Helvetica Neue", Helvetica, Arial, sans-serif !important; */
    font-family: 'Poppins',  "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight: 400;
    font-optical-sizing: auto;
    letter-spacing: 0.9;
    color: var(--text-primary) !important;
    /* scroll-behavior: smooth; */
}

.searchfilters_fieldGroup.price .searchfilters_singleselectcontainer.price_min li > span {
    display: none!important;
}

.searchfilters_fieldGroup.price .searchfilters_singleselectcontainer.price_min li.opt {
    padding-left: 10px;
}

.searchfilters_fieldGroup.price .searchfilters_singleselectcontainer.price_max li > span {
    display: none!important;
}

.searchfilters_fieldGroup.price .searchfilters_singleselectcontainer.price_max li.opt {
    padding-left: 10px !important;
}

.searchfilters_singleselectcontainer.area_min li > span {
    display: none!important;
}

.searchfilters_singleselectcontainer li.opt {
    padding-left: 10px !important;
}

.searchfilters_singleselectcontainer.area_max li > span {
    display: none!important;
}

.searchfilters_singleselectcontainer.area_max li.opt {
    padding-left: 10px;
}
header.top_head {
    margin-bottom: 0 !important;
}

.container {
    /* padding: 0 !important; */
}
.home-search-container .hero_bg ,.searchArea_hero_bg{
    border-radius: 0.75rem;
    background-size: cover;
}
.hero_bg{
    object-fit: cover;
}
.btn-green{
    background: var(--primary-green) !important;
    color:white !important;
    padding-left: 10px;
    padding-right: 10px;;
}
.btn-green:hover{
    background:  var(--primary-two) !important;
}
.px-20{
    padding-left: 20px;
    padding-right: 20px;
}
.main-navigation{
    margin-top:12px
}
.searchArea_hero_bg {
	z-index: -1;
	height: 480px;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}
header .nav-pills .nav-item {
	height: 40px;
    margin: 6px;
}
@media only screen and (max-width:600px){
    header .nav-pills .nav-item {
        margin: 0;
        margin-bottom:5px;
    }
}
header .nav-link {
    color: rgb(58, 61, 64);
    font-size: .875rem;
    font-weight: 600;
}
header .nav-link:hover{
    color:var(--primary-green);
}
header .nav-item.active{
    border-bottom: 2px solid var(--primary-green);
}
.city_listing_link{
    color: #333f48;
    text-decoration: none;
}
.city_listing_link:hover{
    color:var(--primary-green);
}
/* .nav-item:hover {
    background-color: hsla(0, 1%, 62%, 0.2);
    background-color: hsla(0, 0%, 100%, .2);
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
} */


.add-vertical-line a{
    display:inline-block
}
header .text-end::before ,.add-vertical-line::before {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    border-left: 1px solid hsl(0deg 5.94% 15.61% / 45%);
    content: "";
    display: inline-block;
    flex-grow: 1;
    height: 24px;
    margin-left: 1px;
    margin-right: 1px;
    vertical-align: middle;
}


.add-vertical-line.active::before{
    display:none;
}

.searchArea_box {
    margin: 0 auto;
    max-width: 1140px;
    padding: 1rem 0rem 2rem 0rem;
}

.home-search-container .searchArea_box{
    padding:20px 35px;
    min-height:450px;
    padding-top:200px !important;
}


.SearchArea_heading {
    font-size: 30px;
    line-height: .8;
    color: #fff;
    font-weight: 600;
    text-align: left;
    margin: 0 0 1.5rem;
}

.searcharea_searchform h2 {
    font-size: 20px;
    margin-bottom: 1.5rem;
    font-weight: 500;
    color: #fff;
}

.channeltabs_wrapper {
    background-color: transparent;
    border-radius: 8px 8px 0 0;
    display: flex;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
    list-style: none;
}

.channeltabs_wrapper .channeltabs_item {
    flex-grow: 1;
    max-width: 7.5rem;
    display: flex;
}

.channeltabs_wrapper .channeltabs_item a {
    background-color: rgba(33, 40, 46, .8);
    background-color: rgba(51, 63, 72, .7);
    margin-right: .125rem;
    font-size: 16px;
    color: #fff;
    align-items: center;
    border: none;
    border-radius: 8px 8px 0 0;
    color: #fff;
    display: flex;
    flex-grow: 1;
    font-weight: 400;
    height: 2.5rem;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    position: relative;
    transition: background-color .5s, box-shadow .5s;
    text-decoration: none;
}

.channeltabs_wrapper .channeltabs_item a::after {
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 0 10px 10px;
    bottom: 0;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%) translateY(100%);
    transition: transform .75s cubic-bezier(.7, -.5, .25, 1.5);
    width: 0;
}

.channeltabs_wrapper .channeltabs_item.active a::after {
    transform: translateX(-50%) translateY(5px);
}

.channeltabs_wrapper .channeltabs_item.active a {
    background: var(--primary-green);
}

.channeltabs_wrapper .channeltabs_item:not(.active) a:hover {
    background-color: rgba(51, 63, 72, .5);
    outline: none;
}

.searcharea_searchwrapper {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
    display: flex;
    transition: box-shadow .3s;
}

.searcharea_searchwrapper .location-search-box-wrapper {
    width: 100%;
    border-radius: 8px;
    clear: both;
}

.searcharea_searchwrapper .location-search-box-wrapper .location-input-box {
    border-radius: 8px 0 0 8px;
    align-items: center;
    display: flex;
    background: #fff;
    box-sizing: border-box;
    height: 60px;
    margin: 0;
    padding: 0;
    position: relative;
}

.searcharea_searchwrapper .location-search-box-wrapper .location-input-box .location-input-field::placeholder {
    color: #b4bac1;
    font-weight: 500;
}

.searcharea_searchwrapper .location-search-box-wrapper .location-input-box .location-input-field {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid transparent;
    border-radius: 0 8px 8px 0;
    box-shadow: none;
    padding: 20px 10px 20px 40px;
    font-size: 16px;
    top: auto;
    position: relative;
    width: 100%;
    height: 60px;
    line-height: 20px;
    margin: 0;
    box-sizing: border-box;
    color: #697684;
    background: transparent;
    font-weight: 600;
}

.searcharea_searchwrapper .location-search-box-wrapper .location-input-box .fa {
    left: 18px;
    color: var(--text-gray)  !important;
    display: block !important;
    font-size: 16px !important;
    position: absolute;
}

.searcharea_searchwrapper .searcharea_submitbutton {
    font-size: 18px;
    height: auto;
    width: 9.25rem;
    border-radius: 0 8px 8px 0;
    background: var(--primary-green) ;
    border: 0;
    color: #fff;
    line-height: 44px;
    padding: 0 1rem;
    text-align: center;
    transition: background-color .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    font-weight: 500;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.searcharea_searchwrapper .searcharea_submitbutton:hover{
    background: var(--primary-two) ;
}
.searcharea_searchwrapper .search_find_agency_results, .btn-grey{
    background: var(--text-gray);
}
.searcharea_searchwrapper .search_find_agency_results:hover , .btn-grey:hover{
        background: var(--primary-two) ;
}

.find-agency-result-form-height{
    height: 52px !important;
}
.find-agency-result-form--min-height{
    min-height: 52px !important;
}
.searcharea_searchform .searchfilters_filters {
    display: flex;
    justify-content: flex-start;
}

.searcharea_searchform .searchfilters_filters .searchfilters_fieldGroup {
    margin-right: .5rem;
    width: calc(33.33333% - .25rem);
    display: flex;
    justify-content: space-between;
    margin-top: .5rem;
}

input:focus-visible {
    outline-offset: 0px !important;
    outline: none !important;
}

:focus-visible {
    outline-offset: 0px !important;
    outline: none !important;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px !important;
}

.CaptionCont.SelectBox {
    background-color: rgba(33, 40, 46, .8) !important;
    background-color: rgba(51, 63, 72, .7) !important;
    height: 2.5rem;
    line-height: 2.5rem;
    padding: 0;
    box-shadow: none !important;
    border: 0 !important;
    border-radius: 8px !important;
}

.CaptionCont.SelectBox .placeholder,
.CaptionCont.SelectBox > span {
    color: #fff !important;
    font-style: normal !important;
    display: flex;
    max-width: 100%;
    padding: 0 36px 0 10px;
    white-space: nowrap;
    align-items: center;
    cursor: pointer;
    line-height: 37px;
}

.CaptionCont.SelectBox:hover {
    /* background-color: rgba(51, 63, 72, .4) !important; */
}

.searcharea_searchform .searchfilters_filters .searchfilters_fieldGroup .searchfilters_propertytypes {
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    flex: 1 1 0;
}

.searcharea_searchform .searchfilters_filters .searchfilters_fieldGroup .searchfilters_propertytypes .SumoSelect {
    width: 100%;
}

.searchfilters_fieldGroup.price .searchfilters_singleselectcontainer {
    width: calc(50% - 1px);
}

.searchfilters_fieldGroup .SumoSelect {
    width: 100% !important;
}

.searchfilters_fieldGroup.price .searchfilters_singleselectcontainer.left .CaptionCont.SelectBox {
    border-radius: 8px 0 0 8px !important;
}

.searchfilters_fieldGroup.price .searchfilters_singleselectcontainer.right .CaptionCont.SelectBox {
    border-radius: 0 8px 8px 0 !important;
}

.searchfilters_fieldgroup.floor {
    margin-right: 0;
    width: calc(33.33333% - .25rem);
    display: flex;
    justify-content: space-between;
    margin-top: .5rem;
}

.searchfilters_fieldgroup.floor .searchfilters_singleselectcontainer.left {
    width: calc(50% - 1px);
}

.searchfilters_fieldgroup.floor .searchfilters_singleselectcontainer.right {
    width: calc(50% - 1px);
}

.searchfilters_fieldgroup.floor .SumoSelect {
    width: 100%;
}

.searchfilters_fieldgroup.floor .searchfilters_singleselectcontainer.left .CaptionCont.SelectBox {
    border-radius: 8px 0 0 8px !important;
}

.searchfilters_fieldgroup.floor .searchfilters_singleselectcontainer.right .CaptionCont.SelectBox {
    border-radius: 0 8px 8px 0 !important;
}

.SumoSelect > .CaptionCont > label > i {
    background-image: none !important;
    opacity: 1 !important;
    width: auto !important;
    height: auto !important;
}

.SumoSelect > .CaptionCont > label > i::before {
    content: "\f078";
    display: inline-block;
    font: normal normal normal 18px/1 "Font Awesome 6 Pro";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
}

.SumoSelect.sumo_somename.open label > i::before {
    content: "\f077";
}

.SumoSelect.open > .optWrapper {
    top: 40px !important;
    background-color: rgba(33, 40, 46, .9);
    border: 0;
    border-radius: 8px;
    max-height: 337px;
    overflow-x: hidden;
    overflow-y: auto;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
    box-sizing: border-box;
    color: #697684;
    font-size: 14px;
    margin-top: 0;
    width: 100%;
    z-index: 10;
}

.SumoSelect.open > .optWrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
    max-height: 100%;
}

.SumoSelect.open > .optWrapper ul li {
    border: 0 !important;
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 14px;
    border-radius: 0 !important;
}

.SumoSelect > .optWrapper > .options li label {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 14px;
}

.SumoSelect .select-all > span, .SumoSelect > .optWrapper.multiple > .options li.opt span {
    margin-left: -30px !important;
}

.SumoSelect .select-all > span i, .SumoSelect > .optWrapper.multiple > .options li.opt span i {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .15) !important;
    background-color: transparent !important;
    align-items: center;
    border: 1px solid #d6d9da !important;
    border-radius: 4px !important;
    box-sizing: border-box;
    color: transparent;
    display: inline-flex;
    font-size: 10px;
    height: 1rem !important;
    justify-content: center;
    margin-right: .5rem !important;
    transition-duration: .2s;
    transition-property: background-color, border-color, border-color;
    vertical-align: middle;
    width: 1rem !important;
}

.SumoSelect > .optWrapper > .options li.opt:hover,
.SumoSelect > .optWrapper > .options li.opt:focus {
    background-color: rgba(5, 95, 180, .5) !important;
    background-color: var(--primary-half) !important;
}

.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i {
    background-color: var(--primary-green)  !important;
    border-color: transparent !important;
    color: #fff !important;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: transparent !important;
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: none !important;
}


body .hero_bg {
    margin: 0 !important;
    padding: 0 !important;
}

/* What else can we help you find?*/
.exploreothers_container {
    background-color: #fff;
}

.exploreothers_container h2 {
    color: var(--text-primary-1);
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 1rem;
}

.exploreothers_container .carousel__container {
    /* padding: 0px 0px 1rem; */
    margin-block: 0px;
    padding-inline-start: 0px;
    list-style-type: none;
    line-height: 0;
    display: flex;
    overflow: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scroll-padding: 0.5rem;
    scrollbar-width: none;
    justify-content: space-between;
}
.exploreothers_container .carousel__container::-webkit-scrollbar {
    /*Chrome, Safari, Edge*/
    display: none;
  }

.exploreothers_container .carousel__container li {
    /* width: 25% */
    scroll-snap-align: start;
    flex-shrink: 0;
    /* flex-grow: 1; */
}
.exploreothers_container .carousel__container li:not(:last-child){
    margin-right:10px;
}
.exploreothers_container .carousel__container li .card_box img {
    /* width: 100%; */
    height: 9rem;
    border-radius: 0.75rem;
}

.exploreothers_container .carousel__container li .card_box {
    width: 100%;
    border-radius: 0.75rem;
    overflow: hidden;
}

.exploreothers_container .card_box .stack_container {
    display: flex;
    flex-direction: column;
    -moz-box-pack: start;
    justify-content: flex-start;
    -moz-box-align: stretch;
    align-items: stretch;
    padding-top: 0.5rem;
}

.exploreothers_container .card_box .stack_container p {
    font-size: 16px;
    font-weight: 400;
    margin-top: 0.75rem;
}

.exploreothers_container li a {
    text-decoration: none;
    color: var(--text-primary-1);
}


/* Explore by property type*/
.explore_property_container {
    background-color: #fff;
}

.explore_property_container #featured-8 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.explore_property_container h2 {
    color: var(--text-primary-1);
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 1rem;
}

.explore_property_container .feature.col p {
    text-align: center;
    font-size: 16px;
    margin: 0;
    align-items: center;
    color: #697684;
    display: flex;
    font-weight: 400;
    /* height: 2rem; */
    /* flex-grow:1; */
    line-height: 1;
    max-width: 100%;
    margin-top: 12px;
}

.explore_property_container .feature.col {
    padding: 0 .5rem;
}

.explore_property_container .feature.col a {
    display: flex;
    flex-direction: column;
    height: 9rem;
    justify-content: center;
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
    align-items: center;
    background-color: #f0f2f5;
    border-radius: 12px;
    box-sizing: border-box;
    text-decoration: none;
}

.explore_property_container .feature.col a:hover {
    background: #e9ebed;
}


/* Explore by area */


/* News Ads*/
.newsads_layout {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 1.25rem;
    list-style: none;
    margin-top: 0 !important;
    padding-left: 0 !important;
}

.newsads_layout .newsads_main_article {
    align-items: stretch;
    display: flex;
    min-height: 300px;
    overflow: hidden;
    width: 100%;
    position: relative;
    margin: 0 0 1.25rem;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0px 0px 2px 0 rgba(0, 0, 0, .2);
}

.newsads_layout .newsads_main_article .newsads_imagewrapper {
    border-radius: 12px 0 0 12px;
    height: auto;
    max-height: 300px;
    overflow: hidden;
}
@media (max-width:767px){
    .newsads_layout .newsads_main_article{
        flex-direction: column;
        min-height: auto;
    }
    .newsads_layout{
        flex-direction: column;
    }
    .newsads_labeldate, .newsads_maindescription, .newsads_mainmorelink ,.newsads_articlemorelink{
        display:none !important;
    }

}
.newsads_maincontent, .newsads_maincontent:hover ,.newsads_articlecontent , .newsads_articlecontent:hover {
    text-decoration: none !important;
}
.newsads_layout .newsads_main_article .newsads_imagewrapper img {
    width: 100%;
    max-width: 100%;
    vertical-align: middle;
    height: 100%;
    object-fit: cover;
}

.newsads_layout .newsads_main_article .newsads_maincontent {
    flex-grow: 1;
    margin: 0;
    padding: 1.5rem;
    padding-bottom: 0;
    min-height: 3.75rem;
    max-height: fit-content;
}

.newsads_layout .newsads_main_article .newsads_maincontent h3 {
    font-size: 22px;
    min-height: 2.5rem;
    line-height: 1.5rem;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    font-weight: 600;
    color: var(--text-primary)
}

.newsads_layout .newsads_main_article .newsads_labeldate {
    color: #999fa3;
    display: block;
    font-size: 14px;
    line-height: 1.5rem;
    margin: .875rem -1.25rem .875rem 0;
}

.newsads_layout .newsads_main_article .newsads_labeldate .newsads_limit {
    border: 1px solid #d6d9da;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.25rem;
    margin-right: 0.5rem;
    padding: 0.30rem;
}

.newsads_layout .newsads_main_article .newsads_labeldate .newsads_date {
    font-size: 14px;
    margin: 0;
}

.newsads_layout .newsads_main_article .newsads_maindescription {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    color: #697684;
    display: -webkit-box;
    font-weight: 400;
    height: 78px;
    line-height: 1.25rem;
    /* margin-bottom: 2rem; */
    overflow: hidden;
    font-size: 0.9rem;;
}

.newsads_layout .newsads_main_article .newsads_mainmorelink {
    border-top: 1px solid #d6d9da;
    color: #697684;
    display: block;
    height: auto;
    line-height: 3.5rem;
    margin: 0;
    overflow: hidden;
    font-size: 14px;
}

.newsads_layout .newsads_main_article .newsads_mainmorelink a {
    color: #697684;
    text-decoration: none;
}

.newsads_layout .newsads_main_article .newsads_mainmorelink a::before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.newsads_layout .newsads_article {
    flex-direction: column;
    height: auto;
    justify-content: flex-start;
    width: calc(33.33333% - .75rem);
    align-items: stretch;
    display: flex;
    margin: 0 0 1.25rem;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
    overflow: auto;
    position: relative;
}
@media (max-width:767px){
    .newsads_layout .newsads_article{
        width:100%;
        flex-direction: row-reverse;
    }
    .newsads_layout .newsads_article .newsads_imagewrapper{
        height:auto !important;
        max-width: 8.5rem !important;
        flex-shrink: unset !important;
    }
}
.newsads_layout .newsads_article .newsads_imagewrapper {
    border-radius: 12px 12px 0 0;
    height: 10.5rem;
    width: 100%;
    flex-shrink: 0;
}

.newsads_layout .newsads_article .newsads_imagewrapper img {
    width: 100%;
    height: 100%;
    border: 0;
    max-width: 100%;
    vertical-align: middle;
    object-fit: cover;
}

.newsads_layout .newsads_article .newsads_articlecontent {
    display: flex;
    flex-direction: column;
    margin: 1.25rem;
    flex-grow: 1;
}

.newsads_layout .newsads_article h3 {
    flex-grow: 1;
    font-size: 18px;
    -webkit-box-orient: vertical;
    font-weight: 600;
    line-height: 1.25rem;
    margin: 0;
    overflow: hidden;
    color: var(--text-primary);
}

.newsads_layout .newsads_article .newsads_labeldate {
    color: #999fa3;
    display: block;
    font-size: 16px;
    line-height: 1.5rem;
    margin: .875rem -1.25rem .875rem 0;
}

.newsads_layout .newsads_article .newsads_labeldate .newsads_limit {
    border: 1px solid #d6d9da;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.25rem;
    margin-right: .5rem;
    padding: .25rem;
}

.newsads_layout .newsads_article .newsads_labeldate .newsads_date {
    font-size: 14px;
    margin: 0;
}

.newsads_layout .newsads_article .newsads_articledescription {
    display: none;
}

.newsads_layout .newsads_article .newsads_articlemorelink {
    line-height: 3rem;
    margin: 0 -1.25rem -1.25rem;
    padding: 0 1.25rem;
    border-top: 1px solid #d6d9da;
    color: #697684;
    display: block;
    height: auto;
    overflow: hidden;
    font-size: 14px;
}

.newsads_layout .newsads_article .newsads_articlemorelink a {
    text-decoration: none;
    color: #697684;
}

.newsads_layout .newsads_article .newsads_articlemorelink a::before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.newsads_organisations .newsads_organisationslabel {
    font-weight: 400;
    margin: 0 0 1.25rem;
}

.newsads_organisations .newsads_organisationslogos {
    display: flex;
    justify-content: flex-start;
}

.newsads_organisations .newsads_organisationslogos a {
    height: 1.5rem;
    margin-right: 1.25rem;
}

.newsads_organisations .newsads_organisationslogos a:first-child img {
    width: 7.25rem;
}

.newsads_container {
    background-color: #fff;
}

.newsads_container h2 {
    color: var(--text-primary-1);
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 1rem;
}

.news-ad #ads-a {
    margin-bottom: 1rem;
}

.newsads_container .col-md-4 {
    width: 28%;
}

.newsads_container .col-md-8 {
    width: 72%;
    padding-right: 2rem;
}

/* Explore by area*/
.explorebyarea_container {
	background-color: #fff;
	position: relative;
}

.explorebyarea_container h2 {
    color: var(--text-primary-1);
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 0rem;
    margin-right: 2rem;
    width: auto;
}

.explorebyarea_container .heading_header {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.explorebyarea_container #exploreAreaTab .nav-item .nav-link {
    border: none;
    border-radius: 0;
    box-shadow: inset 0 -1px 0 0 #d2d6da;
    color: #697684;
    font-size: 16px;
    height: 2.5rem;
    line-height: 2.5rem;
    padding: 0 .75rem;
    font-weight: 500;
}

.explorebyarea_container #exploreAreaTab .nav-item .nav-link:hover {
    background: #f5f5f6;
    outline: 0;
}

.explorebyarea_container #exploreAreaTab .nav-item .nav-link.active {
    box-shadow: inset 0 -2px 0 0 var(--primary-green) ;
    color: var(--text-primary-1);
    transition: box-shadow .75s;
}


.explorebyarea_container .carousel-inner {
    padding: 1em;
}

.explorebyarea_container .card {
    margin: 0 0em;
    box-shadow: 0px 0px 0px 0 rgba(22, 22, 26, 0.18);
    border: none;
}

.explorebyarea_container .carousel-control-prev,
.explorebyarea_container .carousel-control-next {
    background-color: #e1e1e1;
    width: 6vh;
    height: 6vh;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.explorebyarea_container .card .img-wrapper {
    max-width: 100%;
    height: 13em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.explorebyarea_container .card img {
    max-height: 100%;
    height: 11.5rem;
    margin: 0 0 .875rem;
    border-radius: 12px;
}

.explorebyarea_container .carousel .carousel-inner {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.explorebyarea_container .carousel .col-md-2.mb-2 {
    padding: 0 .5rem;
}

.explorebyarea_container .card a {
    border-radius: 12px;
    margin: 0 -.5rem;
    padding: .5rem;
    text-decoration: none;
}

.explorebyarea_container .card .card-body {
    padding: 0;
}

.explorebyarea_container .card .card-body .card-title {
    color: var(--text-primary-1);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    margin: 0 0 .25rem;
}

.explorebyarea_container .card .card-body .card-text {
    color: var(--text-primary-1);
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    min-height: auto;
}

.explorebyarea_container .card a:hover {
    background-color: #f5f5f6;
}

.explorebyarea_container .carousel-item .row {
    margin-left: 0px;
    margin-right: 0;
}

.explorebyarea_container .arrows_main .btn {
    margin: 0 !important;
    background-color: transparent;
    border: 0 !important;
    padding: 0;
}

.explorebyarea_container .arrows_main .btn.left {
	position: absolute;
	top: 190px;
	left: 70px;
}
.explorebyarea_container .arrows_main .btn.right {
	position: absolute;
	right: 70px;
	top: 190px;
}

.explorebyarea_container .arrows_main .btn .fa {
    color: #333f48;
    font-size: 40px;
}

/* Footer Tabs*/
header .logo {
	/* width: 100%; */
	/* height: 80px; */
    height: 75px;
    height: 65px;
}

.logo.login{
    /* width:auto; */
    margin: 0 auto;
    max-height: 75px;
}
.text-end {
    text-align: right !important;
    padding: 0 !important;
}

.main_tabs_footer {
    background: white;
    padding: 2rem 1.5rem 1.25rem;
    clear: both;
}

.main_tabs_footer h2 {
    color: var(--primary-two);
    font-size: 22px;
    font-weight: 400;
    margin: 0 0 1rem;
}

.main_tabs_footer .tab-content ul {
    column-gap: .75rem;
    font-size: 13px;
    line-height: 2rem;
    padding: .875rem 0 0;
    margin-bottom: 0;
    margin-top: 0;
    -moz-column-count: 4;
    column-count: 4;
    list-style: none;
}

.main_tabs_footer .tab-content ul li {
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main_tabs_footer .tab-content ul li a {
    text-decoration: none;
    color: var(--primary-two);;
}

.main_tabs_footer .tab-content ul li a .Taxonomy_locationText {
    font-weight: 600;
}

.main_tabs_footer #myTab {
    border-bottom: 2px solid hsl(0deg 3.85% 84.07% / 75%);
}

.main_tabs_footer #myTab.nav-tabs .nav-link.active {
    border-bottom: .125rem solid var(--primary-green) ;
    color: var(--primary-two) !important;
    background-color: transparent;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    border-top: 0;
    position: relative;
    bottom: -2px;
}

.main_tabs_footer #myTab.nav-tabs .nav-link {
    font-weight: 600;
    line-height: 2.5rem;
    margin: 0 1rem;
    margin-left: 1rem;
    padding: 0 .25rem;
    font-size: 16px;
    color: #b4bac1 !important;
}

.main_tabs_footer #myTab.nav-tabs .nav-item:first-child .nav-link {
    margin-left: 0;
}

.main_tabs_footer #myTab.nav-tabs .nav-link:hover:not(.active) {
    color: var(--primary-two) !important;
    border-radius: 0;
    border-color: transparent;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus-visible {
    /* border-color: transparent !important; */
}

/* Listing */

.main_inner_listing {
    clear: both;
    float: left;
    width: 100%;
    background-color: #f0f2f5;
    /* background-color: #ebf6ff; */
}
.main_inner_listing.bg-red{
    background-color: rgb(227 0 44 / 4%);
}
.main_inner_listing .row.g-5 {
    margin: 0 auto;
    max-width: 1140px;
}

.breadcrumbs_wrapper {
    padding: 0 0 .75rem;
    margin-top: 20px !important;
}

.breadcrumbs_wrapper ul {
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
}

.breadcrumbs_wrapper ul li {
    align-items: center;
    display: inline-flex;
    justify-content: center;
}

.breadcrumbs_wrapper ul li a {
    color: #333f48;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none !important;
}

.breadcrumbs_wrapper ul li .fa {
    margin: 0 .25rem;
}

.main_inner_listing .col-md-8, .main_inner_listing .col-md-4 {
    margin-top: 0 !important;
}

.card_agent {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
    margin: 0 0 1.5rem;
    padding: 1rem;
}

.main_inner_listing .col-md-4 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 20.75rem;
}

.main_inner_listing .col-md-8 {
    margin-right: 45px;
    flex: 0 0 66.667%;
    max-width: 66.667%;
}

.card_agent .fa {
    position: absolute;
    font-size: 24px;
}

.card_agent .agency_content {
    margin-left: 2.5rem;
    margin-bottom: 0.75rem;
}

.card_agent .agency_content .agency_heading {
    margin-bottom: 0.5rem;
}

.card_agent .agency_content .agency_heading h3 {
    line-height: 22px;
    font-size: 1.25rem;
    font-weight: 600;
    color: #333f48;
    margin: 0px;
}

.card_agent .agency_content p {
    line-height: 1.25rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: #333f48;
    margin: 0px;
}

.card_agent button {
    font-size: 1.1rem;
    line-height: 1.5rem;
    font-weight: 500;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    outline: currentcolor none medium;
    width: 100%;
    background-color: var(--primary-green) ;
    color: #fff;
    border-radius: 0.5rem;
    padding: 0.5rem;
    margin: 0px;
    border: 0;
    text-decoration: none;
    min-height: 2.5rem;
    min-width: 2.5rem;
}

.card_agent button:hover {
    background-color: var(--primary-green-hover);
}

.card_agent button .button_label {
    margin-right: 0.5rem;
}

.card_agent button .fa {
    font-size: 22px;
    left: 72%;
    top: 10px;
}

.main_inner_listing .search_proprty h1 {
    font-size: 20px;
    margin-bottom: .5rem;
    font-weight: 600;
}

.main_inner_listing .search_proprty .search_proprty_subheader {
    align-items: center;
    display: flex;
    font-weight: 500;
    height: 2rem;
}

.main_inner_listing .search_proprty .search_proprty_availableresults {
    flex-shrink: 0;
    font-size: 16px;
    font-weight: 400;
    padding-right: 1rem;
}

.main_inner_listing .search_proprty button {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    outline: currentcolor none medium;
    width: auto;
    border: 0.0625rem solid #919599;
    background-color: transparent;
    color: #3A3D40;
    border-radius: 0.5rem;
    padding: calc(0.3125rem) calc(0.9375rem);
    margin: 0px;
    cursor: pointer;
    text-decoration: none;
    min-height: 2rem;
}

.main_inner_listing .search_proprty .search_proprty_sortby {
    flex-grow: 1;
    justify-content: flex-end;
    position: relative;
    display: flex;
}

.main_inner_listing .search_proprty .search_proprty_sortby .search_proprty_singleselect_container {
    height: 20px;
    max-width: 100%;
}

.main_inner_listing .search_proprty .search_proprty_sortby .SumoSelect {
    max-width: 100%;
    /* width: 100%; */
}

.main_inner_listing .search_proprty .search_proprty_sortby .SumoSelect .CaptionCont.SelectBox {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    color: #333f48 !important;
    font-size: 14px;
    font-weight: 400;
    height: auto;
    text-align: right;
}

.main_inner_listing .search_proprty .search_proprty_sortby .SumoSelect .CaptionCont.SelectBox .placeholder {
    color: #333f48 !important;
    font-size: 16px;
    font-weight: 400;
    padding-right: .75rem;
}

.main_inner_listing .search_proprty .search_proprty_sortby .SumoSelect .CaptionCont.SelectBox label i::before {
    color: #333f48;
    right: 10px;
    position: relative;
}

.main_inner_listing .search_proprty .search_proprty_sortby .SumoSelect .CaptionCont.SelectBox label {
    width: auto;
}

.main_inner_listing .search_proprty .optWrapper.multiple {
    border-radius: 8px;
    border-top-width: 1px !important;
    background-color: #fff;
    border: 1px solid #999fa3;
    border-top: 0 solid #999fa3;
    border-top-width: 0px;
    box-shadow: 0 1px 2px 0 rgba(32, 40, 46, .4);
    line-height: 1.5;
    max-height: 245px;
    overflow: auto;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 10;
}

.main_inner_listing .search_proprty .optWrapper.multiple .options li span {
    display: none !important;
}

.main_inner_listing .search_proprty .optWrapper.multiple .options li label {
    background-color: transparent;
    border: none;
    width: 100%;
    font-weight: 600;
    font-size: 15px;
    text-align: left;
    transition: all .2s;
    color: #333f48;
}

.main_inner_listing .search_proprty ul li {
    padding: .345rem .75rem !important;
}

.main_inner_listing .search_proprty .SumoSelect.open > .optWrapper ul li:hover,
.main_inner_listing .search_proprty .SumoSelect.open > .optWrapper ul li:focus {
    background-color: rgba(5, 95, 180, .15) !important;
    color: #697684;
}

.brandingstrip {
    background-color: rgb(10, 10, 10);
    height: 51px;
    justify-content: space-between;
    padding: 2px 1rem;
    position: relative;
    display: flex;
    align-items: center;
}

.brandingstrip .brandingstrip_picture {
    align-items: center;
    display: flex;
    height: 100%;
    max-height: 100%;
    width: 100%;
}

.brandingstrip .agentavatars {
    top: 10px;
    width: 190px;
    position: absolute;
    right: 1rem;
}

.brandingstrip .agentavatars .agentavatar {
    height: 50px;
    width: 50px;
    background: #fff;
    border: 1px solid #e1e4e6;
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.brandingstrip .agentavatars .agentavatar img {
    display: block;
    max-width: none;
    transform: scale(1.2);
    transform-origin: center;
    width: 100%;
}

.brandingstrip .agentavatars .agentavatar.one {
    z-index: 4;
}

.brandingstrip .agentavatars .agentavatar.two {
    margin-left: -10px;
    z-index: 3;
}

.brandingstrip .agentavatars .agentavatar.three {
    margin-left: -10px;
    z-index: 2;
}

.property_listing_main ul {
    padding: 0;
    list-style: none;
}

.property_listing_main .listingcard {
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
    margin-bottom: 1.5rem;
    position: relative;
    transition: box-shadow .5s;
    border-radius: 14px;
}

.property_listing_main .detailspanel_wrapper {
    display: flex;
    flex: 1;
    flex-direction: row;
    padding: 1rem 1rem .75rem;
}

.property_listing_main .detailspanel_wrapper .leftcolumn {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-width: 0;
}

.property_listing_main .detailspanel_wrapper .details_panel {
    display: block;
    flex: 0 0 190px;
    margin-left: 1rem;
    white-space: nowrap;
}

.property_listing_main .detailspanel_wrapper .leftcolumn .address_wrapper {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 .5rem;
    overflow: hidden;
}

.property_listing_main .detailspanel_wrapper .leftcolumn .address_wrapper a {
    color: #333f48;
    text-decoration: none;
}

.property_listing_main .detailspanel_wrapper .leftcolumn .address_wrapper .address_text {
    max-width: 15rem;
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.property_listing_main .detailspanel_wrapper .leftcolumn .price_text {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.1;
    margin: 0 0 .75rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.property_listing_main .detailspanel_wrapper .details_panel .agent_names {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #333f48;
    display: -webkit-box;
    font-size: 13px;
    font-weight: 400;
    height: auto;
    margin: 0 0 .875rem;
    overflow: hidden;
    white-space: normal;
}

.property_listing_main .detailspanel_wrapper .leftcolumn .listingattributes_container {
    align-items: center;
    display: flex;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
}

.property_listing_main .detailspanel_wrapper .leftcolumn .listingattributes_container .attribute {
    align-items: center;
    color: #333f48;
    display: inline-flex;
    flex-shrink: 0;
    margin-right: 1.25rem;
}

.property_listing_main .detailspanel_wrapper .leftcolumn .listingattributes_container .attribute svg {
    color: #87919d;
    flex-shrink: 0;
    font-size: 16px;
    margin-right: .25rem;
}

.property_listing_main .detailspanel_wrapper .leftcolumn .listingattributes_container .propertytypes_attribute {
    display: block;
    flex-shrink: 1;
    color: #333f48;
    margin-right: 2.65rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.property_listing_main .footer_action {
    align-items: stretch;
    border-top: 1px solid #e9ebed;
    display: flex;
    height: 40px;
}

.property_listing_main .footer_action .view_btn {
    align-items: center;
    border-radius: 0;
    color: #697684;
    display: inline-flex;
    height: auto;
    justify-content: center;
    line-height: normal;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: opacity .3s;
    background: transparent;
    border: 0;
    padding: 0 1rem;
    text-align: center;
    transition: background-color .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 500;
}

.property_listing_main .footer_action .view_btn:hover {
    background-color: #f5f5f6;
}

.property_listing_main .footer_action .view_btn .fa {
    margin-right: 0.55rem;
    color: #697684;
    line-height: normal;
    font-size: 16px;
}


.property_listing_main .footer_action .save_btn {
    align-items: center;
    -webkit-animation: SaveButton_fadeIn_1ir31 .1s ease-out;
    animation: SaveButton_fadeIn_1ir31 .1s ease-out;
    border-radius: 0;
    display: flex;
    height: auto;
    justify-content: center;
    line-height: normal;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: opacity .3s;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #697684;
    cursor: pointer;
    font: inherit;
    font-size: 16px;
    font-weight: 500;
    padding: 0 1rem;
    text-align: center;
    transition: background-color .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.property_listing_main .footer_action .save_btn:hover {
    background-color: #f5f5f6;
}

.property_listing_main .footer_action .save_btn svg {
    margin-right: .25rem;
}

.property_listing_main .footer_action .email_btn {
    align-items: center;
    -webkit-animation: SaveButton_fadeIn_1ir31 .1s ease-out;
    animation: SaveButton_fadeIn_1ir31 .1s ease-out;
    border-radius: 0;
    display: flex;
    height: auto;
    justify-content: center;
    line-height: normal;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: opacity .3s;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #697684;
    cursor: pointer;
    font: inherit;
    font-size: 16px;
    font-weight: 500;
    padding: 0 1rem;
    text-align: center;
    transition: background-color .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.property_listing_main .footer_action .email_btn:hover {
    background-color: #f5f5f6;
}

.property_listing_main .footer_action .email_btn svg {
    margin-right: .25rem;
}

.imagePanel_container .imageplaceholder .headlines {
    background-image: linear-gradient(-180deg, transparent, rgba(0, 0, 0, .6));
    bottom: 0;
    height: 120px;
    min-width: 100%;
    pointer-events: none;
    position: absolute;
    z-index: 1;
}

.imagePanel_container .imageplaceholder .headlines .headlines_content {
    bottom: .75rem;
    color: #fff;
    max-width: 100%;
    padding: 0 1rem;
    position: absolute;
}

.imagePanel_container .imageplaceholder .headlines .headlines_title {
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    text-shadow: 0 0 2px rgba(0, 0, 0, .8);
}

.imagePanel_container .imageplaceholder .headlines .headlines_highlights {
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: 1rem;
    margin-top: .5rem;
    text-shadow: 0 0 2px rgba(0, 0, 0, .7);
}

.imagePanel_container {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    display: block;
    position: relative;
    z-index: 1;
}

.property_listing_main .carousel-item img {
    margin-bottom: 0;
    margin-top: 0;
    border-radius: 14px 0;
}

.property_listing_main .carousel-inner {
    /* border-radius: 0 14px; */
}

.main_inner_listing .search_proprty {
    margin: 0 0 1rem;
}

.property_listing_main .carousel-control-next,
.property_listing_main .carousel-control-prev {
    opacity: 1;
}

.search_listings_pagination {
    width: 100%;
}

.search_listings_pagination .pagination_wrapper {
    align-items: center;
    display: flex;
}

.search_listings_pagination .pagination_wrapper nav {
    margin: 3rem 0;
    text-align: center;
    width: 30rem;
}

.search_listings_pagination .pagination_wrapper nav .stack_container {
    display: flex;
    flex-direction: column;
    -moz-box-pack: start;
    justify-content: flex-start;
    -moz-box-align: stretch;
    align-items: stretch;
    padding: 0px;
}

.search_listings_pagination .pagination_wrapper .pagination_largescreen {
    display: flex;
    margin-bottom: 0.75rem;
}

.search_listings_pagination .pagination_wrapper .inline_container {
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    -moz-box-align: center;
    align-items: center;
    padding: 0px;
}

.search_listings_pagination .pagination_wrapper .pagination_largeblue {
    display: flex;
}

.search_listings_pagination .pagination_wrapper .pagination_largeblue .arrowlinkbutton {
    margin-left: 0.75rem;
    text-decoration: none;
    display: flex;
    text-align: center;
    -moz-box-pack: center;
    justify-content: center;
    width: fit-content;
    font-size: 1.1rem;
    line-height: 1.5rem;
    font-weight: 500;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    outline: currentcolor none medium;
    background-color: var(--primary-green) ;
    color: var(--ck-textInvertedStatic);
    border-radius: 0.5rem;
    padding: 0.5rem 1.5rem;
    margin: 0px;
    margin-left: 0px;
    cursor: pointer;
    text-decoration: none;
    min-height: 2.5rem;
    min-width: 2.5rem;
}

.search_listings_pagination .pagination_wrapper .pagination_largeblue .arrowlinkbutton svg {
    width: 1rem;
    height: 1rem;
    color: #fff;
}

.search_listings_pagination .pagination_wrapper .pagination_largeblue .arrowlinkbutton span {
    margin-right: 0.5rem;
    color: #fff;
}

.search_listings_pagination .pagination_wrapper .pagination_largeblue .arrowlinkbutton:hover {
    background-color: #054C99;
}

.search_listings_pagination .pagination_wrapper .inline_container .button_base {
    margin-right: 0.75rem !important;
    text-decoration: none;
    display: flex;
    text-align: center;
    -moz-box-pack: center;
    justify-content: center;
    width: fit-content;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    outline: currentcolor none medium;
    border: 0.0625rem solid #919599;
    background-color: transparent;
    color: #3a3d40;
    border-radius: 0.5rem;
    padding: calc(0.4375rem);
    margin: 0px;
    margin-right: 0px;
    cursor: pointer;
    text-decoration: none;
    min-height: 2.5rem;
    min-width: 2.5rem;
}

.search_listings_pagination .pagination_wrapper .inline_container .button_base:hover {
    background-color: #f5f6f7;
    border: 0.0625rem solid #3a3d40;
}

.search_listings_pagination .pagination_wrapper .inline_container .button_base.active {
    background-color: #3a3d40;
    color: #fff;
}

/* Start Find Agent */

._1zlqX6 {
    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}

.searchArea_box.search-agent .search-title {
    color: #fff;
    text-align: center;
    line-height: 1;
    font-size: 2.625rem;
    margin-bottom: 14px;
    font-weight: 600;
}

.searchArea_box.search-agent {
	padding-top: 70px;
	height: 370px;
}
.locations_agents {
	float: left;
	width: 100%;
	clear: both;
	background: #ffff;
}
.searchArea_box.search-agent h2 {
    color: #fff;
    text-align: center;
    margin: 12px 0 24px 0;
    line-height: 1;
    font-size: 1.5rem;
}

.locations_agents .heading {
    padding: 20px 0 25px 0;
   
    font-size: 35px;
    /* border-bottom: 1px solid #95989A; */
    padding-bottom: 20px;
    /* margin-bottom: 25px; */
    margin-bottom:10px;
    margin-top:10px;
}

.locations_agents .line-list {
    overflow: auto;
    width: 25%;
    box-sizing: border-box;
    float: left;
    list-style: none;
    padding: 0;
}

.locations_agents .line-list li:first-child {
    margin-top: 0px;
}

.locations_agents .line-list li {
    margin-top: 12px;
    width: 100%;
}

.locations_agents .line-list li a {
    color: #333f48;
}

.locations_agents .line-list li a:hover {
    text-decoration: none;
    color: var(--primary-green) ;
}

.agent_city .searchfilters_filters {
    padding-right: 0;
    font-size: 1.125rem;
    width: 320px;
    display: block;
    position: relative;
    float: left;
    background-color: #fff;
    border-radius: 3px;
}

.agent_city .searchfilters_filters .searchfilters_fieldGroup.tyoe .SumoSelect.sumo_somename.open {
    height: 60px;
    line-height: 60px;
}

.agent_city .searchfilters_filters .searchfilters_fieldGroup.tyoe .SumoSelect.sumo_somename {
    line-height: 60px;
    height: 60px;
}

.searchArea_box.search-agent .searcharea_searchform {
    width: 700px;
    margin: 0 auto;
    padding: 1rem;
    -webkit-transition: min-height .3s ease-in;
    transition: min-height .3s ease-in;
    background: rgba(34, 34, 34, .85);
}

.agent_city .searchfilters_filters .searchfilters_fieldGroup.tyoe {
    width: 100%;
    margin: 0;
    line-height: 60px;
    height: 60px;
    background: #fff;
    border-radius: 3px;
}

.agent_city .searchfilters_filters .CaptionCont.SelectBox {
    background-color: #fff !important;
    color: rgba(33, 40, 46, .8) !important;
    border-radius: 3px !important;
    line-height: 60px;
    height: 60px;
}

.agent_city .searchfilters_filters .CaptionCont.SelectBox .placeholder, .agent_city .CaptionCont.SelectBox > span {
    color: #697684 !important;
    line-height: 60px;
    cursor: pointer;
}

.agent_city .searchfilters_filters .CaptionCont.SelectBox .placeholder,
.agent_city .CaptionCont.SelectBox > label > i::before {
    color: #697684;
}

.agent_city .location-search-box-wrapper {
    width: 840px;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    z-index: 99999;
}

.agent_city .location-search-box-wrapper .location-input-box {
    float: left;
    width: 97%;
    border-radius: 3px;
    margin: 0 0% 0% 1.5%;
}

.agent_city .searchfilters_filters .optWrapper {
    top: auto !important;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.8);
    margin-top: 1px;
}

.agent_city .searchfilters_filters .optWrapper .opt {
    height: auto !important;
    line-height: 1;
    font-size: 1.125rem;
    padding: 16px !important;
}

.agent_city .searchfilters_filters .optWrapper > .options li label {
    color: #697684;
    font-size: 1.125rem;
}

.agent_city .searchfilters_filters .optWrapper > .options li.opt:hover,
.agent_city .searchfilters_filters .optWrapper > .options li.opt:focus {
    background-color: transparent !important;
}

.agent_city .searchfilters_filters .optWrapper > .options li label:hover {
    color: var(--primary-green);
}

.agent_city .searchfilters_filters .CaptionCont > label {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30px;
    cursor: pointer;
}

.featured_agencies .heading {
    padding: 20px 0 25px 0;
    padding-bottom: 25px;
    text-align: center;
    font-size: 35px;
    padding-bottom: 0;
    margin-bottom: 25px;
}

.featured_agencies .slick-slide {
    margin: 0px 8px;
}

.featured_agencies .logo-carousel {
    overflow: inherit;
    border-top: 0px solid #353535;
    border-bottom: 0px solid #353535;
}

.featured_agencies .slick-slide img {
    width: 100%;
    border: 1px solid #999999;
    margin: 20px 0;
}

.featured_agencies .slick-track::before,
.featured_agencies .slick-track::after {
    display: table;
    content: '';
}

.featured_agencies .slick-track::after {
    clear: both;
}

.featured_agencies .slick-track {
    padding: 1rem 0;
}

.featured_agencies .slick-loading .slick-track {
    visibility: hidden;
}

.featured_agencies .slick-slide.slick-loading img {
    display: none;
}

.featured_agencies .slick-slide.dragging img {
    pointer-events: none;
}

.featured_agencies .slick-loading .slick-slide {
    visibility: hidden;
}

.featured_agencies .slick-arrow {
    position: absolute;
    top: 50%;
    background: url(https://raw.githubusercontent.com/solodev/infinite-logo-carousel/master/images/arrow.svg?sanitize=true) center no-repeat;
    color: #fff;
    filter: invert(77%) sepia(32%) saturate(1%) hue-rotate(344deg) brightness(105%) contrast(103%);
    border: none;
    width: 2rem;
    height: 1.5rem;
    text-indent: -10000px;
    margin-top: -16px;
    z-index: 99;
}

.featured_agencies .slick-arrow.slick-next {
    right: -40px;
    transform: rotate(180deg);
}

.featured_agencies .slick-arrow.slick-prev {
    left: -40px;
}

/* End Find Agent */

/* Start Agent Detail */

.inline_agent_info {
    height: 3.75rem;
    display: flex;
    flex-direction: row;
    justify-content: left;
    -moz-box-align: center;
    align-items: center;
    padding: 0px;
}

.inline_agent_info img {
    height: 2rem;
}

.agent_detail_top_banner {
    height: 25rem;
    position: relative;
}

.main_agent_info {
    float: left;
    width: 100%;
    background: #fff;
    padding: 1.5rem 0px;
}

.main_agent_info .agent_info_left {
    float: left;
    width: 50%;
}

.main_agent_info .agent_info_right {
    float: right;
    width: 300px;
}

.main_agent_info .agent_info_left .agent_heading h1 {
    margin-right: 0.5rem;
    font-size: 1.5rem;
    line-height: 2.25rem;
    font-weight: 600;
    float: left;
}

.main_agent_info .agent_info_left .agent_heading button svg {
    width: 1rem;
    height: 1rem;
}

.main_agent_info .agent_info_left .agent_heading button, .share_btn_modal {
    letter-spacing: 0.0125rem;
    font-weight: 500;
    -moz-box-align: center;
    -moz-box-pack: center;
    position: relative;
    outline: currentcolor none medium;
    width: auto;
    background-color: transparent;
    color: #3a3d40;
    border-radius: 0.5rem;
    padding: 0.5rem;
    margin: 0px;
    cursor: pointer;
    text-decoration: none;
    min-height: 2rem;
    min-width: 2rem;
    font-size: 0.875rem;
    line-height: 0.25rem;
    border: 0;
    margin-top: 5px;
}
.share_btn_modal:hover {
    background-color: #f5f6f7;
}
.main_agent_info .agent_info_left .agent_heading {
    float: left;
    width: 100%;
}

.main_agent_info .agent_info_left .agent_heading button:hover {
    background-color: #f5f6f7;
}

.main_agent_info .agent_info_left .agent_descripion {
    clear: both;
    float: left;
    width: 100%;
}

.main_agent_info .agent_info_left .agent_descripion p {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    margin: 0px;
}

.main_agent_info .agent_info_left .main_other_agents {
    margin-top: 1rem;
    float: left;
    width: 100%;
}

.main_agent_info .agent_info_left .main_other_agents .other_agents_left img {
    border: 1px solid #e3e5e8;
    width: 2.5rem;
    height: 2.5rem;
    background: transparent;
    border-radius: 50%;
    margin-left: -0.75rem;
}

.main_agent_info .agent_info_left .main_other_agents .other_agents_left img:first-child {
    margin-left: 0;
}

.main_agent_info .agent_info_left .main_other_agents .other_agents_left {
    float: left;
    margin-right: 0.5rem;
}

.main_agent_info .agent_info_left .main_other_agents .other_agents_right {
    float: left;
}

.main_agent_info .agent_info_left .main_other_agents .other_agents_right p {
    margin: 0;
}

.main_agent_info .agent_info_left .main_other_agents .other_agents_right a {
    display: inline;
    font-size: inherit;
    background: none;
    border: medium none;
    padding: 0px;
    cursor: pointer;
    margin: 8px 0;
    font-weight: inherit;
    text-decoration: underline;
    color: #6e7275;
}

.main_agent_info .agent_info_right .agent_enquire svg {
    width: 1rem;
    height: 1rem;
    color: #fff;
}

.main_agent_info .agent_info_right .agent_enquire {
    border: 0;
    width: 100% !important;
    margin-bottom: 0.25rem !important;
    font-size: 1rem;
    line-height: 1.5rem;
    font-variation-settings: "XTDR" 0, "APRT" 0, "SPAC" 0;
    font-weight: 500;
    position: relative;
    outline: currentcolor none medium;
    background-color: var(--primary-green) ;
    color: #fff;
    border-radius: 0.5rem;
    padding: 0.75rem 1.5rem;
    margin: 0px;
    margin-bottom: 0px;
    cursor: pointer;
    text-decoration: none;
    float: right;
}

.main_agent_info .agent_info_right .agent_enquire:hover {
    background: var(--primary-two);
}

.main_agent_info .agent_info_right .agent_call svg, .agent_call svg {
    width: 1rem;
    height: 1rem;
    color: #3a3d40;
}

.main_agent_info .agent_info_right .agent_call,.agent_call {
    border: 0.0625rem solid #919599;
    width: 100% !important;
    margin-bottom: 0.25rem !important;
    font-size: 1rem;
    line-height: 1.5rem;
    font-variation-settings: "XTDR" 0, "APRT" 0, "SPAC" 0;
    font-weight: 500;
    position: relative;
    outline: currentcolor none medium;
    background-color: transparent;
    color: #3a3d40;
    border-radius: 0.5rem;
    padding: 0.75rem 1.5rem;
    margin: 0px;
    margin-bottom: 0px;
    cursor: pointer;
    text-decoration: none;
    float: right;
}

.main_agent_info .agent_info_right .agent_call:hover {
    background-color: #f5f6f7;
    border: #3a3d40;
    border: 0.0625rem solid #919599;
}

.main_agent_listing {
    clear: both;
    float: left;
    width: 100%;
    background-color: #f0f2f5;
}

.main_agent_listing .row.g-5, .content-1140px {
    margin: 0 auto;
    max-width: 1140px;
}

.main_agent_properties {
    padding: 1rem;
    border-radius: 0.75rem;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 0.0625rem 0.25rem 0px;
    float: left;
}

.main_agent_properties .agent_properties_head {
    float: left;
    width: 100%;
}

.main_agent_properties .agent_properties_head h2 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 600;
    font-variation-settings: "XTDR" 0, "APRT" 0, "SPAC" 0;
    margin: 0px;
}

.text_showing_more {
    font-size: 0.875rem;
    clear: both;
}

.main_agent_properties .agent_properties_head p {
    margin: 10px 0;
}

.agent_properties_listing {
    float: left;
    width: 100%;
}

.agent_properties_listing .more_list_left img {
    width: 250px;
    height: 160px;
    object-fit: cover;
    border-radius: 0.75rem 0 0 0.75rem;
}

.more_property_list .more_property_list_main {
    border: 1px solid #e3e5e8;
    border-radius: 0.75rem;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.more_property_list .more_property_list_main .more_list_left {
    float: left;
    position: relative;
}

.more_property_list .more_property_list_main .more_list_right {
    float: right;
    padding: 1.5rem 1rem;
    width: 63%;
}

.more_property_list .more_property_list_main .more_list_right h3 {
    display:block;
    width:100%;
    margin-bottom: 0.25rem;
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 600;
    color: #3a3d40;
    max-width: 392px;
    /* -webkit-line-clamp: 1;
    -moz-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; */
}

.more_property_list .more_property_list_main .more_list_right h4 {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-variation-settings: "XTDR" 50, "APRT" 100, "SPAC" 40;
    font-weight: 400;
    color: #3a3d40;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -moz-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.more_property_list .more_property_list_main .more_list_left .leased {
    position: absolute;
    bottom: 0.25rem;
    left: 0.75rem;
}

.more_property_list .more_property_list_main .more_list_left .leased {
    position: absolute;
    bottom: 0.25rem;
    left: 0.75rem;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.025rem;
    font-weight: 500;
    line-height: 1rem;
    margin: 0px;
    color: #3a3d40;
    padding: 0.25rem 0.5rem;
    -moz-box-align: center;
    border-radius: 0.25rem;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 0.0625rem 0.25rem 0px;
}

.more_property_list .more_property_list_main .more_list_left .leased .yellow_dot {
    border-radius: 50%;
    width: 0.625rem;
    height: 0.625rem;
    background-color: #fcca36;
    border: 0.075rem solid #fcca36;
    display: inline-block;
}

.more_property_list .more_property_list_main .more_list_left .leased .label {
    margin-left: 0.2rem;
}

.main_size {
    float: left;
    width: 100%;
    color: #3a3d40;
    font-size: 18px;
}

.main_size .left_size svg {
    width: 1rem;
    height: 1rem;
    color: #3a3d40;
    margin-right: 0.2rem;
}

.main_size .pipe_line {
    color: #e3e5e8;
    float: left;
}

.main_size .left_size {
    float: left;
    margin-right: 10px;
}

.main_size .right_size {
    float: left;
    margin-left: 0.75rem;
    max-width: 280px;
}

.txt_lease {
    color: #3a3d40;
}

button.more_proprties,a.more_proprties {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    -moz-box-align: center;
    -moz-box-pack: center;
    position: relative;
    outline: currentcolor none medium;
    width: auto;
    border: 0.0625rem solid #919599;
    background-color: transparent;
    color: #3a3d40;
    border-radius: 0.5rem;
    padding: calc(0.6875rem) calc(1.4375rem);
    cursor: pointer;
    text-decoration: none;
    min-height: 3rem;
    min-width: 3rem;
    margin: 0 auto;
    /* display: block; */
}
.leased.bg-secondary{
    color:white !important;
}
button.more_proprties:hover {
    background-color: #f5f6f7;
    border: 0.0625rem solid #3a3d40;
}

.card_box_team {
    float: left;
    width: 100%;
    background: #fff;
    margin-bottom: 1rem;
    padding: 1rem;
    margin-top: 1rem;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 0.0625rem 0.25rem 0px;
    border-radius: 0.75rem;
}

.card_box_team h2 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 600;
    margin: 0px;
}

.card_box_team p {
    margin-bottom: 0.75rem;
    font-size:  0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    margin-bottom: 0.75rem;
}

.card_box_team .team_box_main {
    float: left;
    width: 100%;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4, minmax(8.75rem, 1fr));
    margin-bottom: 1rem;
}

.card_box_team .team_box_main .team_box_grid {
    border: 1px solid #e3e5e8;
    border-radius: 0.5rem;
    box-shadow: none;
    padding: 0px 0.75rem 1rem;
    text-align: center;
    height: 100%;
    width: 100%;
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    flex-direction: column;
    -moz-box-pack: start;
    justify-content: flex-start;
    -moz-box-align: center;
    align-items: center;
}

.card_box_team .team_box_main .team_box_grid img {
    width: 5rem;
    border: 0.0625rem solid var(--ck-borderSecondary);
    background: #fff;
    margin-top: 1rem;
    border-radius: 50%;
    margin-bottom: 0.25rem;
}

.card_box_team .team_box_main .team_box_grid h4 {
    margin-bottom: 0.25rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
    letter-spacing: 0.0125rem;
    color: #3a3d40;
    font-weight: 500;
    letter-spacing: 0.0125rem;
    font-variation-settings: "XTDR" 0, "APRT" 0, "SPAC" 0;
}

.card_box_team .team_box_main .team_box_grid h6 {
    color: #6e7275;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 400;
    margin: 0px;
}

.card_box_team .team_box_main .team_box_grid .cont_info, .cont_info a {
    color: #6e7275;
    font-size: 0.8rem;
}

.card_box_team .team_box_main .team_box_grid .cont_info .social_agent svg {
    width: 24px;
    margin-top: 10px;
}

.card_box_about {
    float: left;
    width: 100%;
    background: #fff;
    margin-bottom: 1rem;
    padding: 1rem;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 0.0625rem 0.25rem 0px;
    border-radius: 0.75rem;
}

.card_box_about h2 {
    font-size: 1.5rem;
    line-height: 1.75rem;
    font-weight: 600;
}

.other_profile_main {
    float: left;
    width: 100%;
}

.other_profile_main h5 {
    float: left;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.025rem;
    margin: 0;
}

.other_profile_main .other_profile {
    float: left;
}

.other_profile_main .other_profile .social_links {
    float: left;
}

.other_profile_main .other_profile .website_link {
    color: #054c99;
    font-weight: bold;
    padding-left: 0;
    margin-top: -4px;
}

.other_profile_main .other_profile .social_links {
    line-height: 1.2;
}

.other_profile_main .other_profile .social_links a {
    color: #3a3d40;
}

.card_box_form_main {
    float: left;
    width: 100%;
}

.card_box_form_main .card_box_form {
    float: left;
    width: 100%;
    background: #fff;
    margin-bottom: 1rem;
    padding: 1rem;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 0.0625rem 0.25rem 0px;
    border-radius: 0 0 0.75rem 0.75rem;
}

.card_box_form_main .inline_agent_info {
    height: 3rem;
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
}

.card_box_form_main .inline_agent_info img {
    height: 1.75rem;
}

.card_box_form_main .card_box_form h2 {
    border-bottom: 0.0625rem solid #e3e5e8;
    padding-bottom: 15px;
    font-size: 1.5rem;
    line-height: 1.75rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.card_box_form_main .card_box_form form .text_typography {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
}

.card_box_form_main .card_box_form form .form_fields {
    float: left;
    width: 100%;
}

.card_box_form_main .card_box_form form .form_fields {
    float: left;
    width: 100%;
    margin-bottom: 1rem;
}

.card_box_form_main .card_box_form form .form_fields label,.form_fields label {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    margin: 0px;
    clear: both;
    float: left;
    width: 100%;
    margin-bottom: 0.25rem;
}

.card_box_form_main .card_box_form form .form_fields input[type="text"] {
    padding: 0.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    border: 1px solid #919191; 
    /* #3a3d40; */
    color: #3a3d40;
    -moz-box-flex: 1;
    height: 2rem;
    width: 100%;
    min-width: 0px;
    outline: currentcolor none medium;
    box-shadow: none;
    height: 48px;
    background-color: transparent;
    cursor: inherit;
    border-radius: 0.5rem;
}
.card_box_form_main .card_box_form form .form_fields input[type="text"]:focus,
.card_box_form_main .card_box_form form .form_fields textarea:focus{
    border: 1px solid #3a3d40; 
}
.card_box_form_main .card_box_form form .form_fields textarea {
    padding: 0.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    border: 1px solid #919191;
    color: #3a3d40;
    -moz-box-flex: 1;
    height: 2rem;
    width: 100%;
    min-width: 0px;
    outline: currentcolor none medium;
    box-shadow: none;
    height: 100px;
    background-color: transparent;
    cursor: inherit;
    border-radius: 0.5rem;
}

.card_box_form_main .card_box_form form .form_fields label span {
    font-size: 0.9rem;
    line-height: 1.25rem;
    font-weight: 400;
    color: #6e7275;
}

.card_box_form_main .card_box_form form .radio_wrapper_main {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: row;
    -moz-box-pack: start;
    justify-content: flex-start;
    -moz-box-align: center;
    align-items: center;
    padding: 0px;
}

.card_box_form_main .card_box_form form .radio_wrapper_main .radio_wrapper {
    display: flex;
    text-align: left;
    align-items: flex-start;
    color: inherit;
    margin-right: 5.25rem;
}

.card_box_form_main .card_box_form form .radio_wrapper_main .radio_wrapper #contact-method,
.card_box_form_main .card_box_form form .radio_wrapper_main .radio_wrapper .contact-method {
    position: relative;
    width: 1rem;
    height: 1rem;
    margin-right: 0.75rem;
    margin-top: 0.25rem;
    flex-shrink: 0;
}

.card_box_form_main .card_box_form form .btn_submit {
    border: 0;
    width: 100% !important;
    margin-bottom: 0.25rem !important;
    font-size: 1;
    line-height: 1.5rem;
    font-weight: 500;
    position: relative;
    outline: currentcolor none medium;
    background-color: var(--primary-green) ;
    color: #fff;
    border-radius: 0.5rem;
    padding: 0.75rem 1.5rem;
    margin: 0px;
    cursor: pointer;
    text-decoration: none;
}

.card_box_form_main .card_box_form form .btn_submit:hover {
    background-color: var(--primary-green-hover);
}

.card_box_form_main .card_box_form form {
    margin-bottom: 1.5rem;
}

.personal_link {
    margin-top: 0;
    color: #6e7275;
    font-weight: inherit;
    text-decoration: underline;
    font-size: 18px;
}

.personal_link:hover {
    text-decoration: underline;
}

.card_box_form_main .card_box_form form .form_fields.meduim {
    width: 65%;
    float: none;
    clear: both;
}

.card_agent_side {
    float: left;
    width: 100%;
}

.card_agent_side .card_agent_side_box .agent_enquire svg {
    width: 1rem;
    height: 1rem;
    color: #fff;
}

.card_agent_side .card_agent_side_box .agent_enquire {
    border: 0;
    width: 100% !important;
    margin-bottom: 0.25rem !important;
    font-size: 1rem;
    line-height: 1.5rem;
    font-variation-settings: "XTDR" 0, "APRT" 0, "SPAC" 0;
    font-weight: 500;
    position: relative;
    outline: currentcolor none medium;
    background-color: var(--primary-green) ;
    color: #fff;
    border-radius: 0.5rem;
    padding: 0.75rem 1.5rem;
    margin: 0px;
    margin-bottom: 0px;
    cursor: pointer;
    text-decoration: none;
    float: right;
}

.card_agent_side .card_agent_side_box .agent_enquire:hover {
    background: var(--primary-two);
}

.card_agent_side .inline_agent_info {
    height: 3rem;
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
}

.card_agent_side .card_agent_side_box {
    float: left;
    width: 100%;
    background: #fff;
    margin-bottom: 1rem;
    padding: 1rem;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 0.0625rem 0.25rem 0px;
    border-radius: 0 0 0.75rem 0.75rem;
}

.card_agent_side .card_agent_side_box h2 {
    font-size: 1.5rem;
    line-height: 1.75rem;
    font-weight: 600;
    margin: 0px;
}

.card_agent_side .card_agent_side_box p {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    margin: 10px 0;
}

.tabs_wrapper {
    float: left;
    width: 100%;
}

.tabs_wrapper .row {
    margin: 0 auto;
    max-width: 1140px;
}

.tabs_wrapper .col-md-8 {
    padding-left: 1.6rem;
}

.tabs_wrapper nav ul {
    padding: 0;
    list-style: none;
    margin: 0;
    float: left;
    width: 100%;
}

.tabs_wrapper ul li {
    width: 25%;
    float: left;
    text-align: center;
}

.tabs_wrapper ul li a {
    font-size: 1.2rem;
    line-height: 1.5rem;
    font-weight: 500;
    background: transparent;
    padding: 0.5rem 0.75rem;
    margin: 0px;
    color: #6e7275;
    width: 100%;
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-decoration: none;
    display: inline-flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    border-bottom: 2px solid transparent;

    font-size: 1rem;
    line-height: 1.5rem;
    font-variation-settings: "XTDR" 0, "APRT" 0, "SPAC" 0;
    margin: 0px;
    width: 100%;
    cursor: pointer;
    border: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-decoration: none;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    height: 3rem;
    border-bottom: 2px solid transparent;
}

.tabs_wrapper ul li a:hover, .tabs_wrapper ul li a.active{
    color: #3a3d40;
    border-bottom: 2px solid var(--primary-green) ;
}

/* End Agent Detail  */


/* Footer */
footer .rea_group_links a {
    margin-top: 0;
    margin-right: 0.75rem;
    color: #3A3D40;
    display: inline-block;
}

.international_sites {
    margin: 0.75rem 0px;
}

.international_sites p {
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 700;
    font-variation-settings: "XTDR" 50, "APRT" 100, "SPAC" 40;
    margin: 0px;
}

.international_sites {
    margin: 0.75rem 0px 0rem 0px !important;
}

.international_sites p {
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 700;
    margin: 0px;
    /* font-family: 'Source Sans Pro', sans-serif; */
}

.international_sites ul {
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
    list-style: none;
}

.international_sites ul li {
    display: inline-block;
    padding: 0px 0.5rem;
    padding-left: 0.5rem;
    position: relative;
}

.international_sites ul li:first-child {
    padding-left: 0px;
}

.international_sites ul li a {
    font-size: 0.75rem;
    line-height: 1rem;
    color: #3a3d40;
    font-weight: 400;
    text-decoration: none;
}

.international_sites ul > li + li::after {
    content: "";
    height: 0.875rem;
    width: 1px;
    position: absolute;
    left: 0px;
    top: 0.375rem;
    background-color: #3a3d40;
}

.copyright_bottom {
    margin-top: 1rem;
    line-height: 1.1rem;
}

.copyright_bottom a, .copyright_bottom span {
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 400;
    margin: 0px;
    color:#8a878f;
    text-decoration: none;
}
.copyright_bottom a:hover{
    color: var(--primary-green);
    text-decoration: underline;
}
footer.bg-light {
    background-color: #f5f6f7 !important;
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

.sc_footer .sc_left {
    display: flex;
    flex-flow: row wrap;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
}

.sc_footer .sc_left a {
    color: #919599;
    font-weight: 600;
    width: 1.5rem;
    height: 1.5rem;
    margin-left: 1rem;
    text-align: center;
}
.sc_footer .sc_left a i{
    font-size: 1.5rem;
}

.sc_footer .sc_left a > svg{
    fill:#919599;
    height: 1.5rem;
    width: 1.5rem;
}

.sc_footer .sc_left a:first-child {
    margin-left: 0;
}

.sc_footer .sc_links {
    margin-top: 0px;
    padding: 1rem 0px;
    -moz-box-pack: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    -moz-box-align: center;
    align-items: center;
    margin-bottom: 0;
    list-style: none;
}

.sc_footer .sc_links a {
    font-size: 15px;
    line-height: 1.25rem;
    font-weight: 400;
    text-decoration: none;
    color: #6e7275;
    font-size: 0.8rem;
    line-height: 1.25rem;
    margin: 0 4px;
}
.sc_footer .sc_links a:hover{
    color: var(--primary-two);
    text-decoration: underline;
}

.sc_footer {
    background-color: #ffff;
    clear:both;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 0.0625rem 0.25rem 0px;
    border-top: 1px solid #f6f6f6;
}

.sc_footer .socail_main {
    display: flex;
    flex-wrap: wrap;
    -moz-box-pack: justify;
    justify-content: space-between;
    padding: 0.75rem 0rem;
    margin: auto;
    max-width: 100%;
}

.sc_footer .sc_links li + li {
    margin-left: 0.5rem;
}
@media (min-width: 1367px) {
    .sc_footer .sc_links li + li {
        margin-left: 1rem;
    }
}

@media (max-width: 1366px) {
    .sc_footer .sc_links li + li {
        /* margin-left: 12rem; */
    }
}
@media (max-width: 767px) {
    .sc_footer .socail_main{
        justify-content: center;
        flex-direction: column;
    }
    .sc_footer .sc_links li + li {
        margin-left: 0;
    }
}
@media screen and (max-width: 767px) {
    .sc_footer .sc_links {
       flex-direction: column;

    }
}

.vue-skeletor {
    position: relative;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.12);
}

.vue-skeletor:not(.vue-skeletor--shimmerless):after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3), rgba(37, 22, 22, 0));
    animation: shimmer 1.5s infinite;
    content: '';
}

.vue-skeletor--rect, .vue-skeletor--circle {
    display: block;
}

.vue-skeletor--circle {
    border-radius: 50%;
}

.vue-skeletor--pill, .vue-skeletor--text {
    border-radius: 9999px;
}

.vue-skeletor--text {
    line-height: 1;
    display: inline-block;
    width: 100%;
    height: inherit;
    vertical-align: middle;
    top: -1px;
}

@keyframes shimmer {
    100% {
        transform: translateX(100%);
    }
}

span.placeholder {
    background-color: transparent !important;
    opacity: .8;
}
@media (min-width: 1400px) {
    .searchArea_box.container {
        max-width: 1320px;
    }
}

.searchArea_box.search-agent.options_more .searcharea_searchform .searchfilters_filters {
    padding-right: 0;
    font-size: 1.125rem;
    width: 155px;
    display: block;
    position: relative;
    float: left;
    background-color: #fff;
    border-radius: 3px;
}

.searchArea_box.search-agent.options_more .searcharea_searchform .location-search-box-wrapper .location-input-box {
    float: left;
    width: 48%;
    border-radius: 3px;
    margin: 0 0% 0% 1.5%;
}

.more_options_body.card.card-body {
    padding: 0;
    background: transparent;
    margin-top: 10px;
}

.more_options_body.card.card-body .searcharea_searchwrapper.agent_city {
    box-shadow: none;
}

.more_options_body.card.card-body .searcharea_searchwrapper.agent_city .location-input-box.company {
    margin: 0 !important;
    width: 100%;
}

.more_options_body.card.card-body .searchfilters_filters {
    width: 100% !important;
    margin-right: 8px;
}

.more_options_body.card.card-body .searchfilters_filters:last-child {
    margin-right: 0;
}

.searchArea_box.search-agent .searcharea_searchform .more_options a.btn.btn-primary {
    background: transparent;
    border: 0;
    padding: 0;
    line-height: 1;
    font-size: 14px;
}



.searchArea_box.search-agent .searcharea_searchform .more_options .link_btn {
    background: transparent;
    border: 0;
    line-height: 1;
    font-size: 14px;
    color: #0792ea;
    margin-left: 10px;
    padding: 0 0 0 10px;
    border-left: .1rem solid #ccc;
}

.searchArea_box.search-agent .searcharea_searchform .more_options {
    margin-top: 10px;
    line-height: 1;
}

#nprogress {
    pointer-events: none;
  }

  #nprogress .bar {
    background: #377dff;

    position: fixed;
    z-index: 1031;
    top: 0;
    left: 0;

    width: 100%;
    height: 2px;
  }

  #nprogress .peg {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #377dff, 0 0 5px #377dff;
    opacity: 1.0;

    -webkit-transform: rotate(3deg) translate(0px, -4px);
        -ms-transform: rotate(3deg) translate(0px, -4px);
            transform: rotate(3deg) translate(0px, -4px);
  }

  #nprogress .spinner {
    display: block;
    position: fixed;
    z-index: 1031;
    top: 15px;
    right: 15px;
  }

  #nprogress .spinner-icon {
    width: 18px;
    height: 18px;
    box-sizing: border-box;

    border: solid 2px transparent;
    border-top-color: #377dff;
    border-left-color: #377dff;
    border-radius: 50%;

    -webkit-animation: nprogress-spinner 400ms linear infinite;
            animation: nprogress-spinner 400ms linear infinite;
  }

  .nprogress-custom-parent {
    overflow: hidden;
    position: relative;
  }

  .nprogress-custom-parent #nprogress .spinner,
  .nprogress-custom-parent #nprogress .bar {
    position: absolute;
  }

  @-webkit-keyframes nprogress-spinner {
    0%   { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  @keyframes nprogress-spinner {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

  .locations_agents .line-list{
    columns: 4;
    -webkit-columns: 4;
    -moz-columns: 4;
    width: 100%
  }
  @media only screen and (max-width: 600px) {
    .locations_agents .line-list{
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    padding:0 7px;
  }
  }
  div.searchfilters_propertytypes .multiselect {
    border-color: transparent !important;
    min-height: 60px;
    color: #b4bac1 !important;
  }
  
  div.searchfilters_propertytypes .multiselect input {
    color: #b4bac1 !important;
  }
  
  div.searchfilters_propertytypes .multiselect-single-label-text {
    color: #697684;
    font-weight: bold;
  }
  
  .location-input-box {
    position: relative;
  }
  
  .locations-dropdown {
    left: 0;
    top: 60px;
    margin-top: 1px;
    position: absolute;
    right: 0;
    background-color: #fff;
    border-radius: 3px;
    z-index: 10;
    box-shadow: 0 2px 6px rgb(0 0 0 / 80%);
  }
  
  .locations-dropdown .header {
    padding: 10px 12px;
    height: 35px;
    box-sizing: border-box;
    background-color: rgba(105, 117, 131, 0.1);
    color: #697684;
    font-size: 0.875rem;
  }
  
  .clearfix:after {
    clear: both;
    content: '';
    display: block;
    height: 0;
    line-height: 0;
    padding: 0;
    margin: 0;
    font-size: 0;
  }
  
  .default-message {
    vertical-align: middle;
    height: 112px;
    padding: 0 16px;
    color: #697684;
  }
  
  .default-message {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .default-message .fa-location-dot {
    float: left;
    font-size: 36px;
    margin-top: -2px;
  }
  
  .default-message .advices-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }
  
  .default-message .advices .advice {
    font-size: 1.125rem;
  }
  
  .default-message .advices .detailed-advice {
    font-size: 0.875rem;
    line-height: 1.4;
  }
  
  .no-match-message {
    height: 60px;
    background-color: #fff;
    display: table-cell;
    vertical-align: middle;
    padding-left: 12px;
    font-size: 0.875em;
    color: #697684;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  
  .no-match-message i {
    margin-right: 6px;
    color: #ff5961;
    font-size: 19px;
  }
  
  .no-match-message .warning-message {
    color: #ff5961;
  }
  
  .no-match-message .enlight-message {
    display: inline;
  }
  
  ul.locations {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  ul.locations.data-list {
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  
  ul.locations .location {
    font-size: .875rem;
    padding: 0.8125em 0.65em;
    border-bottom: 1px solid #e5e5e5;
    color: #333f48;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
  }
  
  ul.locations .location.cursor-highlight {
    background-color: #dfecf8;
  }
  
  ul.locations .location i {
    font-size: 1.25rem;
    margin-right: 12px;
    color: #565f73;
  }
  
  ul.locations .location span {
    font-size: .875rem;
    padding: 0.8125em 0.65em;
    color: #333f48;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  
  .z-index {
    z-index: 99999;
  }
  .multiselect-dropdown {
    z-index: 999999 !important;
  }
  
  .multiselect-option.is-selected {
    background: #055fb4 !important;
  }
  
  .locations_agents .line-list li a {
    text-decoration: none;
  }
  
  .locations_agents .line-list li a:hover {
    text-decoration: underline;
  }


  .border-none, .agency-city-select{
    border:none;
  }
  .agency-city-select{
    outline:none;
    min-height: 60px;
    border-radius: 0%;
  }
#explore_company {
    z-index: 10;
}
.z-index-10{
    z-index: 10;
}
.agency-basic-info {
    margin: 0;
    line-height: 1.25rem;
    color: #333f48;
}

.register-locations-dropdown{
    top:2px;
}
.select2-container .select2-selection--single{
    height: 48px;
  }
  span#select2-city-container {
    padding-top: 5px;
  } 
  .agency-request-form label{
    font-weight: 600;
    color: #333f48;
  }
  sup.required{
    color:red;
    font-size: 1.3em;
    position: relative;
    top: 0px;
  }

  .files{
    position:relative;
  }
  .files input {
   
  
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    padding: 60px 0px 60px 35%;
    text-align: center !important;
}
.file-drop-text{
    position: relative;
    top: -28px;
}
.file-dropping{
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
}
.login-form .input-group-text{
    background:none;
}
.account-icon{
    height: 1.5rem;
    width: 1.5rem;
}
.account-icon.big{
    height: 3rem;
    width: 3rem;
}
@media only screen and (min-width:600px){
    .guest-white-wrapper{
        width:500px !important;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 0.0625rem 0.25rem 0px !important;;
        border-radius: 12px !important;
    }
}
.guest-main-title{
    color: rgb(61, 59, 64) !important;
    font-size: 24px !important;
    font-stretch: 100% !important; 
    font-weight: 600 !important;
    font-variation-settings: "XTDR" 0, "APRT" 0, "SPAC" 0;
    /* margin-bottom:20px !important; */
}
.guest-input{
    padding-left:50px !important;
    width:100%;
    outline: none !important;
    box-shadow: none !important;
    border-radius:8px !important;
    font-size: 16px !important;
    min-height: 48px !important;
    /* border-left-color: rgb(61, 59, 64) !important; */
}
.input-icon{
    top:17px;
}
.guest-input::placeholder{
    font-size: 16px !important;
    color: rgb(114, 110, 117) !important;
}
.guest-input.red{
    border-color: rgb(168, 66, 13) !important;
}
.input-error{
    color: rgb(168, 66, 13) !important;
    /* font-size: 14px */
}
.password-on-off {
    position: absolute;
    right: 20px;
    top:9px;
}
.guest-main-link{
    font-weight: 600 !important;
    font-size: 1rem !important;
    color: var(--primary-green) !important;
    /* outline:1px solid var(--primary-green) !important; */
}
.guest-main-link:hover{
    color: var(--primary-green-hover) !important;
}
.personal_collection_title{
    font-size: 12px;
}
.fw-600{
    font-weight: 600;
}
.float-right{
    float:right;
}
.float-left{
    float:left
}
hr.divider{
    border-top: 0.0625rem solid #848484 !important
}
.btn-large{
    padding-left: 60px;
    padding-right: 60px;
}
.svg-icon {
    width: 1rem;
    height: 1rem;
    vertical-align: baseline;
}
.medium-svg-icon{
    width: 1.5rem;
    height: 1.5rem;
    vertical-align: baseline;
}
.laravel-default-pagination {
    margin-top:30px;
}
.laravel-default-pagination .flex-sm-fill{
    /* display:flex !important; */
    justify-content: center !important;
    flex:auto !important;
    flex-direction: column-reverse;
}
.laravel-default-pagination .active>.page-link, .page-link.active{
    background-color: var(--primary-green);
    border-color: var(--primary-green-hover);
    color:white;
}
.laravel-default-pagination  .page-link{
    color: var(--primary-green);
}
.laravel-default-pagination,.page-item {
    /* margin: 0 4px; */
}
.laravel-default-pagination .page-link {
    /* border-radius: 10px; */
    padding-left: 15px;
    padding-right: 15px;
}
.secondary-link{
    color: var(--text-secondary)
}
.agent-image{
    margin-right: 1rem;
    border-radius: 50%;
    width: 120px;
    height: 120px;
}
.agent-image-small{
    margin-right: 1rem;
    border-radius: 50%;
    width: 5rem;
    height: 5rem;
}
.agent-performance-box{
    min-width:150px;
    min-height:125px;
    padding:16px;
    border-style: solid;
    border-image: initial;
    border-width: 0.0625rem;
    border-color: var(--border-secondary);
    border-radius: 0.5rem;
}
.stat-number{
    font-size: 1.5rem;
    line-height: 2.25rem;
    font-weight: bold;
}
.btn-white{
    background-color: white;
    border: 0.0625rem solid #3A3D40 !important;
}
.btn-white:hover{
    border: 0.0625rem solid #3A3D40 !important;
    background-color:#F5F6F7 !important;
}
.btn-full{
    width:100%;
    padding: calc(0.6875rem) calc(1.4375rem);
}
a.green{
    color: var(--primary-green);
    text-decoration: none;
    font-weight: 600;
}
a.green:hover{
    color:var(--primary-green-hover);
    cursor: pointer;
}
.dropdown-toggle::after{
    display: inline-block !important; 
    position: initial !important;
}
.btn-with-icon {
    background:white;
    border: 1px solid #eaebec !important;
    color: var(--bs-btn-active-color) !important;
    text-decoration: none;
    width: 100%;
    max-width:320px;
    margin-top:20px;
    margin-bottom:20px;
    margin-right: 20px;
    
}
.btn-with-icon .btn{
    text-align: left;
}
.btn-with-icon i{
    display:inline-block;
    width:50px;
    padding: 11px 0 0 0;
    background: #ebf6ff;
    text-align: center;
    font-size: 1.3rem;
}
.icon-button{
    display: inline-flex;
    flex-direction: row;
    font-size: 1rem;
    /* display:inline-block; */
    text-align: center;
    align-items: center;
    justify-content: center;
    color: inherit;
    position: relative;
    border-radius: 50%;
    width:42px;
    height: 42px;
    padding: 5px;
    margin: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: color 0.2s ease, background-color 0.2s ease, transform 0.3s ease;
    text-decoration: none;
}
.icon-button:hover{
    background: var(--primary-green);
    color:white;
    transform: rotate(5deg);
	cursor: pointer;
    transition: transform 0.3s;
}
.text-body{
    color: var(--bs-body-color) !important;
}
.agents-social-icons a{
    font-size: 20px;
    vertical-align: baseline ;
    height: 40px;
    width: 40px;
}
.agent-icon-linkedin{
    position:relative;
    top:1px;
}
.agent-icon-x {
    position: relative;
    top: -2px;
}
#share_modal .modal-dialog {
    padding-top: 12%;
}
.form-control {
    border-radius: var(--bs-border-radius) !important;;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn{
    font-size: 1rem !important;
    font-variation-settings: "XTDR" 0, "APRT" 0, "SPAC" 0;
   
}
.nav-link.btn{
    font-weight:500 !important;
}
.btn-medium{
    font-weight: 500 !important;
    border-radius: 0.5rem !important;
    padding: 0.75rem 1.5rem !important;
}
.form-control:disabled{
    cursor: not-allowed;
    opacity: .6;
    background: red;
}
.guest-helper-text{
    font-variation-settings: "XTDR" 50, "APRT" 100, "SPAC" 40;
}
.verification-code-input{
    min-height: 100px !important;
    font-size: 46px !important;
    letter-spacing: 20px;
}
.guest-input.verification-code-input::placeholder{
    font-size: 16px !important;
    position: relative;
    top: -12px;
    letter-spacing: 1px;
}
.svg-verification{
    top: 40%;
}
.icon-spacing{
    margin-right: 5px;
    vertical-align: initial;
    position: relative;
    top: 2px;
}
.icon-spacing-right{
    margin-left: 5px;
    margin-right:initial
}
.profile-logo-left {
    margin-right: 1rem;
    margin-top: 9px;
}
.profile-logo-left img{
    max-height: 115px !important;
}
.font-small-medium{
    font-size: 0.875rem !important;
}
.font-size-heading-medium{
    font-size: 1.25rem !important;
    line-height: 1.75rem;
    font-weight: 600;
    font-variation-settings: "XTDR" 0, "APRT" 0, "SPAC" 0;
}
.text_read_more{
    /* display: none; */
}
.link{
    font-size:1rem;
    color: var(--primary-green);
    cursor: pointer;
    text-decoration: none;
    font-variation-settings: "APRT" 100, "SPAC" 40, "XTDR" 50;
    font-weight: 600
}
.link:hover{
    color:var(--primary-green-hover);
    text-decoration: underline;
}
.link.icon-button{
     color: var(--primary-blue);
}
.link.icon-button:hover{
    background:var(--primary-blue);
    color:white !important;
    text-decoration: none;
}
.btn-form-btn.btn-white.active{
    background-color: #3A3D40 !important;
    color:white;
}
.btn-form-btn.btn-white.active:hover{
    background-color: #222426 !important;
}
.no-underline{
    text-decoration: none;;
}
.no-underline:hover{
    text-decoration: underline;
}
.custom-select-enquiry-form{
    padding: 0.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    border: 1px solid #919191 ;
    color: #3a3d40;
    -moz-box-flex: 1;
    height: 2rem;
    width: 100%;
    min-width: 0px;
    outline: currentcolor none medium;
    box-shadow: none;
    height: 48px;
    background-color: transparent;
    cursor: inherit;
    border-radius: 0.5rem;
}
.custom-select-enquiry-form:focus{
    border: 1px solid  #3a3d40;
}
.fw-500{
    font-weight: 500;
}
.more-small{
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 400;
    font-variation-settings: "XTDR" 50, "APRT" 100, "SPAC" 40;
}
.border-gray-1{
    border: 1px solid #f6f6f6;
}
.small,small{
    font-size: .835em;
}
.main_agent_info .container.gx-5{
    max-width: 1140px !important;
}
.view-other-profiles{
    font-size:12px;
    font-weight: 500;
    letter-spacing: 0.4px;
    text-transform:uppercase;
    vertical-align: baseline;
    margin-right: 5px;
}
.other_profile_main .other_profile .social_links a{
    font-size:20px;
    height: 40px;
    width: 40px;
    display: inline-block;
    text-align: center;
}
.large .tooltip-inner {
    max-width: 330px;
    font-size:1rem;
    padding:10px;
    background: #3A3D40;
    
}
.tooltip.large.show{
    opacity: 1;
}
.porperty_search{
    border-top: 1px solid #E3E5E8;
    border-bottom: 1px solid #E3E5E8;
}
.search_property_container{
    /* display: grid;
    grid-template-columns: 500px 105px 187px 130px auto;
    column-gap: 15px; */
    display:flex;
    /* justify-content: space-between;*/
} 
.search_property_container .city_wrapper{
    width:250px;
}
.search_property_container {

}
.search_property_container .grid-column:not(:last-child) {
    text-align: center;
    margin: 0 3px
}
.search_property_container .grid-column .btn{
    display:inline-flex;
}

.property_listing_page_search_by_location{
    width:300px;
}
.custom-breadcrumb a{
    color: #333f48;
    font-size: 12px;
    text-decoration: none;
}
.custom-breadcrumb  svg{
    width:12px;
    height:12px;
    vertical-align: middle;
}
.property-city-select{
    min-height: 60px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.home-search-location{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-left: 1px solid #dbdbdb;
    position: relative;
}
.home-search-wrapper .select2-selection{
    height:60px;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border: none !important;
    box-shadow: none !important;
    padding-top: 13px;
}
.location-search-box-wrapper{
    position: relative;
}
.slider{
    position:relative;
    width: fit-content;
}
.slider-left-btn,.slider-right-btn,.slider-left-btn:hover,.slider-right-btn:hover{
    background-color: rgba(33,40,46,.7);
    background-color: rgba(33,40,46,.4);
    border: none;
    color: #fff;
    font-size: 32px !important;
    height: 48px;
    line-height: 48px;
    outline: none;
    padding: 0;
    text-align: center;
    width: 48px;
}
.slider-left-btn{
    position: absolute;
    top:50%;
    left: 0px;
    transform: translateY(-50%);
    color: white;
}
.slider-right-btn{
    position: absolute;
    top:50%;
    right: 0px;
    transform: translateY(-50%);
    color: white;
}
.slider-list li:not(.active) {
    /* display:none; */
}

/* .slider-list{
    position: relative;
    overflow: hidden;
    display:flex;
    flex-direction: row;
    flex-wrap: nowrap;
} */
.slider_fade {
    position: relative;
    /* animation-name: slider_fade; */
    /* animation-duration: 1.5s; */
    opacity: 1;
  }

@keyframes slider_fade {
    from {opacity: .4;}
    to {opacity: 1;}
}

.slide-image-wrapper img{
    width:100%;
    max-height: 100%;
    border-radius: 0 !important;
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
    min-height: 430px;
}
  @media only screen and (min-width:1000px){
    .slide-image-wrapper{
        width: 712px !important;
        height:401px !important;
        height:430px !important; 
    }
  }

.headline-wrapper{
    position: absolute;
    left: 0;
    overflow: hidden;
    
    right: 0;
    width: 100%;
    background-image: linear-gradient(-180deg,transparent,rgba(0,0,0,.7));
    bottom: 0;
    min-width: 100%;
    /* pointer-events: none; */
    z-index: 1;
    color: white;
    padding: 0 1rem 8px 1rem;
    height: 105px;
    display:flex;
    align-items: flex-end;
}
.headline-main{
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    text-shadow: 0 0 2px rgba(0,0,0,.8);
}
.property_details_head{
    background-color: rgb(0, 0, 0);
    padding:2px 1rem;
    height: 50px;
    /* position:relative;
    top:-2px; */
}
.headline-description {
    display: block;
    max-height: 38px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3rem;
    margin-top: 0.5rem;
    text-shadow: 0 0 2px rgba(0,0,0,.7);
    overflow: hidden;
}
.propery_details{
    max-width: 712px;
    position:relative;
    
}
.slider-list{
    margin-bottom:0;
}

.property_agents_display{
    position: absolute;
    right: 1rem;
    top: 12px;
    max-width: 190px;
}
.agent_image:first-child{
    margin-left:0;
}
.agent_image{
    background: transparent;
    border-radius: 50%;
    margin-left: -0.75rem;
    border: 1px solid #e1e4e6;
}
.agent_names{
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #333f48;
    display: -webkit-box;
    font-size: 12px;
    font-weight: 400;
    height: 2rem;
    line-height: 1 .33;
    margin: 5px 0 0.875rem;
    overflow: hidden;
    white-space: normal;
}

.mobile-display{
    display:none !important;
}
@media screen and (max-width: 600px){
    .agent_names{
        display:none;
    }
    .mobile-display-none{
        display:none !important;
    }
    .mobile-100{
        width:100% !important;
    }
    .mobile-display{
        display:initial !important;
    }
    .see-more-slider-images-btn-mobile{
        display:flex !important
    }
}
.property_details_middle{
    padding: 1rem 1rem 0.75rem;
    border: 1px solid #e9ebed;
    border-top:none;
    display: block;
    text-decoration: none;
    box-sizing: border-box;
}
.property_address{
    color: #333f48;
    font-size: 16px;
    font-weight: 500;
}
.property_contact_agent{
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1;
    margin: 0 0 0.75rem;
    margin-top: 10px;
    display: inline-block;

}
.property_details_inner_wrapper{
    font-size: 14px;
    color: #333f48;
}
.property_details_inner_wrapper{
    display: flex;
    flex-direction: row;
    /* margin-top: 10px; */
    position:relative;
}
.propery_area_details,.property_categories{
    align-items: center;
    color: #333f48;
    display: inline-flex;
    flex-shrink: 0;
    line-height: 1.2;
    margin-right: 1rem;
}
.property_categories{
    flex-shrink: 1;
    max-height: 16px;
    overflow: hidden;
    padding-right: 64px;
    word-break: break-all;
    align-items: start;
}
.property_details_footer{
    align-items: stretch;
    border: 1px solid #e9ebed;
    display: flex;
    height: 40px;
    border-top:none;
    border-bottom-left-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
}
.property_details_footer a{
    color: #333f48;
    text-decoration: none;
    align-items: center;
    border-radius: 0;
    color: #697684;
    display: inline-flex;
    height: auto;
    justify-content: center;
    line-height: normal;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: opacity .3s;
    font-size: 14px;
    font-weight: 500;
    padding: 0 1rem;
    text-align: center;
   
   
}
.property_details_footer a:first-child{
    border-bottom-left-radius: 12px !important;
}
.property_details_footer a:first-child i{
    font-size:12px;
}
.property_details_footer a:last-child{
    border-bottom-right-radius: 12px !important;
    margin-left: auto;
}
.property_details_footer a:active,.property_details_footer a:hover{
    background-color: #e9ebed;
}
.property_detail_btn_icon{
    margin-right: 0.25rem;
    display: inline-block;
}
.slider-left-btn.disabled, .slider-right-btn.disabled{
    color:white;
    pointer-events: all;
}
.slider-front-gallery .slide-show-btn{
    display:block;
    border:none;
    padding:0;
    max-height: 360px;
    overflow: hidden;
}
.slider-front-gallery .column-image{
    width:100%;
    /* max-height: 340px; */
}
.slider-front-gallery .column-image:not(.image-half-height){
    min-height: 360px;
}
.image-half-height{
    height: 180px;
}
.overflow-hidden{
    overflow: hidden;
}
.relative{
    position:relative;
}
.see-more-slider-images-btn , .see-more-slider-images-btn-mobile{
    /* pointer-events: none; */
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: flex;
   
    color: #333f48;
    align-items: center;
    background-color: #fff;
    border-radius: 8px;
    border-width: 0;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
    box-sizing: border-box;
    font-size: 14px !important;
    font-weight: 500;
    height: auto;
    justify-content: center;
    line-height: 1;
    padding: 0.5rem 1rem;
    appearance: none;
    border: none !important; 
    height: 30px;
    line-height: 30px;
}
.see-more-slider-images-btn-mobile{
    /* left: 36%; */
    right:20px;
}
.column-image-4{
    border-bottom:0 !important;
}
.see-more-slider-images-btn:hover{
    border: none !important; 
}
.slider-front-gallery .col-5{
    width:39%;
}
.slider-front-gallery .col-2{
    width:21.2%;
}
.gallery-column{
    max-height: 360px;;
}
.property_headline{
    font-size: 32px;
    margin-bottom: 0.5rem;
    font-weight: 400;
    line-height: 1.5;
}
.action_buttons_wrapper{
    align-items: flex-end;
    display: flex;
    flex-direction: column;
}
.added_label{
    background-color: #00beb3;
    border-radius: 8px;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    padding: 0.25rem 0.75rem;
    white-space: nowrap;
}
.property_price{
    text-decoration: none;
    color: #333f48;
    font-size: 18px;
    font-weight: 500;
}
.property_price .actual_price{
    font-size: 1.5rem;
}
.single_property_heading{
    font-size: 24px;
    font-weight: 500;
    margin: 0 auto 0.5rem
}
.property_attributes{
    width: 33.3333333333%;
    box-sizing: border-box;
    color: #697684;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    margin: 0.5rem 0;
    padding-right: 0.5rem;
}
.property_attributes .attribute{
    align-items: center;
    display: flex;
}
.attribute_label{
    font-size: 16px;
    color: #697684;
    font-weight: 500;
    margin: 0 0 0 0.5rem;
}
.attribute_value{
    font-size: 16px;
    margin-left: 22px;
    color: #333f48;
    font-weight: 500;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.private_ins_tab{
    align-items: center;
    background-color: #f7f8f9;
    border: 1px solid #d2d6da;
    border-radius: 12px;
    display: flex;
    flex-flow: column;
    font-size: 14px;
    font-weight: 500;
    margin-top: 1rem;
    padding: 1rem;
    flex-flow: row;
    font-size: 16px;
    align-content: space-between;
}
.btn-inspection, .btn-inspection:hover{
    align-items: baseline;
    background-color: #e9ebed;
    background-color: var(--text-gray);
    border: 1px solid #333f48;
    border-radius: 8px;
    box-sizing: border-box;
    color: var(--primary-dark);
    color: white;
    display: inline-flex;
    font-size: 14px;
    height: auto;
    justify-content: center;
    line-height: 1.5;
    padding: 0.5rem 1.5rem;
    text-align: center;
    width: 100%;
    font-size: 16px;
    width: auto;
    
}
.btn-inspection:hover{
    background-color: #605f60;
    text-decoration: none;
}
.btn-inspection svg{
    margin-right: 7px;
}

.private_ins_tab .btn-inspection{
    margin-left: auto;
}
.property_single_heading_line{
    font-size: 24px;
    font-weight: 500;
    color: #333f48;
}
.property_single_headline_list li{
    padding-left: 0.75rem;
    list-style: disc;
    list-style-position: outside;
    font-weight: 500;
    font-size: 16px;
}
.property_singe_video-wrapper{
    width: 480px;
    height:270px;
    display:block;
    overflow: hidden;
}
.property_singe_video-wrapper .video-icon-wrapper{
    position: absolute;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    align-items: center;
    background-color: rgba(71,82,90,.5);
    bottom: 0;
    display: flex;
    justify-content: center;
    cursor: pointer;
}
.video-icon-wrapper:hover{
    background-color: rgba(71,82,90,.25);
}
.video-icon-wrapper .video-icon{
    transition: transform .5s cubic-bezier(.15,.9,.3,1.8);
}
.video-icon-wrapper:hover .video-icon{
    transform: scale(1.1);
}
.property_id_wrapper{
    padding: 0.5rem 0;
}
.property_id, .property_updated{
    margin-right: 2rem;
    color: #697684;
    font-size: 12px;
    font-weight: 400;
}
.inline_agent_info .property_agents_display{
    right:20px;
    width: fit-content;
    top:inherit;
    bottom:-12px;
}
.inline_agent_info .agent_image{
    height:40px;
    width:40px;
}
.bg-light-grey{
    background: #f7f8f9
}
.list-style-none{
    list-style:none
}
.property_single_agent{
    display:flex;
    padding-bottom:15px;
    margin-bottom:15px;
    border-bottom: 1px solid #d2d6da;
}
.property_single_agent:last-child{
    border-bottom: none;
}
.property_single_agent .agent_name{
    flex-grow: 1;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25rem;
    margin-bottom:1px;
}
.property_single_agent_details{
    margin-left: 1rem;
}
.property_details_agent_name_wrapper{
    align-items: center;
    margin-top: 0.5rem;
    display: flex;
    justify-content: space-between;
}
.btn-agent-call-small,.btn-agent-call-small:hover{
    align-items: center;
    border: 1px solid #697684;
    border-radius: 8px;
    box-sizing: border-box;
    color: #333f48 !important;
    display: flex;
    flex-direction: row;
    font-size: 14px;
    height: 32px;
    line-height: 1;
    margin-right: 0.5rem;
    overflow: hidden;
    padding: 0.375rem;
    white-space: nowrap;
    font-size: 14px !important;
    width: auto;
    padding-top: 0;
    padding-bottom: 0;

}
.btn-agent-call-small:hover{
    background: #f7f8f9;
}
.agent_info_wrapper {
    display: flex;
    justify-content: space-between;
}
.card-rounded{
    border-radius: 0.75rem;
    border-radius: 12px;
    padding: 1.5rem 1rem;
}
.property_single_make_enquiry_heading{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.625rem;
    margin-bottom: 1.5rem;
    margin-top: 0;
}
.enquiry-form-text{
    color: #333f48;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0.5rem;
}
.enquiry_form_checkboxes{
    display: grid;
    grid-template-columns: 50% 50%;
}
.enquire_form_name_email_row{
    display: grid;
    grid-template-columns: 48% 48%;
    grid-gap:20px;
}
.enquiry_form_checkboxes label{
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    cursor: pointer;
    padding-left: 4px;
}
.enquiry_form_textarea{
    height: 6rem;
    margin-bottom: 0;
    vertical-align: top;
}
.enquiry_form_label{
    margin-top: 0.7rem;
    font-size: 16px;
    margin-bottom: 0.25rem;
    font-weight: 500;
}
.enquiry_form_label .required{
    color: #788390;
}
.enquiry_form_input{
    padding: 0.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    /* border: 1px solid #919191; */
    color: #3a3d40;
    -moz-box-flex: 1;
    width: 100%;
    min-width: 0px;
    outline: currentcolor none medium;
    box-shadow: none;
    height: 45px;
    background-color: transparent;
    cursor: inherit;
    border-radius: 0.5rem;
}
.max-width-660px{
    max-width: 660px;
    padding:0;
}
.enquiry_form_textarea::placeholder{
    color: #b4bac1;
    font-weight: 500;
    font-size:14px;
}
.property_share_link{
    align-items: center;
    background-color: #f0f2f5;
    border-radius: 8px;
    color: #333f48;
    display: flex;
    font-size: 12px;
    margin-bottom: 0.5rem;
    transition: background-color .3s;
    font-size: 14px;
    text-decoration: none;
}
.property_share_link .share_container{
    align-items: center;
    background: #fff;
    border-radius: 50%;
    display: flex;
    height: 2.5rem;
    justify-content: center;
    margin: 0.5rem;
    width: 2.5rem;
}
.property_share_title{
    font-size: 24px;
    font-weight: 500;
}
.share_link_name{
    font-size: 16px;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    font-weight:500;
}
.share-icon{
    font-size: 20px;
}
.share_facebook_icon{
    color: #3b5998;
}
.share_whatsapp_icon{
    color: #25d366;
}
.account_model_wrapper .account_heading{
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 0.5rem;
    margin-top:10px;
}
.account_model_wrapper .account_description{
    color: #697684;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 1rem;
}
.icon_saved_property{
    animation: PropertySaveButtonBounce .4s ease-in-out;
    color: #ffb200;
}
@keyframes PropertySaveButtonBounce {
    0% {
        opacity: .5;
        transform: scale(.6);
    }
    70% {
        transform: scale(1.3) rotate(5deg);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
.agency_name_link,.agent_name_link{
    color: #055fb4;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
}
.agency_address_in_right_card{
    font-size:14px !important;
}
.property_listing_main_headline{
    font-size: 1.5rem;
    line-height: 2.25rem;
    font-weight: 600;
    max-width: 712px;
}
.headline_need_property_expert{
    line-height: 22px;
    font-size: 17px;
    font-weight: 600;
}
.subline_need_property_expert{
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    letter-spacing: 0.0125rem;
    margin:0px;
}
.move-1px-top{
    position: relative;
    top: -1px;
}
.property_listing_second_row{
    /* width: 29%; */
    margin-right:0;
    padding-right:6px;
}
.single_property_second_column{
    margin-right:6px;
}
.btn-view-agencies{
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    outline: none;
    width: 100%;
    border-radius: 0.5rem;
    padding: 0.5rem;
    margin: 0px;
    cursor: pointer;
    text-decoration: none;
    min-height: 2.5rem;
    min-width: 2.5rem;
}

.small-property .img-container{
    max-height:210px;
    overflow: hidden;
}
.small-property a{
    color: #333f48;
}
.small-property .small{
    font-size: 14px;
}
.small-property .property_details_head {
    position: relative;
    top:-4px;
}
.small-property .img-container img{
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
}
.small-property .property_details_middle{
    border-bottom-left-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
}
a.property_head{
    display:block;
    max-width: 712px;
}
.by-default-hidden{
    display:none;
}
.home-search-container .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered .select2-selection__placeholder{
    color: #b4bac1;
    font-weight: 500;
}
.color-black{
    color: var(--text-primary);
}
.slide-show-btn .column-image{
    border-right: 1px solid #f6f6f6;
    border-bottom: 1px solid #f6f6f6;
}
.slide-show-btn {
    position:relative;
}
.slide-show-btn::after{
    content: '';
    pointer-events: none;
    background-color:transparent;
}
.slide-show-btn:hover::after{
    content: '';
    display: block;
    background-color: rgba(0,0,0,.2);
    width: 100%;
    height: 100%;
    pointer-events: none;
    transition: background-color .6s;
    position: absolute;
    top: 0;
    left: 0;
}
.max-width-712px{
    max-width: 712px;
}
.min-width-712px{
    min-width: 712px;
}
.propertey-listing-column{
    flex-basis: content;
    padding-right: 0;
}
@media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        /* max-width: 1140px; */
    }
    .xl-ml-auto{
        margin-left:auto;
    }    
}
.ml-auto{
    margin-left:auto;
}
.clear{
    clear:both
}
.property_details_logo{
    position:absolute;
    right: 0;
    bottom: 0;
    max-width: 210px;
}
.property_details_logo-small{
    bottom: 25px;
    max-width: 210px;
}
.btn-dropdown{
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: 0.0125rem;
    font-weight: 500;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    outline: none;
    width: auto;
    background-color: transparent;
    color: #3A3D40;
    border-radius: 0.5rem;
    padding: 0.375rem 1rem;
    margin: 0px;
    cursor: pointer;
    text-decoration: none;
    min-height: 2rem;
    min-width: 2rem;
    border:none;
}
.btn-dropdown:hover,.btn-dropdown:focus,.btn-dropdown:active{
    border:none;
    background-color: #F5F6F7;
    transition: none;
}
.custom-dropdown .tick-icon-wrapper {
    display: inline-block;
    min-width:30px;
}
.custom-dropdown  .dropdown-menu{
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 0.0625rem 0.25rem 0px;
    border-radius: 0.75rem;
    border:none;
}
.custom-dropdown .dropdown-item{
    color: #333f48;
    font-weight: 600;
    font-size: 14px;
    padding-top:10px;
    padding-bottom:10px;
}

.custom-dropdown .dropdown-item:focus, .dropdown-item:hover{
    background-color: #F5F6F7;;
}
.custom-dropdown .dropdown-open-icon{
    align-items: center;
    display: flex;
    height: 1rem;
    pointer-events: none;
    transition: transform 0.2s ease 0s;
    box-sizing: border-box;
    width:1.5rem;
   
}
.custom-dropdown .show .dropdown-open-icon{
    transform: rotate(-180deg);
    transition: transform 0.2s ease 0s;
}
.page-single-property
{
    color: var(--text-primary-1) !important;
}
.card{
    
}
.v-toast{
    z-index: 99999 !important;
  }
.rounded-50{
    border-radius: 50%;
}
/** Profile section **/
.form-v-select.form-select{
    background-image:none;
    padding:0;
}
.vs__search, .vs__search:focus{
    min-height:30px;
    border:none;
}
.bg-green{
    background: var(--primary-green);
    color:white;
}

.CaptionCont.SelectBox[title~=Price] > span,.CaptionCont.SelectBox[title~=Area] > span{
    color:white !important;
    opacity: .8;
} 

.no-properties-section h5{
    color: #333f48;
    font-size: 16px;
    font-weight: 600;
    margin: 0.75rem;
}
.no-properties-section .subline{
    color: #697684;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 auto 1rem;
    text-align: center;
    width: 285px;
}
.text-green{
    color: var(--primary-green);
}
/* Pagination */
.page-link:hover,.page-link{
    color: var(--primary-green) !important;
} 
.page-link.active, .active > .page-link{
    color: white !important;
    background-color: var(--primary-green) !important;
    border-color: var(--primary-green) !important;
}
.ucfirst::first-letter {
    text-transform:capitalize;
}
.property_types_filter .dropdown-menu{
    min-width: 640px;
    left: -100%;
}
.price_filter .dropdown-menu{
    min-width: 640px;
    left: inherit;
    right: -100%;
}
.area_filter .dropdown-menu{
    min-width: 640px;
    left: inherit;
    right: -100%;
}

.channel_filter .dropdown-item {
    color: #212529;
    font-weight: 400;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.dropdown-footer{
    border-top:1px solid var(--border-secondary);
}
.propertyType{
    height:24px;
    width:24px;
}
.price_filter_title{
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 600;
}
.noUi-connect{
    background: var(--primary-green);
}
.noUi-handle{
    box-shadow:none;
}
.border-radius-50{
    border-radius: 50px !important;
}
.filter_selected,.filter_selected:hover{
    border: 2px solid #3A3D40 !important;
}
.small-property .property_price .actual_price{
    font-size:1.2rem;
}
.more_property_list .property_price .actual_price{
    font-size: 1.125rem;
}
.btn-set-alert{
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;;
    letter-spacing: 0.0125rem !important;;
    font-weight: 500;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    outline: none;
    width: auto;
    border: 0.0625rem solid #c3c3c3;
    background-color: transparent;
    color: var(--text-primary);
    border-radius: 0.5rem;
    padding: calc(0.3125rem) calc(0.9375rem);
    margin: 0px;
    cursor: pointer;
    text-decoration: none;
    min-height: 2rem;
    min-width: 2rem;
}
.btn-set-alert:hover{
    background-color: #F5F6F7;
    border: 0.0625rem solid #3A3D40;
}
.nav-link:focus, .nav-link:hover {
    color: var(--primary-green-hover);
}
.dropdown-item.active, .dropdown-item:active {
    color: white;
    text-decoration: none;
    background-color: var(--primary-green-hover);;
}
span.homepage-search-select2{
    border-top-left-radius: 0 !important;
}
.home-heading{
    font-size: 24px !important;
    line-height: 2.25rem;
}

.m_custom_carousel{
    overflow: hidden;
    width: 100% !important;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    scroll-padding: 0px;
    scroll-snap-type: x mandatory;
}
.m_custom_carousel::-webkit-scrollbar {
    /*Chrome, Safari, Edge*/
    display: none;
  }

/** Homepage changes + Slider Sections **/
.carousel_slide {
    width: 240px;
    padding:0;
}
.carousel_slide:not(:last-child){
    margin-right: 17px;
   
}

.m_carousel_wrapper_small .carousel_slide:not(:last-child){
    margin-right:0px;
    
}

@media all and (min-width:1200px) {
    
}
.m_carousel_wrapper {
    /* max-width: fit-content; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.m_carousel_wrapper .carousel_btn {
    background: none;
    border: 0;
    font: inherit;
    letter-spacing: inherit;
    margin: 0;
    overflow: visible;
    padding: 0;
    text-align: inherit;
    text-transform: inherit;
    top: calc(50% - 2rem);
    padding: 0.75rem;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background-color: white;
    color: inherit;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.27) 0px 0.0625rem 0.25rem 0px;
    cursor: pointer;
    z-index: 1;
    stroke-width: 0.125rem;
    transition: background-color 200ms ease-in 0s;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.m_carousel_wrapper svg.carousel_btn_icon {
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.m_carousel_wrapper .carousel_btn.left {
    position: absolute;
    left: 0.75rem;
    width: fit-content;
}

.m_carousel_wrapper .carousel_btn.right {
    position: absolute;
    right: 0.75rem;
    width: fit-content;
}

.slider-property .property_details_head{
    height:32px;
    top:0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto;
    position: relative;
    width: 100%;
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
}
.slider-property .property_details_logo-small{
   max-width: 100%;
   position:static;
   
}
.slider-property .property_details_logo-small img{
    max-height: 25px; 
}
.slider-property .img-container img {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    min-height: 164px;
}
.slider-property .img-container {
    height: 164px;
    overflow: hidden;
}
.slider-property .property_details_middle {
    border-bottom-left-radius:  0.75rem !important;
    border-bottom-right-radius:  0.75rem !important;
    border: none;
    padding: 0;
    padding-top:10px;
}
.margin-right-small{
    margin-right: 0.75rem !important;
}
.slider-property .property-address{
    /* height:42px; */
    max-height: 42px;
    /* font-weight: 600; */
    color: var(--text-secondary);
    overflow: hidden;
    margin-bottom:4px;
}

.slider-property .small{
    font-size:13px;
}

.slider-property .property_price, .slider-property .property_details_inner_wrapper,
.slider-property .propery_area_details,.slider-property .property_categories{
    color: var(--text-secondary);
} 
.slider-property .property_price{
    font-size:14px;
    color: var(--text-primary);
    margin-bottom:4px;
}
.scroll_slider_in_mobile{
    display:flex;
    overflow: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scroll-padding: 0.5rem;
    scrollbar-width: none;
    justify-content: space-between;
}
.scroll_slider_in_mobile::-webkit-scrollbar {
    /*Chrome, Safari, Edge*/
    display: none;
  }
.slider-property .small-head{
    border: 1px solid var(--border-secondary);
    border-radius: 0.75rem;
    overflow: hidden;
}
.slider-property .small-head:hover{
    border: 1px solid #b6b5b5;
}

.color-green-light{
    /* color: rgb(16 166 1 / 75%); */
        color: var(--primary-half);
}
.propertytype_icon > i{
    font-size: 40px;
}

.btn-white-small {
    display: flex;
    color: #333f48;
    align-items: center;
    background-color: #fff;
    border-radius: 8px;
    border-width: 0;
    box-shadow: 0 1px 2px #0003;
    box-sizing: border-box;
    font-size: 14px !important;
    font-weight: 500;
    height: auto;
    justify-content: center;
    line-height: 1;
    padding: .5rem 1rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none !important;
    height: 30px;
    line-height: 30px;
}

@media (max-width: 767px){
    .home-footer-links{
        display:none;
    }
}

.btn-alt{
    background: var(--primary-two) !important;
    color:white !important;
}
.btn-alt:hover{
    /* background:var(--primary-green) !important; */
}
.m_carousel_wrapper_small  .carousel_btn.left, .m_carousel_wrapper_small  .carousel_btn.right{
        top: calc(50% - 18px);
    }
@media (min-width: 767px){
    /* .m_carousel_wrapper_small  .carousel_btn.left{
        left: -3.25rem;
    }
    .m_carousel_wrapper_small  .carousel_btn.right{
        right: -3.25rem;
    } */
}
.m_carousel_wrapper_small {
    padding: 0 50px;
}
.m_carousel_wrapper_small .carousel_slide {
    width: 285px;
}
.m_carousel_wrapper_small svg.carousel_btn_icon{
    width: 0.8rem;
    height: 0.8rem;
}
.m_carousel_wrapper_small .carousel_btn.left{
    left:-3px;   
}
.m_carousel_wrapper_small .carousel_btn.right{
    right:-3px;   
}
@media (max-width: 767px){
    .m_carousel_wrapper_small .carousel_slide:not(:last-child) {
        margin-right: 0px;
    }
    .small-agency-slide .slide-details{
        text-align: left;;
    }
}
.small-agency-slide .slide-details{
    display:flex;
    flex-direction: column;
    justify-content: center;
}
.small-agency-slide .slide-image,.small-agency-slide .slide-details{
    padding-left: 0;
}
.small-agency-slide .agency-name{
    font-size: 16px;
    margin-bottom: 5px;
    max-width: 100%;
    width: 182px;
}
.small-agency-slide .agency-details{
    text-decoration: none;
}
.small-agency-slide  .slide-details{
    padding-left:0 !important;
    text-decoration: none;
}
.small-agency-slide  .agency-logo{
    min-width: 72px;
    min-height: 72px;
    max-width: 72px;
    max-height: 72px;
    margin-right: 1.25rem;
    border: 1px solid #efefef;
    border-radius: var(--bs-border-radius) !important;
    display:flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.small-agency-slide  .agency-logo img{
    -o-object-fit: fill;
    object-fit: fill;
    min-height: 40px;
}
.small-agency-slide:hover  .agency-logo{
    border: 1px solid #b6b5b5;
}
.small-agency-slide .city_name{
    font-size:14px;
    color: var(--text-gray);
}
.small-agency-slide:hover .agency-city{
    display:none;
}
.hover-helper-text{
    display:none;
    height:24px;
    text-decoration: none;
    font-weight: normal;
    color: var(--primary-green);
}
.hover-helper-text:hover{
    text-decoration: none;
    color: var(--primary-green);
}
.small-agency-slide:hover .hover-helper-text{
    display:block;
    height:24px;
}

@media (max-width: 767px){
    .agency-logo{
        display: inline-block;
    }
    .slide-details, .slide-image{
        text-align: center;
    }
}
.slider-property .property_categories{
    margin-right:0;
    display:inline;
}
.slider-property  .property_details_inner_wrapper {
    align-items: center;
}
.home-heading, .standard-home-margin-t{
    margin-top:51px !important;
    padding:0;
}


.explore_property_container .feature.col {
    width: 140px;
    height:160px;
    flex:none;
}


.explore_property_container .feature.col p{
    font-size:13px;
}
.home-footer-links{
    font-size: 12px;;
}
/************************* CHANGES RELATED TO FONT POPPINS ***************************/
header .nav-pills .nav-item {
    margin-right: 0;
}
.headline-main {
    font-size: 20px;
}
.SearchArea_heading ,.searchArea_box.search-agent .search-title{
    font-size: 1.9rem;
}
.searchArea_box.search-agent h2{
    font-size: 1.2rem;;
}
.default-message .advices .advice{
    font-size: 1rem !important;
}
.locations_agents .heading {
    font-size: 24px;
}
.card_box_form_main .card_box_form h2, .agent_heading h4{
    font-size: 1.25rem;
}
.personal_link {
    font-size: 15px;
}
.CaptionCont.SelectBox .placeholder, .CaptionCont.SelectBox > span {
    font-size:14px;
}
/************************* END CHANGES RELATED TO FONT ***************************/


#exploreAreaTabContent.tab-content>.tab-pane {
    display: block !important;
    visibility: hidden;
    position: absolute;
    left: -9999px;
}
#exploreAreaTabContent.tab-content>.active{
    visibility: visible;
    position: static;;
    left:auto;
}
/* .btn-join:hover{
    background: var(--primary-hover-secondary) !important;
} */

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected, .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted){
    background-color: var(--primary-green);
}
.sc_footer .sc_left a:hover i,.sc_footer .sc_left a:hover svg {
    color:#3A3D40;
    fill:#3A3D40;
}
.agency-city .location_mark{
    color: var(--text-gray);
}
.current_property_breadcrumb_link{
    color: #697684 !important;
}
@media only screen and (min-width:1400px){
    .container-xl-fixed{
       
        max-width: 1140px !important;
        align-items: center;
        justify-content: center;
    }
}
.currency_single_property{
    color: #697684;
}
.mb-16px{
    margin-bottom:16px;
}
.property_single_hr{
    border-top: 1px solid #f0f2f5;
}
.card-box-shadow{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 0.0625rem 0.25rem 0px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2) !important;
}
.property_single_inquiry_form .enquiry_form_checkboxes label, .property_single_inquiry_form .enquiry-form-text,
.property_single_inquiry_form .enquiry_form_label{
    font-size: 15px;;
}
.property_single_inquiry_form .enquiry_form_textarea::placeholder{
    font-size:13px;
}
.property_single_inquiry_form .personal_link{
    font-size: 13.5px;
    color: #697684;
    font-weight: 500;
}
.property_single_inquiry_form .personal_link:hover{
    background-color: transparent;
    color: #333f48;
}
.show_privacy_info{
    max-height: 0;
    transition: max-height .5s ease-in;
    overflow: hidden;
}
.show_privacy_info.show{
    max-height: 200px;
}
.max-width-365px{
    max-width: 364px;
}
.property_details_inner_wrapper{
    margin-top:6px;
}
.location_mark img {
    vertical-align: baseline;
}
.property_added_line{
    font-size: 12px !important;
    text-transform: none !important;
    color: #a5a5a5 !important;
    font-weight: normal !important;
}
.clear-both{
    clear:both;
}
.property_single_highlights{
    margin-top:30px;
}
.float-none{
    float:none;
}
.hightlight-badge-gray{
    background: #f0f1f3;
    color: #2C2E33;
    font-weight: normal;
}
.property_hightlight_item{
    padding: 3px 0;
}
.highlight_item_link{
    text-decoration: none;
}
.highlight_title{
    font-weight: 600;;
}
.property_single_area_attribute_value{
    margin-left:30px;
}
.property_type_icon{
    width: 1.4rem;
    height: 1.4rem;
    fill: var(--text-primary-1);
}
.single_property_type_name{
    margin: 0 0 0 0.2rem;
}
.property_listing_search_form, .property_listing_search_form .form-control,
.property_listing_search_form .default-message .advices .advice,
.property_listing_search_form ul.locations .location span,
.property_listing_search_form .btn {
    font-size: 15px !important;
}
.newly_added_badge{
    position:absolute;
    top:-30px;
}
.newly_added_badge .newly_added_badge_wrapper{
    font-size: 0.75rem;
    line-height: 1rem;
    letter-spacing: 0.0125rem;
    font-weight: 500;
    color: var(--text-primary);
    width: fit-content;
    display: flex;
    flex-direction: row;
    padding: 0.25rem 0.5rem;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 0.5rem;
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 0.0625rem 0.25rem 0px;
}
.newly_added_badge .green_dot{
    border-radius: 50%;
    width: 0.5rem;
    height: 0.5rem;
    background-color: rgb(0, 190, 179);
    flex-shrink: 0;
}
.newly_added_badge .newly_added_badge_text{
    display: inline-flex;
    margin-left: 0.375rem;
    font-size: 12px;
    line-height: 12px;;
    white-space: nowrap;
}
.headline-wrapper-with-badge{
    height:110px;
}
.home-search-filter{
    width: calc(28.33333% - .25rem);
    display: flex;
    justify-content: space-between;
    margin-top: .5rem;
    background-color: rgba(51, 63, 72, .7) !important;
    color: #d6d7d8;
    font-size: 14px;
    border-radius: 8px !important;
}
.home-search-filter:last-child{
    width: 180px;
}
.home-search-filter:not(:last-child){
    margin-right: .5rem;
}
.home-search-filter .wrapper{
    padding: 0 36px 0 10px;
    display: flex;
    max-width: 100%;
    white-space: nowrap;
    align-items: center;
    cursor: pointer;
    line-height: 37px;
    position: relative;
    width: 100%;
}
.home-search-filter .dropdown-icon{
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
}
.home-search-filter .dropdown-icon i{
    background-image: none !important;
    opacity: 1 !important;
    width: auto !important;
    height: auto !important;
}
.home-search-filter .dropdown-icon i::before {
    content: "\f078";
    display: inline-block;
    font: normal normal normal 18px / 1 "Font Awesome 6 Pro";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
}
.column-filter-with-scroll{
    height:260px;
    max-height: 260px;
    overflow-y:auto;
}
.column-filter-with-scroll::-webkit-scrollbar {
    width: 10px;
  }
.column-filter-with-scroll::-webkit-scrollbar-thumb {
    background: var(--text-gray);
  }
  
  /* Handle on hover */
.column-filter-with-scroll::-webkit-scrollbar-thumb:hover {
    background: var(--primary-green);
}
.filter_btn_wrapper .btn{
    font-size:0.9rem !important;
    width: 100%;
    border-radius: 0;;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.home_filter_property_type_icon{
    width: 1.2rem;
    height: 1.2rem;
}
.visibility-hidden{
    visibility: hidden;
}
.ad-sticky-wrapper{
    height: 85%;
    min-width:fit-content;
}
.property-page-ads-wrapper{
    height: 50%;
}
.property_single_ad_1{
    position: -webkit-sticky;
    position:sticky;
    top: 0;
}
.property_single_ad_2{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
.properties_pagination .count_text{
    display:none;
}
.property-type-name , .fs-15{
    font-size: 15px !important;
}
.property_listing_page_search_by_location > input[type="text"]{
    min-height: 38px;
}
.property_highlight_heading{
    text-transform: uppercase;
    color: var(--text-gray);
    font-size: 18px;
    margin-bottom: 10px;
}
.location_properties_page{
    padding-left:10px;
}

.recent-search-wrapper{
    padding: 1px 1px;
    margin-block: 0px;
    padding-inline-start: 0px;
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scroll-padding: 1rem;
    scrollbar-width: none;
    /* justify-content: space-between;; */
}
.recent-search{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 0.0625rem 0.25rem 0px;
    border-radius: 0.75rem;
    height: 7rem;
    min-width: 15rem;
    margin-left:1px;
}
.recent-search:not(:first-child){
    margin-left: 1rem;
}
@media screen and (min-width: 760px) {
    .recent-search{
        width: 19%;
        min-width: auto;;
    } 
}

.recent-search-a{
    display:block;
    color: var(--text-primary);
    text-decoration: none;
    padding: 0.75rem;
    padding-bottom: 0;
}
.recent-search-title{
    font-weight: 500;
    line-height: 1.5rem;
    font-size: 1rem;
    margin-bottom: 3px;
}
.recent-search-subtitle{
    font-size: 0.875rem;
    margin-bottom: 2px;
}
.home-save-alert-button-wrapper{
    position:relative;
}
.home-save-alert-button{
    position:absolute;
    bottom:-15px;
    right:-10px;
}
.home-save-alert-button .red{
    color:var(--primary-dark);
}
.search-input-wrapper-properties-page{
    position:relative;
}
.search-input-wrapper-properties-page .fa{
    position: absolute;
    left: 10px;
    top: 10px;
}
.search-input-wrapper-properties-page > input[type="text"]{
    padding-left:30px;
}
.space-evenly{
    justify-content: space-evenly;
}
@media only screen and (min-width: 1400px){
    .btn-property-listing-search{
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
}

.agency-share-btn{
    display: flex;
    align-items: center;
    gap: 5px;
}
.custom-dashboard-badge{
    display: inline-block;
    color: #fff;
    font-size: .75rem;
    text-transform: uppercase;
    padding: .375rem .5rem;
    border-radius: 0 3px 3px 0;
    background-color: var(--primary-green);
    font-weight: 300;;
}
.small-property .small-head .badge{
    display: inline-block;
    color: #fff;
    position: absolute;
    top: .7rem;
    left: 0;
    font-size: .75rem;
    text-transform: uppercase;
    padding: .375rem .5rem;
    border-radius: 0 3px 3px 0;
    background-color: var(--primary-green);
    font-weight: 300;;
}
.small-property .small-head .badge.for_rent, .custom-dashboard-badge.for_rent{
    background-color: #0070e1;
}
.mobile_submit_btn_home{
    display: none;
}
.justify-between{
    justify-content: space-between;
}
.mobile-menu-toggle{
    display:none;
}
.mobile-display{
    display: none;
}
@media (max-width: 500px){
    .mobile-display{
        display:block;
    }
    .flex-col{
        flex-direction: column;   
    }
    .home-search-container .searchArea_box{
        padding: 40px 12px !important;
        min-height: auto;
    }
    .searcharea_searchwrapper , .searchfilters_filters{
        flex-direction: column;
        gap: 0.5rem;
    }
    .home-search-filter{
        width: 100%;
    }
    .mobile_submit_btn_home{
        display:block;
        font-size: 18px;
        height: auto;
        width:100%;
        border-radius: 8px;
        background: var(--primary-green);
        border: 0;
        color: #fff;
        line-height: 44px;
        padding: 0 1rem;
        text-align: center;
        transition: background-color .3s;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        white-space: nowrap;
        font-weight: 500;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
       
    }
    .searcharea_submitbutton{
        display:none;
    }
    .search-agent .searcharea_submitbutton{
        display:block;
        border-radius: 8px;
        width: 100%;
    }

    ul#exploreAreaTab{
        margin-block: 0px;
        padding-inline-start: 0px;
        list-style-type: none;
        line-height: 0;
        display: flex;
        overflow: auto;
        flex-wrap:unset;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        scroll-padding: 0.5rem;
        scrollbar-width: none;
    }
    ul#exploreAreaTab li{
        scroll-snap-align: start;
        flex-shrink: 0;
        flex-grow: 1;
    }

    .SearchArea_heading{
        line-height: 2.6rem;
    }
    .main-navigation{
        margin-top:0;
    }
    .top_head{
        position: relative;
    }
    .top_head .menu{
        display:none;
    }
    .mobile-menu-toggle{
        position:absolute;
        top:calc(50% - 18px);
        right:10px;
        color: var(--text-primary);
        font-size: 1.3rem;
        cursor: pointer;
        display:inline-block;
    }
    #mobileMenu .main-navigation{
        flex-direction: column !important;
        justify-content: start !important;
    }
    #mobileMenu .nav-item a,#mobileMenu .nav-item a{
        color: var(--text-primary);
        text-align: left;;
    } 
    .offcanvas{
        z-index: 999999999999999;
    }
    .select2-container{
        max-width: 100%;
    }
    .btn-join{
        margin-top: 1rem;;
    }
}
.block{
    display:block;
}
.list-style-none{
    list-style: none;;
}
/* .mt-4{
    margin-top:1rem;
} */

.black-border{
    border: 1px solid #000;
}
@media (min-width: 1367px){
    .property-page-ads-wrapper.ad-1{
        padding-bottom: 2rem;
    }
}
.clear-searches-btn{
    font-size: 13px !important;
    color: var(--text-primary);
    position:relative;
    top:4px;
}
.border-gray-logo{
    border: 1px solid #efefef;
}

.small-agency-slide .agency-name{
    color: var(--text-primary) !important;
}


/** Converting slider to a different layout, homepage small slide. **/
.m_carousel_wrapper_small {
    padding: 0;
}
.m_carousel_wrapper_small .carousel_slide:not(:last-child) {
    margin-right: 17px;
}
.small-agency-slide .agency-logo, .small-agency-slide:hover .agency-logo{
    border:none;
}
.m_carousel_wrapper_small .carousel_slide{
    border-radius: 10px;
    border: 1px solid #e6e6e6;
    padding: 12px 6px;  
}
.m_carousel_wrapper_small .carousel_slide:hover{
    border: 1px solid var(--primary-green);
   
}
.small-agency-slide .agency-properties {
    font-size: 14px;
    color: var(--text-gray);
}

/* //// END Home agency slide ***/

.top_city_listing_link {
    text-decoration: none;
    display: inline-block; 
    padding: 2px 10px;;
    border-radius: 10px; 
    border: 1px solid #333f48;  
    transition: all 0.2s ease;
}

.top_city_listing_link:hover {
    outline-color: #666; /* Optional: change outline color on hover */
}
.whitespace-pre{
    white-space: pre-line;
}
.count_text{
    margin-top:1rem;
}
.txt_rent{
    color: #3a3d40;
    font-size: 13px;;
}

@media (min-width: 1367px) {
    .gallery-column, 
    .slider-front-gallery .slide-show-btn,
    .slider-front-gallery .column-image:not(.image-half-height){
        max-height: 460px;
    }
    .slider-front-gallery .column-image:not(.image-half-height){
        min-height: 460px;
    }
    .image-half-height{
        height: 229px;
    }
}
@media (max-width: 500px) {
    .property_singe_video-wrapper{
        max-width:100% !important;
        height: auto !important;;
        max-height: 300px;
    }
}
.property-verified-badge{
    position: absolute;
    left: 20px;
    bottom: 10px;
    font-size: 14px !important;
    display: flex;
    color: #333f48;
    align-items: center;
    font-size: 12px !important;
    justify-content: center;
    gap: 3px;
    line-height: 1;
    padding: 0.5rem 1rem;
    appearance: none;
    border: none !important;
    height: 30px;
    line-height: 30px;
    background-color: rgba(0, 0, 0, .6);
    border-radius: .4rem;
    color: #fff;
}
.property-verified-badge:hover{
    cursor: pointer;
}
.similar_properties_listing .property_address_small{
    max-width: 268px;
}
.property-verified-badge.badge-small{
    position: static;
    height: 20px;
    line-height: 20px;
    padding: 0.5rem 0.7rem;
}
.badge-listing{
    font-size: 12px;
    display: flex;
    gap: 3px;
    align-items: center;
    justify-content: center;
    padding: 0.25rem 0.5rem;
    display: inline-flex;
    line-height: 1;
    background-color: rgba(0, 0, 0, .6);
    border-radius: .4rem;
    color: #fff;
}

.custom-tooltip .tooltip-inner {
    text-align: left;
    min-width: 300px;
}
.slider-property .custom-tooltip .tooltip-inner {
    font-size: 12px;
}

.main_agent_info .agent_info_left .agent_descripion{
    float:none;
    clear:both;
}
.main_agent_info .agent_info_left .main_other_agents {
    margin-top: 1rem; 
    float: none;
    width: 100%;
    clear: both;
    display: flex;
    align-items: center;
    gap: 7px;
    flex-wrap: wrap;
}
.card_box_team .team_box_main, .card_box_team, .main_agent_properties ,.agent_performance ,.card_box_form_main
, .card_box_about, .agent_properties_head, .agent_properties_listing, .more_property_list_main, 
.more_list_left, .more_list_right ,.other_profile_main, .other_profile{
    float:none !important;
}
.more_property_list .more_property_list_main{
    display: flex;
    float: none;
}
.other_profile_main .other_profile .social_links ,.card_box_form_main .card_box_form{
    float:none;
}
.more_property_list{
    text-decoration: none;;
}
@media (max-width: 500px) {
    .ima_wrapper .main_ima_label, .form-check{
        display: block;
        margin-bottom: 0.7rem;
    }
    ul.pagination{
        flex-wrap: wrap !important;
        margin-bottom:10px;
    }
    .agency-logo{
        border:none !important;
        align-items: baseline;
    }
    .agency-logo img {
        border: 1px solid #efefef;
    }
    .agent-performance-box{
        margin-bottom: 15px !important;
    }
    .profile-logo-left{
        max-width: fit-content;
        margin-bottom: 15px !important;
    }
    .main_agent_info .agent_info_left .agent_descripion{
        margin-bottom: 15px !important;
    }
    .main_agent_info .agent_info_left .main_other_agents {
        margin-bottom: 15px !important;
    }
    
    .card_box_team .team_box_main{
        float:none;
        grid-template-columns: repeat(2, minmax(7.75rem, 1fr));
    }
    .more_property_list .more_property_list_main{
        flex-direction: column;
    }
    .agent_properties_listing .more_list_left img {
        border-top-left-radius: 8px !important;
        border-top-right-radius: 8px !important;
        max-height: 190px;
        object-fit: cover;
    }
    .font-size-heading-medium .btn{
        display:inline-flex;
        align-items: center;
        justify-content: center;;
    }
    .main_size .right_size{
        margin-left: 0;
    }
    .business_form_buttons{
        flex-direction: column;
    }
    .main_address_heading_section{
        padding-bottom: 15px;
    }
}
.agent_properties_listing{
    margin-bottom: 15px !important;
}
button.more_proprties, a.more_proprties{
    display: inline-block;
}
.propertytype_icon .icon-wrapper{
    display: inline-block;
    width: 42px;
    min-height: 42px;
}
.propertytype_icon svg{
    fill:currentColor;
}
.property-gallery-max-restrict{
    max-width: 1920px;
    margin: 0 auto;
}
.property-gallery-wrapper{
    background-color: #f5f6f7;
}
.\!rounded-none {
    border-radius: 0px !important;
}

.hot-badge{
    position: absolute;
    font-weight: 600;
    top:5px;
    left:5px;
    display: inline-block;
    color: #fff;
    font-size: .75rem;
    text-transform: uppercase;
    padding: 2px .5rem;
    background-color: #e4100e;
    border-radius: .3rem;
    text-transform: uppercase;
}
.hot-badge-location-listing ,.hot-badge-location-single{
     top:16px;
     left:16px;
     padding: 2px 1rem;
}
.hot-badge-location-single{
    left: 20px;
    top:10px;
}
.property-location-iframe{
    max-width: 100%;
}
.location-card{
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 0.0625rem 0.25rem 0px; */
    border-radius: 0.75rem;
}
.location-card-header{
    min-height: 3rem;
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
    padding: 1rem;
    background: #202425;
}
.location-card-header .single_property_heading{
    font-size: 20px;
    color:white;
}
.location-card-body{
    padding: 1rem;
}
.property-location-iframe{
    border-bottom-left-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
    margin-bottom: 0;
}
.business-category-icon-wrapper-single svg{
    width: 1.4rem;
    height: 1.4rem;
    fill: var(--text-primary-1);
}
.listing-detail-badges{
    display: flex;
    align-items: center;
    gap:5px;
    position: absolute;
    left: 20px;
    bottom: 10px;
    cursor: pointer;
}
.listing-detail-badges .badge-listing{
   
    font-size: 14px !important;
    display: flex;
    color: #333f48;
    align-items: center;
    font-size: 12px !important;
    justify-content: center;
    gap: 3px;
    line-height: 1;
    padding: 0.5rem 1rem;
    appearance: none;
    border: none !important;
    height: 30px;
    line-height: 30px;
    background-color: rgba(0, 0, 0, .6);
    border-radius: .4rem;
    color: #fff;
    text-decoration: none;;
}
.asking_price_badge{
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.025rem;
    font-weight: 500;
    line-height: 1rem;
    color: #3a3d40;
    background-color: rgb(222 222 222 / 60%);
    padding: 2px 4px;
    border-radius: 3px;
}
.business_btn{
    border-radius: 0.5rem;
    padding: 0.75rem 1.5rem;
    width: 100%;
    transition: background-color 0.2s linear, border-color 0.2s linear, color 0.2s linear;
    border-radius: 3px;
    background: var(--primary-green);
    color:white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap:8px;
}
.business_btn:hover {
    background: var(--primary-two);
     color:white;
}
.inside-button-icons{
   line-height: 16px;
}
.inside-button-icons svg{
    fill: currentColor;
    height: 16px;

}
.property_hightlight_item.property_updated{
    margin-right: 0;
}
.btn-agent-call-small svg{
    position: relative;
    top:-2px;
}
.undisclosed-price{
    display: inline-block;
}
.pid_search_wrapper{
    display:flex;
    align-items: center;
}
.small-input_pid{
    background:transparent;
    color:white;
    margin:0;
    font-size: 12px;
    outline: 0;
    border:0;
    max-width: 140px;
    height: 20px;
}
.small-input_pid::placeholder{
    color:white;
}
#videoModal .btn-close{
    background: #e2e4e5 var(--bs-btn-close-bg) center / 1em auto no-repeat;
}
.offering-cat-bg{
    background-image: linear-gradient(198.53deg, rgba(0,112,225,0.1) 2.75%, rgba(0,112,225, 0.02) 108.4%);
}
.similar_businesses .small-business .img-container img{
    min-height: 199px;
}
.similar_businesses .small-business .img-container{
    max-height: 199px;
}
.home-search-filter.project-developer-filter{
    width: calc(28.33333% - .25rem) ;
}
.project-developer-filter .select2-selection {
    background: transparent;
    padding:0;
    color: #d6d7d8;
    margin:0;
    border:0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    width: 100%;
    height: auto;
    min-height: auto;;
    font-weight: 400 !important;;
}
.project-developer-filter  .select2-selection__rendered ,.project-developer-filter  .select2-selection__placeholder{
    color: #d6d7d8 !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 14px !important;
    font-weight: 400 !important;;
}

.developers-select .option{
    color: var(--text-primary);
}
.project-developer-filter .wrapper{
    padding-right: 5px;
}

.slider-project-small .project_name{
    font-size: 1.2rem;
    margin-bottom: 8px;
}
.slider-project-small .actual_price {
    font-size: 1rem;
}
.type-project-slider-small .carousel_slide{
    width: 265px;
}
.slider-project-small .project-address{
    margin-bottom: 8px;
}

.type-project-slider-large .carousel_slide{
    width: 352px;
     /* aspect-ratio: 4 / 5; */
}
.icons-project-main-gallery.mobile{
    display:none;
}
.porperty_search.project_search{
        background: #f5f6f7 !important;
    }
@media (max-width: 500px) {
    .home-search-filter.project-developer-filter{
        width: 100%;
    }
    .icons-project-main-gallery.mobile{
        display:flex;
    }
    .icons-project-main-gallery{
        display:none;
    }
    .project-home-search, .porperty_search.project_search{
        background: #202425 !important;
    }
    .project-developer-filter .wrapper{
        min-height: 37px;
    }
}

.project_search .searcharea_searchwrapper{
    border-radius: 0 8px 8px 0;
}
.slider-project-large{
    display: block;
    aspect-ratio: 4 / 5;
    position: relative;
    border-radius: 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0, 0, 0, .133)), color-stop(50%, rgba(0, 0, 0, .467)), color-stop(70%, rgba(0, 0, 0, .733))), var(--projects-card-bg);
    background-image: -moz-linear-gradient(rgba(0, 0, 0, .133) 20%, rgba(0, 0, 0, .467) 50%, rgba(0, 0, 0, .733) 70%), var(--project-gallery-image);
    background-image: linear-gradient(rgba(0, 0, 0, .133) 20%, rgba(0, 0, 0, .467) 50%, rgba(0, 0, 0, .733) 70%), var(--project-gallery-image);
    background-size: cover;
    background-repeat: no-repeat;
    text-decoration: none;
}
.slider-project-large .project-detials{
    position: absolute;
    bottom: 3rem;
    inset-inline: 1.5rem;
    z-index: 10;
    /* pointer-events: none; */
} 
.slider-project-large .property_price, 
.slider-project-large .project_name,
.slider-project-large .property-address,
.slider-project-large .property_details_inner_wrapper
{
    color:white;
    margin-bottom:12px;
}
.slider-project-large .propery_area_details,
.slider-project-large .project-offerings{
        color: #d6d6d6;
        margin-bottom:12px;
}
.slider-project-large .project-offerings{
    display:block;
}
.slider-project-large .project_price{
    color: var(--primary-green);
    gap: 3px;
    border-radius: 10rem;
    display: inline-flex;
    padding: 3px 16px;
    font-size: .86rem;
    text-align: center;
    -moz-box-align: center;
    align-items: center;
    white-space: nowrap;
    font-weight: 500;
    font-size: 14px !important;
}
.slider-project-large .project_price .currency,
.slider-project-large .project_price .actual_price
{
    font-size: 14px !important;
}
.project-search-item .project_name{
    color: var(--text-primary);
}
.project-home-search, .project_search{
    background-position: bottom !important;
    background: rgba(0, 0, 0, 0.3);
    background-blend-mode: multiply;
}
.projects-search-form-wrapper{
    max-width: 1100px;
    margin: 0 auto;
}
.home-search-filter .header span>span{
    text-transform: lowercase;
}
/* .property_descirption{
    word-break: break-all;;
} */
.videos-slider-btn{
    
    display: flex;
    color: #333f48;
    align-items: center;
    background-color: #fff;
    border-radius: 8px;
    border-width: 0;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
    box-sizing: border-box;
    font-size: 14px !important;
    font-weight: 500;
    height: auto;
    justify-content: center;
    line-height: 1;
    padding: 0.5rem 1rem;
    appearance: none;
    border: none !important;
    height: 30px;
    line-height: 30px;
}
.icons-project-main-gallery{
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: flex;
    gap:4px; 
}
.icons-project-main-gallery.mobile{
    right:14px;
} 
.project-gallery-main .icons-project-main-gallery .see-more-slider-images-btn, 
.project-gallery-main .icons-project-main-gallery .see-more-slider-images-btn-mobile{
    position:static;
} 
.videos-slider-btn:hover
 {
    border: none !important;
}
.slider-project .project_name{
    margin-right:0;
}
.white-gallery-btn{
    display: flex;
    color: #333f48;
    align-items: center;
    background-color: #fff;
    border-radius: 8px;
    border-width: 0;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
    box-sizing: border-box;
    font-size: 14px !important;
    font-weight: 500;
    height: auto;
    justify-content: center;
    line-height: 1;
    padding: 0.5rem 1rem;
    appearance: none;
    border: none !important;
    height: 30px;
    text-align: center;
}
.offering-cat-bg.toggled{
    background: #f7f8f9;
}
.agency-type-title{
    margin :0 16px !important;
    font-size: 20px !important;
}
.white-gallery-btn:hover {
    border: none !important;
}
.hot-badge.trending{
    background: var(--primary-green) !important;
    aspect-ratio: 1 / 1;
    border-radius: 99999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.icon-featured{
    font-size: 1.1rem;
}
.agent-performance-row{
    display:flex;
    gap: 5px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.agent-performance-row .agent-performance-box{
    min-width: 115px;
    padding: 12px;
}
#swiper_dev_months::after{
    content: "";
    position: absolute;
    top: -moz-calc(50% - 1px);
    top: calc(50% - 1px);
    inset-inline: auto;
    width: -moz-calc(100% );
    width: calc(100% ) !important;
    height: 2px;
    background-color: #e7eef3;
    z-index: 0;
}
.btn-gallery-showcase-items{
    color: #333f48;
    font-size: 12px !important;
    line-height: 1;
    appearance: none;
    border: none !important;
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
}
.capitalize-first-only {
  text-transform: lowercase; /* First force all text to lowercase */
}
.capitalize-first-only::first-letter {
  text-transform: uppercase; /* Then capitalize only the first letter */
}



.news_letter_home input[type="email"]{
    border: 1px solid var(--border-secondary) !important;
    border-radius: 100px !important;
    height: 45px !important;
    font-size: 16px !important;
    color: #151c4a !important;
    font-weight: 300 !important;
    width: 100% !important;
}
.news_letter_home input[type="email"]::placeholder{
     font-size: 16px !important;
}
.news_letter_home button{
    background: var(--primary-green) !important;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1;
    font-style: normal;
    white-space: normal;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
    word-break: break-word;
    align-self: flex-end;
    cursor: pointer;
    pointer-events: auto;
    width: 100%;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    font-family: var(--font-heading-family) !important;
    height: 45px !important;
    border-radius: 100px !important;
    border: 1px solid var(--primary-green) !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    white-space: pre !important;
}
.news_letter_home .klaviyo-form-VXiMe2 form{
    padding: 0 !important;
    margin: 0 !important;
    max-width: 750px !important;
}
.news_letter_home .klaviyo-form-VXiMe2 form > .needsclick.kl-private-reset-css-Xuajs1:first-child {
    min-height: auto !important;
}
.news_letter_home .klaviyo-form-VXiMe2 form > .needsclick.kl-private-reset-css-Xuajs1:first-child > div{
    width: 100%;
    padding:0 !important;
}
.news_letter_home .klaviyo-form-VXiMe2 form > div > div > div:last-child{
    background:transparent !important;
    /* width: fit-content !important; */
    padding:0 !important;
}
.home-mobile-app-heading{
    display:flex;
    gap:4px;
    flex-direction: row;
    justify-content: space-between;
}
 /* .home-mobile-app-heading .icon-wrapper{
    min-width: 321px;
 } */
  .home-mobile-app-heading a{
    text-decoration: none !important;
}
footer.bg-light .app-icon-link{
    color: #8a878f;
}
footer.bg-light .app-icon-link:hover{
    color: #3A3D40;
    fill: #3A3D40;
}
.home-icons-mobile-only{
    display:none;
    margin:10px 0;
    font-size: 22px;
    font-weight: 400;
}
.home-icons-mobile-only a{
    text-decoration: none !important;
}

@media (min-width: 768px) {
    .news_letter_home .klaviyo-form-VXiMe2 form > .needsclick.kl-private-reset-css-Xuajs1:first-child {
        min-height: auto !important;
        /* flex-direction: row !important; */
    }
    .news_letter_home .klaviyo-form-VXiMe2 form>div>div>:first-child div{
        /* width: 60% !important; */
        margin-right: 25px !important;
    }
    .news_letter_home .klaviyo-form-VXiMe2 form > div > div > div:last-child {
        width: 30% !important;
    }
    .news_letter_home .klaviyo-form-VXiMe2 form > div > div > div:first-child{
        padding:0 !important;
        width: 100%;
    }
    .news_letter_home{
        margin-top:10px;
        padding-top:1px;
    }
}
@media (max-width: 500px) {
    .news_letter_home .klaviyo-form-VXiMe2{
        margin-top:60px;
    }
    .news_letter_home .klaviyo-form-VXiMe2 form > div:first-child > div:first-child {
        min-height: auto !important;
        flex-direction: column !important;
    }
    .news_letter_home button{
        width:100% !important;
    }
    .news_letter_home .klaviyo-form-VXiMe2 form > div > div > div:last-child{
        width:100% !important;
    }
     .news_letter_home .klaviyo-form-VXiMe2 form > div > div:last-child {
        margin-top:15px;
        margin-bottom:25px;
    }
    .home-mobile-app-heading{
        flex-direction: column-reverse;
        text-align: center;
    }
    .home-mobile-app-heading .icon-wrapper{
        margin: 10px 0;
        min-width: auto;
    }
    .home-icons-mobile-only{
        display:block;
    }
}
.home-icons-mobile-only a{
    color:var(--text-primary);
}
.news_letter_home .home-heading{
    margin-top:20px !important;
}
.news_letter_home .klaviyo-form-VXiMe2 form p{
    display: none !important;
}
.news_letter_home .klaviyo-form-VXiMe2 form h1{
    text-align: left !important;
}
.news_letter_home .klaviyo-form-VXiMe2 form h1 span{
    text-align: left !important;
    color: #4caf50 !important;
    font-size: 16px !important;
}
.news_letter_home .klaviyo-form-VXiMe2 form h1 {
    margin: 10px 0;
}
.news_letter_home .klaviyo-form-VXiMe2 label{
    margin-top: 10px !important;
}
.news_letter_home .klaviyo-form-VXiMe2 label > div{
    font-size: 14px !important;
    color: #767676 !important;
}
.news_letter_home .klaviyo-form-VXiMe2 label > svg{
    stroke: #767676 !important;
}
.project-des-content{
    position:relative;
}
.project-des-content:before {
    content:'';
    width:100%;
    height:100%;    
    position:absolute;
    left:0;
    top:0;
    background:linear-gradient(transparent 185px, white);
}
.sold-disabled{
    opacity: 0.9;
    pointer-events: none;
    filter: blur(0.3px);
}
.btn-agent-call-small.sold-disabled{
    filter: blur(0.5px);
}
.job-department-icon svg{
    width: 1em;
    height: 1em;
}
.home-mobile-app-heading .icon-wrapper {
    margin-top: 1rem;
}

#franchise_search_form select {
    color: #6b7280;
}
@media screen and (max-width: 767px) {
    .franchise-footer a:last-child {
        margin-left: auto !important;
        padding-right: 0.5rem !important;
    }
}
@media screen and (max-width: 767px) {
    .page-single-property .single_property_second_column {
        max-width: 100%;
        margin: 0 !important;
        padding: 0px 20px !important;
    }
}
@media screen and (max-width: 767px) {
    .porperty_info.bg-light-grey .max-width-660px {
        max-width: 90%;
        margin: 0 auto;
    }
    .small-property.small-business {
        margin: 10px 0;
    }
}

.type-space-slider-large .carousel_slide{
    width: 352px;
}
.slider-space-large{
    background-position: center;
}
.type-space-slider-small .carousel_slide {
    width: 285px;
}
.coworking-home-search{
    background: rgba(0, 0, 0, 0.15);
}
.spaces-home .searcharea_searchwrapper {
    border-radius: 0 8px 8px 0;
}
@media (max-width: 500px) {
    .coworking-home-search, .porperty_search.space_search {
        background: #263037 !important;
    }
}
.page-single-franchise .price_unit,
.property_listing_main .price_unit,
.small-space .price_unit
{
    font-size: 0.85em !important;
}
.type-space-slider-small .price_unit{
     font-size: 14px !important;
}
.small-space .property_price{
    font-size:  16px;
}
.coworking-home-search .home-search-filter
    {
    width: calc(33.33333% - .15rem);
}
@media (max-width: 500px) {
    .coworking-home-search .home-search-filter {
        width: 100%;
    }
}
.markaz-verified-badge{
    color: var(--primary-green);
    cursor: pointer;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    position: relative;
    top:-1px;
    
}

.markaz-verified-badge.secondary{
    color: var(--primary-two);
}
.markaz-verified-modal{
    text-decoration: none;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
}
.markaz-verified-modal h5{
    font-size: 1.1rem;
}
.verified-tick-icon{
    width: 21px !important;
    height: 21px !important;
    min-width: 21px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 13px;
    position: relative;
    top: 2px;
}

.flag_link{
    display:flex;
    align-items: center;
    gap:4px;
    color:inherit;
    text-decoration: none;
}
.flag_link svg{
    color:orange;
}
.flag_link:hover{
     color:var(--text-primary);
}
/* .name-with-badge{
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 0.5em;
}
.name-with-badge > span{
    grid-row: 1;
}    */

.small-slider-badge-wrapper{
    position: absolute;
    left: 5px;
    bottom: 5px;
    font-size: 11px !important;
    display:flex;
    gap: 3px;
}
.bg-danger.property-verified-badge,
.bg-danger.badge-listing{
    background:rgba(240, 143, 0, 0.6) !important;
}

.custom-shadow{
    box-shadow: 8px 8px 12px rgba(239, 246, 255, 1) !important;
}

#salesModal .modal-header{
    background: #f2f2f2;
    background-position: center right 13px;
    background-repeat: no-repeat;
    border-start-start-radius: 9px;
    background-size: cover;
    border-start-end-radius: 9px;
    border-end-end-radius: 100px;
    height: 100%;
    width: 100%;
}
.custom-green-pricing-box{
    box-shadow: 8px 8px 12px rgba(243, 255, 239, 1) !important;
    border: 1px solid rgb(22 163 74) !important;
}

.hot-badge.premium{
  background-color: #ffbf00;
  color: var(--text-primary);
}



.mortagage-btn{
    font-size: 0.875rem !important; 
    line-height: 1.25rem !important; 
}
.broker-location ,.broker_see_details{
    color:var(--text-secondary);
}

.color-green-light.icon-wrapper{
    color: var(--primary-two);
}
.btn-primary:hover, .btn-blue:hover {
    border-color: var(--primary-two) !important;
}

@media (max-width: 700px) {
    .explorebyarea_container{
        margin-bottom: 30px;
    }
    .property-page-ads-wrapper{
        height: auto;
    }
    .enquire_form_name_email_row{
        grid-template-columns:100%;
    }
}
.btn-black{
    background-color: var(--primary-two);
    color:white;
}
.btn-black:hover{
    background-color: var(--primary-two);
    color:white;
}
.team-slider{
    min-height: 315px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 0.0625rem 0.25rem 0px;
    border-radius: 12px !important;
    margin-bottom: 2px;
}
.team-slider .property_details_middle{
    border: none;
}
.team-slider .img-container{
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
}
.icon-size-fix {
    min-width: 22px;
    display: inline-block;
    text-align: left;
}
.account-menu ul .dropdown-item{
    display: flex;
    align-items: center;
    gap:5px;
}