
.realestateindustry{
    padding:50px 0;
    background-size: contain;
    width: 100%;
}
.numbers-main p:nth-child(1) {
    color: #31070b;
    margin-bottom: 4px;
    font-size: 2rem;
}
.numbers-main p:nth-child(2) {
    margin-bottom: 0;
}
.estate-outerbox h4,.estate-outerbox h2 {
 
  color: #4f4f4f;
    line-height: 2rem;
    margin-bottom: 22px;
  font-family: "proxima-nova", sans-serif;
font-weight: 700;
font-style: normal;
}
p.estatepara {
    margin-bottom: 22px;
    color: #4F4F4F;
}
.estate-outerbox {
    background: #fff;
    padding: 2.5rem;
    margin-top: -6em;
	position: relative;
	z-index: inherit;
}
.outer-build{
    margin: 0 9.5%;
}
.tabs-container {
	width: 100%;
  padding: 0 2.75rem;
}
div#tabs-nav {
	position: relative;
	display: flex;
	justify-content: flex-start;
}
div#tabs-nav a:nth-child(even) {
	margin: 0 1rem;
}
a.tabs-menu {
	display: inline-block;
	
	font-size: 1rem;
	
	color: #BCBDC0;
    cursor: pointer;
	padding: 5px 0 10px 0;
	text-decoration: none;
	
	border-bottom: 0;
	border-radius: 3px 3px 0 0;
}
a.tabs-menu.tabs-menu-active {
	background-color: #fff;
	border-bottom: solid 4px #32080d;
	color: #141919;
}
.tabs-content {
	border-top: solid 1px #E6E7E8;
	margin-top: -2px;
	background-color: #fff;
	overflow: hidden;
	line-height: 1.5;
}
.tabs-panel {
	display: none;
	padding-top: 50px;
	font-size: 14px;
}
.flex-content {
    border: 1px solid #E6E7E8;
    margin-bottom: 30px;
}
.tab-left-outer {
    margin: 0 15%;
}
.allresidentialwrap {
    display: flex;
    justify-content: space-between;
	margin-bottom: 10px;
}
.allresedential1 {
    display: flex;
}
.allresedential1 h4 {
    min-width: 315px;
	align-self: center;
    margin-bottom: 0;
}
.allresedential1 select {
    background-color: #E6E7E866;
    border-radius: 0;
    border-color: #DADADA;
}
.allresedential2 {
    display: flex;
	align-self: center;
}
.allresedential2 p {
    margin-bottom: 0;
	margin-right: 1rem;
	align-self: center;
}
p.filterbox {
    border: 1px solid #DADADA;
    width: 100%;
    padding: 5px 15px;
    font-size: 14px;
    background-color: #fff;
}
.allresedential2 p:last-child {
    margin-right: 0;
    margin-left: 2rem;
    
    color: #141919;
   
}
p.filterbox img {
    width: 20px;
    height: 15px;
    margin-left: 10px;
}
.residential_listing #navbar{
  background-color: #fff;
}
.header_con_but:hover{
  color: #fff;
}
/************ CSS Animation ***********/

.animated-tabs {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both; 
	animation-fill-mode: both;
}
@-webkit-keyframes fadeIn { 
    0% {opacity: 0;} 
    100% {opacity: 1;}
} 
@keyframes fadeIn {   
    0% {opacity: 0;} 
    100% {opacity: 1;} 
} 
.fadeIn { 
    -webkit-animation-name: fadeIn; 
    animation-name: fadeIn; 
}
@media screen and (min-width:992px){
    section.realestateindustry .container,
    .allresident-main .container {
        max-width: 95%;
    }
}

/* listview & gridview */
.card {
	margin-bottom: 1rem;
  cursor: pointer;
  }
  
  .list-view .row > [class*=col-] {
	max-width: 100%;
	flex: 0 0 100%;
  }
  .list-view .card {
	flex-direction: row;
  }
  @media (max-width: 575.98px) {
	.list-view .card {
	  flex-direction: column;
	}
  }
  .list-view .card > .card-img-top {
	width: auto;
  }
  .list-view .card .card-body {
	display: inline-block;
  }
  .grid-container .row {
    --bs-gutter-x: 4rem;
    row-gap: 3rem;
}
.grid-container .row .card-body h6{
	margin-top: .75rem;
	margin-bottom: 1rem;
  color: #4F4F4F;
  font-family: "proxima-nova", sans-serif;
font-weight: 500;
font-style: normal;
}
.grid-container .row .card-body{
	padding: 2rem;
}

.grid-container.list-view .card-body {
    align-self:center;
    padding: 5rem;
}
#propertymodal {
    
    right: 2%;
    left: auto;
    top: unset;
    bottom: 0;
    z-index: 10000;
}

section.allresident-main {
	position: relative;
    padding: 50px 0;
}
#propertymodal .modal-dialog {
    margin: 0 0 0 auto;
}
.proptype {
    display: flex;
}
.proptype p {
    margin-right: 25px;
    border: 1px solid #DADADA;
    padding: 3px 15px;
	margin-bottom: 0;
	cursor: pointer;
}
.proptype p.active{
	background-color: #E7F4FA;
}
.proptype1 {
    display: flex;
}
.proptype1 p {
    margin-right: 25px;
    border: 1px solid #DADADA;
    padding: 3px 15px;
	cursor: pointer;
	margin-bottom: 0;
}
.proptype1 p.active{
	background-color: #E7F4FA;
}
.propertyout label {
    margin-bottom: .5rem;
	color: #BCBDC0;
  padding: 10px 20px;
  padding-left: 0;
}
.propertyout {
    margin: 1rem 0;
}
a.applynow {
    background: #32080d;
    color: #000;
    text-decoration: none;
    width: 175px;
    display: block;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.5rem;
    box-shadow: inset 0 0 0 0 #fff;
    transition: ease-out 0.8s;
    border: 1px solid #32080d;
}
a.applynow:hover{
  border: 1px solid #32080d;
  box-shadow: inset 400px 0 0 0 #fff;
}
.noUi-handle{
  border: 1px solid #0096DC;
  background-color: #0096DC;
  box-shadow: none;
}
.noUi-handle:after, .noUi-handle:before{
  display: none;
}

#propertymodal .modal-header {
    padding: 0;
    border-bottom: 0;
}

#propertymodal .modal-header .btn-close {
    padding: 0;
    margin: 12px;
    background-color: #E6E7E8;
    padding: 10px;
    color: #000 !important;
    cursor: pointer;
    border-radius: 50%;
    
  font-family: "proxima-nova", sans-serif;
font-weight: 700;
font-style: normal;
    position: absolute;
    font-size: 10px;
    top: 0;
    right: 6px;
    z-index: 9;
}

button#loadmore{
  padding: 15px 35px !important;
}

#propertymodal .modal-body {
    
	padding: 2rem 2rem 2rem 2rem;
}
.noUi-tooltip{
  border: none;
  color: #0096DC;
  font-family: "proxima-nova", sans-serif;
font-weight: 500;
font-style: normal;
}
input.form-control.me-2 {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding-bottom: 1rem;
    width: 90%;
    border-radius: 0;
    font-size: 1rem;
}
webrouk-custom-range {
	/* Expected variables from inside the component (optional) */
	--primary-color: hsl(218, 95%, 54%);
	--text-color: hsl(0, 100%, 100%);
	--line-color: hsl(0, 0%, 93%);
}
/* listview & gridview */

/* range slider */
[slider] {
	position: relative;
	height: 10px;
	border-radius: 10px;
	text-align: left;
	margin: 60px 75px 30px -20px;
  }
  
  [slider] > div {
	position: absolute;
	left: 13px;
	right: 15px;
	height: 10px;
  }
  
  [slider] > div > [inverse-left] {
	position: absolute;
	left: 0;
	height: 10px;
	
	background-color: #CCC;
	margin: 0 7px;
  }
  
  [slider] > div > [inverse-right] {
	position: absolute;
	right: 0;
	height: 10px;
	background-color: #CCC;
	margin: 0 7px;
  }
  
  [slider] > div > [range] {
	position: absolute;
	left: 0;
	height: 10px;
	border-radius: 14px;
	background-color: #0096DC;
  }
  
  [slider] > div > [thumb] {
	position: absolute;
	top: -5px;
	z-index: 2;
	height: 18px;
	width: 18px;
	text-align: left;
	margin-left: -11px;
	cursor: pointer;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
	background-color: #FFF;
	border-radius: 50%;
	outline: none;
  }
  
  [slider] > input[type=range] {
	position: absolute;
	pointer-events: none;
	-webkit-appearance: none;
	z-index: 3;
	height: 10px;
	top: -2px;
	width: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
  }
  
  div[slider] > input[type=range]::-ms-track {
	-webkit-appearance: none;
	background: transparent;
	color: transparent;
  }
  
  div[slider] > input[type=range]::-moz-range-track {
	-moz-appearance: none;
	background: transparent;
	color: transparent;
  }
  
  div[slider] > input[type=range]:focus::-webkit-slider-runnable-track {
	background: transparent;
	border: transparent;
  }
  
  div[slider] > input[type=range]:focus {
	outline: none;
  }
  
  div[slider] > input[type=range]::-ms-thumb {
	pointer-events: all;
	width: 28px;
	height: 28px;
	border-radius: 0px;
	border: 0 none;
	background: red;
  }
  
  div[slider] > input[type=range]::-moz-range-thumb {
	pointer-events: all;
	width: 28px;
	height: 28px;
	border-radius: 0px;
	border: 0 none;
	background: red;
  }
  
  div[slider] > input[type=range]::-webkit-slider-thumb {
	pointer-events: all;
	width: 28px;
	height: 28px;
	border-radius: 0px;
	border: 0 none;
	background: red;
	-webkit-appearance: none;
  }
  
  div[slider] > input[type=range]::-ms-fill-lower {
	background: transparent;
	border: 0 none;
  }
  
  div[slider] > input[type=range]::-ms-fill-upper {
	background: transparent;
	border: 0 none;
  }
  
  div[slider] > input[type=range]::-ms-tooltip {
	display: none;
  }
  
  [slider] > div > [sign] {
	opacity: 1;
	position: absolute;
	margin-left: -11px;
	top: -39px;
	z-index:3;
	color: #0096DC;
	width: 28px;
	height: 28px;
	border-radius: 28px;
	-webkit-border-radius: 28px;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	text-align: center;
  }
  
  [slider] > div > [sign]:after {
	position: absolute;
	left: 0;
	border-radius: 16px;
	top: 19px;
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	border-top-width: 16px;
	border-top-style: solid;
	border-top-color: #1ABC9C;
  }
  
  [slider] > div > [sign] > span {
	font-size: 12px;
	font-weight: 700;
	line-height: 28px;
  }
  
  [slider]:hover > div > [sign] {
	opacity: 1;
  }

  /* range slider */

p.btn-grid img {
    width: 1.75em;
    height: 30px;
	cursor: pointer;
}

p.btn-list img {
    width: 1.75em;
    height: 30px;
	cursor:pointer
}

/* video play pause */
.banner{
    height: 80vh;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
	position: relative;
}
.banner video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80vh;
  
}
.banner .content{
    position: absolute;
	right: 5%;
	bottom: 12%;
    z-index: 1;
    max-width: 50%;
    margin: 0 auto;
    text-align: center;
}
.banner .content img{
	width: 65%;
	
}
/* video play pause */
a.load-more {
    width: fit-content;
    display: block;
    text-align: center;
    background: #fff;
    border: 1px solid #32080d;
    color: #000;
    text-decoration: none;
    margin: auto;
    font-size: 15px;
    padding: 10px 35px;
    margin-top: 50px;
}
.bg_yell img{
  width: 100% !important;
  transition: linear 0.5s;
}
.grid-container.list-view .card-body p {
  color: #4F4F4F;
  margin-bottom: 2rem;
 
}
.proptype button{
  margin-right: 25px;
  border: 1px solid #DADADA;
  background: #fff;
  padding: 3px 15px;
  margin-bottom: 0;
  cursor: pointer;
}
.proptype button.active {
  background-color: #E7F4FA;
}
.proptype1 button{
  margin-right: 25px;
  border: 1px solid #DADADA;
  background: #fff;
  padding: 3px 15px;
  margin-bottom: 0;
  cursor: pointer;
}
.proptype1 button.active {
  background-color: #E7F4FA;
}

#propertymodal form button.btn.btn-primary {
  background-color: #32080d;
  color: #000;
  border:0;
  text-decoration: none;
  width: 175px;
  display: block;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
}
.share_get {
    bottom: 39.5%;
}
@media (min-width:768px) {
  .res-noanimate-custom .residential_listing,
.com-noanimate-custom .residential_listing,
.retail-noanimate-custom .residential_listing,
.hos-noanimate-custom .residential_listing{
  margin-bottom: 0 !important;
}

header.header_main.header_bg.residential_listing {
  margin-bottom: 100px;
}
.allresedential2 {
  margin-right: 3%;
}
}

/* -- -- */
@media screen and (min-width:1200px){
  .grid-container.list-view .pricing-h img.card-img-top.wow.fadeInUp{
      height: 65vh;
  }
  .grid-container.list-view .pricing-h {
      width: 65%;
  }
  .grid-container.list-view .card-body{
      width: 35% !important;
  }
  .grid-container.list-view .card-body {
      padding: 0 4.5rem;
  }
  
  
  }
  
  @media screen and (max-width:767px){
  .list-view .pricing-h{
      order:1
  }
  .list-view .grid-container .row .card-body{
      order:2
  }
  .list-view .pricing-h img.card-img-top.wow.fadeInUp {
      height: 300px;
      object-fit: cover;
  }
  .tabs-panel {
    padding-top: 0;
  }
  }
.partner-sec-four img.w-100:hover{
    -webkit-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.4s linear;
}

.partner-sec-four img.w-100 {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.4s linear;
}
.proptype1 label {
  cursor:pointer;
}
.proptype label {
  cursor:pointer;
}
.regular-slider.noUi-target.noUi-ltr.noUi-horizontal {
  cursor:pointer;
}
.noUi-horizontal .noUi-handle{
  cursor:pointer;
}
#propertymodal .modal-header .btn-close{
  margin: 25px 20px;
}
.noUi-handle.noUi-handle-lower .noUi-tooltip:after {
  content: ' Cr';
}
.noUi-handle.noUi-handle-upper .noUi-tooltip:after {
  content: ' Cr';
}
/* -- -- */

.allresedential2 p {
  font-size: 0.9rem;
}