.Videoplaysection{
    /* height: 150px; */
}
.realestateindustry{
    padding:50px 0;
    background: url(../images/wac.svg) bottom center no-repeat;
    background-size: contain;
    width: 100%;
}
.numbers-main p:nth-child(1) {
    color: #EDCB66;
    margin-bottom: 4px;
    font-size: 2rem;
}
.numbers-main p:nth-child(2) {
    margin-bottom: 0;
}
.estate-outerbox h4 {
    color: #141919;
    line-height: 2rem;
    margin-bottom: 2rem;
}
p.estatepara {
    margin-bottom: 2rem;
}
.estate-outerbox {
    background: #fff;
    padding: 2.5rem;
    margin-top: -6em;
	position: relative;
	z-index: inherit;9
}
.outer-build{
    margin: 0 12.5%;
}
.tabs-container {
	width: 100%;
}
div#tabs-nav {
	position: relative;
	display: flex;
	justify-content: flex-start;
}
div#tabs-nav a:nth-child(even) {
	margin: 0 3rem;
}
a.tabs-menu {
	display: inline-block;
	/* background-color: #1179ac; */
	font-size: 1rem;
	font-family: Arial,Helvetica,sans-serif;
	color: #BCBDC0;
    cursor: pointer;
	padding: 5px 0 10px 0;
	text-decoration: none;
	/* border: solid 2px #1179ac; */
	border-bottom: 0;
	border-radius: 3px 3px 0 0;
}
a.tabs-menu.tabs-menu-active {
	background-color: #fff;
	border-bottom: solid 4px #FFC30F;
	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: 1rem;
}
.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: 8px 10px;
    font-size: 14px;
}
.allresedential2 p:last-child {
    margin-right: 0;
    margin-left: 2rem;
}
p.filterbox img {
    width: 20px;
    height: 20px;
    margin-left: 10px;
}
/************ 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;
  }
  
  .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;
}
.grid-container .row .card-body{
	padding: 2rem;
}
.grid-container.list-view .card img {
    order: 2;
    width: 60%;
}
.grid-container.list-view .card-body {
    align-self:center;
    padding: 5rem;
}
#propertymodal {
    position: absolute;
    right: 3%;
    left: auto;
}

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;
}
.propertyout {
    margin: 1rem 0;
}
a.applynow {
    background-color: #FFC30F;
    color: #000;
    text-decoration: none;
    width: 175px;
    display: block;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.5rem;
}
#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-weight: bold;
    position: absolute;
    font-size: 10px;
    top: 0;
    right: 6px;
}

#propertymodal .modal-body {
    margin-top: 1.5rem;
	padding: 1rem 2rem 2rem 2rem
}
input.form-control.me-2 {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding-bottom: 1rem;
    width: 90%;
    border-radius: 0;
}
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;
	/* border-radius: 10px; */
	background-color: #CCC;
	margin: 0 7px;
  }
  
  [slider] > div > [inverse-right] {
	position: absolute;
	right: 0;
	height: 10px;
	/* border-radius: 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;
	/* background-color: #1ABC9C; */
	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;
	/* content: ''; */
	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: 1.75em;
	cursor: pointer;
}

p.btn-list img {
    width: 1.75em;
    height: 1.75em;
	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;
    object-fit: none;
    width: 100%;
    height: 80vh;
  
}
.banner .content{
    position: absolute;
	right: 0;
	bottom: 0;
    z-index: 1;
    max-width: 50%;
    margin: 0 auto;
    text-align: center;
}
.banner .content img{
	width: 8em;
	height: 8em;
}
/* video play pause */
a.load-more {
    width: fit-content;
    display: block;
    text-align: center;
    background: #fff;
    border: 1px solid #FFC30F;
    color: #000;
    text-decoration: none;
    margin: auto;
    font-size: 15px;
    padding: 10px 35px;
    margin-top: 50px;
}
.bg_yell img{
  width: 100% !important;
}
.grid-container.list-view .card-body p {
  color: #4F4F4F;
  margin-bottom: 2rem;
}