/*=====Css of Dropdown=====*/
.dropdown-menu.open.show
{
	transform: unset!important;
	
}
/*To make dropdown visible on search page*/

.ultimate_property_search_box_wrapper {
 
    border-bottom: 1px solid transparent !important;
}
/*=====================*/


.api-result-page .API-search-result-container{
   margin-top:0;
}

.api-result-page > *, .api-result-page .API-search-result-container > *,
 .API-search-result-Box-wrapper a, .API-search-result-Box-inner-wrapper, 
.API-search-result-Box-inner-wrapper > *, .ExpoUnitsWrapper, .ExpoUnitsWrapper > *,
.api-search-result-prop-desc-wrapper {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ultimate_property_search_box_wrapper .bootstrap-select.btn-group .dropdown-toggle .filter-option{
	font-size: 11px;
}
.ultimate-property-plugin p {
    margin: 0 0 20px 0;
}
.api-result-page div.API-search-result-container{
	font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
    vertical-align: baseline;
    white-space: normal;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}
.container.ultimate-property-plugin .resalesContainerWrapper .top-text {
    width: 300px;
    text-align: center;
}
.api-result-page .resalesContainerWrapper .FeaturedAccentColor .PropLocation{
	color: #F26C21;
}
.API-search-result-Box-wrapper a{
	outline: 0;
}
.NewDevAccentColor .absolute-box, .NewDevAccentColor .api-search-result-units-wrapper {
    /*background-color: #3d6aa8;*/
}
.NewDevAccentColor .api-search-result-units-wrapper {
    background: #3D6AA8;
    padding: 7px 24px;
    min-width: 189px;
    width: auto;
}
.ultimate-property-plugin .ExpoContainerWrapper .top-text{
	width: 300px;
   /* background-color: #3D6AA8;*/
    text-align: center;
}
.ultimate-property-plugin .middle-text{
	padding: 10px;
	color: white;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 1;
	text-shadow: 1px 1px 5px #000;
	/* background: linear-gradient(90deg, transparent, #6f6f6f, transparent); */
}
@media (min-width:1025px) {

	.ultimate-property-plugin .middle-text{
		line-height: 40px;
		font-size: 40px;
		width: calc(100% - 110px);
	}
}
@media (max-width:1024px) and (min-width:769px) {

	.ultimate-property-plugin .middle-text{
		line-height: 35px;
		font-size: 35px;
		width: calc(100% - 110px);
	}
}

@media (max-width:768px) and (min-width:481px) {

	.ultimate-property-plugin .middle-text{
		line-height: 25px;
		font-size: 25px;
		width: calc(100% - 40px);
	}
}

@media (max-width:480px) {

	.ultimate-property-plugin .middle-text{
		font-size: 18px;
		line-height: 18px;
		width: calc(100% - 40px);
	}
}

/* Contact form7 css start*/
.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0;
}
.ultimate-property-plugin .ContactFormWrapper form {
    margin-bottom: 20px;
}
.ultimate-property-plugin .ContactFormWrapper label, .ultimate-property-plugin .ContactFormWrapper legend {
    display: block;
    color: #555;
    margin: 0 0 5px 0;
}
.ultimate-property-plugin .ContactFormWrapper label{
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
}
.wpcf7-form-control-wrap {
    position: relative;
}
.ultimate-property-plugin .ContactFormWrapper label span,
.ultimate-property-plugin .ContactFormWrapper legend span {
    position: relative;
    top: -2px;
    font-weight: normal;
    font-size: 11px;
}
.ultimate-property-plugin .ContactFormWrapper input[type="text"], 
.ultimate-property-plugin .ContactFormWrapper input[type="tel"], 
.ultimate-property-plugin .ContactFormWrapper input[type="password"], 
.ultimate-property-plugin .ContactFormWrapper input[type="email"], 
.ultimate-property-plugin .ContactFormWrapper input[type="number"], 
.ultimate-property-plugin .ContactFormWrapper input[type="date"], 
.ultimate-property-plugin .ContactFormWrapper textarea, 
.ultimate-property-plugin .ContactFormWrapper select, 
.ultimate-property-plugin .ContactFormWrapper .elementor-field-group .elementor-field-textual {
    -webkit-appearance: none;
    border: none;
    outline: none;
    color: #444;
    display: inline-block;
    width: 100%;
    margin: 0 0 16px 0;
    padding: 11px 16px;
    height: 42px;
    background: #fff;
    border: 1px solid #d5d9dd;
    border-radius: 3px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    direction: ltr;
}
.ultimate-property-plugin .ContactFormWrapper textarea {
    min-height: 60px;
    font-size: 14px;
    width: 100%;
}
.ultimate-property-plugin .ContactFormWrapper .wpcf7-form textarea, 
.ultimate-property-plugin .ContactFormWrapper textarea.elementor-field-textual {
    min-height: 200px;
}
div.wpcf7-response-output {
    clear: both;
    border-radius: 3px;
    margin: 20px 0 0 0;
    padding: 2%;
    text-align: center;
}
.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
}
.wpcf7 form.init .wpcf7-response-output {
    display: none;
}
input[type="submit"]:hover{
	    cursor: pointer;
    opacity: 0.85;
    color: #fff;
}
input[type="submit"]{
	background: #f26e21;
	color:#fff;
	display: inline-block;
    position: relative;
    border-radius: 3px;
    border: none;
    -webkit-appearance: none;
    -webkit-transition: all 0.2s linear;
    moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-size: .75em;
    line-height: 42px;
    height: 42px;
    padding: 0 2em;
    text-align: center;
    text-transform: uppercase;
    text-shadow: none !important;
    font-weight: normal !important;
}
div.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-image: url(../../assets/ajax-loader.gif);
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    margin: 0 0 0 4px;
    vertical-align: middle;
}
/* Contact form7 css end*/

/* ____________________________________________________________________________________ */
.container.ultimate-property-plugin{
	width: 90%;
    margin: 0 auto;
}
/*Search button css*/
.ultimate_property_search_box_wrapper button,
.ultimate_property_search_box_wrapper .btn{
	background: #2F4F4F;
	padding: 0 2em;
	text-transform: uppercase;
	display: inline-block;
    position: relative;
    border-radius: 3px;
    border: none;
    -webkit-appearance: none;
    -webkit-transition: all 0.2s linear;
    moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-size: .75em;
    line-height: 42px;
    height: 42px;
    padding: 0 2em;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    text-shadow: none !important;
    font-weight: normal !important;
}
.ultimate_property_search_box_wrapper .btn-primary:hover {
	color: #fff;
background-color: #2F4F4F;
border-color: #0089bc;
   box-shadow: inset 0 0 0 99999px rgba(0,0,0,.1);
}
/*Search button css end*/
.ultimate_property_search_box_wrapper .form-control{
	-webkit-appearance: none;
    outline: none;
    color: #444;
    display: inline-block;
    width: 100%;
    margin: 0 0 16px 0;
    padding: 11px 16px;
    height: 42px;
}
.vc_row[data-vc-full-width]{
	overflow:visible !important;
}
.parentOverflowVisible .dropup .dropdown-menu, .parentOverflowVisible .navbar-fixed-bottom .dropdown .dropdown-menu{
	top: 100% !important;
    bottom: auto !important;
}
.nice-select.selectpicker.bootstrap-select{
	display:none;
}
.bootstrap-select>.dropdown-toggle{
	overflow:hidden;
}
.ultimate_property_search_box_wrapper .dropdown-header{
	cursor:pointer;
	line-height:20px;
}
.bootstrap-select .btn.dropdown-toggle{
	 background-color:#fff;
	 border-radius: 3px;
    border: solid 1px #d5d9dd;
	color: #000;
	padding-left: 10%;
    padding-right: 10%;
}
.ultimate_property_search_box_wrapper .bootstrap-select > .dropdown-toggle.bs-placeholder{
	color: #000;
}
.bootstrap-select.btn-group .dropdown-menu{
	width:max-content;
}
.api-result-page{
	width:100%;
	margin:0 auto;
	background:#f4f4f4;
}
.ultimate_property_search_box_wrapper{
	position: relative;
	background: #efefef;
	border-bottom: 1px solid #d5d9dd;
}
.ultimate_property_search_box_wrapper:before{
	content:"";
	display:block;
	/*padding-top:5.5%;*/
}
.api-result-page .ultimate_property_search_box_wrapper #searchForm{
	 position: relative;
   
    padding-top: 1%;
}
.API-search-result-container{
	min-height:100vh;

}
.API-search-result-container, .api-result-page .ultimate_property_search_box_wrapper{
	position:relative;
	margin:0 auto;
	width:95%;
	display:block;
	padding-top:10px;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.api-result-page .ultimate_property_search_box_wrapper{
		-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-90%);
	width:100%;
       z-index: 1;
}
.ultimate_property_search_box_wrapper form{
	padding-top:1%;
	padding-bottom: 1%;
	width:96%;
	margin:0 auto;
	/*border-radius: 12px;*/
	margin-bottom: 0px;
	max-width: 1940px;
}
.ultimate_property_search_box_wrapper .nice-select{
	margin-bottom: 0;
}
.ultimate_property_search_box_wrapper .nice-select.selectpicker{
	display:none;
}
.ultimate_property_search_box_wrapper .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
	width:100%;
	max-width:100%;
}
.ultimate_property_search_box_wrapper .col-lg-1, .ultimate_property_search_box_wrapper .col-lg-10, .ultimate_property_search_box_wrapper .col-lg-11, .ultimate_property_search_box_wrapper .col-lg-12, .ultimate_property_search_box_wrapper .col-lg-2, .ultimate_property_search_box_wrapper .col-lg-3, .ultimate_property_search_box_wrapper .col-lg-4, .ultimate_property_search_box_wrapper .col-lg-5, .ultimate_property_search_box_wrapper .col-lg-6, .ultimate_property_search_box_wrapper .col-lg-7, .ultimate_property_search_box_wrapper .col-lg-8, .ultimate_property_search_box_wrapper .col-lg-9, .ultimate_property_search_box_wrapper .col-md-1, .ultimate_property_search_box_wrapper .col-md-10, .ultimate_property_search_box_wrapper .col-md-11, .ultimate_property_search_box_wrapper .col-md-12, .ultimate_property_search_box_wrapper .col-md-2, .ultimate_property_search_box_wrapper .col-md-3, .ultimate_property_search_box_wrapper .col-md-4, .ultimate_property_search_box_wrapper .col-md-5, .ultimate_property_search_box_wrapper .col-md-6, .ultimate_property_search_box_wrapper .col-md-7, .ultimate_property_search_box_wrapper .col-md-8, .ultimate_property_search_box_wrapper .col-md-9, .ultimate_property_search_box_wrapper .col-sm-1, .ultimate_property_search_box_wrapper .col-sm-10, .ultimate_property_search_box_wrapper .col-sm-11, .ultimate_property_search_box_wrapper .col-sm-12, .ultimate_property_search_box_wrapper .col-sm-2, .ultimate_property_search_box_wrapper .col-sm-3, .ultimate_property_search_box_wrapper .col-sm-4, .ultimate_property_search_box_wrapper .col-sm-5, .ultimate_property_search_box_wrapper .col-sm-6, .ultimate_property_search_box_wrapper .col-sm-7, .ultimate_property_search_box_wrapper .col-sm-8, .ultimate_property_search_box_wrapper .col-sm-9, .ultimate_property_search_box_wrapper .col-xs-1, .ultimate_property_search_box_wrapper .col-xs-10, .ultimate_property_search_box_wrapper .col-xs-11, .ultimate_property_search_box_wrapper .col-xs-12, .ultimate_property_search_box_wrapper .col-xs-2, .ultimate_property_search_box_wrapper .col-xs-3, .ultimate_property_search_box_wrapper .col-xs-4, .ultimate_property_search_box_wrapper .col-xs-5, .ultimate_property_search_box_wrapper .col-xs-6, .ultimate_property_search_box_wrapper .col-xs-7, .ultimate_property_search_box_wrapper .col-xs-8, .ultimate_property_search_box_wrapper.col-xs-9{
	padding-left: 15px;
    padding-right: 0px;
	/* margin-bottom:1.2%; */
}

.ultimate_property_search_box_wrapper form input[type="text"]{
	background: #fff;
    border: 1px solid #d5d9dd;
    border-radius: 3px;
	margin-bottom: 0%;
}

.ultimate_property_search_box_wrapper .row{
	margin-top:0;
	margin-bottom:0;
	
}
@media screen and (min-width:1201px) {
	.grid-layout{
		width: 30.9999% !important;
	}
}

@media screen and (min-width:769px) and (max-width:1200px) {
	.grid-layout{
		width: 49% !important;
	}
}

.grid-layout .API-search-Box-image-wrapper{
	width:100% !important;
}
.grid-layout .api-search-result-box-img{
    height: 230px !important;
}
.grid-layout .api-search-result-content-box{
	width:100% !important;
}
.grid-layout .API-search-result-Box-inner-wrapper{
	display: block !important;
}

.grid-layout .absolute-box{
    position: absolute !important;
    top: 10% !important;
    left: -4% !important;
    left: -4% !important;
    padding: 15px !important;
    color: #ffffff !important;
    line-height: 16px !important;
    text-transform: uppercase !important;
    min-width: 52% !important;
    text-align: center !important;
}

.grid-layout .api-search-result-box-prop-loc-type-wrapper {
    text-align: center;
}

.API-search-result-Box-wrapper{
	display:inline-block;
	width: 100%;
	position: relative;
	background:#ffffff;
	vertical-align:top;
	/*margin-top:8%;*/
	/* margin-right:3.5%; */
	margin-bottom:2%;
	cursor: pointer;
}
.API-search-result-Box-wrapper a, .API-search-result-Box-wrapper a:hover{
	text-decoration:none;
	display:block;
	opacity: 1;
    color: #000;
}
.API-search-result-Box-inner-wrapper{
	width: 100%;
	/* padding: 2%; */
	position:relative;
	padding: 1% 1% 1% 1% !important;
    min-height: auto !important;
	display:flex;
}
.API-search-Box-image-wrapper{
	position:relative;
	width:60%;
	max-width: 800px;
	
}
.api-search-result-box-img{
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	height: 100% !important;
    margin-bottom: 8px!important;
}
.api-search-result-box-img:before{
	padding-top:70%;
	content:'';
	display:block;
}
.api-search-result-content-box{
	width:40%;
	position:relative;
	/* padding-bottom: 12%; */
}
.api-search-result-box-price{
	padding-top: 5%;
    font-size: 1.625rem;
    line-height: 1em;
    font-weight: 600;
	padding-bottom: 2%;
	margin-bottom: 5%;
}
.api-search-result-box-prop-loc-type-wrapper{
	/* position:relative;
	width:100%;
	text-align: center;
	padding-bottom:2%; */
}
.api-search-result-box-prop-type{
	font-size:16px;
}
.api-search-result-box-prop-location{
	text-transform: uppercase;
    /* font-size: 0.875rem; */
    font-weight: 600;
    letter-spacing: 0.1rem;	
	padding: 10px 0px !important;
    font-size: 100% !important;
}
.api-search-result-prop-desc-wrapper, .api-search-result-prop-info-wrapper{
	width:100%;
	position:relative;
	display:block;
	padding: 0 !important;
	margin-bottom: 5px;
}
.api-search-result-prop-desc-wrapper {
    margin-top: 10px;
    margin-bottom: 5px !important;
}
.api-search-result-prop-info-wrapper{
	display:flex;
	overflow:hidden;
}
.api-search-result-prop-info-key, .api-search-result-prop-info-line, .api-search-result-prop-info-value{
	display:inline-flex;
	white-space: nowrap;
	text-transform: none;
	/* line-height: 19px; */
}
.api-search-result-prop-info-key{
	text-transform:capitalize;
}
.api-search-result-prop-info-line{
	width: 100%;
	border-bottom: 1px dashed #000;
}
.grid-view .api-search-result-units-wrapper{
	width: fit-content !important;
    margin: 5px auto !important;
	color:#ffffff !important;
}
.list-view .api-search-result-units-wrapper{
	width: fit-content !important;
	color:#ffffff !important;
	margin-top: 15px;
}
.API-search-result-Box-wrapper .absolute-box{
	/* position: absolute;
    top: 10%;
    left: -4%; */
    padding: 15px;
    color: #ffffff;
    /* line-height: 16px; */
	text-transform: uppercase;
	/* min-width: 52%; */
    text-align: center;
}
.clickViewAllProperties{
	display:none;
}
.clickViewAllProperties.active{
	display:block;
}
.strike-out-price{
	text-decoration:line-through;
	margin-left:4%;
	color: rgba(0,0,0,0.5);
}
.dropdown-menu.inner .dropdown-header .text:hover {
    background: rgba(0,0,0,0.1);
}
.API-search-result-Box-wrapper .absolute-box:hover{
	color:#f7f7f7;
}
.NewDevAccentColor .absolute-box, .FeaturedAccentColor .top-text {
    background-color:#708090;
    /* padding: 15px 25px; */
}
.NewDevAccentColor .absolute-box, .FeaturedAccentColor .top-text:hover {
    /*box-shadow: inset 0 0 0 99999px rgba(0,0,0,.1) !important;*/
}
.ResaleNewDevAccentColor .absolute-box, .ResaleNewDevAccentColor .top-text {
	/*background: #3D6AA8;*/
}
.ResaleNewDevAccentColor.ResalesApi .api-search-result-box-prop-location{
	color: #3D6AA8;
}
.ResalesApi .api-search-result-box-prop-location {
    color: #32A787;
}
.ResalesApi .api-search-result-box-prop-location:hover {
  /*  color: #169F79;*/
}
.NewDevAccentColor .api-search-result-units-wrapper:hover, .NewDevAccentColor .absolute-box:hover{
box-shadow: inset 0 0 0 99999px rgba(0,0,0,.1);
}
.NewDevAccentColor .absolute-box:hover, .FeaturedAccentColor .top-text:hover {
  /*  background-color: #22569F;*/
}
.resalesContainerWrapper .PreBuiltAccentColor .PropLocation {
    color: #169F79;
}
.NewDevAccentColor .api-search-result-box-prop-location{
	color: #3d6aa8;
}
.NewDevAccentColor .api-search-result-box-prop-location:hover{
	/*color: #22569F;*/
}
.FeaturedAccentColor .api-search-result-box-prop-location{
	color: #F26C21;
    /* padding: 15px 25px; */
}
.FeaturedAccentColor .api-search-result-box-prop-location:hover{
	color:#C64D08;
}
.FeaturedAccentColor .absolute-box, .FeaturedAccentColor .top-text {
    background-color: #2F4F4F;
    /* padding: 15px 25px; */
}

.FeaturedAccentColor .absolute-box:hover, .FeaturedAccentColor .top-text:hover{
	/*background-color: #C64D08;*/
	box-shadow: inset 0 0 0 99999px rgba(0,0,0,.1);
}
.PreBuiltAccentColor .absolute-box, .PreBuiltAccentColor .top-text {
  background-color: #708090;
    /* padding: 15px 25px; */
}
.PreBuiltAccentColor .absolute-box, .PreBuiltAccentColor .top-text :hover{
  box-shadow: inset 0 0 0 99999px rgba(0,0,0,.1);
}
.PreBuiltAccentColor .absolute-box:hover, .PreBuiltAccentColor .top-text:hover {
   /* background-color: #169F79;*/
    padding: 15px 25px;
}
.all-properties-btn-wrapper{
	text-align:center;
}
.all-properties-btn-wrapper, .all-properties-btns-wrapper{
	text-align:center;
	padding-bottom:3%;
}
.prop-btn-link{
	margin-right:4%;
	
}
.prop-btn-link:nth-child(3n){
	margin-right:0%;
}
.bootstrap-select.btn-group .dropdown-toggle .caret{
	right:7px;
}
.dropdown-menu.inner .dropdown-header .text{
	border: 1px solid #959595;
    padding: 4px;
    vertical-align: middle;
}
.dropdown-menu .btn{
	white-space:normal;
}
/* Resale template css */
.resalesContainerWrapper, .ExpoContainerWrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    display: block;
}
.resalesContainerWrapper .bannerImageWrapper, .ExpoContainerWrapper .bannerImageWrapper, .ExpoContainerWrapper .imagesWrapper{
	margin-top:3.7%;
}

.resalesContainerWrapper .resalesContainerInnerWrapper, .ExpoContainerWrapper .ExpoContainerInnerWrapper{
	position:relative;
	width:100%;
}
.resalesContainerWrapper .Image, .ExpoContainerWrapper .Image{
    position: relative;
    margin: 0px auto;
    top: 0px;
    z-index: 0;
    width: 100%;
    /* margin-left: 20%; */
}
.resalesContainerWrapper .Image::before, .ExpoContainerWrapper .Image::before, .mapWrapper .googleMap::before {
	content: "";
	padding-top: 40.3%;
	display: block;
	background: rgba(0,0,0,0.2);
}
.background-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
}
.resalesContainerWrapper .googleMap iframe, .ExpoContainerWrapper .googleMap iframe, .resalesContainerWrapper .googleMap #map, .ExpoContainerWrapper .googleMap #map {
    width: 100%;
	position: absolute !important;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
    /*margin-left:1.5%;*/
}

.resalesContainerWrapper .propTypesLocWrapper, .ExpoContainerWrapper .propTypesLocWrapper {
    margin-top: 2.6%;
}
.resalesContainerWrapper .price, .ExpoContainerWrapper .price {
	display: block;
    font-size: 35px;
    text-align: center;
    word-spacing: 2px;
	width: 100%;
    margin: 0px auto;
}
.resalesContainerWrapper .price-wrapper, .ExpoContainerWrapper .price-wrapper {
    position: relative;
    display: block;
    width: 40%;
    margin: 0px auto;
	margin-top: 4%;
}
.resalesContainerWrapper .price2 {
    text-decoration: line-through;
    margin-left: 2%;
	color:rgba(0,0,0,0.5);
}
.resalesNewDevContainerWrapper.resalesContainerWrapper .price2.max-price{
	text-decoration: none;
	color:rgb(0,0,0);
}
.resalesContainerWrapper .price .price1, .ExpoContainerWrapper .price .price1 {
    margin-left:0%;
}
.resalesContainerWrapper .propTypesLocInnerWrapper, .ExpoContainerWrapper .propTypesLocInnerWrapper {
    text-align: center;
}
.resalesContainerWrapper .PropType, .ExpoContainerWrapper .PropType {
    font-size: 17px;
    text-align: center;
    margin-bottom: 3%;
    width: 44%;
    margin: 0px auto;
}

.resalesContainerWrapper .PropLocation, .ExpoContainerWrapper .PropLocation {
    font-size: 29px;
    color: #F26C21;
	color:rgba(108,109,114,1);
    /* word-spacing: 5px; */
    margin: 0px auto;
    margin-top: 1%;
    text-align: center;
    margin-bottom: 3.4%;
}
.resalesContainerWrapper .FeaturedAccentColor .PropLocation{
	color: #F26C21;
}
.resalesContainerWrapper .availabilityWrapper, .ExpoContainerWrapper .availabilityWrapper {
    width: 100%;
    width: 100%;
    margin: 0px auto;
    text-align: center;
}
.resalesContainerWrapper .availabilityWrapper .key-value-wrapper:nth-child(2n+1), .ExpoContainerWrapper .availabilityWrapper .key-value-wrapper:nth-child(2n+1) {
    margin-right: 5%;
}
.resalesContainerWrapper .availabilityWrapper .key-value-wrapper, .ExpoContainerWrapper .availabilityWrapper .key-value-wrapper {
    display: flex;
	width: 46%;
}
.resalesContainerWrapper .availabilityWrapper .key-value-wrapper:nth-child(odd), .ExpoContainerWrapper .availabilityWrapper .key-value-wrapper:nth-child(odd) {
    margin-right: 5%;
}
.resalesContainerWrapper .availabilityWrapper .key, .availabilityWrapper .line, .availabilityWrapper .value, .ExpoContainerWrapper .availabilityWrapper .key {
    display: inline-flex;
	white-space: nowrap;
}
.resalesContainerWrapper .availabilityWrapper .line, .ExpoContainerWrapper .availabilityWrapper .line {
    width: 100%;
    border-bottom: 1px dashed #000;
}

.resalesContainerWrapper .availability, .ExpoContainerWrapper .availability {
	width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    /* display: inline-block; */
   vertical-align: top;
    font-size: 20px;
    /* width: 46%; */
    white-space: nowrap;
}
.resalesContainerWrapper .availability:nth-child(2n), .ExpoContainerWrapper .availability:nth-child(2n){
	 margin-left: 7.5%;
}
.resalesContainerWrapper .availabilitynext, .ExpoContainerWrapper .availabilitynext {
    font-size: 20px;
    width: 20%;
    position: relative;
    white-space: nowrap;
}
.resalesContainerWrapper .description, .ExpoContainerWrapper .description {
    margin-top:3%;
    font-size: 20px;
    line-height: 1.5em;
    margin-top:4%;
	color:rgba(112,111,133,1);
}
.resalesContainerWrapper .imagesWrapper, .ExpoContainerWrapper .image-wrapper {
    margin-bottom:5.5%;
	margin-top: 5%;
}
.resalesContainerWrapper .mapWrapper {
}
.resalesContainerWrapper .googleMap, .ExpoContainerWrapper .googleMap {
    width: 100%;
	position: relative;
    margin-top: 3%;
    margin-bottom: 3%;
}

.top-text {
    position: absolute;
    top: 41px;
    font-size: 25px;
    /*background-color: #6dab3c;*/
    color: white;
	padding:1%;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -1%;
	
}
.ExpoUnitsHeaderWrapper {
    position: relative;
    width: 100%;
    font-size: 20px;
    background-color: #6dab3c;
    color: white;
	padding:1%;
	
}
.ExpoUnitsHeaderWrapper, .ExpoSingleUnitWrapper .DetailBoxHeading, .ExpoSingleUnitWrapper .middleDetailBoxHeading, .viewAllpropertiesBtnWrapper .viewAllpropertiesBtn {
  /*  background-color: #3D6AA8;*/
   /* background: #3D6AA8;*/
}
.ExpoUnitsWrapper{
	margin-top: 3.9%;
	width: 100%;
    position: relative;
    overflow: hidden;
}
    .ExpoUnitsHeaderWrapper .left-text {
        text-align: left;
		width: 50%;
		display: inline-block;
       
    }
	.ExpoUnitsHeaderWrapper .left-text.in-active{
		opacity:0;
	}
    .ExpoUnitsHeaderWrapper .right-text {
        text-align: right;
		width: 47%;
		display: inline-block;
    }
.ExpoSingleUnitWrapper .unitHeadingBox {
    /*color: #6dab3c;*/
	color:#000;
    font-size: 30px;
    padding-top:3%;
	padding-bottom: 1%;
}
.ExpoSingleUnitWrapper .unitShotDetailBox {
    background-color: rgba(241,242,243,1);
    margin-left: 2%;
    padding-top: 1%;
	margin-bottom:1%;
}
.ExpoSingleUnitWrapper .DetailBox {
    font-size: 22px;
    color: black;
    width: 98%;
    margin-top: 1%;
    margin-left: 1%;
    padding-bottom: 1%;
}
.ExpoSingleUnitWrapper .DetailBoxHeading {
    background-color: #6dab3c;
    width:25%;
	padding: 0.5%;
	color:#ffffff;
	display:inline-block;
   margin-left: 1%;
    margin-right: 1%;
}
.ExpoSingleUnitWrapper .middleDetailBoxHeading {
    background-color: #6dab3c;
    width: 15%;
	color:#ffffff;
	padding: 0.5%;
    margin-left: 1%;
   display:inline-block;
   vertical-align: top;
}
.viewAllpropertiesBtnWrapper{
	text-align:center;
	margin-top:2%;
}
.viewAllpropertiesBtnWrapper.in-active{
	display:none;
}
.viewAllpropertiesBtnWrapper .viewAllpropertiesBtn{
	text-align:center;
	width:30%;
	cursor:pointer;
	padding:1%;
	margin:0 auto;
	color:#ffffff;
	background:#6dab3c;
}
.ExpoSingleUnitWrapper .endDetailBoxHeading {
    /* color: #6dab3c; */
	color:#000;
	font-weight:600;
    width: 15%;
    float: right;
	text-align: right;
    margin-right: 1%;
}
.machingUnitwrapper{
	display:block;
}
.machingUnitwrapper.in-active{
	display:none;
}
.wpcf7 .productURL{ 
	display:none;
}
.wpcf7 .contactForm7Wrapper{
	width:50%;
	margin:0 auto;
	padding-top:2%;
}
.wpcf7 .contactForm7Wrapper p{
	margin: 0 0 0px 0;
}
.contactBoxPopUp{
	position: relative;
    width: 100%;
	padding-top: 2%;
}
.contactBoxPopUp .ContactFormWrapper{
	width:50%;
	margin:0 auto;
}
.contactBoxPopUp .ContactFormWrapper .wpcf7  p{
	margin: 0 0 0px 0;
}
.ultimate_property_search_box_wrapper form input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-family: inherit;
  font-weight: normal;
  font-style: normal;
   color: #000000 !important;
  font-size:12px;
}
.ultimate_property_search_box_wrapper form input[type="text"]::-moz-placeholder { /* Firefox 19+ */
 font-family: inherit;
  font-weight: normal;
  font-style: normal;
   color: #000000 !important;
  font-size:12px;
}
.ultimate_property_search_box_wrapper form input[type="text"]:-ms-input-placeholder { /* IE 10+ */
 font-family: inherit;
  font-weight: normal;
  font-style: normal;
  color: #000000 !important;
  font-size:12px;
}
.ultimate_property_search_box_wrapper form input[type="text"]:-moz-placeholder { /* Firefox 18- */
 font-family: inherit;
  font-weight: normal;
  font-style: normal;
   color: #000000 !important;
  font-size:11px;
}
.ultimate_property_search_box_wrapper .form-control, .ultimate_property_search_box_wrapper .bootstrap-select, .ultimate_property_search_box_wrapper .searchBtn{
	font-size:12px;
}
.ultimate_property_search_box_wrapper .btn, .ultimate_property_search_box_wrapper button{
	font-size:1em !important;
}

.ultimate_property_colorpicker input[type="color"]{
	width: 44px;
    height: 23px;
    padding: 1px 2px;
}

/*Search result page upper div section css*/

	.search_top_container
{
	padding-top:30px;
	background-color:#f6f6f6;
}
/*===================*/

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
	 
	  .resalesContainerWrapper .availability, .ExpoContainerWrapper .availability{
		/* width:45%; */
		width:100%;
	}
	.api-search-result-prop-desc-wrapper{
		/* padding-bottom:10% !important; */
	}

}
@media (min-width: 1200px){
	.ultimate_property_search_box_wrapper .col-lg-2 {
		width: 14.66667%;
	}
	.ultimate_property_search_box_wrapper .col-lg-1 {
		width: 9.33333%;
	}	
	
}
@media (max-width: 1200px){
	/*Search box Css*/
	#pagewrap, .default_width #layout .module_row>.row_inner, .module-layout-part .module_row.fullwidth>.row_inner, .module_row.fullwidth>.row_inner {
    max-width: 100%;
}
/*Search box Css*/

	.ultimate_property_search_box_wrapper:before{
		/*padding-top: 11.5%;*/
	}
	.ultimate_property_search_box_wrapper .col-lg-1, .ultimate_property_search_box_wrapper .col-lg-10, .ultimate_property_search_box_wrapper .col-lg-11, .ultimate_property_search_box_wrapper .col-lg-12, .ultimate_property_search_box_wrapper .col-lg-2, .ultimate_property_search_box_wrapper .col-lg-3, .ultimate_property_search_box_wrapper .col-lg-4, .ultimate_property_search_box_wrapper .col-lg-5, .ultimate_property_search_box_wrapper .col-lg-6, .ultimate_property_search_box_wrapper .col-lg-7, .ultimate_property_search_box_wrapper .col-lg-8, .ultimate_property_search_box_wrapper .col-lg-9, .ultimate_property_search_box_wrapper .col-md-1, .ultimate_property_search_box_wrapper .col-md-10, .ultimate_property_search_box_wrapper .col-md-11, .ultimate_property_search_box_wrapper .col-md-12, .ultimate_property_search_box_wrapper .col-md-2, .ultimate_property_search_box_wrapper .col-md-3, .ultimate_property_search_box_wrapper .col-md-4, .ultimate_property_search_box_wrapper .col-md-5, .ultimate_property_search_box_wrapper .col-md-6, .ultimate_property_search_box_wrapper .col-md-7, .ultimate_property_search_box_wrapper .col-md-8, .ultimate_property_search_box_wrapper .col-md-9, .ultimate_property_search_box_wrapper .col-sm-1, .ultimate_property_search_box_wrapper .col-sm-10, .ultimate_property_search_box_wrapper .col-sm-11, .ultimate_property_search_box_wrapper .col-sm-12, .ultimate_property_search_box_wrapper .col-sm-2, .ultimate_property_search_box_wrapper .col-sm-3, .ultimate_property_search_box_wrapper .col-sm-4, .ultimate_property_search_box_wrapper .col-sm-5, .ultimate_property_search_box_wrapper .col-sm-6, .ultimate_property_search_box_wrapper .col-sm-7, .ultimate_property_search_box_wrapper .col-sm-8, .ultimate_property_search_box_wrapper .col-sm-9, .ultimate_property_search_box_wrapper .col-xs-1, .ultimate_property_search_box_wrapper .col-xs-10, .ultimate_property_search_box_wrapper .col-xs-11, .ultimate_property_search_box_wrapper .col-xs-12, .ultimate_property_search_box_wrapper .col-xs-2, .ultimate_property_search_box_wrapper .col-xs-3, .ultimate_property_search_box_wrapper .col-xs-4, .ultimate_property_search_box_wrapper .col-xs-5, .ultimate_property_search_box_wrapper .col-xs-6, .ultimate_property_search_box_wrapper .col-xs-7, .ultimate_property_search_box_wrapper .col-xs-8, .ultimate_property_search_box_wrapper.col-xs-9{
		    margin-bottom: 1.2%;
	}
}
@media screen and (max-width:1024px) {
	/*Search box Css*/


	t-page .ultimate_property_search_box_wrapper #searchForm {
    margin-top: -18px !important;
	}

	.search_top_container
	{
		margin-top:-20%!important;
	}
/*Search box Css*/

	.resalesContainerWrapper .price2 {
        margin:0px;
    }
	.resalesContainerWrapper .propTypesLocInnerWrapper {
        text-align: center;
        margin: 0px auto;
        width: 100%;
    }
    .resalesContainerWrapper .PropType {
        margin: 0px auto;
        text-align: center;
        width:60%;
    }
    
    .resalesContainerWrapper .availability, .ExpoContainerWrapper .availability {
        margin: 0px auto;
        text-align:center;
        width:100%;
    }
    .resalesContainerWrapper .description {
        /*margin-left:7%;*/
        width:100%;
    }
	.resalesContainerWrapper .availability, .ExpoContainerWrapper .availability{
		width:50%;
	}
    
}
@media screen and (max-width:992px) {
	/*Search box Css*/
	.api-result-page .ultimate_property_search_box_wrapper{
	transform: translateY(-50%);
	/*width:100%;*/
       z-index: 1;
}
.container.ultimate-property-plugin .resalesContainerWrapper .top-text {
    width: 100px;
	}
.ultimate_property_search_box_wrapper form input[type="text"] {
   
    padding-left: 10%;
    padding-right: 10%;
}
.ultimate_property_search_box_wrapper .row {
    margin-bottom: 0;
}

.search_top_container
{
	padding-top: 150px;
	background-color:#f6f6f6;
}
.api-result-page div.API-search-result-container {
   /* margin-top: 50%;*/
}


.API-search-result-Box-inner-wrapper,.api-result-page
{
	width:100%;
}
		.ultimate_property_search_box_wrapper .bootstrap-select.btn-group .dropdown-menu li a.opt {
    position: relative;
    padding-left:15px!important;
}
	.ultimate_property_search_box_wrapper .bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    font-size: 11px;
    margin-right: 34px;
}
#mobbtnsearch
{
	font-size: 1em !important;
}
.ultimate_property_search_box_wrapper .btn.searchBtn {
    background: #0c4ca3;
    font-size: 1em !important;
}
	 .bootstrap-select.btn-group .dropdown-menu{
	width:100%;
}
/*Search box Css*/
}
@media screen and (max-width:768px) {
	/*Search box Css*/
	.ultimate_property_search_box_wrapper form input[type="text"] {
	
		padding-left: 10%;
		padding-right: 10%;
	}
		.ultimate_property_search_box_wrapper .bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
		font-size: 11px;
		margin-right: 34px;
	}
	.search_top_container{
		padding-top:130px;
		background-color:#f6f6f6;
	}
	#mobbtnsearch{
		font-size: 1em !important;
	}
		.ultimate_property_search_box_wrapper .btn, .ultimate_property_search_box_wrapper button {
		font-size: 0.47em !important;
	}
		.bootstrap-select.btn-group .dropdown-menu{
		width:100%;
	}
	/*Search box Css*/
	.viewAllpropertiesBtnWrapper .viewAllpropertiesBtn{
		width:100%;
	}

	#searchForm .form-row{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.ultimate_property_search_box_wrapper .row .col-sm-6{
		width:48.5%;
		display:inline-block;
		vertical-align:top;
		padding-left: 0%;
		padding-right: 1%;
	}
	.ultimate_property_search_box_wrapper .row .col-sm-6:nth-child(2n){
		padding-right: 0%;
	}
	.API-search-result-Box-wrapper{
		width:100%;
	}
	.api-search-result-prop-desc-wrapper, .api-search-result-prop-info-wrapper{
		padding-bottom:2%;
	}
	.ultimate_property_search_box_wrapper .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
		width:100%;
	}
	.ultimate_property_search_box_wrapper .col-lg-1, .ultimate_property_search_box_wrapper .col-lg-10, .ultimate_property_search_box_wrapper .col-lg-11, .ultimate_property_search_box_wrapper .col-lg-12, .ultimate_property_search_box_wrapper .col-lg-2, .ultimate_property_search_box_wrapper .col-lg-3, .ultimate_property_search_box_wrapper .col-lg-4, .ultimate_property_search_box_wrapper .col-lg-5, .ultimate_property_search_box_wrapper .col-lg-6, .ultimate_property_search_box_wrapper .col-lg-7, .ultimate_property_search_box_wrapper .col-lg-8, .ultimate_property_search_box_wrapper .col-lg-9, .ultimate_property_search_box_wrapper .col-md-1, .ultimate_property_search_box_wrapper .col-md-10, .ultimate_property_search_box_wrapper .col-md-11, .ultimate_property_search_box_wrapper .col-md-12, .ultimate_property_search_box_wrapper .col-md-2, .ultimate_property_search_box_wrapper .col-md-3, .ultimate_property_search_box_wrapper .col-md-4, .ultimate_property_search_box_wrapper .col-md-5, .ultimate_property_search_box_wrapper .col-md-6, .ultimate_property_search_box_wrapper .col-md-7, .ultimate_property_search_box_wrapper .col-md-8, .ultimate_property_search_box_wrapper .col-md-9, .ultimate_property_search_box_wrapper .col-sm-1, .ultimate_property_search_box_wrapper .col-sm-10, .ultimate_property_search_box_wrapper .col-sm-11, .ultimate_property_search_box_wrapper .col-sm-12, .ultimate_property_search_box_wrapper .col-sm-2, .ultimate_property_search_box_wrapper .col-sm-3, .ultimate_property_search_box_wrapper .col-sm-4, .ultimate_property_search_box_wrapper .col-sm-5, .ultimate_property_search_box_wrapper .col-sm-6, .ultimate_property_search_box_wrapper .col-sm-7, .ultimate_property_search_box_wrapper .col-sm-8, .ultimate_property_search_box_wrapper .col-sm-9, .ultimate_property_search_box_wrapper .col-xs-1, .ultimate_property_search_box_wrapper .col-xs-10, .ultimate_property_search_box_wrapper .col-xs-11, .ultimate_property_search_box_wrapper .col-xs-12, .ultimate_property_search_box_wrapper .col-xs-2, .ultimate_property_search_box_wrapper .col-xs-3, .ultimate_property_search_box_wrapper .col-xs-4, .ultimate_property_search_box_wrapper .col-xs-5, .ultimate_property_search_box_wrapper .col-xs-6, .ultimate_property_search_box_wrapper .col-xs-7, .ultimate_property_search_box_wrapper .col-xs-8, .ultimate_property_search_box_wrapper.col-xs-9{
		/*padding-left:15px;
		padding-right:15px;*/
		padding-left:0px;
		padding-right:0px;
		
	}
	.searchBtn{
		width:100%;
	}
	.ultimate_property_search_box_wrapper form input[type="text"]{
		    padding-left: 10%;
    padding-right: 10%;
		margin-bottom:0;
	}
    .resalesContainerWrapper .price-wrapper {
        width: 50%;
    }
	.ExpoContainerWrapper .price-wrapper{
		width:80%;
	}
	.top-text{
		top:8%;
		font-size:20px;
	}
	.resalesContainerWrapper .resalesContainerInnerWrapper, .ExpoContainerWrapper .ExpoContainerInnerWrapper{
		/* width:95%;
		margin:0 auto; */
	}
	.ExpoUnitsHeaderWrapper .left-text, .ExpoUnitsHeaderWrapper .right-text{
		display:block;
		width:100%;
		text-align:center;
		font-size: 15px;
	}
	.ExpoSingleUnitWrapper .endDetailBoxHeading{
		width:21%;
		/* white-space: nowrap; */
	}
	.ExpoSingleUnitWrapper .middleDetailBoxHeading{
		width:22%;
		
	}
	.ExpoSingleUnitWrapper .DetailBoxHeading{
		width:50%;
	}
	.ExpoSingleUnitWrapper .DetailBoxHeading, .ExpoSingleUnitWrapper .middleDetailBoxHeading{
		font-size: 12px;
	}
	.ExpoSingleUnitWrapper .unitShotDetailBox{
		margin-left:0%;
		padding:2%;
	}
	.resalesContainerWrapper .bannerImageWrapper, .ExpoContainerWrapper .bannerImageWrapper, .ExpoContainerWrapper .imagesWrapper{
		margin-top:8%;
	}
	.resalesContainerWrapper .price, .ExpoContainerWrapper .price{
		font-size:23px;
	}
	.resalesContainerWrapper .PropLocation, .ExpoContainerWrapper .PropLocation{
		font-size:25px;
	}
	.resalesContainerWrapper .availability:nth-child(2n), .ExpoContainerWrapper .availability:nth-child(2n){
		margin-left:0%;
	}
    .resalesContainerWrapper .price1 {
        white-space: nowrap;
        margin-left: 4%;
    }
	.resalesContainerWrapper .price2 {
        white-space: nowrap;
    }
    .resalesContainerWrapper .availabilityWrapper, .ExpoContainerWrapper .availabilityWrapper {
        width: 100%;
        text-align: center;
        margin: 0px auto;
		
    }
	.resalesContainerWrapper .availability, .ExpoContainerWrapper .availability{
		font-size:17px;
		line-height:17px;
		width:100%;
	}
	.contactBoxPopUp .ContactFormWrapper{
		width:100%;
	}
	.resalesContainerWrapper .availabilityWrapper .key-value-wrapper, .ExpoContainerWrapper .availabilityWrapper .key-value-wrapper{
		width: 95%;
		margin-bottom:2%;
	}
	.ExpoSingleUnitWrapper .DetailBox, .descriptionWrapper{
		font-size:17px;
	}
	.ExpoSingleUnitWrapper .DetailBox{
		width: 86%;
	}
	.ExpoSingleUnitWrapper .unitHeadingBox{
		font-size:23px;
		padding-bottom:2%;
	}
	.viewAllpropertiesBtnWrapper{
		margin-top: 6%;
		margin-bottom: 3%;
	}
}

@media screen and (max-width:401px) {
	.ultimate_property_search_box_wrapper .row .col-sm-6{
		    width: 48.5%;
	}
}
@media screen and (max-width:414px) {
    .resalesContainerWrapper .price2 {
        margin-left: 4%;
    }
    .resalesContainerWrapper .availability , .ExpoContainerWrapper .availability {
        margin-bottom: 4%;
    }
}
@media screen and (max-width:375px) {
	.ultimate_property_search_box_wrapper .row .col-sm-6{
		width: 49%;
	}
}
@media screen and (max-width:220px) {
	.ultimate_property_search_box_wrapper .row .col-sm-6{
		width: 100%;
	}
}


.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background: lightgray;
    background-position: 0 0;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -0.3em;
    margin-left: -0.6em;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: pointer;
    -ms-touch-action: none;
    touch-action: none;
}
.ui-slider-horizontal {
    height: 0.8em;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider-handle .amount {
	display:none !important;
}

.go-pro-slide-inner{
	position: relative;
}
  
.go-pro-form {
	margin: 100px auto;
	font-family: Raleway;
	padding: 40px;
	width: 70%;
	min-width: 300px;
    /* border: 1px solid lightgray;
    border-radius: 15px; */
}

.go-pro-form .tab{
	margin-bottom: 20px;
}

.go-pro-form .tab {
	display: none;
}

.go-pro-form button {
	background-color: #04AA6D;
	color: #ffffff;
	border: none;
	/* padding: 10px 20px; */
	font-size: 17px;
	font-family: Raleway;
	cursor: pointer;
}
  
.go-pro-form button:hover {
	opacity: 0.8;
}
  
.go-pro-form  #prevBtn {
	background-color: #bbbbbb;
}
  
.go-pro-form .step {
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbbbbb;
	border: none;  
	border-radius: 50%;
	display: inline-block;
	opacity: 0.5;
}
  
.go-pro-form .step.active {
	opacity: 1;
}

.go-pro-form .step.finish {
	background-color: #04AA6D;
}
  

/* end resale template css */

/** new template */
.pro-category{
	display: inline-block;
    padding: 0.6em 1em;
    font-size: 1rem;
    /* font-weight: 600; */
    line-height: 0.5 !important;
    color: white;
}
.api-search-result-box-title {
	font-size: 1.5rem;
	line-height: 1.5;
    font-weight: 400;
}
.api-search-result-box-desc{
	font-size: 1rem;
}
.d-flex{
	display: flex !important;
}
.flex-column{
	flex-direction: column !important;
}
.justify-content-start {
	justify-content: start !important;
}
.align-items-center{
	align-items: center !important;
} 
.mr-3{
	margin-right: 30px;
} 
/* @media (max-width: 1200px) {
	.mr-md-4 {
		margin-right: 7px !important;
	}
} */
.mb-2{
	margin-bottom: 3px;
}
@media (max-width: 768px) {
	.mb-xl-0 {
		margin-bottom: 0px !important;
	}
}


@media (max-width: 768px) {
	.API-search-result-Box-inner-wrapper{
		display: block !important;
	}
	.API-search-Box-image-wrapper {
		position: relative;
		width: 100% !important;
	}
	.api-search-result-content-box {
		width:100% !important;
		padding-top: 10px;
	}
}

.owl-nav {
	position: absolute;
	top: 45%;
	width:100%;
}
@media (min-width:769px) {

	.owl-nav button{
		color: white !important;
		font-size: 100px !important;
		border: none !important;
		margin-top: -10px;
		background: transparent !important;
		font-weight: 100;
		height: 0px !important;
	}

	.lb-nav button{
		color: white !important;
		font-size: 100px !important;
		border: none !important;
		background: transparent !important;
		padding: 0 !important;
		font-weight: 100;
		height: 0px !important;
		line-height: 0px;
	}

	.owl-prev {
		margin-left:25px !important
	}
	.owl-next{
		margin-right:25px !important
	}
}

@media (max-width:768px) {
	.owl-nav button{
		color: white !important;
		font-size: 100px !important;
		border: none !important;
		background: transparent !important;
		font-weight: 100;
		height: 0px !important;
	}

	.lb-nav button{
		color: white !important;
		font-size: 100px !important;
		border: none !important;
		background: transparent !important;
		padding: 0 !important;
		font-weight: 100;
		height: 0px !important;
		line-height: 0px;
	}

	.owl-prev {
		margin-left:15px !important
	}
	.owl-next{
		margin-right:15px !important
	}
}

.owl-nav .owl-next{
	float:right;
}

.API-search-Box-image-wrapper img{
	height: 436px;
    object-fit: cover;
	width: 100%
}
.text-nowrap{
	white-space: nowrap !important;
}
.API-search-result-Box-inner-wrapper:hover .owl-stage-outer{
	transform: scale(1.1);
	transition: transform .2s;
}
.owl-carousel{
	overflow: hidden;
}

.API-search-result-Box-inner-wrapper:hover .api-search-result-box-title{
	/* color: #c7af87 */
}

.owl-dots{
	display:none;
}
.tgl-layout-container{
	display: flex;
	justify-content: flex-end;
	margin-right: 2.5%;
	margin-bottom: 10px;
}

.tgl-layout-container label {
		font-size: 13px;
		color: #fff;
		font-weight: 500;
}

.tgl-btn-layout-mode-switch{
    display: inline-block;
    margin: 0px;
    position: relative;
}

.tgl-btn-layout-mode-switch > label.tgl-btn-layout-mode-switch-inner{
    margin: 0px;
    width: 140px;
    height: 30px;
    background: #E0E0E0;
    border-radius: 26px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    /*box-shadow: 0px 0px 8px 0px rgba(17, 17, 17, 0.34) inset;*/
    display: block;
}

.tgl-btn-layout-mode-switch > label.tgl-btn-layout-mode-switch-inner:before{   

	content: attr(data-on);
    position: absolute;
    font-size: 12px;
    font-weight: 500;
    top: 2px;
	color: gray;
    right: 20px;
    height: 26px;
    align-items: center;
    display: flex;
    justify-content: center;

}

.tgl-btn-layout-mode-switch > label.tgl-btn-layout-mode-switch-inner:after{
    content: attr(data-off);
    width: 70px;
    height: 26px;
    background: #0c4ca3;
    border-radius: 26px;
    position: absolute;
    left: 2px;
    top: 2px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0px 0px 6px -2px #111;
    padding: 0px 0px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.tgl-btn-layout-mode-switch > .alert{
    display: none;
    background: #FF9800;
    border: none;
    color: #fff;
}

.tgl-btn-layout-mode-switch input[type="checkbox"]{
    cursor: pointer;
	width: 100%;
    height: 30px;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    margin: 0px;
}

.tgl-btn-layout-mode-switch input[type="checkbox"]:checked + label.tgl-btn-layout-mode-switch-inner{
    background: #E0E0E0;
    color: #fff;
}

.tgl-btn-layout-mode-switch input[type="checkbox"]:checked + label.tgl-btn-layout-mode-switch-inner:after{
    content: attr(data-on);
    left: 68px;
    background: #0c4ca3;
}

.tgl-btn-layout-mode-switch input[type="checkbox"]:checked + label.tgl-btn-layout-mode-switch-inner:before{
    content: attr(data-off);
    right: auto;
    left: 20px;
	color: gray;
}

.tgl-btn-layout-mode-switch input[type="checkbox"]:checked + label.tgl-btn-layout-mode-switch-inner{
    /*background: #66BB6A; */
    /*color: #fff;*/
}

.tgl-btn-layout-mode-switch input[type="checkbox"]:checked ~ .alert{
    display: block;
}

.grid-layout .list-view{
	display: none !important;
}
.grid-layout .grid-view{
	display: '' !important;
}
.list-layout .list-view{
	display: '' !important;
}
.list-layout .grid-view{
	display: none !important;
}

.grid-layout .api-search-result-prop-desc-wrapper.grid-view {
	padding: 0px 20px !important;
	}
	
.grid-layout .grid-view .api-search-result-box-price {
	  padding: 10px 0px 5px 0px !important;
	  font-size: 1.625rem !important;
	  line-height: 1.625rem !important;
	  font-weight: 400 !important;
	  text-align: center !important;
	}
	
.grid-layout .grid-view .ResaleNewDevAccentColor.ResalesApi.api-search-result-box-prop-location {
	  font-family: inherit !important;
	  font-size: 1.3rem !important;
	  line-height: 1.5rem !important;
	}
	
.grid-layout .grid-view .api-search-result-box-prop-type {
	  font-size: 1.2rem !important;
	  line-height: 1.3rem !important;
	  padding: 5px 0px !important;
	}

.grid-layout .api-search-result-units-wrapper {
		text-align: center !important;
		}
.api-search-result-units-wrapper:hover {
	padding: 7px 24px !important;
}
.api-search-result-units-wrapper {
	text-align: center!important;
}
.padL20 {
    padding-left: 20px !important;
}
.marT10 {
    margin-top: 10px !important;
}
.top-text{
	z-index: 1;
}
.position-relative{
	position: relative !important
}
.mapWrapper {
	display: block;
	height: 500px;
}
.googleMap {
	height: 100%;
}
@media (min-width: 769px){
	.share-btns {
		position: absolute;
		right: 0;
	}	
	.api-search-result-prop-desc-wrapper ul{
		overflow-y: auto !important;
		font-weight: 500;
	}
}
@media (max-width: 768px){
	.share-btns {
		display: flex;
		justify-content: center;
		float: none !important;
	}
	.bannerImageWrapper .owl-item img {
		object-fit: cover;
		height: 280px !important;
	}
	.lb-outerContainer .close-btn {
		top: 5px !important;
		right: 3px !important;
	}
	.api-search-result-prop-desc-wrapper ul{
		overflow: scroll !important;
		font-weight: 500;
	}
}

@media (max-width: 1024px) and (min-width: 769px){
	.availabilityWrapper .key-value-wrapper {
		width: 100% !important;
		margin-right: 0 !important;
	}
}

.gv-content-bx {
	min-height: 421px;
	display: flex;
	flex-direction: column;
}

.api-search-result-content-box .units-wrapper {
	flex:1;
	justify-content: center;
	display: flex;
    flex-direction: column;
}

.bannerImageWrapper .owl-item img {
    object-fit: cover;
    height: 500px;
}

.paginators-container .load-more {
	text-align: center;
    margin: 20px auto;
}

.paginators-container .load-more span {
	cursor: pointer;
    border: 1px solid var(--theme_accent);
    border-radius: 3px;
    padding: 10px;
}

/* pagination number boxes css */
.paginators-container{
	margin-top: 50px;
}

.paginators-container ul {
	padding-left: 0;
	list-style: none;
    display: flex;
}

.paginators-container ul li{
	width: 50px;
    height: 50px;
    border: 1px solid;
    display: inline-block;
    text-align: center;
    padding-top: 8px;
    border-radius: 6px;
	cursor: pointer;
}

.paginators-container li.active{
	background: #24272A !important;
	color: #C1A02E !important;
}

.descriptionWrapper .description {
	white-space: pre-line;
}
/* pagination number boxes css  end*/


/* .lb-outerContainer .close-btn{
	position: absolute;
    top: 0;
    right: -36px;
    border: 1px solid white;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 20px;
    font-weight: 700;
    padding: 16px;
    cursor: pointer;
} */


.ExpoContainerWrapper .description p {
	white-space: normal !important;
}


.full-summary .summary-title {
	font-weight: inherit;
  }
  
  .summary-title {
	background: none;
	margin-top: 30px;
	color: inherit;
	font-size: inherit;
	border-bottom: none;
	text-align: center;
	font-family: inherit;
	line-height: inherit;
	letter-spacing: inherit;
  }
  
  .full-summary .main-feature {
	font-weight: inherit;
  }
  
  .full-summary {
	font-size: 1.2rem;
  }

  .api-search-result-prop-desc-wrapper ul li small {
	white-space: nowrap;
  }

  .api-search-result-prop-desc-wrapper ul {
	margin: 0 !important;
  }
  .api-result-page, .tgl-layout-container {
	max-width: 1940px;
  }
  .mapWrapper .googleMap::before {
	display:none !important;
	}	
	.wpcf7 input[type="submit"] {
		 line-height: 0px !important;  
	}	
	.descriptionWrapper {
		padding-bottom: 30px;
	}
	
	/*add margin to top and bottom of matching button in UPS*/
	
	.grid-view .api-search-result-units-wrapper {
	  margin: 70px auto !important;
	}
	
	.api-search-result-box-img {
	  margin-bottom: 30px !important;
	}
	
	/*pagination load more button styling*/
	
	.paginators-container .load-more span {
		border-radius: 0px;
	  padding: 20px 30px 15px 30px;
	}
	
	/*margin below load more button*/
	.tb_wmqq729 {
		margin-bottom: 60px;
	}