/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
   @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Mulish:wght@200;300;400;500;600;700&display=swap');
   body {
	font-family: 'Mulish', sans-serif;
	background: #FAFAFA;  line-height:24px
}
p, ul, ol{color:#868992; line-height:24px}

#myAutocomplete {
	width: 100%;
}
button,.btn{appearance: none;
    -moz-appearance: none;
-webkit-appearance: none;}

.mobile-ft span.fa.fa-angle-right {
    display: none;
}

.top-stories-date {
    text-align: right;
    margin: 1px 0 20px 0;
    font-size: 12px;
    color: #5D5D5D;
    font-weight: 500;
    font-style: italic;
}
.mobile-display{
	display:none;
}

.desktop-display{
	display:block;
}

.ui-autocomplete-multiselect.ui-state-default {
	display: block;
	background: url(../images/ui-search-icon.svg) no-repeat #fff;
	border: 1px solid #E0E3EC;
	box-sizing: border-box;
	border-radius: 4px;
	padding: 0px 15px;
	overflow: hidden;
	cursor: text;
	background-position: 15px;
	padding-left: 50px;
	width: 100% !important
}

.ui-autocomplete-multiselect .ui-autocomplete-multiselect-item .ui-icon {
	float: right;
	cursor: pointer;
}

.ui-autocomplete-multiselect .ui-autocomplete-multiselect-item {
	font-weight: normal;
	padding: 3px 15px;
	margin-top: 3px;
	margin-right: 2px;
	color: #7C7F88;
	font-size: 14px;
	background: rgba(237, 32, 36, 0.06);
	border-radius: 700px;
	margin-right: 10px;
	display: inline-flex;
	align-items: center;
}

a.video-btn.thumbnail {
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,.1);
}
a.video-btn.thumbnail svg {
    width: 35px;
    height: 35px;
}
a.video-btn.thumbnail path {
    fill: #FF0000;
}


.ui-autocomplete-multiselect input {
	display: inline-block;
	border: none;
	outline: none;
	height: 40px;
	overflow: visible;
	text-align: left;
	font-size: 14px;
	width: 100% !important;
	font-family: 'Mulish', sans-serif;
}

.ui-autocomplete-multiselect.ui-state-active {
	outline: none;
	border: 1px solid #7ea4c7;
	-moz-box-shadow: 0 0 5px rgba(50, 150, 255, 0.5);
	-webkit-box-shadow: 0 0 5px rgba(50, 150, 255, 0.5);
	-khtml-box-shadow: 0 0 5px rgba(50, 150, 255, 0.5);
	box-shadow: 0 0 5px rgba(50, 150, 255, 0.5);
}

.ui-autocomplete {
	border-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}


/**/

.file-upload-popover {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	width: 40px;
	height: 40px;
}

.main-container {
	padding: 0 20px;
}

.ui-widget-content {
	background: #fff;
	color: #333333;
	border: 1px solid #F2F2F2;
	box-sizing: border-box;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.06);
	font-size: 14px;
	width: 250px !important;
	padding: 15px;
	z-index: 13233;
	    max-height: 440px;
    overflow: auto;
}

.ui-state-focus {
	background: #f1f1f1;
	border: 0
}

.ui-icon-close {
	background: url(../images/ui-close-icon.svg) center center no-repeat !important;
	margin-left: 5px
}

.main-container .container-fluid {
	padding: 0 15px
}

.card {
	border: 1px solid #F2F2F2;
	box-sizing: border-box;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.06);
}

.p-img {
	width: 100%;
	display: block;
	height: 270px;
	object-fit: cover;
}
.prop_deal_img{
	height: 200px;
}

.card-heading {
	font-weight: 600;
	font-size: 16px;
	color: #000;
}

.card-head-holder small,
.card-config small {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	color: #939393
}

.card-config small b {
	color: #000
}

.card-price {
	font-style: normal;
	font-weight: bold;
	font-size: 15px;
	line-height: 22px;
	color: #89C869;
	letter-spacing: .5px;
}

.card-config {
	list-style: none
}

.card-config li {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.card-desc p,
.card-desc small {
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0.02em;
	color: #868992;
}

.img-holder.add {
	height: 493px;
}

.img-holder.add .p-img {
	width: 100%;
	display: block;
	height: 100%;
	object-fit: contain;
}

li.breadcrumb-item>a {
	font-style: normal;
	font-weight: normal;
	line-height: 12px;
	letter-spacing: 0.02em;
	color: #696F7C;
}

.left-card .card-heading {
	font-size:18px
}
.left-card h5{ padding-left:0}
.dropdown-item {padding: .25rem 1rem;}
.h-line {
	position: relative;
}

.h-line:after {
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0;
	border-bottom: 2px solid #ED2024;
	width: 60px
}

select:not([multiple]) {
	background: url(../images/select-arrow.svg) no-repeat !important;
	background-position: calc(100% - 15px) !important;
}

.form-control {
	font-size: 15px;
	border: 1px solid #E0E3EC !important;
}

.left-card label {
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 0.02em;
	color: #ED2024;
}

.btn-blue {
	background: #49B4E7;
	font-size: 18px;
}

.btn-green {
	background: #89C869;
	font-size: 18px;
}

.btn-orange {
	background: #E8C00D;
	font-size: 18px;
}

.additional-filter {
	display: none
}

.additional-filter.open-filter {
	display: block
}

.hide-filter {
	display: none
}

#accordion .card-header .btn.btn-link {
	display: block;
	width: 100%;
	padding: 0;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 0.02em;
	color: #ED2024;
	line-height: 20px;
	text-decoration: none !important;
	text-align: left;
	margin: 0;
	border: 0;
	outline: none;
	display: flex;
	align-items: center; white-space:normal
}

#accordion .card-header .btn.btn-link[aria-expanded="true"]:after {
	content: "-";
	font-size: 0;
	margin-left: auto;
	background: #ED2024;
	border-radius: 4px;
	width: 12px;
	height: 2px;
}

#accordion .card-header .btn.btn-link[aria-expanded="false"]:after {
	content: "+";
	margin-left: auto;
	font-size: 24px;
}

#accordion2 .card-header .btn.btn-link[aria-expanded="true"]:after,
.faq-accordian#accordion .card-header .btn.btn-link[aria-expanded="true"]:after {
	background: url(../images/down-arrow.svg) center center no-repeat;
	width: 20px;
	height: 20px;
	font-size: 0;
	transform: rotate(180deg);
}

#accordion2 .card-header .btn.btn-link[aria-expanded="false"]:after,
.faq-accordian#accordion .btn.btn-link[aria-expanded="false"]:after {
	background: url(../images/down-arrow.svg) center center no-repeat;
	width: 20px;
	height: 20px;
	font-size: 0
}

.faq-accordian#accordion .card-header .btn.btn-link[aria-expanded="true"] {
	background: #f1f1f1
}

.faq-accordian#accordion .card-header .btn.btn-link[aria-expanded="false"]:before {
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	border-bottom: 1px solid #E6E6E6;
	display: none;
}

.faq-accordian .card-header {
	padding: 0;
	border: 0;
	background: none
}

#accordion2 .card-header .btn.btn-link,
.faq-accordian#accordion .btn.btn-link {
	font-weight: normal;
	font-size: 15px;
	line-height: 19px;
	letter-spacing: 0.02em;
	color: #49B4E7;
}

.faq-accordian#accordion .btn.btn-link {
	font-size: 16px;
	padding: 15px 15px 15px; margin-bottom:0 !important
}

.faq-accordian#accordion .card-body {
	padding: 0 15px 20px;
}

.faq-accordian#accordion .collapse {}

.faq-accordian#accordion .collapse.show {
	background: #f1f1f1;
}

.faq-accordian#accordion .card {
	border: 0;
	box-shadow: none;
	border-radius: 0
}

label.custom-control-label {
	font-size: 15px;
	font-weight: normal;
	color: #868992;
}

.custom-control-label {
	outline: none
}

.custom-control-label::before {
	width: 1.3rem;
	height: 1.3rem;
	background-color: #fff;
	border: 1px solid #E0E3EC;
	border-radius: 4px;
}

.custom-control-label::after {
	width: 1.3rem;
	height: 1.3rem;
	border-radius: 4px;
	top: .26rem;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
	background-color: #49B4E7;
	border-color: #49B4E7;
}

.custom-control {
	padding-left: 2rem;
}

.custom-accordian .card {
	border: 0;
	box-shadow: none;
	border-radius: 0
}

.custom-accordian .card-header {
	padding: 10px 0;
	border: 0;
	background: none;
}

.custom-accordian .card-body {
	padding: 0
}

.close-filter {
	color: #49B4E7;
	text-decoration: none !important;
	letter-spacing: 0.02em;
}

.left-card h5 {
	font-size: 15px;
	line-height: 19px;
	letter-spacing: 0.02em;
	color: #49B4E7;
}

.custom-select {
	border: 1px solid #e0e3ec;
	text-align: left;
	height: auto;
	font-size: 14px;
	font-family: 'Mulish', sans-serif;
	background: url(../images/select-arrow.svg) no-repeat !important;
	background-position: calc(100% - 15px) !important;
	padding: 8px 35px 8px 20px;
}

.multiselect-native-select .btn-group {
	display: block
}
.multiselect-container{ max-height: 300px; overflow: auto;}
.multiselect-container .dropdown-item.active,
.multiselect-container .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background: none;
	outline: none
}
.view-more{ color: #000; text-decoration: none !important;}
.input-group.date .rounded-right {
    background: none;
    border-left: 0 !important;
    box-shadow: none;
    margin-bottom: 0 !important;
}
.input-group.date input {
    border-right: 0 !important;
}
.multiselect-container {
	border: 1px solid #F2F2F2;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.06);
	width: 100%
}

.multiselect-container .active .custom-checkbox .custom-control-label::before {
	background-color: #49B4E7;
	border-color: #49B4E7;
}

.multiselect-container .active .custom-checkbox .custom-control-label::after {
	background-image: url(../images/download.svg);
}

.multiselect-container>.multiselect-option>span {
	padding: 3px 3px 0 30px
}

.multiselect-container .form-check-input {
	opacity: 0
}

.multiselect-selected-text {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
	color: #868992;
}

.col-md-6 .multiselect-container {
	width: 250px
}

.datepicker.datepicker-dropdown {
	box-shadow: 0 0 10px rgba(0, 0, 0, .08);
	border-color: #ebebeb;
	padding: 15px;
	z-index: 12515  !important;
}

.input-group-append .btn {
	border: 1px solid #D8D8D8;
}

.datepicker th {
	font-weight: 500;
}
.input-group.date input {
    border-right: 0 !important;
    height: 35px;
}

.datepicker td,
.datepicker th {
	font-size: 14px;
	width: 30px;
	height: 30px;
	text-align: center;
	font-family: 'Mulish', sans-serif;
}

.close-side-bar,
.back-filter {
	display: none
}

p.popup-text {
    font-size: 18px;
    letter-spacing: .5px;
    font-weight: normal;
}
.search-modal {
	position: fixed;
	width: 100%;
	top: 0;
	height: 100%;
	background: #fff;
	z-index: 1236;
	display: none;
	padding: 200px 0
}

.search-modal.open {
	display: block
}
.lb-data .lb-close{ top:-40px; right:15px; position:absolute}
.search-modal .ui-autocomplete-multiselect.ui-state-default.ui-widget {
	border-radius: 4px 0px 0 4px;
	border-top: 0;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
}

.search-modal .custom-select {
	border-radius: 0px;
	height: 52px;
	border-right: 0;
	border-top: 0;
	border-bottom: 0;
}

.search-modal .item-content {
	padding: 0 2px 0 0!important;
	border: 1px solid #E0E3EC;
	box-sizing: border-box;
	border-radius: 4px;
}

.search-modal .Search {
	margin: 2px 0;
}

.r-0 {
	right: 0;
	top: 0;
}

.tabset {
	max-width: 75%;
	margin: 0 auto;
}

.tabset>input[type="radio"] {
	position: absolute;
	left: -200vw;
}

.tabset .tab-panel {
	display: none;
}

.tabset>input:first-child:checked~.tab-panels>.tab-panel:first-child,
.tabset>input:nth-child(3):checked~.tab-panels>.tab-panel:nth-child(2),
.tabset>input:nth-child(5):checked~.tab-panels>.tab-panel:nth-child(3),
.tabset>input:nth-child(7):checked~.tab-panels>.tab-panel:nth-child(4),
.tabset>input:nth-child(9):checked~.tab-panels>.tab-panel:nth-child(5),
.tabset>input:nth-child(11):checked~.tab-panels>.tab-panel:nth-child(6) {
	display: block;
}

.tabset>label {
	position: relative;
	display: inline-block;
	padding: 10px 25px;
	cursor: pointer;
	background: #49B4E7;
	text-transform: uppercase;
	font-size: 16px;
	color: #fff;
	border-radius: 4px;
	margin: 0 15px 25px 0;
}

.tabset>label::after {
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #fff;
	content: "";
	position: absolute;
	bottom: -8px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.tabset>label:hover,
.tabset>input:focus+label {
	color: #fff;
}

.tabset>label:hover::after,
.tabset>input:focus+label::after,
.tabset>input:checked+label::after {
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #49b4e7;
	content: "";
	position: absolute;
	bottom: -8px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.tabset>input:checked+label {
	border-color: #ccc;
	border-bottom: 1px solid #fff;
	margin-bottom: -1px;
}

.search-footer {
	background: #000;
	padding: 0 15px;
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
}

.search-footer .row.align-items-center.justify-content-center {
	max-width: 75%;
	margin: 0 auto;
}

.search-footer p {
	color: #fff;
	margin: 0;
	font-size: 18px;
}

.custom-form-control {
	height:45px;
}



.card-text {
	color: #868992;
	font-size: 14px
}

.card-title {
	font-size: 16px;
}

.text-primary {
	color: #49B4E7 !important
}

.btn-primary {
	border-color: #49B4E7;
	background-color: #49B4E7
}

.btn,
.btn-lg {
	font-size: 18px
}

.archive-list ul {
	list-style: none;
	color: #868992;
	font-size: 14px
}

.archive-list a {
	color: #868992;
}

.footer {
	background: #fff;
	padding: 40px 0;
	    border: 2px solid #F0F0F0;
}


.col-auto.head-auto {
    display: none;
}

a.btn-rounded {
	border-radius: 30px !important;
	padding: 9px 25px !important;
}
.modal{ z-index:10150 !important}

header .btn,
header .btn-lg {
	font-size: 16px;
}

.tooltips {
  position:relative; /* making the .tooltip span a container for the tooltip text */
 /* little indicater to indicate it's hoverable */
}
.tooltips:before {
  content: attr(data-text); /* here's the magic */
  position:absolute;
  
  /* vertically center */
  top:50%;
  transform:translate(-50%,0);
  
  /* move to right */
  left:50%;
  margin-left:15px; /* and add a small left margin */
  
  /* basic styles */
  width:280px;
  font-size:14px;
  padding:15px;
  border-radius:10px;
  background:#fff;
  color: #000;
  text-align:center;
  top: 25px;
  z-index:124;
    font-size: 14px;
	box-shadow:0px 0px 12px rgb(0 0 0 / 6%);

  display:none; /* hide by default */
}

.tooltips:hover:before {
  display:block;
}
.tooltips.left:before {
  /* reset defaults */
  margin:initial;

  /* set new values */

  margin-right:0;
}

.tooltips:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: 0;
    top: 50%;
	 z-index:124;
    transform: translate(-50%, 0);
    border: 10px solid #fff;
    border-color: transparent transparent #fff transparent;
    display: none;
}
.tooltips:hover:before, .tooltips:hover:after {
  display:block;
}
.prop-new-home {
    max-width: 750px;
    margin: 0 auto;
}


.prop-deal>.card {
    position: absolute;
    width: 300px;
    left: 30px;
    top: 15px;
	height:calc(100% - 30px);
}

.home-prop-wrap{ display: flex;    }
.home-prop-bottom{ background:#1B1E25; padding:50px 0}
.home-prop-bottom p {font-size: 18px;line-height: 28px;}
.home-prop-centered {width: calc(100% - 320px);padding: 0 30px;  display:flex; flex-basis: calc(100% - 320px); flex-wrap: wrap;}
.home-prop-inner {display: flex;padding:15px 30px;width: 100%;justify-content: center;}
.add-prop-col {background: #fff;width: 160px;flex:0 0 160px;height: 600px;}
.adv-img img {
    width: 100%;
}
.text-underline{ text-decoration:underline}
.home-prop-centered .card h1 {font-size: 30px;margin: 0 0 30px;font-weight: 600;     color: #1B1A34;}
.home-prop-centered .card p{color: #1B1A34; font-size:18px;     margin-bottom: 40px;}
.home-prop-centered .card{border-radius: 6px;box-shadow: none;padding: 30px !important; flex:0 0 100%; max-width:100%; text-align:center; justify-content: center; width:100%;
background:url(../images/prop_bg.png) top no-repeat #fff; background-size:cover}

.home-prop_new-centered .card{border-radius: 6px;box-shadow: none;padding: 30px !important; flex:0 0 100%; max-width:100%; text-align:center; justify-content: center; width:100%;
background:url(../images/prop_bg.png) top no-repeat #fff; background-size:cover}

.prop-new-home p {
    font-size: 18px;
    color: #000;
}
.prop-new-home .new-homepage-title.h3.m-0.pb-2 {
    font-size: 30px;
}
.home-prop-centered dl, .home-prop-centered ol, .home-prop-centered ul{ display:block}
ul.home-checked-list {padding:0 0 0 10px;list-style: none;font-size: 18px;color: #3C3C3C;}
ul.home-checked-list li{ position:relative; margin-bottom:30px; line-height: 28px; background:url(../images/list-checked.svg) no-repeat; background-size:20px; padding-left:30px; background-position: left 5px;}
.home-prop-bottom .container {padding-top: 0;}
.home-prop-bottom +.card+.footer {
    margin: 0 !important;
}
.breadcrumbbs ol{
    display: block;
    background: #FAFAFA;
    margin-bottom: 40px;
}
.detail_home{
	width: calc(100% - 320px);
    padding: 0 30px;
    display: block;
}
.prop-deal {
    padding: 15px 30px 15px 360px;
	position:relative;
	background-color: #fff;

}
.prop-deal .bg-danger {background-color:#ED2024 !important; }
.card.deal .h1 {
    font-size: 2rem !important;
}


.prop-deal .badge-danger {background-color:#ED2024 !important; font-size:18px;}

.new-ads-space{ background:#EBEBEB;}
.prop-deal .bg-success {background-color:#2AB052 !important}
.prop-deal .badge-success {background-color:#2AB052 !important; font-size:18px;}

.prop-deal .card-heading {
    font-weight: 600;font-size: 18px;}
	
	.prop-deal .card-heading a{color:#000000;}
	
.prop-deal .card-desc p {
    line-height: normal;
    font-size: 16px;
    color: #000;
}
.box_text_com{
	font-size: 16px !important;
    color: #000 !important;
}
	
.propDeal .owl-stage, .propDeal .owl-stage .owl-item, .propDeal .owl-stage .item {
    display: flex;
}

#singlepro a.btn.border.btn-rounded.btn-transparent.px-4.mr-2.d-inline-flex.align-items-center {
    color: #636484;
}
.facebook-icon, .insta, .linkdin, .whatsapp-icon {
    width: 35px;
    height: 35px;
    text-align: center;
}

.footer-accordion .card-header button[aria-expanded="true"]:after,
.footer-accordion .card-header button[aria-expanded="true"]:after {
	background: url(../images/down-arrow.svg) center center no-repeat !important;
	width: 20px;
	height: 20px !important;
	font-size: 0 !important;
	transform: rotate(180deg);
  margin-left:auto;
  
  content:"";
}

.footer-accordion .card-header button[aria-expanded="false"]:after,
.footer-accordion button[aria-expanded="false"]:after {
	background: url(../images/down-arrow.svg) center center no-repeat !important;
	width: 20px;
	height: 20px !important;
	font-size: 0 !important;
  margin-left:auto;
  content:"";
}

.footer-accordion .card {
    border-radius: 0;
}
.footer-accordion .card .card-header button{ display:flex; outline:0}

.footer-accordion .card .card-header {
    background: none;
}
.footer-accordion .card{ box-shadow:none;}
.mobile-footer{ display:none}
 footer-desktop


div#singlepro>a {
    color: #636484;
}

.new-search{
	margin-left: 140px;
}
.new-search button.btn.bg-transparent.border-0 {
    margin: 0 !important;
}
.new-search .position-absolute {
    right: 54px;
    top: 45px;
    display: none;
    padding: 10px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 3px 4px rgba(0, 0, 0,.1);
}
.new-search .form-control{width: 240px; border:0 !important}
.new-search.open .position-absolute{display:block}
.new-search .ser-close{ display:none}
.new-search.open .ser-close{ display:block}
.new-search.open .ser-open { display:none}
.new-search form{ margin:0 !important}
.toggler-menu {
	width: 50px;
    
	
}

.toggler-menu span {
	height: 2px;
	display: block;
	background: #4db3e6;
	margin: 6px 4px;
}
.toggler-menu span+span {

	background: #d02326;
	    margin-left: 7px;
}
.toggler-menu:after{ content:"";height: 2px;
	display: block;
	background: #e7bf20;
	margin: 3px 4px;}
.toggler-menu span+span+span {
	background: #2ab052;
	    margin-right: 7px;
		margin-left:3px
}
.green-txt a {
    color: #25ab4c;
    text-decoration: none;
}
.yellow-text a {
    color: #a78907;
    text-decoration: none;
}
.blue-txt a {
    text-decoration: none;
    color: #008fb7;
}

.toggler-menu span:first-child {
	margin-top: 7px;
}



ul.listmenu {
    list-style: none;
    display: block;
    padding: 0px;
    font-size: 13px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.px-150{ padding-left:150px !important; padding-right:150px !important;}

.btn-success {
    color: #fff;
    background-color: #89C869;
    border-color: #89C869;
}
.border-success {
    border-color: #89C869!important;
}
.text-success {
    color: #89C869!important;
}

.text-warning {
	color: #E8C00D !important
}

.contact-info {
    color: #72757E;
    display: block;
}
.contact-info li {
    font-size: 18px;
}

.table.table-bordered.knowledge td {
    border: 1px solid #dee2e6!important;
	font-weight: normal !important;
	color: #696F7C !important;
	color: #5b5d61 !important;
    font-size: 14px;
}
.knowladge-area p{ color:#696F7C}
.res-table {
    padding-left: 50px;
}
.res-table .card-header {
    padding: 0;
    border: 0;
    background: none;
}
.about-capt {
    max-width: 90%;
    margin: 0 auto;
}

.res-table .card-header .btn {
    font-size: 0 !important;
    margin: 0 !important;
    position: absolute;
    background: #f00;
    width: 40px !important;
    height: 40px;
    border-radius: 100%;
    left: -50px;
}
.res-table .card-body {
    padding: 0;
}
.res-table .card-header .btn.btn-link[aria-expanded="true"]:after {
    content: "-";
    font-size: 0;
    margin: 0 auto;
    background:url(../images/down-arrow-white.svg) center center no-repeat;
    border-radius: 4px;
    width: 12px;
    height: 10px; display:block;
	transform: rotate(180deg);}
.res-table .card-header .btn.btn-link[aria-expanded="false"]:after {
    content: "";
    margin: 0 auto;
	background:url(../images/down-arrow-white.svg) center center no-repeat;
	 width: 12px;
	  display:block;
    height: 10px;
	 color: #fff;
}

.res-table .card {
    box-shadow: none;
    border: 0;
    min-height: 50px;
}
.res-table a.text-danger {
    text-decoration: underline;
}
.table.table-bordered.knowledge td a.text-danger {
    text-decoration: underline;
}

.res-table .table td, .res-table .table th{ border:0 !important}

.car-area button.btn.border {
    background-color: transparent;
}
 .modal-content {
    box-shadow: 8px 8px 0px rgba(255,255,255,.2);
    border-radius: 4px;	
}
.res-table{ display:none}
.close{ outline:none !important}

.archive-list ul.p-0.mb-4 {
    display: block;
}
header .col-auto.ml-auto input {display: inline-block;background:url(../images/search-top-mobile_desk.svg) center no-repeat #49B4E7; background-position: calc(100% - 15px); padding: 0 45px 0 20px; border-radius: 30px;width: 155px !important;float: right;border: 0;font-weight:500;height: 44px;color:#fff;     font-size: 16px;
    text-align: center; outline:none;}
header .col-auto.ml-auto form {float: right;margin: 0;}
header .col-auto.ml-auto input::-webkit-input-placeholder{ color:#fff;}
header .col-auto.ml-auto input::placeholder{ color:#fff;}
header .col-auto.ml-auto input:-ms-input-placeholder{ color:#fff;}
#singlepro{ position:relative}
#singlepro .ui-autocomplete {
    right: 0 !important;
    left: auto !important;
}
.confirm-popup {
    position: fixed;
    z-index: 1000123;
    background: rgba(0,0,0,.8);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; 
}

.c-in {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    background: #fff;
    max-width: 600px;
    margin: 0 auto;
    top: 50%;
    transform: translate(0, -50%);
    border-radius: 4px;
    box-shadow: 8px 8px 0px rgb(255 255 255 / 20%);
    padding: 30px 40px; 
}
.c-in.small { max-width: 500px; border-top: 5px solid #E8C00D;}

.c-in.c-open{ display:block}
.gallerySlider.nav-text .owl-nav {
    position: relative;
    margin: 0 0;
    min-height: 25px;
}
.nav-text .owl-nav {
    position: relative; margin:0 0;
	 min-height: 25px;
}
.nav-text .owl-nav button {
    position: absolute;
    top: 0;
}
.nav-text .owl-nav button.owl-next{ right:0}
.nav-text .owl-nav span {
    font-size: 20px;
}
.nav-text .owl-nav .owl-prev span:after {
    content: "Prev";
    font-size: 15px;
	margin-left:10px
}
.nav-text .owl-nav .owl-next span:before {
    content: "Next";
    font-size: 15px;
	margin-right:10px
}
.galleryThumb .item a {
    display: block;
    text-align: center;
}
.galleryThumb img {
    height: 90px;
    width: auto !important;
    display: inline-block !important;
}

.row.one-row-area {
    position: relative;
    max-height: 270px;
    overflow: hidden;
    margin-bottom: 15px;padding-bottom:35px;
}
.row.one-row-area.open {
    max-height: none;
    overflow: visible;
}
.gallerySlider .item span {
    text-transform: capitalize;
}
#slider-thumbs a {
    text-transform: capitalize;
}
.blos-area h5.card-title {
    padding: 0;
}
.list-blog .col-md-6{ display:flex}
.list-blog .col-md-6 .card.mb-4 {
    width: 100%;
}
@media (min-width: 576px){
.modal-dialog {
    max-width: 510px;
    margin: 1.75rem auto;
}

#view_layout_modal .modal-dialog,
#view_layout .modal-dialog,
#view_flat_layout .modal-dialog{max-width: 750px;}

}
#bookSeate .modal-content {
	border: 0;
    border-top: 5px solid #cc4146;
    padding: 30px 30px !important;
}
#myModal .modal-content {
	border: 0;
	box-shadow: none;
}
#myModal .modal-dialog {
    max-width: 800px;
    margin: 1.75rem auto;
}
.gallerySlider .item {
    margin-bottom: 0;
    text-align: center;
}

#researchConsultant .modal-dialog,#jobConsultant .modal-dialog{max-width: 700px;}

.nav-centered .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    width: 33px;
    height: 25px;
    left: 0;
    font-size: 0;
    outline: none;
    background: url(../images/popup-arrow.svg) center no-repeat !important;
    background-size: 40% !important;
}
.nav-centered .owl-nav button span{ display:none;}
.nav-centered .owl-nav button.owl-next {
    transform: rotate(-180deg);
    margin-top: -15px;
    right: 0;
    left: auto;
}


.research-slider .item {
    padding: 0px 50px;
	text-align: justify;
	width:100%
}

.research-slider .item  .btn, .research-slider .item  .btn-lg {
    font-size: 16px;
}
label.custom-file-label.rounded-right.btn {
    padding-left: 155px;
    text-align: left;
    line-height: 40px;
    font-size: 15px;
	color:#868992;
	text-overflow: ellipsis;
    overflow: hidden;
}
.custom-file-label::after {
    content: "Browse File";
    left: 4px;
    right: auto;
    top: 4px;
    bottom: 4px;
    height: auto;
    border-radius: 4px;
    border: 0;
    line-height: 34px;
	text-align:center;
    background: #A4E384;
    width: 140px;
    color: #fff;
}
.custom-file-label{ height:55px}
.custom-file-input{ height:55px;}
.c-closed{ display:none !important}


#requestCall .modal-content,#writeReview .modal-content{ border-color:#49B4E7}
#shareProject .modal-dialog{max-width: 460px;}
#shareProject .modal-content{ border-color:#ED2024}
#bookSite .modal-content,#requestPrice .modal-content,#thankYou .modal-content{ border-color:#E8C00D}
#writeReview .modal-dialog{max-width: 820px;}
#writeReview textarea.custom-form-control {height: 180px;}
#disclaimer .modal-dialog {max-width: 80%;}
#disclaimer .modal-dialog .modal-body{ max-height:350px; overflow:auto}


.right-sec-menu .btn {
    margin: 0 !important;
}
.right-sec-menu .btn img {
    height: 25px;
}
.media{ position:relative}
.media-body {
    font-weight: 400;
    font-size: 12px;
    padding-top: 0;
}
.media-body h2.floor-hd {
    font-weight: 400;
    font-size: 12px;
    padding-top: 0;
}
.colored-table .tb-row {
    background: #F85C64;
}
.colored-table .tb-row2 {
    background: #F57279;
	    border-radius: 0 0 15px 15px
}

.red-hd i.rounded-circle{background: rgb(241, 180, 182,.50); flex:0 0 35px; max-width:35px;     text-align: center;
   line-height:35px; height:35px;} 
   .greentxt-hd i.rounded-circle{background: rgb(0, 158, 48,.20); flex:0 0 35px; max-width:35px;     text-align: center;
   line-height:35px; height:35px;} 
   
   
   .greentxt-hd {
                color: #009E30;
                letter-spacing: 0.8px;
                font-size:15px;
                font-family: 'Muli', sans-serif;
    font-weight: 500;
            }
   
.icons-tab li {height: 110px;min-width:200px;text-align: center;display:table; cursor:pointer}
.icons-tab li>span {display: table-cell;vertical-align: bottom;line-height: normal;padding:15px;color: #202020;}
.icons-tab li>span>span {display: block;}
.icons-tab li.card.active {background: #F24851;}
.icons-tab.tb-green li.card.active {background: #009E30;}
.icons-tab.tb-blue li.card.active {background: #45A0F2;}
.icons-tab li.card.active>span{ color:#fff}

.ludo-sp-icons{ background:url(../images/ludo-sprite-icons.svg) no-repeat; height:55px; width:50px; background-size:815px; display:inline-block}
.main-tabs .ludo-sp-icons {width: 30px;height: 30px;background-size: 225px;}
.ludo-sp-icons.s-location {background-position: -177px 2px;}
.ludo-sp-icons.s-conect {background-position: 5px 0;}
.ludo-sp-icons.s-gallery {background-position: -268px 1px;}
.ludo-sp-icons.s-profile {background-position: -359px 2px;}
.ludo-sp-icons.s-consultants {background-position: -86px 2px;}

.ludo-sp-icons.s-b-review{background-position: -696px 7px;}
.ludo-sp-icons.s-review {background-position: -974px 0; background-size: 1020px;}

.icons-tab li.card.active .ludo-sp-icons.s-location {background-position: -177px -112px;}
.icons-tab li.card.active .ludo-sp-icons.s-conect {background-position: 5px -114px;}
.icons-tab li.card.active .ludo-sp-icons.s-gallery {background-position: -268px -112px;}
.icons-tab li.card.active .ludo-sp-icons.s-profile {background-position: -359px -110px;}
.icons-tab li.card.active .ludo-sp-icons.s-consultants {background-position: -86px -112px;}

.icons-tab.tb-blue li.card.active .ludo-sp-icons.s-b-review { background-position: -696px -105px;}
.icons-tab.tb-blue li.card.active .ludo-sp-icons.s-review.mb-2 {background-position: -974px -142px;}

.ludo-sp-icons.s-summary {background-position: -576px -2px; background-size: 1047px;}
.ludo-sp-icons.s-status {background-size: 1047px;background-position: -683px 0;}
.ludo-sp-icons.s-amenities { background-position: -796px -2px;background-size: 1047px;}

.icons-tab li.card.active .ludo-sp-icons.s-status {background-position: -683px -147px;}
.icons-tab li.card.active .ludo-sp-icons.s-summary {background-position: -576px -149px;}
.icons-tab li.card.active .ludo-sp-icons.s-amenities {background-position: -796px -146px;}


.main-tabs ul {list-style: none;}
.main-tabs ul li{cursor:pointer}
.main-tabs ul li a{ color:#000 !important; background:none; box-shadow:none !important; font-size:16px;}
.thead-bg{ background:rgba(248, 248, 248, 1);box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05);}
.h-20 {font-size: 20px;font-weight: 600;}

#sub-tab-11 .h-20 {
    font-size: 16px;
    font-weight: 600;
}
.tp-tbs-icons {
    width: 30px;
    height: 30px;
    background: url(../images/tp-tb-icons.svg) no-repeat;
    display: inline-block;
    background-size: 300px;
	background-position:0 0;
	
	border-radius:4px;
	flex: 0 0 30px;
	background-color:rgba(241, 241, 241, 1)
}
.tp-red .active .tp-tbs-icons {background-color:#F24851}
.tp-green .active .tp-tbs-icons {background-color:#009E30}
.tb-yellow .active .tp-tbs-icons {background-color:#EBC209}
.tp-blue .active .tp-tbs-icons {background-color:#45A0F2}


.tp-tbs-icons.tp-flat {background-position: -76px 5px; background-size: 235px;}
.tp-tbs-icons.tp-building {background-position: -36px 4px;background-size: 235px;}

.tp-tbs-icons.tp-project {background-position: -176px 5px;background-size: 235px;}
.tp-tbs-icons.tp-location{background-position: 5px 4px; background-size: 235px;}
.tp-tbs-icons.tp-pricing {background-position: -142px 5px;background-size: 235px;}
.tp-tbs-icons.tp-payment {background-position: -114px 5px;background-size: 235px;}
.tp-tbs-icons.tp-land {background-position: -176px 5px;background-size: 235px;}
.tp-tbs-icons.tp-review {background-position: -296px 1px;background-size: 325px;}



.tp-red .active .tp-tbs-icons.tp-location {background-position: 5px -30px;}
.tp-red .active .tp-tbs-icons.tp-building {background-position: -36px -30px;}
.tp-green .active .tp-tbs-icons.tp-project {background-position: -176px -29px;}
.tp-green .active .tp-tbs-icons.tp-building {background-position: -36px -30px;}
.tp-green .active .tp-tbs-icons.tp-flat {background-position: -76px -29px;}
.tp-blue .active .tp-tbs-icons.tp-review {background-position: -296px -45px;background-size: 325px;}

.tb-yellow .active .tp-tbs-icons.tp-pricing {background-position: -142px -30px;}
.tb-yellow .active .tp-tbs-icons.tp-payment {background-position: -114px -30px;}
.tb-yellow .active .tp-tbs-icons.tp-land {background-position: -176px -30px;}

.right-sec-menu .btn {padding: 8px 20px!important;}
.phy-icon {
    width: 45px !important;
    background: #fff;
    border-radius: 4px;
    padding: 2px;
}
.bulb-icon{ background:url(../images/light-bulb.svg) center center no-repeat; width:30px; height:30px; float:right;background-size: 25px;}

	.logo-mobile{ display:none}
	#slider-thumbs img {
    width: 100%;
    max-height: 150px;
}
.card-img-top {
    height: 250px; object-fit:cover
}
.menu-backdrop,.side-backdrop{
    display: none;
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background: #000;
    opacity: .5;
	    z-index: 1231;
}
.side-backdrop {
    z-index: 1251;
}
.col-7.mobile-menu.open~.menu-backdrop {
    display: block;
}
.close-top-search{ display:none}

.home-wrapper {
    display: flex;
}
.add-col {
    flex: 0 0 160px;
    max-width: 160px;
	    background: #1d1d1d;
}
.add-col img{ width:100%}
.home-center {
    width: calc(100% - 320px);
    background: #1D1D1D;
    text-align: center;

	    padding: 0 0 50px;
}
.home-inner-col {
    display: inline-block;
    margin: 0;
    position: relative;
    max-width: 790px;
}




.home-center img{ width:100%}
.home-inner-wrap {
    position: absolute;
    width: 100%;
   
    top: 0;
	align-items: center;
    height: calc(100% - 20%);
}

.home-bubble-info {
    color: #fff; line-height:normal
  
}
.home-bubble-info.first-green {
    position: absolute;
    left: 86px;
    top: 168px;
    width: 130px;
}
.home-bubble-info a {
    color: #fff;
    text-decoration: none;
}
.home-bubble-info.blue-ifo {
    position: absolute;
    left: 326px;
    width: 130px;
    top: 153px;
}
.home-bubble-info.red-info {
    position: absolute;
    right: 110px;
    width: 140px;
    top: 140px;
}

.home-bubble-info.yello-info {
    position: absolute;
    bottom: 175px;
    left: 120px;
    width: 110px;
}
a.dash-login {
    color: #333;
}

.home-bubble-info.second-green {
    position: absolute;
    bottom: 175px;
    right: 108px;
    width: 120px;
}

.white-bg .home-center {
    width: calc(100% - 320px);
    text-align: center;
    padding: 0 0 50px;
    background:#fff;
}
.white-bg .add-col{ background:#fff}

.white-bg .home-inner-col {
 height:600px; display:block;
    background: url(../images/dotted-bg.svg) no-repeat #fff; background-size:100%; margin: 0 auto;
}
.home-circle-text {

    width: 200px;
    height: 200px;
display: flex;
    align-items: center;
    padding: 20px;
    border-radius: 100%;
	
}
.home-circle-text.g-circle {
    position: absolute;
    left: 70px;
    background: #89C869;
    top: 103px;
    width: 190px;
    height: 190px;
}
.home-circle-text.g-circle .home-text-inner-area{background: #89C869;}
.home-circle-text.b-circle {
    background: #49B4E7;
    position: absolute;
    left: 316px;
    top: 0;
    width: 190px;
    height: 190px;
}
.home-circle-text.b-circle .home-text-inner-area{background: #49B4E7;}
.home-circle-text.gr-circle {
    position: absolute;
    top: 180px;
    background: #89C869;
    right:20px;
 
}
.home-circle-text.gr-circle  .home-text-inner-area{background: #89C869;}
.home-circle-text.y-circle {
    position: absolute;
    left: 85px;
    bottom: 75px;
    background: #E8C00D;
    width: 180px;
    height: 180px;
 
}
.home-circle-text.y-circle .home-text-inner-area{background: #E8C00D;}
.home-circle-text.r-circle {
    position: absolute;
    left: 279px;
    background: #ED2024;
    bottom: 165px;
    width: 220px;
    height: 220px;
}
.home-circle-text.r-circle .home-text-inner-area{background: #ED2024;}

.home-text-inner-area {
    opacity: 0;
    position: absolute;
    border-radius: 100%;
    height: calc(100% + 90px);
    width: calc(100% + 90px);
    top: -45px;
    left: -45px;
    padding: 20px;
    display: flex;
    align-items: center;
	    justify-content: center;
		box-shadow:0 0 64px rgba(0,0,0,.35);
	z-index:2;
	transition:all cubic-bezier(.085,.685,.265,.985) .4s;

   
}
.home-circle-text:hover .home-text-inner-area{ opacity:1}
.home-logo {
    width: 120px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 40px;
}


.main-container.ads-space {
    padding: 0;
    margin: 0
}
.main-container.ads-space {
    padding: 0;
    margin: 0;
    width: calc(100% - 320px);
}
.ads-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px 30px 0px 30px;
}
.main-container.ads-space {
    padding: 0;
    margin: 0;
    width: 1310px;
}
.ads-wrapper .add-col{ background:none;position: sticky; top:100px;}
.add-inner {
    top: 64px;
    position: sticky;
}
#left_adss .add-inner, #right_adss .add-inner{
    top: 0;
    position: relative;
}

#desktop_house_ads{
	/* display: block !important; */
}

#builder_project_adspace{
	display: none !important;
}

.custom-breadcrumb{ background:rgba(248,248,248,.98); position:sticky; top:64px; z-index:121}
.card.left-card,.additional-filter {
    top: 0px;
    position: relative;
}


.card.table-height {
    max-height: 300px;
    overflow: hidden;
    position: relative;
	padding-bottom:30px
}
.table-height.open{max-height:none;}
.show-more-table  {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 5px;
    cursor: pointer;
	color:#009E30;
    font-weight: 600;
}
.show-more-area {
    position: absolute;
    bottom: 0;
	left:15px; right:15px;
    background: #f3f3f3;
    padding: 5px;
    cursor: pointer;
    font-weight: 600;
}
.show-more-table.less,.table-height.open .show-more-table{ display:none}
.table-height.open .show-more-table.less
{ display:block !important}

.one-row-area .show-more-area.less,
.one-row-area.open .show-more-area.less{display:none}
.one-row-area.open .show-more-area.less{display:block !important}

a.btn.btn-active {
    background: #89c869;
    font-size: 14px;
    color: #fff;
    padding: 6px 15px;
}
.mobile-ads{background:#fff; padding:15px; text-align:center; display:none; margin-bottom:10px;}
.mobile-ads img{ max-width:100%; display:inline-block;}
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
	.f-cokies {
    bottom: 0;
    width: 100%;
}
.gall-area .card-body {
    min-height: 108px;
}
.home.hometxt>a {
    cursor: default;
}
.floor-hd{font-weight: 700; font-size: 40px; padding-top: 0;}

/***********************register form css start***************************/
.rc_card{
	padding: 0 !important;
    border: 1px solid #F2F2F2;
    box-sizing: border-box;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 6%);
}
.rcform input, #currenteploment, #city_name{
    height: 45px !important;
    font-size: 15px;
    border: 1px solid #E0E3EC !important;
    padding: .5rem 1rem;
    line-height: 1.5;
    border-radius: .3rem;
    width: 100%;
    color: #7C7F88 !important;
    margin-top: 20px;
}
.rcform button{
	background:#49B4E7;
    padding: 0 45px 0 20px;
    border-radius: 5px;
    border: 0;
    font-weight: 500;
    height: 46px;
    width: 135px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    outline: none;
    margin-top: 20px;
}
.rcform_div h1{
	font-size: 28px;
    font-weight: 600;
}
.padding_left_div{
	padding: 60px 80px;
}
.right_bg_color{
	background: #F2ECEC;
}
.red_box {
    background-color: #ED2024 !important;
    height: 8px;
    width: 8px;
    float: left;
    margin: 7px 15px 0 0;
}
.blue_box {
    background-color: #45A0F2!important;
    height: 8px;
    width: 8px;
    float: left;
    margin: 7px 15px 0 0;
}
.yellow_box{
	background: #E8C00D !important;
	height: 8px;
    width: 8px;
    float: left;
    margin: 7px 15px 0 0;
}
.green_box{
	background-color: #2AB052 !important;
	height: 8px;
    width: 8px;
    float: left;
    margin: 7px 15px 0 0;
}
.mtop10{
	margin-top: 10px;
}
.rc_text_highlights {
    margin-top: 20px;
}
.right_bg_color h3{
	font-size: 20px;
    padding: 0 0 3px 0 !important;
}
.blue_line {
    background-color: #49B4E7;
    height: 2px;
    width: 40px;
}

/********************register form css start***************************/

/************************new home page css start******************************/
.my_container {
    margin: 40px auto;
    width: 87%;
    
}
.prop-exclusive h2, .prop-collections h2, .prop-top-localities .top_localities_headingg h2, 
.prop-researched-projects .researched_projects_headingg h2, .prop-researched-projects .researched_projects_heading h2,
.prop-deals .deals_headingg h2, .prop-stats h2, .prop-buzz .buzz_headingg h2, .prop-instagram .instagram_headingg h2 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #1d2124;
    text-decoration: none;
}
.prop-exclusive p, .prop-collections p, .prop-top-localities .top_localities_headingg p, 
.prop-researched-projects .researched_projects_headingg p, .prop-deals .deals_headingg p, .prop-stats p, 
.prop-buzz .buzz_headingg p, .prop-instagram .instagram_headingg p {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #1d2124;
}
.exclusive_heading {
    margin-bottom: 30px;
}
.exclusive_heading::after {
    content: "";
    display: block;
    width: 3em;
    max-width: 40%;
    text-align: left;
    border-bottom: 2.4px solid #ED2024;
    margin-top: 10px;
}
.exclusive_card .card {
    border: 1px solid #F2F2F2;
    box-sizing: border-box;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 6%);
    height: 240px;
}
.exclusive_card {
    margin: 0 2px;
}
.exclusive_card .border-danger {
    border-color: #ED2024 !important;
}
.exclusive_card .badge-danger {
    background-color: #fff;
    color: #ED2024 !important;
    font-size: 28px;
    font-weight: 700;
}

.exclusive_card .card-desc p {
    font-size: 15px;
    font-weight: normal;
    color: #7C7F88;
    padding: 0 20px;
}
.exclusive_card .card-desc h3 {
    font-size: 17px;
    font-weight: 600;
    color: #000;
    padding: 0 !important;
    margin: 10px 0;
}
.su_adspace {
    padding: 50px 0 !important;
}
.collection_heading {
    margin-bottom: 30px;
}
.collection_heading::after { /* this is the border */
    content:"";
    display:block;
    width: 3em;
    max-width:40%;
    text-align: left;
    border-bottom: 2.4px solid #2AB052; 
    margin-top: 10px;
}
.prop-collections .collection_no {
    color: #5E616A;
    font-size: 15px;
}
.collection_card {
    margin: 0 2px;
}
.collection_card .card {
    width: 100%;
    height: 240px;
}
.prop-collections .card {
    position: relative;
}
.prop-collections .card-block .home {
    background: transparent;
    border: none;
    margin: 0 0 0 auto;
    border-bottom-left-radius: 90%;
    position: absolute;
    right: 0;
    top: 0;
}
.prop-collections .card-block .home img {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 90px;
    height: 90px;
}
.collection_card .card-desc h3 {
    padding: 0 !important;
    margin: 8px 0 8px 0;
    font-size: 17px;
    font-weight: 600;
}
.prop-collections .card-explore h4 {
    font-size: 15px;
    color: #2AB052;
    margin-right: 10px;
}
.prop-collections .card-explore img {
    width: 6px;
    height: 10px;
    margin-top: 4px;
}
.top_localities_heading::after {
    content: "";
    display: block;
    width: 3em;
    max-width: 40%;
    text-align: left;
    border-bottom: 2.4px solid #4DB3E6;
    margin-top: 10px;
}
.top_localities_card {
    margin: 0 1px;
}
.top_localities_card .border-info {
    border-color: #4DB3E6 !important;
}
.top_localities_card .card-desc h3 {
    line-height: 22px;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 12px;
    padding: 0 !important;
}
.top_localities_card .card-desc h5 {
    font-size: 15px;
    color: #49B4E7;
    padding: 0;
    margin-bottom: 10px;
}
.top_localities_card .card-desc-list h6 {
    font-size: 14px;
    color: #7C7F88;
}
.top_localities_card .card-desc-list ul {
    list-style: none;
    padding-left: 0px;
    display: block;
}
.top_localities_card .card-desc ul li {
    color: #7C7F88;
    font-size: 14px;
}
.prop-collections .collection_no {
    color: #7C7F88;
    font-size: 15px;
}
.prop-top-localities .card {
    position: relative;
}
.prop-top-localities .card-block .locality img {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 100px;
    height: 100px; 
}
.researched_projects_heading::after { /* this is the border */
    content:"";
    display:block;
    width: 3em;
    max-width:40%;
    text-align: left;
    border-bottom: 2.4px solid #E7BF20; 
    margin-top: 10px;
}
.researched_projects_card .card-head-holder .project_name h3 {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    color: #E7BF20;
    padding: 0 !important;
    letter-spacing: 1px;
}
.researched_projects_card .card-head-holder .project_details small {
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    color: #939393;
}
.researched_projects_card .card-head-holder .project_details h5 {
    font-size: 15px;
    font-weight: 500;
    color: #89C869;
}
.researched_projects_card .card-desc p {
    font-size: 13px;
    font-weight: normal;
    color: #868992;
    margin-bottom: 15px !important;
}
.researched_projects_card .card-desc .flats h6 {
    font-size: 13px;
    font-weight: 500;
    color: #7C7F88;
    padding-left: 10px;
}
.deals_heading::after { /* this is the border */
    content:"";
    display:block;
    width: 3em;
    max-width:40%;
    text-align: left;
    border-bottom: 2.4px solid #ED2024;  
    margin-top: 10px;
}
.deals_card .badge-danger {
    color: #fff;
    background-color: #ED2024 !important;
    font-size: 18px;
    font-weight: 600;
}
.deals_card .card-desc p {
    font-size: 14px;
    color: #7C7F88;
}
.deals_card .card-desc h3{
	padding: 0 !important;
    font-size: 17px;
    font-weight: 600;
}

/* PROP STATS SECTION STARTS HERE */
.stats_heading::after { /* this is the border */
    content:"";
    display:block;
    width: 3em;
    max-width:40%;
    text-align: left;
    border-bottom: 2.4px solid #2AB052; 
    margin-top: 10px;
}
.stats_card .card {
    width: 100%;
    height: 235px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.collection_card .card, .card {
    border: 1.5px solid #F2F2F2;
    box-sizing: border-box;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 6%);
}
.collection_card .card{
	display: flex;
    justify-content: center;
}
.stats_card .border-success {
    border-color: #2AB052 !important;
}
.stats_card .badge-success {
    color: #fff;
    background-color: #2AB052 !important;
    font-size: 20px;
    font-weight: 600;
}
.stats_card p{
	color: #7C7F88 !important;
    font-size: 14px !important;
}
.collection_card .card-desc p {
    font-size: 15px;
    font-weight: normal;
    color: #7C7F88;
}

/* Prop Buzz Starts here */

.buzz_heading::after { /* this is the border */
    content:"";
    display:block;
    width: 3em;
    max-width:40%;
    text-align: left;
    border-bottom: 2.4px solid #4DB3E6;  
    margin-top: 10px;
}
.buzz_card .card {
    height: 190px;
    margin: 0 1px;
    padding: 3rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.buzz_card .border-info {
    border-color: #4DB3E6 !important;
}
.buzz_card .card-desc p  {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
/* Prop Buzz ends here */

/* Prop Follow on Instagram starts here */

.instagram_heading::after { /* this is the border */
    content:"";
    display:block;
    width: 3em;
    max-width:40%;
    text-align: left;
    border-bottom: 2.4px solid #E7BF20; 
    margin-top: 10px;  
}

/* Prop Follow on Instagram ends here */

/* FLIP CARD SECTION STARTS HERE */

.welcome_boxes .flip-card {
    background-color: transparent;
    width: 220px;
    height: 192px;
    border-radius: 40px;
    /* border: 4px solid #2AB052; */
    perspective: 1000px; /* Remove this if you don't want the 3D effect */
}
/* This container is needed to position the front and back side */
.welcome_boxes .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}
  
/* Do an horizontal flip when you move the mouse over the flip box container */
.welcome_boxes .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}
  
/* Position the front and back side */
.welcome_boxes .flip-card-front, .welcome_boxes .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
}
  
/* Style the front side (fallback if image is missing) */
.welcome_boxes .flip-card-front {
    background-color: red;
    color: black;
    border: 0 !important;
}
  
/* Style the back side */
.welcome_boxes .flip-card-back {
    background-color: #fff;
    color: #7C7F88;
    transform: rotateY(180deg); 
}

.welcome_boxes .flip-card-1 .flip-card-front{
    background: #ED2024;
    color: #fff;
}

.welcome_boxes .flip-card-1 .flip-card-back {
    border: 1px solid #ED2024;
}

.welcome_boxes .flip-card .flip-card-front h4 {
    font-size: 17px;
    font-weight: 500;
    line-height: 22px;
    color: #fff;
    text-decoration: none;
}

.welcome_boxes .flip-card .flip-card-back p.trivia_par {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
    color: #868992;
}

.welcome_boxes .flip-card-1 .flip-card-back {
    border-color: 3px solid #ED2024;
}

.welcome_boxes .flip-card-2 .flip-card-front{
    background: #2AB052;
    color: #fff;
}

.welcome_boxes .flip-card-2 .flip-card-back {
    border: 1px solid #2AB052;
}

.welcome_boxes .flip-card-3 .flip-card-front{
    background: #4DB3E6;
    color: #fff;
}

.welcome_boxes .flip-card-3 .flip-card-back {
    border: 1px solid #4DB3E6;
}

.welcome_boxes .flip-card-4 .flip-card-front{
    background: #E7BF20;
    color: #fff;
}

.welcome_boxes .flip-card-4 .flip-card-back {
    border: 1px solid #E7BF20;
}
.welcome_boxes {
    margin-top: 50px;
}
/* FLIP CARD SECTION ENDS HERE */

.col-7.mobile-menu {
		
    position: fixed;
    right: -100%;
    top: 0;
    height: 100%;
    flex: 0 0 370px;
    max-width: 370px;
    background: #fff;
    z-index: 100;
    padding: 0;
    transition: right .5s cubic-bezier(.085,.685,.265,.985) .2s;
    box-shadow: 0 0 5px rgb(0,0,0,.20);
    z-index: 1254;
    font-family: 'Inter', sans-serif;
}
.col-7.mobile-menu.open {
    display: block; right:0
}

/************************new home page css end******************************/
.new-home-wrapper{font-family: 'Mulish', sans-serif; 
    background: #fff;}
    .new-home-wrapper .container-fluid,.n_footer .container-fluid {
        max-width: 1440px;
        padding: 0 30px;
    }
.header-title{
    font-family: 'Inter', sans-serif; font-size: 22px;
    color: #5A5656;
}
.new-blogs ul{ display: block;}
.top-menu ul {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
    flex-flow: column;
}

.top-menu ul li a {
	padding: 5px 0;
	display: block;
	color: #636484;
	font-size: 16px;
	text-decoration: none;
	position:relative;
    font-family: 'Inter', sans-serif;
}
.top-menu ul li a:hover{ color:#49B4E7 }
.top-menu ul li.active a:after {
    content: "";
    border-width: 2px;
    width: 100%;
    position: absolute;
    bottom: 0;
    border-bottom: solid;
    left: 0;
}
.top-category {
    font-size: 20px;
    color: #494949;
    top: 56px;
    position: sticky;
    z-index: 1000;
    background: #fff;
    padding:0 10px;
    z-index: 5;
    align-items: center;
}
.StickyHeader {
    box-shadow: 0 2px 3px rgba(0,0,0,.1);
    border-top: 1px solid #f1f1f1;
    font-size: 16px;
}
.top-category a {
    padding: 10px;
    text-decoration: none;
    color: #494949;
    transition:all ease .4s;
    border-bottom: 1px solid transparent;
}

.top-category a.active{ color: #008fb7;  border-bottom: 1px solid #008fb7;}

.new-homepage-title{
    font-family: 'Inter', sans-serif; color: #1B1A34;
    font-weight: 500;
    position: relative;
}
.owl-video-tn{ background-size: 100% 100%;}
.research-report .img-fluid {
    height: 420px;
    object-fit: contain;
}
.new-homepage-title:after {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    height: 2px;
    background: #49B4E7;
    bottom: 0;
}
.yellow-line.new-homepage-title:after{ background: #E4BF22;}
.red-line.new-homepage-title:after{ background: #ED2024;}
.green-line.new-homepage-title:after{ background: #2AB052;}
.home-new-list{font-size: 18px; color: #5D5D5D;
    font-weight: 500;}
.home-new-list:before{
    content: "\f058";
    font: normal normal normal 22px/1 FontAwesome;
    color: #49B4E7; margin-top: 0px; margin-right: 1rem;
}

.view-all{ font-size: 16px; font-weight: 500;}
.font-16{ font-size: 16px; line-height: 26px;}
.font-14{ font-size: 14px; line-height: normal;}
.new-home-wrapper ~.n_footer {
    margin-top: 0;
    border-top: 2px solid #F0F0F0;
}

.one-ellips {
    display: -webkit-box;
    max-height: 20px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.625;
}
.two-ellips {
    display: -webkit-box;
    max-height: 50px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.625;
}

.card-more {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.card-more>a{ text-decoration: none;}

.bhk-svg{ flex: 0 0 26px;}

/*============================*/

 .flipcard {
    background-color: transparent;
    width: 250px;
    display: block;
    height: 315px !important;
    perspective: 1000px;
  }
  
  .flipcard-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    overflow: hidden;
    
  }
  
 .flipcard:focus {
      outline: 0;
  }
  
  .flipcard.flip .flipcard-inner {

}
  
.flipcard-front,
 .flipcard-back {
    position: absolute;
    width: 100%;
    height: 100%;
    
  }
  
 .flipcard-front {
    background: transparent;
    color: black;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid transparent !important;
    border-radius: 4px;
    cursor: pointer;
    overflow: hidden;
  }
  .flipcard-front img {
    max-width: none;
    width: 100%;
    transform: scale(1);
    transition: all ease .5s;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}
  
 .flipcard-back {
    background:#fff;
    color: white;
    z-index: 1;
    padding: 0 !important;
    text-align: left;
    border: 1px solid #49B4E7 !important;
    border-radius: 4px;

    transition: all ease .5s;
    transform: scale(0);
    overflow: hidden;
  }
  .flipcard.flip .flipcard-back{ z-index: 3; transform: scale(1);}
  .flipcard.flip .flipcard-front img {
    transform: scale(2);
}
 .flipcard-back p{line-height: normal !important;}
  .new-launches .col-md-3{ flex: 0 0 20%; max-width: 20%;}
  .new-launches h4 {
    color: rgba(0, 0, 0, 0.7);
    max-width: 250px;
    margin-bottom: 30px !important;
    font-size: 18px;
}
.report-bg{background: #F4F4F4}
.report-bg .nav-pills .nav-link {
    border-radius: .25rem;
    font-weight: 600;
font-size: 24px;
color: #000000;
text-align: center;
min-height: 110px;
display: flex;
align-items: center;
justify-content: center;
   
}
#pills-reviews-tab{ border: 2px solid #ED2024;}
#pills-reports-tab{ border: 2px solid #49B4E7;}
#pills-compare-tab{ border: 2px solid #E8C00D;}
#pills-generate-tab{ border: 2px solid #2AB052;}
.research-report{border: 2px solid #000;}
.report-bg  #pills-reports.tab-pane{border: 2px solid #49B4E7;}
.report-bg #pills-compare.tab-pane{border: 2px solid #E8C00D;}
.report-bg  #pills-generate.tab-pane{border: 2px solid #2AB052;}
.report-left a{
    border-radius: .25rem;
    font-weight: 800;
    position: relative;
font-size: 24px;
color: #000000;
text-align: center;
min-height: 110px;
display: flex;
align-items: center;
justify-content: center;
border: 2px solid #f00;
padding:15px;
margin-bottom: 15px;
text-decoration: none;
}
.act-progress .progress{ position: absolute; animation-duration: 9s; animation-name: example; transition:all ease .2s; left: 0; bottom: -1px; height: 3px;}
.report-left a.tab-red{ border-color: #ED2024;}
.report-left a.tab-blue{ border-color: #49B4E7;}
.report-left a.tab-yellow{ border-color: #E8C00D}
.report-left a.tab-green{ border-color: #2AB052}
.report-left a:last-child{ margin-bottom: 0;}
.report-left a.tab-red.act-progress .progress{ background-color: #ED2024;}
.report-left a.tab-blue.act-progress .progress{ background-color: #49B4E7;}
.report-left a.tab-yellow.act-progress .progress{ background-color: #E8C00D;}
.report-left a.tab-green.act-progress .progress{ background-color: #2AB052;}
.new-stories .media a.mr-4 {
    width: 350px;
}


@keyframes example {
    0%   {width:0}
  
    100% {width:100%;}
  }

.report-bg .nav-pills #pills-reviews-tab.nav-link.active {
    color: #fff;
    background-color: #ED2024;
}
.report-bg .nav-pills #pills-reports-tab.nav-link.active {
    color: #fff;
    background-color: #49B4E7;
}
.report-bg .nav-pills #pills-compare-tab.nav-link.active {
    color: #fff;
    background-color: #E8C00D;
}
.report-bg .nav-pills #pills-generate-tab.nav-link.active {
    color: #fff;
    background-color: #2AB052;
}
.new-home-wrapper table.table > tbody > tr > td {
    border: 1px solid #f1f0f0 !important;
}
.slide-progress {
    width: 0;
    max-width: 100%;
    height: 4px;
    background: #7fc242;
  }
  .back-flip{cursor: pointer;}
  .flip-card-title{ cursor: pointer;}
  .size-34{ width: 34px; height: 34px;}
  .bg-custom-primary{ background: #4B66BD;}
  .new-home-wrapper .border-primary{border-color:#49B4E7 !important}
  .new-home-wrapper .border-success{border-color:#2AB052 !important}
  .new-home-wrapper .text-primary{color:#49B4E7 !important}
  .new-home-wrapper .text-success{color:#2AB052 !important}
  .new-home-wrapper .text-warning{color:#E8C00D!important}
  .new-home-wrapper .bg-primary,
  .n_footer .bg-primary{background-color:#49B4E7 !important}

  .c-badge {
    border-radius: 16px;
    font-size: 15px;
    font-weight: 400;
}
.test-carousel .owl-stage{ display: flex;}
.new-deals{ background: #fff;}
.inner-pageTab a{
    font-weight: 500;
font-size: 20px;
line-height: 24px;
text-transform: capitalize;
color:#717174;
border-bottom: 2px solid transparent;
font-family: 'Inter', sans-serif;
text-decoration: none;
}
.inner-pageTab a.saleDeal:hover,
.inner-pageTab a.saleDeal.active{ color:#ED2024; border-color: #ED2024;}

.inner-pageTab a.leaseDeal.active,
.inner-pageTab a.leaseDeal:hover{ color:#2AB052; border-color: #2AB052;}
.inner-pageTab a.investDeal.active,
.inner-pageTab a.investDeal:hover{ color:#007bff; border-color: #007bff;}

  .test-carousel .owl-nav {
    display: flex;
    justify-content: center;
	margin-top: 30px;
}
.test-carousel .owl-nav button {
    width: 3rem;
	height: 3rem;
    border: 1px solid #F0ECEA !important;
    border-radius: 100%;
    
    background: #fff !important;
	font-size:0 !important;
	margin:0 10px;
}
.test-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}
.test-carousel .owl-nav button.disabled{opacity:.4}
.test-carousel .owl-nav button.owl-prev{ background:url(../images/nav-prev.svg) center center no-repeat #fff!important; background-size: 1.5rem !important; }
.test-carousel .owl-nav button.owl-next{ background:url(../images/nav-next.svg) center center no-repeat #fff!important; background-size: 1.5rem !important; }
.test-carousel .owl-nav button{position:absolute; top:50%; transform:translate(0, -50%);margin-top: -1.8rem;}
.test-carousel .owl-nav button.owl-prev{left: -15px;}
.test-carousel .owl-nav button.owl-next{right: -15px;}
#Propdeal .owl-nav {
    display: none;
}
.inner-pageTab a.landDeal.active, .inner-pageTab a.landDeal:hover {color: #ffc107;border-color: #ffc107;}
.card-title{ font-weight: 600; font-size: 16px; font-family: 'Mulish', sans-serif;}
.archives{ border: 2px solid;}
.c-border-2{border:1px solid}
.archives h3{font-weight: 600; font-size: 18px; font-family: 'Mulish', sans-serif !important;}
.archives ul{ list-style: none;}
.archives ul a{ color:#5D5D5D; text-decoration: none; font-weight: 500; font-size: 15px; font-family: 'Inter', sans-serif;}
.archives li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    border: 2px solid #5D5D5D;
    border-radius: 100%;
}

.t-18{ font-size: 18px !important; font-family: 'Inter', sans-serif !important;}
.t-15{ font-size: 15px !important;  font-family: 'Inter', sans-serif !important;}
.abs-link {
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.font-18{ font-size: 18px;}
div#ResearchProjects,#InvewstorCorner {
    position: relative;
}
/* div#ResearchProjects:after/*#InvewstorCorner:after {
    content: "coming soon";
    position: absolute;
    left: 15px;
    right: 15px;
    top: 0;
    height: 100%;
    background: rgba(255,255,255,.9);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 600;
} */

/**/
@media screen and (max-width:1440px) {
.new-launches .col-auto:last-child {
    display: none;
}
}

@media screen and (max-width:1599px) {
.main-container.ads-space {
    padding: 0;
    margin: 0;
    width:960px;
}
}

@media screen and (max-width:1599px) {
	header .col-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 55.333333%;
		flex: 0 0 55.333333%;
		max-width: 55.333333%;
	}
	
	
	.px-150 {
    padding-left: 100px !important;
    padding-right: 100px !important;
}


.floor-hd{ font-size:22px;}
.media-body {
    font-weight: 400;
    font-size: 12px;
    padding-top: 0;
}
.media-body h2.floor-hd {
    font-weight: 400;
    font-size: 12px;
    padding-top: 0;
}
.top-category {
    font-size: 16px;
}
}



@media screen and (max-width:1367px) {

    .report-left a {
        font-size: 20px;
        min-height: 100px;}
	
	.img-holder.add {
		height: 510px;
	}
	.img-holder.add .p-img {
		object-fit: conten;
	}
	.left-card .card-heading {
		font-size: 16px;
	}
	.form-control {
		font-size: 14px;
	}
	header .col-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 52.333333%;
		max-width: 52.333333%;
	}
	.top-menu ul li a {
		font-size: 15px;
	}
	.top-menu ul li>a{ white-space:nowrap}
	header {
		background: #313131;
		padding: 0px 30px;
	}
		.px-150 {
    padding-left: 50px !important;
    padding-right: 50px !important;
}
.main-container.ads-space {
    padding: 0;
    margin: 0;
    width:870px;
}


.chatter_home .main-container.ads-space,.discussion .main-container.ads-space {
    padding: 0;
    margin: 0;
    width:960px;
}

.left-card label { font-size: 14px;line-height: 18px;}
}


@media screen and (max-width:1180px) {

	.toggler-menu {
		display: block
	}
	
	.col-7.mobile-menu .border-bottom {
		border-bottom: 1px solid #f1f1f1!important;
		display: block; 
	}
	.close-side-menu {
		display: block
	}

	.top-menu ul li a {
		padding: 10px 30px; color:#000
	}
	
	.logo img {
		width: 200px !important;
		height: auto;
	}

	.col-7.mobile-menu+.col-auto.ml-auto {
		margin-right: 60px;
	}
			.px-150 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.main-container.ads-space {
    padding: 0;
    margin: 0;
    width: 100%;
}
.ads-wrapper .add-col {display: none;}
.ludo-wraps .col-auto.d-flex.align-items-center p{  max-width: 320px;line-height: normal;}

.gall-area h5.card-title {
    padding-left: 0 !important;
}

.propDeal .owl-dots button.owl-dot span {
    width: 10px;
    height: 10px;
    background: #c4c4c4;
    display: block;
    margin: 0 10px;
    border-radius: 100%;
}
.propDeal .owl-dots {
    text-align: center;
    margin: 15px 0;
}
.propDeal .owl-dots button.owl-dot.active span{ background:#888}


/*=================Ludo Mobile===========================*/
.ludo_wrp_top .col-lg-6 {flex: 0 0 100%;max-width: 100%;}

.links-ludo {position: absolute; top: 0;height: 100%;z-index: 125;width: 100%;}
.links-ludo>a{ position:absolute; width: 40%; font-size:0; height: 40%;}
.links-ludo-p {bottom: 0;right: 0;}
.links-ludo-c {bottom: 0;left: 0;}
.links-ludo-i {top: 0;left: 0;}
.links-ludo-l {top: 0;right: 0;}
.col-auto.ml-auto.d-flex.ludo-top-icons { align-items: center;}
.card.py-3.px-4.mb-4.ludo-card-space {padding: 10px 15px!important;}
.ludo-top-icons img {width: 18px;}
/*=================Ludo Mobile End===========================*/
}
.destop-add-space{
	display: block !important;
}
.destop-addnew-space{
	display: flex !important;
}
.mobile-add-space{ display:none !important}
.mobile-add-space>div {
	padding: 0px 15px !important;
}

.gallerySlider img { max-height: 350px;object-fit: cover;}

.bank-logo {
    padding: 8px;
    border: 1px solid #d8d8d8;
    margin: 5px;
}



/*==============12.10.2022==================*/

.sticky-tbl-top{ top:100px;}
.tbl-grid{ display: grid; background-color: #f00;
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-gap: 1rem;
}
.tbl-grid div{
    background-color: #008fb7;
}
.reseachReport .owl-dots {
     position: absolute;
    left: calc(-35% - 40px);
    top: 0;
    width: 35%;
    height: 100%;
    gap: 15px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.reseachReport .owl-dots .owl-dot{ height:25%; position:relative}
.reseachReport .owl-dots .owl-dot.active:after{ position: absolute; 
background:#e8c00d; content:""; animation-duration: 9s; 
animation-name: example; transition:all ease .2s; left: 2px; 
bottom:2px; height: 2px;}
.reseachReport .owl-dot button {
    border: 2px solid #E8C00D;
    border-radius: 4px;
    width: 100%;
    padding: 15px;
    min-height: 100%;
	font-size:0;
	cursor:pointer;
}
.reseachReport .owl-dot button:before{
	content:"Read & write reviews";
	color: #000000;
	font-size: 20px;
	font-weight: 800;
}
.reseachReport .owl-dot+.owl-dot button:before{
	content:"Download prop-reports"
}
.reseachReport .owl-dot+.owl-dot+.owl-dot button:before{
	content:"Compare projects"
}
.reseachReport .owl-dot+.owl-dot+.owl-dot+.owl-dot button:before{
	content:"Generate propscores"
}
.reseachReport .owl-dots .owl-dot.active:first-child:after{
	background:#ED2024;
}
.reseachReport .owl-dots .owl-dot:first-child + .owl-dot.active:after{
	background:#49B4E7;
}
.reseachReport .owl-dots .owl-dot.active:last-child:after{
	background:#2AB052;
}

.reseachReport .owl-dots .owl-dot:first-child + .owl-dot:first-child button{
	border-color: #49B4E7;
}
.reseachReport .owl-dots .owl-dot:first-child button{
	border-color: #ED2024;
}
.reseachReport .owl-dots .owl-dot:last-child button{
	border-color: #2AB052;
}
.reseachReport .owl-dots .owl-dot:first-child + .owl-dot button{
	border-color: #49B4E7;
}


@keyframes example {
    0%   {width:0}
  
    100% {width:calc(100% - 4px);}
  }

/*==============End==================*/







@media screen and (max-width:1439px) {
.additional-filter .col-md-6.pr-2, .additional-filter .col-md-6.pl-2 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px !important;
}
.additional-filter .col-md-6.pl-2{ margin-top:15px;}
}
@media screen and (max-width:1280px) {
.footer {
    background: #fff;
padding: 40px 0;}
}

@media screen and (max-width:991px) {
	
	
	
	
	div#ResearchProjects:after, #InvewstorCorner:after{ font-size:25px;}
    .new-stories .col-md-4,
    .new-blogs .col-md-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .toggler-menu {
        margin-left: 0;
    }
	.new-search {
    margin-left: 0;
}
    #property_list_div .col-lg-4 {
        width: 50%;
    }
    #topStories .col-md-7{
        -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
    }
	
	.mobile-ft span.fa.fa-angle-right {
    display: block;
}
	
	.n_footer .col-md-2, .n_footer .col-md-1, .n_footer .col-md-3 {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 0px;
}

.desktop-display{
	display:none;
}
	
	.ludo_wrp_mobile{ display:none}
	.loginview {
    opacity: 0.1;
    display: none;
}
	.footer-accordion button.btn {
    margin: 0 !important;
}
ul.listmenu {
    margin: 0;
	display:none !important; 
}
ul.listmenu.active{
	display:block !important;
	margin-bottom:30px;
}
.mobile-display{
	display:block;
}
	.footer-accordion .card-body {
    padding-top: 10px;
    padding-bottom: 10px;
}

	.ludo-wraps .col-auto.d-flex.align-items-center p {
    max-width: 350px;
    line-height: normal;
}
	.ads-wrapper .add-col{ display:none}
	.main-container.ads-space {
    padding: 0;
    margin: 0;
    width: 100%;
}
	
	
	.left-side-bar .card.left-card.p-4 {
		box-shadow: none;
		border: 0;
		padding: 15px !important;
	}
	.col-lg-9.right-side-bar {
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.left-filter {
		width: 40px;
		height: 40px;
		position: fixed;
		cursor: pointer;
		background: url(../images/filter.svg) center center no-repeat;
		background-size: 20px;
		background-color:#fff;
		display:none;
		bottom: 20px;
    right: 20px;
    background-color: #ffffff;
    border-radius: 100%;
    webkit-box-shadow: 0 3px 3px 0 rgb(0 0 0 / 14%), 0 1px 7px 0 rgb(0 0 0 / 12%), 0 3px 1px -1px rgb(0 0 0 / 20%);
    box-shadow: 0 3px 3px 0 rgb(0 0 0 / 14%), 0 1px 7px 0 rgb(0 0 0 / 12%), 0 3px 1px -1px rgb(0 0 0 / 20%);
	}
.project-header .left-filter{ display:block}
	
	
#singlepro a.btn.border.btn-rounded.btn-transparent.px-4.mr-2.d-inline-flex.align-items-center {
    border: 0 !important;
    font-size: 0;
    margin-right: 0 !important;
    padding-left: 10px !important;
    padding-right: 0 !important;
}
#singlepro a img{ width:20px !important}
	
.project-header .col-auto.logo-mb { margin-left:0px;}
	
.left-side-bar {
    position: fixed;
    left: -100%;
    top:0;
    z-index: 4;
    background: #fff;
    height:100%;
    overflow: auto;
	flex: 0 0 350px;
    max-width: 350px;
	padding:0;
	transition: left .5s cubic-bezier(.085,.685,.265,.985) .2s;
	z-index: 1544;
 

}
.card.left-card, .additional-filter{ top:0}
.left-side-bar.open{ left:0}
.left-side-bar.open+.side-backdrop{ display:block}
.left-side-bar .col-md-6.pr-2 {
    margin-bottom: 0px;
}
.left-side-bar .col-md-6.pr-2, .left-side-bar .col-md-6.pl-2 {
    padding: 0 15px !important;
}

.left-side-bar .card{ box-shadow:none; border:0}
	.close-side-bar,
	.back-filter {
		display: inline-block
	}
	.btn.border.border-white.btn-rounded.text-light.btn-transparent.px-4.mr-2 {
		display: none !important;
	}
	
	.col-4.p-0, .col-2 {
    flex: 0 0 100%;
    max-width: 100%;
}
.col-3 {
    flex: 0 0 50%;
    max-width: 50%;
}
.search-modal{ padding:60px 0}
.tabset {
max-width: 90%;}
.search-modal .ui-autocomplete-multiselect.ui-state-default.ui-widget {
    border-bottom: 1px solid #e0e3ec;
	
}
.search-footer .row.align-items-center.justify-content-center {
max-width: 100%;}
.search-footer {
    padding: 10px 15px;
bottom: 0px;}

.search-footer p {
    font-size: 12px;
}
.search-footer img {
    height: 40px !important;
}
.search-footer .col-auto {
    padding-left: 0;
}


.footer {
    padding: 50px 0;
}
.right-side-bar {
    flex: 0 0 100%;
    max-width: 100%;
}
.right-side-bar .col-lg-4.col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
#slider-thumbs .col-md-2,#slider-thumbs .col-sm-2 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    margin-bottom: 10px;
}
.physical .col-sm-6.col-md-4.mb-3, .physical .col-md-12 {
  
    flex: 0 0 100%;
    max-width: 100%;
}
.tabs .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
}

.home-prop-centered {
    width: 100%;
    padding: 0 0;
    flex-basis: calc(100%);
}
.add-prop-col{ display:none}
.home-prop-inner {padding: 25px;}
.home-prop-centered .card h1 { font-size: 25px;}
	.home-prop-bottom p br {display: none;}
	
	.destop-add-space{ display:none!important}
	.destop-addnew-space{display:none!important}
	.mobile-add-space {display: flex!important; margin-top:15px;align-items: center;
    justify-content: center;}
	
	#disclaimer .modal-dialog {
    max-width: 90%;
    margin: 0 auto;
}
.propDeal .item {
    padding: 0 2px;
}
.propDeal .owl-stage, .propDeal .owl-stage .owl-item, .propDeal .owl-stage .item {
    display: block;
}
.f-cokies .d-flex.align-items-center.justify-content-center a.btn.btn-success.px-4.text-light.ml-5 {
    margin-left: 0 !important;
    margin-top: 10px;
}
.f-cokies .d-flex.align-items-center.justify-content-center {
    display: block !important;
}	
.bg-yellow h4.m-0 .w-link{ display:block; text-align:center}
#writeReview .modal-body.px-5 {
    padding: 24px !important;
}
#writeReview .col-md-6:last-child{ margin-top:15px;}
ol ul {
    padding-left: 15px;
}
.ads-wrapper{ padding:0}


.prop-deal {
    padding:30px 20px;
    position: relative;
}
.prop-deal>.card {
    position: static;
    width: 100%;
    height: auto;
    box-shadow: none;
    border: 0;
    padding: 0 0 30px;
}
.prop-deal .bg-success,
.prop-deal .bg-danger{ background-color:transparent !important}

.prop-deal>.card .text-light {
    color: #1B1A34 !important;
    font-size: 20px;
    position: relative;
    padding-bottom: 15px;
}
.prop-deal>.card .text-light:after {
    content: "";
    width: 110px;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #f00;
    bottom: 0;
}
.home-prop-centered .card.mobile-add-space.mb-3.mt-0 {
    background: #fff;
    border: 0;
}
.prop-deal>.card.bg-success .text-light:after{   background: #2ab025;}

/*********suchitra home ad prop white space start*************/
div#home_top_sec {
    display: block !important;
}
#home_top_sec .add-prop-col {
    background-color: #fff;
    /*min-height: 230px;*/
    height: auto;
    width: 100%;
    display: block;
}
.margBot25{
	margin-bottom: 25px !important;
}
/*********suchitra home ad prop white space start*************/
.new-deals .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}


.col-3.p-0.report-left {
    max-width: 100%;
    flex: 0 0 100%;
    white-space: nowrap;
    overflow: auto;
    display: flex;
}
.report-left a br {
    display: none;
}
.report-bg {
    margin-left: -15px;
margin-right: -15px;
}
.report-bg .col-9.p-0 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 15px;
}
.research-report {
    border: 2px solid #000;
    margin: 0  0 0 !important; height:auto !important;
}
.research-report .img-fluid {
    height: auto;
}
.reseachReport .owl-stage{ display:flex}
.reseachReport .owl-dots {
    position: static;
    width: 100%;
    height: auto;
	margin-top:15px;
    flex-direction: row;
    overflow: auto;
}
.reseachReport .owl-dots .owl-dot {
    height: auto;
    position: relative;
    width: 200px;
    flex: 0 0 200px;
}
.report-left a {
    font-size: 21px;
    min-height: 10px;
    display: flex;
    width: 250px;
    flex: 0 0 250px;
    word-break: break-all;
    white-space: normal;
    margin-bottom: 0;
    margin-right: 15px;
}
/*.top-category {
    color: #494949;
    top: 56px;
  
    display: block !important;
    align-items: center;
    flex-wrap: nowrap !important;
    white-space: nowrap;
    overflow: auto;
    padding: 0;
}*/
.top-category{ position: static;}
.top-category::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
.top-category a{ display: inline-block;    padding: 3px 10px;
    font-size: 16px;}
.new-home-wrapper .media img.img-fluid.mr-4 {
    width: 230px;
}
li.breadcrumb-item.text-primary.active {
    max-width: 170px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
}


@media screen and (max-width:767px) {
    .new-home-wrapper .container-fluid, .n_footer .container-fluid {
        padding: 0 15px;
    }
    .new-home-wrapper .media img.img-fluid.mr-4 {
        margin: 0 0 15px !important;
        width: 100%;
    }
    .new-home-wrapper .mb-5 {
        margin-bottom: 2rem !important;
    }
    .new-home-wrapper .pb-5{ padding-bottom: 2rem !important;}
    .h3, h3 {
        font-size: 1.5rem;
    }
    .new-stories .col-md-4,
    .new-blogs .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .new-stories .media .mr-4{width:100%; margin-right: 0 !important; margin-bottom: 1em;}
    .new-stories .col-sm-9{ order: 3; margin-top: 1rem;}
    .add-none{display: none;}
    .new-launches{ display: none !important;}
    .flip-card-title {
        cursor: pointer;
        max-width: 250px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .new-deals .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .inner-pageTab a {
        font-weight: 500;
        font-size: 16px;
    }
    header .col-auto.py-3 {
        padding: 10px !important;
    }
    header { padding: 0 20px !important; box-shadow: none !important;}
    #Spotlight .media,#Blogs .media { flex-wrap: wrap;}
    .header-title {
        font-size: 14px;
            max-width: 175px;
        text-align: center;
        line-height: 18px;
    }
    
    
	
	.res-table{ display:block}
	.mob-tbl-none{ display:none}
	
	.contact-info{ }
	.contact-info li:first-child {
    margin-bottom: 15px;
}
	
	h2.h5.text-uppercase.font-weight-bold.text-warning.mt-3.mb-2 {
    margin-bottom: 20px !important;
}
	
	.car-area .card.p-3.px-5 {
    padding: 25px !important;
}
	
	.footer-accordion#accordion .card-header .btn.btn-link {
    color: #000;
}
.n_footer .col-auto {
    max-width: 100%;
    flex: 0 0 100%;

}

	.left-side-bar {

	flex: 0 0 300px;
    max-width: 300px;}
	.ludo-wraps .col-auto.d-flex.align-items-center p{ max-width:none}
	.mobile-ads{ display:block}
	.map-area iframe {
        height: 290px;
        width: 100%;
    }

   

.cont-area textarea.form-control{
    height: 130px !important;
}
.contact-info {
    color: #72757E;
    display: block;
}
	.add-col{ display:none}
	span.close-top-search {
    position: absolute;
    right: 20px;
    top: 28px; display:block
}
.home-center,.white-bg .home-center {width: calc(100%);}
.home-bubble-info {
    color: #fff;
    line-height: normal;
    display: none;
}

header .col-auto.ml-auto form input#searchproject {
    width: 100% !important;
	    outline: none;
		text-align:left;
}


#singlepro form.open {
    display: block;
}
	.logo{ display:none}
	.logo-mobile{ display:block; padding:0;}
	.logo-mobile img {
    width: 40px;
}
	
    header{background: #fff !important; box-shadow: 0 0 5px rgba(0, 0, 0, .20); z-index:1}

.car-area p.mb-4.pr-5{ padding:0 !important}

button.btn {
    margin: 0 0 15px !important;
    display: block;
    width: 100%;
}
.research-slider .item {
padding: 0px 0px;}
.nav-centered .owl-nav button{ left:-40px}
.nav-centered .owl-nav button.owl-next {
    right: -40px;
 
}

.main-container {
    padding: 0 10px;
}


.blos-area .card.p-4.h-100,.faq-area .card.p-4.h-100,.gall-area .card.p-4.h-100,.soacia-area .card.p-4.h-100 {
    margin-top: 15px;
}

.cont-area .col-md-6.pl-2 {
    padding-left: 15px !important;
    margin-top: 15px;
}

.footer {
    padding: 20px 0;
}
.mobile-ads-none{display:none !important}


.ludo-wraps .col-auto.d-flex.align-items-center {
    display: block !important;
    width: 100%;
    text-align: center;
}
.ludo-wraps .col-auto.d-flex.align-items-center p.my-0.pl-3 {
    display: block;
    padding: 0 !important;
	    margin-top: 5px !important;
}
.breadcrumb.bg-transparent.p-0.my-4 {
    margin: 10px 0 !important;
}

.cells{ display:flex; align-items:center}
.material-icons{ font-size:14px !important}
.arrow-group .long-arrow{ width:80px !important;    top: 50%;}
.arrow-group .long-arrow.red,
.arrow-group .long-arrow.yellow{ height:80px !important}
.arrow-group .long-arrow.red,
.arrow-group .long-arrow.yellow{ width:2px !important}
.ludo-wraps .card.py-3.px-4 {
    margin-left: -15px;
    border-radius: 0;
    margin-right: -15px;
    padding: 10px 20px!important;
}
.breadcrumb.bg-transparent.p-0.my-2 {
    align-items: center;
    justify-content: center;
}
.breadcrumb > li{ padding:0 5px !important}

.ludo-wraps .card.py-3.px-4 .col-auto.ml-auto.d-flex {
    margin: 0 auto;
    margin-top: 10px;
}

.col-7.mobile-menu+.col-auto.ml-auto {
    margin-right: 50px;
    display: flex;
    align-items: center;
    min-height: 50px;
}
.logo-mb {
   
}
.mobile-search {
    background: url(../images/search-top-mobile.svg) center no-repeat;
	    background-size: 20px;
    height: 30px;
    width: 30px; margin-right:10px;

}
.icons-tab {
    overflow: auto;
	    width: 100%;
}
.colored-table .tb-row {
    background: #F85C64;
    overflow: auto;
}

nav.tab-nav.main-tabs ul {
    white-space: nowrap;
    overflow: auto;
}
.row.align-items-center.mb-3 {
    justify-content: center;
}
.col-auto.ml-auto.right-sec-menu {
    flex: 0 0 100%;
    overflow: auto; white-space:nowrap; text-align:center;
	    margin-top: 15px;
}
.right-sec-menu button.btn{ width:auto; display:inline-block}
#sub-tab-1 .col-md-6 {
    margin-bottom: 20px;
}
#sub-tab-1 .col-md-6:last-child{ margin:0}


.tabs .col-md-8 + .col-md-4 {
    margin-top: 20px !important;
}
.tabs #sub-tab-4 .col-md-3{margin-bottom: 20px !important;}

.house {
    display: inline-block;
    position: absolute;
    width: 40%;
    height: 40%;
    padding: 30px !important;
}
.game {
    display: flex;
    flex-wrap: wrap;
    margin:20px auto;
    position: relative;
    width: 375px !important;
    height: 375px;
    min-width: 375px !important;
    max-width: 375px !important;
}

.ludo-box .col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.ludo-box .item-container {
    width: 100%!important;
 

    padding: 5px;
    text-align: center;
    margin: 2px;
    display: flex !important;
    align-items: center!important;
    justify-content: center!important;
}
.ludo-box .item-container .hr-text{ display:none}

.game .box img {
    width: 20px;
}
.game .box {
    display: block;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 5px;
}

.housetxt {
    font-size: 10px!important;
    line-height: normal !important;
    padding-top: 5px !important;
}
.housetxt h6, .housetxt_flip h6 {
    font-size: 12px !important;
}
.housetxt p, .housetxt_flip p, .housetxt a, .housetxt_flip a{
	font-size: 10px !important;
}
.knw_mr {
    margin-top: 4px !important;
}

.main-tabs ul li {
    cursor: pointer;
    max-width: 180px;
    margin: 0 !important;
    padding: 10px 15px;
	    font-size: 13px;
    border-left: 1px solid #f1f1f1;
}
.tabs .tab-nav {
    text-align: left;
    margin: 0 0 10px 0;
    padding: 0 !important;
}
.main-tabs ul li a{ font-size:13px;    white-space: normal;
    line-height: normal;}

.icons-tab li {
    height: auto;
width: 130px;      min-width: 130px;   display: block;}
.icons-tab li>span{ font-size:13px}
.col-auto.head-auto {
    flex: 0 0 100%;
    text-align: center;
}

.breadcrumb {
    text-align: center;
    align-items: center;
    justify-content: center;
}
.icons-tab li>span{ display:block}

.scrtabs-tab-container {
    position: relative;
    padding: 0px;
}
.scrtabs-tab-scroll-arrow{ position:absolute}

.scrtabs-js-tab-scroll-arrow-left{ left:0; }
.right-sec-menu .btn {
    padding: 8px 15px!important;
    font-size: 13px !important;
}
li.breadcrumb-item>a,li.breadcrumb-item {font-size: 13px;}
.white-bg .home-center{ padding:0 15px;}

.home-circle-text {
    width: 100% !important;
    height: auto !important;
   
    border-radius: 4px;
    position: static !important;
    margin-bottom: 15px;
}

.white-bg .home-inner-col {
   height: auto; 
 
    padding: 0 15px;
}
.home-logo{ position:static}
.hometxt{ font-size:0 !important}
.hometxt img {width: 25px;}
.home-text-inner-area{ display:none !important}

div#slider-thumbs {
    margin-top: 65px;
}
.mobile-footer{ display:block}
 .footer-desktop{ display:none}
.mane-space{ margin-bottom:15px;}
.faq-area h1 {
    font-size: 20px;
}
.home-prop-centered .card h1 {
    font-size: 18px;
}
ul.home-checked-list {font-size: 15px;}
ul.home-checked-list li {margin-bottom: 15px;line-height: 22px;}
.home-prop-bottom img {
    width: 100px;
}
.home-prop-bottom p {
    font-size: 15px;
    line-height: 24px;
}
.padding_left_div {
    padding: 40px 40px;
}
.rcform button {
    background: #49B4E7;
    padding: 0 45px 0 20px;
    border-radius: 5px;
    border: 0;
    font-weight: 500;
    height: 46px;
    width: 135px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    outline: none;
    margin-top: 20px !important;
}
.ads-desktop{
	display: none !important;
}
#desktop_house_ads{
    display: none !important;
}
#builder_project_adspace{
	display: block !important;
}
.welcome_boxes .flip-card{
	width: 100%;
}
.stats_card .card {
    width: 100%;
}
.prop-exclusive h2, .prop-collections h2, .prop-top-localities .top_localities_headingg h2, 
.prop-researched-projects .researched_projects_headingg h2, .prop-researched-projects .researched_projects_heading h2, 
.prop-deals .deals_headingg h2, .prop-stats h2, .prop-buzz .buzz_headingg h2, .prop-instagram .instagram_headingg h2 {
    text-align: center;
}
.prop-exclusive p, .prop-collections p, .prop-top-localities .top_localities_headingg p, 
.prop-researched-projects .researched_projects_headingg p, .prop-deals .deals_headingg p, 
.prop-stats p, .prop-buzz .buzz_headingg p, .prop-instagram .instagram_headingg p {
    text-align: center;
}
.exclusive_heading::after, .collection_heading::after, .top_localities_heading::after, .researched_projects_heading::after, 
.deals_heading::after, .stats_headingg::after, .buzz_heading::after, .instagram_heading::after{
	margin: 0 auto;
}

#property_list_div .col-lg-4 {
    width: 100%;
}

}

/*Design changes made by suchitra*/
@media screen and (max-width:600px){
	    .card .about-philosophy img {
	    height: auto !important;
	    width: 100% !important;
	}
	.n_footer .col-md-1, .n_footer .col-md-3 {
	    margin-top: 0px;
		margin-bottom:0px;
	}

}
/*end*/


@media screen and (max-width:480px) {

.game {width: 100% !important;min-width:100%!important;
    max-width: 100% !important;}.house {padding:5px  !important;}
	.right-side-bar .col-lg-4.col-lg-6 {
    flex: 0 0 100%;
    max-width: 100%;
}
.left-side-bar{    flex: 0 0 270px;
    max-width: 270px;}
	.left-filter{ right:15px;}
	


}

