h1 {
    font-size: 24px !important;
}
input[readonly] {
    background-color: #f1f1f1;
}
/*-- Mobile-Button --*/
@media (max-width: 1170px) {
  /* For entire page */
  body {
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
  }

  body::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
  }

  /* Optional: for a specific scrollable container */
  .hide-scroll-on-mobile {
    overflow: auto;
    scrollbar-width: none;
  }

  .hide-scroll-on-mobile::-webkit-scrollbar {
    display: none;
  }
}
.desk-top-menu-btn {
    padding: 7px 18px;
    border-radius: 0.3rem;
    border: 1px solid #ddc1e3;
    /*-webkit-box-shadow: 0px 0px 23px -10px rgba(110,38,124,1);
    -moz-box-shadow: 0px 0px 23px -10px rgba(110,38,124,1);
    box-shadow: 0px 0px 23px -10px rgba(110,38,124,1);*/
}
.desk-top-menu-btn-blue {
    padding: 7px 18px !important;
    border-radius: 0.3rem !important;
    border: 1px solid #008aff !important;
    color: #008aff !important;
    /*-webkit-box-shadow: 0px 0px 23px -10px rgba(110,38,124,1);
    -moz-box-shadow: 0px 0px 23px -10px rgba(110,38,124,1);
    box-shadow: 0px 0px 23px -10px rgba(110,38,124,1);*/
}
.header.header-fixed {
    z-index: 90 !important;
}
@media only screen and (min-width: 991px) {
    .mobile-button {
        display: none;
    }
    .apk-bar {
        display: none;
    }
}
.mobile-button {
    background: #732c54;
    width: 100%;
    color: #fff;
    position:fixed;
    bottom: 0px;
    left: 0px;
    padding: 0.7rem 0;
    text-align: center;
    z-index: 99;
}
.apk-bar {
    background:#f1f1f1;
    color:#555555;
    border-top: 2px solid #6e267c;
    width: 100%;
    position:fixed;
    overflow: hidden;
    bottom: 0px;
    left: 0px;
    padding: 0px;
    text-align: center;
    z-index: 99;
}
.apk-bar-box {
    padding: 0px;
}
.apk-bar-box a {
    display: inline-block;
    color:#555555;
    /*padding:10px 13px;
    border: 1px solid #6e267c;
    background: #6e267c;*/
    width: 18%;
    text-align: center;
    padding: 10px 0;
    transition: all 0.3s ease;
    font-size: 24px;
    line-height:16px;
}
.apk-bar-box a span {
    font-size: 12px;
}
.apk-bar-box .inactive {
    color:#545454 !important;
    background: #f1f1f1 !important;
}
.apk-bar-box .active {
    color:#6e267c !important;
    /*background: #6e267c !important;*/
}

/*-- Mobile-Button-END --*/

.box-show {
    display: block !important;
}
.box-hide {
    display: none !important;
}

ul {
    list-style-type: disc !important;
    list-style-position: outside !important;
    padding: 20px 0;
}

.descExpandable {
    height: 400px;
    overflow: hidden;
    -webkit-transition: height .25s ease;
       -moz-transition: height .25s ease;
            transition: height .25s ease;
}

.rera-bg {
    /*background: url('rera.jpg');*/
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 100px;
}
#descBody a {
    text-decoration: underline;
    color: #008aff;
}

.home-srch-tab li {
	background-color: rgba(110, 38, 124,0.1);
    border: 1px solid /*#ebdeee*/ #6e267c1a;
    border-radius: 4px;
    color: #6e267c;
    list-style: none;
    margin-right: 12px;
    padding: 2px 8px 4px 8px;
    display: inline;
    cursor: pointer;
   }
.home-srch-tab li label {
    font-weight: 400;
    font-size: 14px;
    color: #6e267c;    
}
/*.home-srch-tab li:hover {
	background: #6e267c;
	cursor: pointer;
    color: #fff !important;
}
.home-srch-tab li label:hover {
    font-weight: 400;
    font-size: 13px;
    color: #fff !important;
    cursor: pointer;
}*/

/* --------- Filter Page Search Boxes ---------- */
.saveSrchBtn {
    display:inline-block;
    float:right;
    font-weight:normal;
    font-size: 13px;
    border: 1px solid #555;
    border-radius: 5px;
    padding: 5px 10px;
    cursor:pointer;
}
.srchSelectedBtn {
    background: #6e267c !important;
    color: #ffffff !important;
}
.srchSortBtn {
    display: block;
    background: #ffffff;
    color: #000000;
    border: 1px solid #555;
    border-radius: 5px;
    padding: 10px 15px;
    width:95px;
    font-size: 13px !important;
    margin:2px;
}
.srchSortBox {
    position: absolute;
    display: block;
    background: #ffffff;
    color: #000000;
    border: 1px solid #555;
    border-radius: 5px;
    padding: 3px 5px;
    width:155px;
    z-index: 10;
    right:0;
}
.srchYoiBtn {
    display: block;
    background: #ffffff;
    color: #000000;
    border: 1px solid #555;
    border-radius: 5px;
    padding: 10px 15px;
    width:185px;
    font-size: 13px !important;
    margin:2px;
}
.srchYoiBox {
    position: absolute;
    display: block;
    background: #ffffff;
    color: #000000;
    border: 1px solid #555;
    border-radius: 5px;
    padding: 3px 5px;
    width:185px;
    z-index: 10;
}
.srchLeBtn {
    display: block;
    background: #ffffff;
    color: #000000;
    border: 1px solid #555;
    border-radius: 5px;
    padding: 10px 15px;
    width:185px;
    font-size: 13px !important;
    margin:2px;
}
.srchLeBox {
    position: absolute;
    display: block;
    background: #ffffff;
    color: #000000;
    border: 1px solid #555;
    border-radius: 5px;
    padding: 3px 5px;
    width:270px;
    z-index: 10;
}
.srchOthBtn {
    display: block;
    background: #ffffff;
    color: #000000;
    border: 1px solid #555;
    border-radius: 5px;
    padding: 10px 15px;
    width:155px;
    font-size: 13px !important;
    margin:2px;
}
.srchSavedBtn {
    display: block;
    background: #ffffff;
    color: #000000;
    border: 1px solid #555;
    border-radius: 5px;
    padding: 10px 12px;
    width:132px;
    font-size: 13px !important;
    margin:2px;
    cursor: pointer;
}
.srchOthBox {
    position: absolute;
    display: block;
    background: #ffffff;
    color: #000000;
    border: 1px solid #555;
    border-radius: 5px;
    padding: 3px 5px;
    width:155px;
    z-index: 10;
}
.srchCntryBox {
    position: absolute;
    display: block;
    background: #ffffff;
    color: #000000;
    border: 1px solid #555;
    border-radius: 5px;
    padding: 3px 5px;
    width:205px;
    z-index: 10;
}
.srchOthBtnBz {
    display: block;
    background: #ffffff;
    color: #000000;
    border: 1px solid #555;
    border-radius: 5px;
    padding: 6px 15px;
    width:185px;
    font-size: 13px !important;
    margin:2px;
}
.srchSortBtnBz {
    display: block;
    background: #ffffff;
    color: #000000;
    border: 1px solid #555;
    border-radius: 5px;
    padding: 6px 15px;
    width:95px;
    font-size: 13px !important;
    margin:2px;
}
.srchClearBtnBz {
    display: block;
    background: #ffffff;
    color: #000000;
    border: 1px solid #555;
    border-radius: 5px;
    padding: 6px 15px;
    width:103px;
    font-size: 13px !important;
    margin:2px;
}
.closeByClass:hover, .srchOthBtnBz:hover, .srchSortBtnBz:hover, .srchClearBtnBz:hover {
    background: lightyellow;
}
.label-style-cnt {
    display: inline-block;
    background: #f1f1f1;
    width: 100%;
    color: #000000;
    padding: 3px;
    border: 1px solid #555;
    border-radius: 5px;
    margin: 2px 0;
    background: #fff;
    cursor: pointer;
    font-size: 13px !important;
}
.label-style-cnt-checked {
    background: #f0e9f2;
    color: #6e267c;
}
.srchStateBox {
    position: absolute;
    display: block;
    background: #ffffff;
    color: #000000;
    border: 1px solid #555;
    border-radius: 5px;
    padding: 3px 5px;
    width:205px;
    z-index: 10;
}
.label-style-sta {
    display: inline-block;
    background: #f1f1f1;
    width: 100%;
    color: #000000;
    padding: 3px;
    border: 1px solid #555;
    border-radius: 5px;
    margin: 2px 0;
    background: #fff;
    cursor: pointer;
    font-size: 13px !important;
}
.label-style-sta-checked {
    background: #f0e9f2;
    color: #6e267c;
}
.srchWhatBox {
    position: absolute;
    display: block;
    background: #ffffff;
    color: #000000;
    border: 1px solid #555;
    border-radius: 5px;
    padding: 3px 5px;
    width:240px;
    z-index: 10;
}
.label-style-watA {
    display: inline-block;
    background: #f1f1f1;
    width: 100%;
    color: #000000;
    padding: 3px;
    border: 1px solid #555;
    border-radius: 5px;
    margin: 2px 0;
    background: #fff;
    cursor: pointer;
    font-size: 13px !important;
}
.label-style-watB {
    display: inline-block;
    background: #f1f1f1;
    width: 100%;
    color: #000000;
    padding: 3px;
    border: 1px solid #555;
    border-radius: 5px;
    margin: 2px 0;
    background: #fff;
    cursor: pointer;
    font-size: 13px !important;
}
.label-style-watC {
    display: inline-block;
    background: #f1f1f1;
    width: 100%;
    color: #000000;
    padding: 3px;
    border: 1px solid #555;
    border-radius: 5px;
    margin: 2px 0;
    background: #fff;
    cursor: pointer;
    font-size: 13px !important;
}
.label-style-wat-checked {
    background: #f0e9f2;
    color: #6e267c;
}
.srchMoreBtn {
    display: block;
    background: #ffffff;
    color: #000000;
    border: 1px solid #555;
    border-radius: 5px;
    padding: 10px 15px;
    width:103px;
    font-size: 13px !important;
    margin:2px;
}
.srchMoreBox {
    position: absolute;
    display: block;
    background: #ffffff;
    color: #000000;
    border: 1px solid #555;
    border-radius: 5px;
    padding: 3px 5px;
    width:285px;
    z-index: 10;
    right: 0;
}
.srchRangeBox {
    position: absolute;
    display: block;
    background: #ffffff;
    color: #000000;
    border: 1px solid #555;
    border-radius: 5px;
    padding: 3px 5px;
    width:215px;
    z-index: 10;
}
.srchRoomsBox {
    position: absolute;
    display: block;
    background: #ffffff;
    color: #000000;
    border: 1px solid #555;
    border-radius: 5px;
    padding: 3px 5px;
    width:155px;
    z-index: 10;
}
.srchAmntsBoxNew {
    position: absolute;
    display: block;
    background: #ffffff;
    color: #000000;
    border: 1px solid #555;
    border-radius: 5px;
    padding: 3px 5px;
    width:185px;
    z-index: 10;
}
.label-style-new {
    display: inline-block;
    background: #f1f1f1;
    width: 100%;
    color: #000000;
    padding: 3px;
    border: 1px solid #555;
    border-radius: 5px;
    margin: 2px 0;
    background: #fff;
    cursor: pointer;
    font-size: 13px !important;
}
.label-style-new-half {
    display: inline-block;
    background: #f1f1f1;
    width: 49%;
    color: #000000;
    padding: 3px;
    border: 1px solid #555;
    border-radius: 5px;
    margin: 2px 0;
    background: #fff;
    cursor: pointer;
    font-size: 13px !important;
}
.label-style-cnt-new {
    display: inline-block;
    background: #f1f1f1;
    width: 32%;
    color: #000000;
    padding: 3px;
    border: 1px solid #555;
    border-radius: 5px;
    margin: 2px 0;
    background: #fff;
    cursor: pointer;
    font-size: 13px !important;
}
.label-style-checked {
    background: #f0e9f2;
    color: #6e267c;
}
.label-style {
    display: inline-block;
    background: #f1f1f1;
    min-width: 23%;
    color: #000000;
    padding: 5px;
    border: 1px solid #555;
    border-radius: 5px;
    margin: 2px 0;
    background: #fff;
    font-size: 13px !important;
}
.label-text {
    padding: 0px 0px;
}
.label-icon {
    padding: 5px 0px;
    float: right;
}
.label-style input[type=checkbox] {
  -ms-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  -o-transform: scale(1.4);
  padding: 5px;
}
.pmBtn {
    background: #f1f1f1;
    color: #000000;
    border: 1px solid #555;
    border-radius: 50px;
    padding: 3px 7px;
    cursor: pointer;
    font-size:12px;
}
.prptBtnRc {
    background: #f1f1f1;
    color: #000000;
    border: 1px solid #555;
    border-radius: 5px;
    padding: 3px;
    cursor: pointer;
    width:48%;
    /*height: 50px;*/
    display: inline-block;
    margin:2px 0;
    font-size: 13px !important;
    text-align:center;
}
.prptBtn {
    background: #f1f1f1;
    color: #000000;
    border: 1px solid #555;
    border-radius: 5px;
    padding: 3px;
    cursor: pointer;
    width: 100%;
    /*height: 50px;*/
    display: inline-block;
    margin:2px 0;
    font-size: 13px !important;
}
.prptBtnElected {
    border-color: #6e267c !important;
    background: #f0e9f2 !important;
    color: #6e267c !important;
}
.filterBtnFull {
    width: 100%;
    border-color: #6e267c !important;
    background: #6e267c !important;
    color: #fff !important;
    text-align: center !important;
}
@media (min-width: 1159px) {
  .custom-show-till-1159 {
    display: none !important;
  }
}
.filterBtnBiz {
    background: #f4edf6;
    color: #732c54;
    padding: 10px 25px;
    border-radius: 10px 10px 0px 0px;
    cursor: pointer;
    font-size:14px;
    font-weight: 400;
    margin: -39px 0;
}
.filterBtn {
    background: #f4edf6;
    color: #732c54;
    padding: 10px 25px;
    border-radius: 10px 10px 0px 0px;
    cursor: pointer;
    font-size:14px;
    font-weight: 400;
    margin: -12px 0;
}
@media (min-width: 501px) {
  .filterBoxMobile {
    width: 500px;
  }
}
.filterBoxMobile {
    position: absolute;
    background:#f1f1f1;
    width:95%;
    max-width: 500px;
    left: 50%;
    top: -4%;
    transform: translate(-50%, 5%);
    border: 2px solid #6e267c;
    -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    z-index: 250;
    padding: 5px;
}
.srchBoxMobile {
    display: block;
    /*background: #ffffff;*/
    color: #000000;
    border-top: 1px solid #555;
    /*border-radius: 5px;*/
    padding: 5px 2px;
    width:100%;
}
.prptBtnRcM {
    background: #f1f1f1;
    color: #000000;
    border-top: 1px solid #555;
    /*border-radius: 5px;*/
    padding: 3px;
    cursor: pointer;
    width:49%;
    /*height: 50px;*/
    display: inline-block;
    margin:2px 0;
    /*font-size:12px;*/
    text-align:left;
}
.prptBtnM {
    background: #ffffff;
    color: #000000;
    border: 1px solid #555;
    border-radius: 5px;
    padding: 3px;
    cursor: pointer;
    width: 100%;
    /*height: 50px;*/
    display: inline-block;
    margin:2px 0;
    /*font-size:12px;*/
}
/*---------- Home-Page Search Box ---------*/
.searchBoxExt {
    padding: 5px 0 0 5px;
    color: #000000;
    font-size: 13px;
}
.searchBoxExtInt {
    display: inline-block;
    /*min-width: 100px;*/
    border: 1px solid #555;
    border-radius: 5px;
    padding: 3px 5px;
    background: #ffffff;
    cursor: pointer;
}
.searchBoxExtIntPlain {
    display: inline-block;
    padding: 3px 5px;
}

.menuExt {
  display:inline-flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none; /* Hides scrollbar in Firefox */
}

.menuExt::-webkit-scrollbar {
  display: none; /* Hides scrollbar in Webkit-based browsers */
}

.menuExt-item {
  flex: 0 0 auto;
  /*margin: 5px;*/
  /*padding-right: 20px;*/
  /*background: #ddd;
  border-radius: 5px;*/
  white-space: nowrap;
  /*text-align: center;*/
}

.searchTypeOpt {
    display: block;
    width: 100%;
    padding: 5px 10px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}
.searchTypeOpt:hover {
    background: #f1f1f1;
}
/*------------------------for home1-copy-----------------*/

.search-tabs-copy {
    position: relative;
    display: block;
    margin-bottom: 5px;
}
.search-tabs-copy ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.search-tabs-copy ul li {
    list-style: none;
    margin: 0;
}
.search-tabs-copy ul li:first-child{
    margin-left:0;
}
.search-tabs-copy ul li a {
    font-size: 14px;
    font-weight: 400;
    background:#ffffff;
    padding: 10px 25px;
    border-radius: 10px 10px 0px 0px;
    transition: all ease 0.4s;
}
.search-tabs-copy ul li a label {
    font-size: 14px;
    font-weight: 400;
  }
.search-tabs-copy ul li a:hover, .search-tabs-copy ul li a:focus, .search-tabs-copy ul li a:active, .search-tabs-copy ul li a.active {
    background:#6e267c;
    color:#ffffff;
}
.mp_filter_first {
    flex: 1;
}
.mp_filter_first .input-group {
    max-width: 100% !important; /*410px;*/
    /*padding-right: 15px;*/
    background: #fff;
    border-radius: 0.4rem 0.4rem 0.4rem 0.4rem;
}
.mp_filter_first .form-control {
    background: transparent;
    border-radius: 0.4rem 0 0 0.4rem;
    border: none; 
    font-size:14px !important;
    height: 42px; 
}
.mp_filter_first .input-group-append, .mp_filter_first .input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}
.mp_filter_first .input-group-append {
    /*margin-left: -1px;*/
}
.mp_filter_first .input-group-text {
    background:#6e267c;
    color: #ffffff;
    border-radius: 0rem 0.4rem 0.4rem 0rem;
    padding: 10px 12px;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 14px;
  }

.tab-search-bar {
	border: 1px solid #6e267c;
	padding: 5px;
	border-radius: 5px;
}

.nav-tabs-2 .nav-item-2 a {
	/*padding: 0.5em 1em;*/
}
.nav-pills-2 ul li a {
	list-style-type: none !important;
}

.nav-pills-2 li{
	margin-right:5px;
	list-style-type: none !important;
	margin-bottom: 0px;
}
.nav-pills-2.sider_tab li a, .nav-pills-2.sider_tab li .nav-link-2, .nav-pills-2 li a, .nav-pills-2 li .nav-link-2{
    padding: 10px 25px;
    border-radius: 10px 10px 0px 0px;
    background: #fff; /*#000000;*/
    text-align: center;
    color: #000000;
    font-weight: 400;
    font-size: 14px;
	/*width:100%;*/
}
.nav-pills-2 li a.active {
	color: #fff !important;
}
.nav-pills-2.sider_tab li a.active, .nav-pills-2.sider_tab li .nav-link-2.active, .nav-pills-2 li a.active, .nav-pills-2 li .nav-link-2.active, .nav-pills-2 li a:hover {
    background:#6e267c;
    color: #fff;
}
/*------------------------for home1-copy-----------------*/

.heading-banner h2 {
    color: #fff;
    font-size: 30px !important;
    text-shadow: 1px 1px 1px #000;
}

/*------------------------Property-Page-Sticky-Navigation-Start-----------------*/
.fixed-div {
    position: fixed;
    top: 110px;
    z-index: 90;
}
.sticky-filter-bar {
    display: flow-root;
    background: #f9f9f9;
    padding: 2px 5px;
    position: sticky;
    top: 0%;
    z-index: 100; /* keeps it above other content */
    border-bottom: 2px solid #6e267c;
}
.sticky-menu-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  /*max-width: 600px;*/
  margin: auto;
  overflow: hidden;
}

.scroll-arrow {
  background: #f0f0f0;
  border: none;
  padding: 5px;
  cursor: pointer;
  font-size: 20px;
  z-index: 10;
}

.scroll-arrow.left {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.scroll-arrow.right {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.menu {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none; /* Hides scrollbar in Firefox */
}

.menu::-webkit-scrollbar {
  display: none; /* Hides scrollbar in Webkit-based browsers */
}

.menu-item {
  flex: 0 0 auto;
  /*margin: 5px;*/
  padding-right: 20px;
  /*background: #ddd;
  border-radius: 5px;*/
  white-space: nowrap;
  text-align: center;
  font-size: 13px;
}
.anchor-links {
    scroll-behavior: smooth;
    scroll-margin-top: 200px;
}

.sticky-nav-tabs-section {
    padding: 5px 0px;
    box-shadow:0 0 12px 0 rgb(19 115 234 / 20%);
    -webkit-box-shadow:0 0 12px 0 rgb(19 115 234 / 20%);
    background: #fff;
    position: sticky;
    top: 56px;
    z-index: 99;
    
}
.sticky-nav-tabs {
    position: relative;
    display: block;
    margin: 0;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}
.sticky-nav-tabs ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sticky-nav-tabs ul li {
    list-style: none;
    margin: 0;
}
.sticky-nav-tabs ul li:first-child{
    margin-left:0;
}
.sticky-nav-tabs ul li a {
    font-size: 13px;
    font-weight: 400;
    /*background:#ffffff;*/
    padding: 5px; /*10px 25px;*/
    /*border-radius: 10px 10px 0px 0px;*/
    /*transition: all ease 0.4s;*/
}
.sticky-nav-tabs ul li a:active {
    color: #000;
}
.sticky-nav-tabs ul li a:hover, .sticky-nav-tabs ul li a:focus {
    /*background:#6e267c;*/
    color:#6e267c;
    border-bottom: 2px solid #6e267c;
}

/*------------------------Property-Page-Sticky-Navigation-End-----------------*/


/*-------Property-Page-Amenities-------*/

.classical-cats-icon-2.fs-2 {
    font-size: 1.5rem !important;
}
.bg-light-success-2 {
  background-color:#fff !important;
}
.bg-featured {
    background:#FFD700 !important;
    color:#732c54 !important;
    /*float:right !important;*/
}
.bg-exclusive {
    background:#008AFF !important;
    color:#ffffff !important;
    /*float:right !important;*/
}
.bg-trending {
    background:#009768 !important;
    color:#ffffff !important;
    /*float:right !important;*/
}
.text-primary-2 {
  color:#303c42  !important;
}
.classical-cats-icon-2 {
    display: inline-flex;
    margin-bottom: 0.3rem;
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: -50px;
    -webkit-box-shadow: 0px 0px 32px -3px rgba(206, 206, 206, 1);
    -moz-box-shadow: 0px 0px 32px -3px rgba(206, 206, 206, 1);
    box-shadow: 0px 0px 32px -3px rgba(206, 206, 206, 1);
}
.classical-cats-wrap-2.style_2 .classical-cats-icon-2 {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;

}
.classical-cats-wrap-2 {
    position: relative;
    display: block;
    padding: 0px 0p 5px;
    margin-bottom: 18px;
}
.classical-cats-wrap-2.shadows{

    -webkit-box-shadow: 0px 7px 9px 2px rgba(84,84,84,0.14);
    -moz-box-shadow: 0px 7px 9px 2px rgba(84,84,84,0.14);
    box-shadow: 0px 7px 9px 2px rgba(84,84,84,0.14);


    /*box-shadow:0 0 12px 0 rgb(19 115 234 / 10%);
    -webkit-box-shadow:0 0 12px 0 rgb(19 115 234 / 10%);*/
}
.classical-cats-boxs-2 {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}


/*-------Property-Page-Amenities-END-------*/


/*-------Property-Page-Floor-Plan-------*/

@media (max-width: 500px) {
    .toggel-header-list {
        display: inline-grid !important;
    }
}

.card-header-2 {
    background: #f8f8f8;
    padding: 0.5rem 1rem;
    overflow: hidden;
}
.card-header-2:hover {
    cursor: pointer;
    font-color: #732c54 !important;
}
.toggel-header-list:hover {
    cursor: pointer;
    color: #732c54;
}
.toggel-header-list {
    display: flex;
    justify-content: space-between;
    color: #6d8294;
    font-weight: 500;
}

/*-------Property-Page-Floor-Plan-END-------*/


/*-------Property-Page-Preview-Modal-------*/

#modal-preview {
    z-index: 99999;
    width: 100%;
    height: 100vh;
    position:fixed;
    top: 0px;
    left: 0px;
    background: rgb(0, 0, 0, 0.5);
}
.modal-preview-content {
    padding: 1.5rem;
    width: 100%;
    height: 100vh;
    margin: auto;
}
/*-------Property-Page-Preview-Modal-END---------------*/


/* ---- grid ---- */
.grid {
  background: #EEE;
  max-width: 2500px;
}
/* clearfix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}
/* ---- grid-item ---- */
.grid-sizer,
.grid-item {
  width: 25%;
}
.grid-item {
  height:45vh; /*280px;*/
  float: left;
  /*background: #f1f1f1;*/
  border: 2px solid #ffffff;
  background-size: cover !important;
  /*border-color: hsla(0, 0%, 0%, 0.5);*/
  /*border-radius: 5px;*/
}
.grid-item img {
    width:100%;
}
.grid-item--width2 {
    width:50%;
    height:90vh;
}
.grid-item--width3 { width:60%; }

/*.grid-item--height2 { height: 130px; }
.grid-item--height3 { height: 160px; }
.grid-item--height4 { height: 260px; }*/
.grid-item-textbg {
    width: 100%;
    height: 100%;
    padding: 10px;
    background: rgb(0, 0, 0, 0.5);
}
.grid-item-text {
    margin-top: 40%;
    padding: 10px;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    /*font-weight: bold;*/
}
.grid-item-text a {
    color: #ffffff;
}
.block-body-2c {
    column-count: 2;
    column-gap: 20px;
}
.hidden-desktop {
    display: none !important;
}
.css-pkgphone {
    display: none;
    font-size: 16px;
    float: left;
    font-weight: 500;
    padding: 5px 0 5px 10px;
}
@media only screen and (max-width: 1158px) {
    .visible-desktop {
      display: none !important;
    }
    .visible-phone {
      display: inherit !important;
    }
    .hidden-phone {
      display: none !important;
    }
    .hidden-desktop {
      display: flow-root !important;
    }
    .css-pkgphone {
        display: inline-block;
        float: left;
    }
    .css-markphone {
        display: inline-block;
        float: right;
        padding: 5px 20px;
    }
    .srchSortBtn {
        padding: 5px 10px;
        width:100px;
    }
    .srchSortBox {
        width:165px;
    }
    .srchSavedBtn {
        padding: 5px 10px;
        width:135px;
    }
    .srchMoreBtn {
        padding: 5px 10px;
        width:108px;
    }
    .label-icon-cb {

    }
    .sec-heading h2 {
        font-size: 22px !important;
    }
    #chatToggle {
        bottom: 60px !important;
    }
}
@media only screen and (max-width: 991px) {
    #sortTxt {
      display: none !important;
    }
    .grid-item {
        height:20vh;
        width:40%;
    }
    .grid-item--width2, .grid-item--width3 {
        height:40vh !important;
        width:60%;
    }
    .phone-view {
        font-size: 9px !important;
    }
    .phone-width-50 {
        width: 50% !important;
        text-align:left !important;
    }
    .phone-width-45 {
        width: 45% !important;
    }
    .phone-width-49 {
        width: 49% !important;
    }
    .phone-width-38 {
        width: 38% !important;
    }
    .phone-width-32 {
        width: 30% !important;
    }
    .phone-width-33 {
        width: 32% !important;
    }
    .phone-width-27 {
        width: 27% !important;
        text-align:left !important;
    }
    .phone-width-23 {
        width: 23% !important;
        text-align:left !important;
    }
    .phone-width-18 {
        width: 18% !important;
        text-align:left !important;
    }
    .phone-width-14 {
        width: 14% !important;
        text-align:left !important;
    }
    .phone-width-10 {
        width: 10% !important;
        text-align:left !important;
    }
    .phone-width-5 {
        width: 5% !important;
        text-align:left !important;
    }
    .phone-width-80 {
        width: 80% !important;
    }
    .phone-full-width {
        width: 90% !important;
        text-align:left !important;
    }
    .phone-width-98 {
        width: 98% !important;
    }
    .phone-width-99, .phone-full-width-99 {
        width: 99% !important;
    }
    .phone-full-width-2 {
        width: 86% !important;
        text-align:left !important;
    }
    .list-img-popup {
        margin-top:45% !important;
    }
    .block-body-2c {
        column-count: 1;
    }
}
/*@media only screen and (max-width: 768px) {
    .srchRoomsBtn {
        width:155px !important;
        padding: 15px;
    }
    .srchRoomsBox { right:0px; }
    #roomsTxt { display: inline-block !important; }
}
@media only screen and (max-width: 530px) {
    .srchRoomsBtn {
        width:70px !important;
        padding: 15px 15px 15px 25px;
    }
    .srchRoomsBox { right:0px; }
    #roomsTxt { display: none !important; }
}
@media only screen and (max-width: 404px) {
    .srchRoomsBtn {
        width:155px !important;
        padding: 15px;
    }
    .srchRoomsBox { left:0px; }
    #roomsTxt { display: inline-block !important; }
}*/
.disable-text {
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.border-red {
    border-color: 1px solid #CC0000 !important;
}

.flipped {
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV";
}
.flipped-h {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.list-img-popup {
    /*position: absolute;*/
    background:url('https://static.multiowner.in/logo/loader.gif') center no-repeat;
    /*width:75%;*/
    left: 50%;
    top: 5%;
    transform: translate(-50%, 5%);
    border: 2px solid #6e267c;
    box-shadow: 0 0 0 2px #eee;
    -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
}

.loginPopup {
    display: none;
    /*position: relative;*/
    position: fixed;
    top: 0;
    left: 0;
    text-align: left;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    background: rgb(0, 0, 0, 0.5);
    z-index: 99999;
}
.formPopup {
    /*display: none;*/
    position: absolute;
    background:#f1f1f1;
    width:75%;
    left: 50%;
    top: 2%;
    transform: translate(-50%, 5%);
    border: 2px solid #6e267c;
    -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    z-index: 10;
}
.formContainer {
    width: 100%;
    padding: 20px;
    background-color: #f1f1f1;
    -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    overflow-y: auto;
}
.menuPopupApp {
    display: none;
    transition: transform 0.3s ease, opacity 0.3s ease;
    position: fixed;
    background:#f1f1f1;
    left: 5%;
    bottom: 46px;
    min-height: 60vh;
    border: 2px solid #6e267c;
    border-bottom: none;
    -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
    z-index: 101;
}
.menuPopupApp.visible {
    /*transform: translateY(0);*/
    /*opacity: 1;*/
    display: block;
}
.app-menu-widget {
    float: left;
    width: 50%;
}
.app-menu-column {
    width: 100%;
    padding: 10px;
}
.app-menu-title {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
    color: #082b41;
    border-bottom: 1px solid #000;
    padding: 5px 10px;
    margin: 0 5px 0 0;
}
.app-menu-column a {
    display: block;
    width: 100%;
    padding: 5px 0;
}
.app-menu-column a:hover {
    /*background: #fff;*/
}
/* ------- intl-number input style - START ------- */

.iti { display:block !important; }
.iti__dropdown-content {
    z-index: 10 !important;
}
/*.iti__country-list {}*/

/* ------- intl-number input style - END ------- */

/* ----- SUBMIT PROPERTY PAGE - START -----*/
.submit-poprty-first {
    background: #fff;
    -webkit-box-shadow: 1px 1px 10px -4px rgba(0,0,0,0.27);
    -moz-box-shadow: 1px 1px 10px -4px rgba(0,0,0,0.27);
    box-shadow: 1px 1px 10px -4px rgba(0,0,0,0.27);
    border-radius: 0.5rem;
}
.submit-poprty-first-content {
    padding: 30px 30px;
}
.submit-prty-opt li{
    display: inline;
    list-style: none;
    margin-right: 15px;
}
.submit-prty-opt-heading {
    font-size: 14px;
    text-transform: none;
    margin-bottom: 10px;
}
.custom-form-style input[type="text"], input[type="number"], input[type="email"], input[type="tel"], input[type="password"] {
    color:#000000;
    width:100%;
    padding:5px 15px;
    border: 1px solid #999999;
    -webkit-border-radius: 40px;-moz-border-radius: 40px;border-radius: 40px;
    -moz-appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
/*    margin: 0;*/
}
.custom-form-style select {
    color:#000000;
    width:100%;
    padding:5px 15px;
    border: 1px solid #999999;
    -webkit-border-radius: 40px;-moz-border-radius: 40px;border-radius: 40px;
}
.custom-form-style textarea {
    color:#000000;
    width:100%;
    padding:8px 15px;
    border: 1px solid #999999;
    -webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;
}
.custom-form-style input[type="submit"] {
    color:#ffffff;
    width:100%;
    padding:5px 15px;
    border: 1px solid #6e267c;
    background: #6e267c;
    -webkit-border-radius: 40px;-moz-border-radius: 40px;border-radius: 40px;
}
.label-style-amnts {
    display: inline-block;
    background: #f1f1f1;
    min-width: 49%;
    color: #000000;
    padding: 5px 8px;
    border: 1px solid #555;
    -webkit-border-radius: 40px;-moz-border-radius: 40px;border-radius: 40px;
    margin: 1px 0;
    background: #fff;
}
.label-style-amnts-hide {
    display: none;
}
.label-style-amnts-checked {
    background: #f0e9f2;
    color: #6e267c;
    border-color: #6e267c;
}
.label-amnts-text {
    padding: 0px 0px;
}
.label-amnts-icon {
    padding: 5px 0px;
    float: right;
}
.label-style-amnts input[type=checkbox] {
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  padding: 5px;
  margin: 2px;
}
.label-style-amnts input[type=checkbox]:checked {
    background: #f0e9f2;
    color: #6e267c;
}
.boxPlain {
    padding:5px;
    margin:1px;
    float:left;
}
.boxPlainWhite {
    width:100%;
    background: #fff;
    padding:5px;
    margin:1px;
    float:left;
}
.sticky-filter-bar input[type="text"], input[type="number"] {
    color:#000000;
    border: 1px solid #999999;
    -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;
    -moz-appearance: textfield;
}
.filterBoxMobile input[type="text"], input[type="number"] {
    color:#000000;
    border: 1px solid #999999;
    -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;
    -moz-appearance: textfield;
}
/*Multiple Image Uploader - Start*/
.image-box {
    width: 100% !important;
    padding: 0px;
}
#drop-area {
  width: 100% !important;
  height: 100px;
  margin: 10px auto;
  text-align: center;
  color:#6e267c;
  line-height: 100px;
  border: 2px dashed #6e267c;
  -webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;
  cursor: pointer;
}
#preview-container {
  text-align: center;
}
#drop-area.drag-over {
  background-color: #eee;
}
.preview-image {
  object-fit: cover;
  width: 100px;
  height: 100px;
  margin: 5px;
  border: 1px solid #ddd;
}
.clear-image {
  display: inline-block;
  float: right;
  width: 100px;
  border: 1px solid #ddd;
  -webkit-border-radius: 40px;-moz-border-radius: 40px;border-radius: 40px;
  cursor: pointer;
  padding: 8px 15px;
  background-color: #e4e4e4;
  color: #555;
}
/*Multiple Image Uploader - End*/
/*make field box Red in-case empty */
.errRed {
    /*background: #fadbd8;*/
    color: #ff3421 !important;
    /*border:1px solid #ff3421 !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;*/
}

    /*Custom Radio Button*/
.radio-toolbar input[type="radio"] {
  display: none;
}

.radio-toolbar label {
  display: inline-block;
  min-width:100px;
  -webkit-border-radius: 40px;-moz-border-radius: 40px;border-radius: 40px;
  border: 1px solid #999999;
  padding: 8px 15px;
  margin: 5px 0 0 0 !important;
  cursor: pointer;
  font-size: 12px !important;
  /*color: #000000 !important;*/
  background-color: #e4e4e4;
  /*box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);*/
  transition: all 0.1s ease-in-out;
}

.radio-toolbar input[type="radio"]:checked+label {
  color: #ffffff;
  background-color: #6e267c;
  border-color: #6e267c;
  box-shadow: none;
}
/*.radio-material-icons {
  float: left;
  padding: 0px 2px;
  font-size: 16px !important;
  color: #000000 !important;
}
.radio-material-text {
  float: left;
  padding: 0px;
  color: #000000 !important;
  font-weight: normal;
}*/

.switch-field {
    display: flex;
    overflow: hidden;
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field label {
    background-color: #e4e4e4;
    color: #000000;/*rgba(0, 0, 0, 0.6);*/
    font-size: 12px !important;
    line-height: 1;
    text-align: center;
    padding: 10px 15px;
    margin-left: 2px;
    /*margin: 0px 0 0 0 !important;*/
    border: 1px solid #999999; /*rgba(0, 0, 0, 0.2);*/
    border-radius: 40px;
    /*box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);*/
    transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
    cursor: pointer;
}

.switch-field input:checked + label {
    color: #ffffff;
    background-color: #6e267c;
    border-color: #6e267c;
    box-shadow: none;
}

/*.switch-field label:first-of-type {
    border-radius: 40px 0 0 40px;
}

.switch-field label:last-of-type {
    border-radius: 0 40px 40px 0;
}*/

/* ----- SUBMIT PROPERTY PAGE - END -----*/

/* ----- PROPERTY PACKAGES - START -----*/

.owner-package-container {
    -webkit-text-size-adjust: 100%;
    font-size: 12px;
    line-height: 18px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    /*background: #f9f9f9;*/
}
.owner-review-modal {
    -webkit-text-size-adjust: 100%;
    font-size: 12px;
    line-height: 18px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
}
.css-cssveg { position:relative; }
.css-8mrk74 {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 48px 48px 24px;
}
.css-sb945n {
    display: flex;
    height: fit-content;
}
.css-1nxzql7 {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    /*height: 662.3px;*/
}
.css-1nbv3yq {
    width: 100%;
    height: 100%;
}
.css-4nh8c2 {
    height: 68px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    color: rgb(67, 67, 67);
    margin: 11px 0px 12px;
}
.css-1ago99h {
    width: 100%;
}
.css-14ao5yi {
    width: 100%;
    height: 64px;
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    border-top: 1px dashed rgb(216, 216, 216);
}
.css-beqw5q {
    width: 30px;
    height: 24px;
    margin-right: 5px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.css-icon {
    font-size: 20px;
    color: #6e267c;
}
.css-1k5oeq1 {
    color: rgb(67, 67, 67);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    max-width: 450px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: normal;
    margin-right: 5px;
    text-align: left;
}
.css-small-font {
    font-size: 14px !important;
}
.css-6dtpt9 {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
}
.css-1qpx5jp {
    padding: 24px 0px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 24px 0px;
    width: 200px;
    position: relative;
    height: auto;
    border-radius: 16px;
    border: 1px solid #f1f1f1;
    /*border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;*/
}
.css-o5yjrq {
    width: 200px;
    position: relative;
    background: #f0e9f2;/*#6e267c*/
    border-radius: 16px;
    height: auto;
    padding: 40px 0px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 20px 0px;
}
.css-1ejelbn {
    padding: 24px 0px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 24px 0px;
    width: 200px;
    position: relative;
    height: auto;
    border-radius: 16px;
    border: 1px solid #f1f1f1;
    /*border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;*/
}
.css-beai3t {
    font-size: 22px;
    font-weight: 500;
    margin: 0px 0px 12px;
    text-align: center;
    color: rgb(34, 34, 34);
    padding: 0px 24px;
}
.css-1rjkep3 {
    background: rgba(34, 34, 34, 0.03);
    padding: 12px 6.5px 13px;
    border-radius: 12px;
    width: max-content;
}
.css-p09gh {
    height: 64px;
    display: flex;
    border-top: 1px dashed rgb(216, 216, 216);
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.css-7hb8pt {
    font-size: 18px;
    color: rgb(67, 67, 67);
    text-align: center;
    width: 100%;
}
.css-o7ni39 {
    font-size: 22px;
    font-weight: 500;
    margin: 0px 0px 12px;
    text-align: center;
    color: #6e267c;
    padding: 0px 24px;
}
.css-1emcxf0 {
    background: rgb(228, 222, 248);
    padding: 12px 6.5px 13px;
    border-radius: 12px;
    width: max-content;
}
/*.css-xqd8in {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0px 48px;
    margin-bottom: 54px;
    row-gap: 8px;
    color: rgb(34, 34, 34);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.2px;
    position: relative;
}
.css-xqd8in .disclaimer-texts {
    width: 70%;
    color: rgb(118, 118, 118);
    line-height: 20px;
    position: relative;
}
.css-1vsychr {
    position: absolute;
    top: 0px;
    right: 48px;
}
.css-xqd8in .request-cb {
    position: absolute;
    bottom: 0px;
    right: 48px;
}*/

@media only screen and (max-width: 991px) {
    /*.css-1rjkep3 {
        margin: 0px auto 24px;
    }
    .css-1emcxf0 {
        margin: 0px auto 24px;
        background: rgba(0, 0, 0, 0.1);
    }*/
    .css-package-m {
        display: block;
        width: 100% !important;
    }
    .css-cssveg {
        
    }
    .css-1qpx5jp {
        width: 100% !important;
        /*height: 100px;*/
        overflow: hidden;
    }
    .css-o5yjrq {
        width: 100% !important;
    }
    .css-1ejelbn {
        width: 100% !important;
    }
    .css-8mrk74, .owner-package-container {
        display: block;
        margin: 0px !important;
    }
    .css-icon-m { /*for Elite Package*/
        font-size: 20px;
        color: #6e267c;
    }
    .navigation-portrait .mobile_nav {
        margin-right: 0px !important;
    }
}

/* ----- PROPERTY PACKAGES - END -----*/

/* ----- for Top Menu ----- */
.nav-menu > li {
    position: relative;
}
.nav-menu>li>a {
    padding: 10px 8px !important;
}
/*.nav-menu>li>a:hover {
    border-bottom: 0px solid #6e267c;
    background: #f4edf6;
}*/
.nav-menu > li:hover > a {
    /*border-bottom: 0px solid #6e267c;*/
    background: #f4edf6;
    border-radius: 5px 5px 0 0;
}
.hilightMenu {
    border-bottom: 0px solid #6e267c;
    background: #f4edf6;
}
.dropdown-menu-top {
    display: none;
    position: absolute;
    max-width: 880px;
    overflow: hidden;
    top: 100%;
    left: 0;
    background: #fff;
    padding: 20px;
    /*box-shadow: 0 4px 10px rgba(0,0,0,0.1);*/
    flex-direction: row;
    gap: 30px;
    border-radius: 0 5px 5px 5px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.2);
    border: 1px solid #6e267c;
    border-top: 2px solid #6e267c;
    z-index: 110;
    cursor: pointer;
}
/* Show on hover */
.nav-menu > li:hover .dropdown-menu-top {
    display: flex;
}
.dropdown-menu-top .column {
    display: flex;
    flex-direction: column;
    text-align: left;
    min-width: 190px;
}
.dropdown-menu-top .column .title {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 12px;
    color: #082b41;
    border-bottom: 1px solid #6e267c;
    padding: 5px 5px;
    margin: 0 5px 0 0;
}
.dropdown-menu-top .column a {
    padding: 5px 5px;
    color: #333;
    text-decoration: none;
    font-size: 12px;
}
.dropdown-menu-top .column a:hover {
    /*text-decoration: underline;*/
    color: #6e267c;
}

.btnGlow {
    animation: glowing 1300ms infinite;
}
@keyframes glowing { /*8d2929*/
    0% {
        background-color: #8d2929;
        box-shadow: 0 0 5px #8d2929;
    }
    50% {
        background-color: #EA9999;
        box-shadow: 0 0 20px #EA9999;
    }
    100% {
        background-color: #8d2929;
        box-shadow: 0 0 5px #8d2929;
    }
}

/* --------- CHAT STYLE -- START --------- */
    #chatToggle {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background: #6e267c;
      color: #f1f1f1;
      border: 2px dotted #f1f1f1;
      border-radius: 50%;
      width: 60px;
      height: 60px;
      padding: 6px;
      text-align: center;
      font-size: 30px;
      cursor: pointer;
      z-index: 100;
    }
    .chatBox {
        position: fixed;
        bottom: 5px;
        right: 5px;
        width: 300px;
        background: #fff url('icons/chat_bg_00.png') center repeat;/*chat_bg_0.webp*/
        background-size: 35% 35%;
        border: 1px solid #ccc;
        border-radius: 6px;
        display: none;
        flex-direction: column;
        height: 90vh;
        overflow: hidden;
        padding: 4px;
        z-index: 110;
    }
    .chatBoxChild {
        position: fixed;
        bottom: 5px;
        right: 5px;
        width: 300px;
        background: #f1f1f1 url('icons/chat_bg_00.png') center repeat;
        background-size: 35% 35%;
        border: 1px solid #ccc;
        border-radius: 6px;
        display: none;
        flex-direction: column;
        height: 80vh;
        overflow: hidden;
        padding: 4px;
        z-index: 120;
    }

    .chatBoxHead {
        width:100%;
        background:#fff;
        color:#000;
        padding:2px;
        margin:0 0 4px 0;
        text-align:left;
        border:1px solid #555;
        /*border-bottom: 3px solid #555 !important;*/
        -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;
        /*-moz-box-shadow:    inset 0 0 10px #000000;
        -webkit-box-shadow: inset 0 0 10px #000000;
        box-shadow:         inset 0 0 10px #000000;*/
    }
    .chatHeadTxt {
        float: left;
        padding: 4px;
        color: #6e267c;/*008AFF*/
        font-weight: bold;
    }
    .chatHeadClose {
        float: right;
    }
    .chatUsers {
        display: block;
        height: 100%;
        overflow-y: auto;
        padding: 0px;
        /*background:#fff;
        border: 1px solid #555;*/
        -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;
    }
    .chatUsrLst {
        display: inline-block;
        width:100%;
        cursor: pointer;
        background:#fff;
        color:#000;
        padding:5px 5px;
        margin:0 0 0px 0;
        text-align:left;
        border:1px solid #555;
        /*border-bottom: 3px solid #555 !important;*/
        -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;
        /*-moz-box-shadow:    inset 0 0 10px #000000;
        -webkit-box-shadow: inset 0 0 10px #000000;
        box-shadow:         inset 0 0 10px #000000;*/
    }
    .chatUsrLstTxt {
        float: left;
        padding: 4px;
        color: #000;/*008AFF*/
        font-weight: 500;
    }
    .chatUsrLstMsgs {
        float: right;
        width:30px;
        text-align: center;
        background: #f1f1f1;
        border-radius: 50%;
        padding: 6px;
        font-size: 12px;
    }
    .chatMessages {
      flex: 1;
      overflow-y: auto;
      padding: 0px;
    }
    /*.chatInput {
      display: flex;
      background: none;
      border-top: 0px solid #eee;
    }
    .chatInput textarea {
      flex: 1;
      padding: 5px;
      height: 27px;
      border-radius: 4px;
      resize: none;
      font-size: 14px;
    }
    .chatInput input {
      flex: 1;
      padding: 5px;
      height: 27px;
      border-radius: 4px;
      resize: none;
      font-size: 14px;
      border: 1px solid #008AFF;
    }*/
    .chatInputbutton {
        padding: 2px 5px 2px 7px;
        background: #fff;
        border: 1px solid #555;
        float: right;
        border-radius: 5px;
    }
    .emojiBtn {
        background: none;
        border: none;
        float: left;
        font-size: 20px;
        /* padding: 0 0 0 10px; */
        margin-left: 4px;
        vertical-align: top;
    }
    .emoji_only {
        font-size: 35px !important;
        text-align: center !important;
        display: inline-block;
        width: 100%;
    }
    .chatInput {
        width: 100%;
        min-height: 40px;
        max-height: 150px;
        padding: 8px;
        font-size: 13px;
        border: 1px solid #008AFF;
        border-radius: 4px;
        position: relative;
        outline: none;
    }
    .chatInput:empty::before {
        content: attr(data-placeholder);
        color: #aaa;
        pointer-events: none;
        position: absolute;
    }
    .scrollToBottom {
        display: none;
        position: absolute;
        right: 10px;
        bottom: 90px;
        cursor: pointer;
        z-index: 999;
        border: none;
        background: white;
        border-radius: 50%;
        font-size: 18px;
        color: darkcyan;
    }
    .scrollToBottomTxt {
        display: none;
        position: absolute;
        right: 16px;
        bottom: 120px;
        cursor: pointer;
        z-index: 999;
        border: none;
        background: #6e267c;
        font-size: 10px;
        padding: 3px 8px;
        border-radius: 50%;
        color: white;
        font-weight: 600;
    }
    .unreadTxt {
        display: none;
        position: absolute;
        right: 0px;
        bottom: 42px;
        cursor: pointer;
        z-index: 999;
        border: none;
        background: white;
        font-size: 16px;
        padding: 4px 10px;
        border-radius: 50%;
        color: #6e267c;
        font-weight: 600;
    }
    /*.unread-badge {
      background: yellow;
      color: red;
      border-radius: 12px;
      font-size: 10px;
      padding: 2px 6px;
      margin-left: 4px;
    }*/
    .typing-dots::after {
      content: '...';
      animation: dots 1s steps(3, end) infinite;
      color: #008AFF;
    }
    @keyframes dots {
      0%, 20% { content: ''; }
      40% { content: '.'; }
      60% { content: '..'; }
      80%, 100% { content: '...'; }
    }
    .online-indicator {
      display: inline-block;
      width: 10px;
      height: 10px;
      background: green;
      border-radius: 50%;
      margin: 10px 5px;
      float: inline-start;
    }
    .offline-indicator {
      display: inline-block;
      width: 10px;
      height: 10px;
      background: red;
      border-radius: 50%;
      margin: 10px 5px;
      float: inline-start;
    }
    .online-indicator-sm {
        width: 7px;
        height: 7px;
        background: green;
        border-radius: 50%;
        float: inline-start;
        position: absolute;
        top: 25px;
        left: 12px;
    }
    .offline-indicator-sm {
        width: 7px;
        height: 7px;
        background: red;
        border-radius: 50%;
        float: inline-start;
        position: absolute;
        top: 25px;
        left: 12px;
    }
    .chat_message_right {
        float: right;
        background: #F0FFFF !important;
    }
    .chat_message_left {
        float: left;
        background: #f4edf6 !important;
    }
    .chat_message_wrapper {
        background: #f1f1f1;
        width:80%;
        font-size: 13px;
        border-radius: 5px;
        padding: 2px 5px;
        margin-bottom:5px;
    }
    .chat_message_time {
        display: inline-block;
        font-size: 10px;
        /* width: 100%; */
        text-align: right;
        padding: 2px;
        float: right;
    }
    .date-separator {
        width: 100%;
        padding: 15px;
        /* background: white; */
        color: #000;
        font-size: 12px;
        text-align: center;
    }

/* --------- CHAT STYLE -- END --------- */
/*-----Property Listing Style ---*/
  @media (max-width: 699px) {
    .property-listing-wrapper > div {
      width: 100%;
    }
  }

  @media (min-width: 700px) and (max-width: 1023px) {
    .property-listing-wrapper > div {
      width: 50%;
    }
  }

  @media (min-width: 1024px) and (max-width: 1400px) {
    .property-listing-wrapper > div {
      width: 33.3333%;
    }
  }

  @media (min-width: 1401px) {
    .property-listing-wrapper > div {
      width: 25%;
    }
  }

  .property-listing-wrapper {
    display: flex;
    flex-wrap: wrap;
  }

  .property-listing-wrapper > div {
    padding: 10px;
    box-sizing: border-box;
  }

  /*----- Range Slider Style -----*/
  /* Slider Track */
.noUi-target {
  background: #e0e0e0;
  border-radius: 10px;
  height: 2px;
  border: none;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

/* Range between handles */
.noUi-connect {
  background: #6e267c !important; /* your theme color */
  border-radius: 10px;
}

/* Handles */
.noUi-handle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #732c54;
  top: -6px;
  cursor: grab;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.noUi-handle:after, .noUi-handle:before {
    display: none !important;
}
/* Handle when active */
.noUi-handle:active {
  cursor: grabbing;
  box-shadow: 0 0 0 4px rgba(115,44,84,0.2);
}

.noUi-horizontal {
  height: 10px !important;
  margin: 10px !important;
}

/* Remove outer border */
.noUi-horizontal .noUi-handle {
  border: 1px solid #732c54;
    width: 24px !important;
    height: 18px !important;
    right: -11px !important;
}

/* Tooltip styles (if you enable them) */
.noUi-tooltip {
  background: #732c54;
  color: #fff;
  border-radius: 3px;
  padding: 4px 8px;
  font-size: 12px;
  transform: translateY(-150%);
}

/*----- Footer Tabs -----*/
.footer-tabs {
  background: #000000;
  padding: 10px 5px;
}
.tab-buttons {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  gap: 10px;
  padding-bottom: 10px;
  margin-bottom: 15px;
  scrollbar-width: thin; /* Firefox */
}
.tab-buttons::-webkit-scrollbar {
  height: 1px;
}
.tab-buttons::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 1px;
}
.tab-btn {
  width: 19%;
  min-width: 150px;
  background: #000;
  color: #999;
  border: none;
  border-bottom: 1px solid #999;
  border-radius: 0px;
  padding: 10px 15px;
  flex: 0 0 auto;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.3s;
  white-space: nowrap;
}
.tab-btn.active {
  background: #000;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.tab-contents {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tab-box {
  display: none !important;
  width: 100%;
  /*max-width: 1000px;*/
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.tab-box.active {
  display: flex !important;
}
.tab-box .column {
  flex: 1 1 22%;
  min-width: 200px;
}
.tab-box .column a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 5px 0;
  font-size: 14px;
}
.tab-box .column a:hover {
  text-decoration: underline;
}
/* Responsive Styles */
@media (max-width: 768px) {
  .tab-box {
    /*flex-direction: column;*/
    padding: 0 10px;
    align-items: stretch;
  }
  .tab-box .column {
    width: 100%;
    flex: 1 1 100%;
    margin-bottom: 15px;
  }
  .tab-btn {
    /*width: 45%;*/
    /*margin: 5px auto;*/
  }
}
@media (max-width: 480px) {
  .tab-btn {
    /*width: 90%;*/
    /*font-size: 16px;*/
  }
  .tab-box .column a {
    font-size: 14px;
  }
}

/* Optional: show tick marks */
.noUi-pips .noUi-value {
  font-size: 5px !important;
  color: #fff !important;
}

.free-label {
    background-color: #FFD700;
    animation-name: color;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    color: #000;
    padding: 0 6px;
    border-radius: 3px;
    position: absolute;
    top: -2px;
    right: -8px;
    font-size: 11px;
    transform: rotate(8deg);
    letter-spacing: 0.06em;
}
@keyframes color {
    0% {
        background-color: #FFD700;
    }
    50% {
        background-color: #f4edf6;
  
    }
    100 {
        background-color: #FFD700;
  }
}
/* Gallery on Single property */
    .gallery-container {
      position: relative;
      width: 100%;
      max-width: 800px;
      /*height: 500px;*/
      margin: 5% auto 20px;
      overflow: hidden;
      border-radius: 12px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    }
    .gallery-slider {
      display: flex;
      transition: transform 0.6s ease-in-out;
    }
    .gallery-slide {
      min-width: 100%;
      overflow: hidden;
    }
    .gallery-slide img {
      width: 100%;
      height: auto;
      display: block;
      object-fit: cover;
      transition: transform 0.3s ease;
      cursor: zoom-in;
    }
    .gallery-slide img:hover {
      transform: scale(1.1);
    }
    .gallery-controls {
      text-align: center;
      margin-top: 10px;
    }
    .gallery-btn {
      background-color: #f1f1f1;
      color: #000;
      border: none;
      padding: 10px 20px;
      margin: 0 10px;
      border-radius: 5px;
      cursor: pointer;
    }
    .gallery-btn:hover {
      background-color: #6e267c;
      color: #ffffff;
    }
    @media screen and (max-width: 768px) {
      .gallery-container {
        /*height: 300px;*/
        margin: 50% auto 20px;
      }
    }