@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400,500,600,700,800&display=swap')

.list-view {
    float: left;
    width: 100%;
  }
.list-view ul {
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
    overflow-y: auto;
    height: 550px;
}
  .list-view ul li {
    width: calc(50% - 20px);
	float: left;
	padding: 3px;
	min-height: 370px;
	background: #fff;
	margin: 10px;
	border: 1px solid rgba(175,182,189,0.2);
	border-radius: 8px;
	box-sizing: border-box;
}
.list-view ul li:hover {
	box-shadow: 0px 0px 15px rgba(0,0,0,0.13);
}
.list-view ul li.listview-row {
    min-height: 0;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
}
.list-view ul li.listview-row .item-wrap {
    display: inline-block;
    width: 100%;
}
.list-view ul li.listview-row .item-wrap .item-body {
    display: inline-block;
    width: auto;
    padding: 0 15px;
}
.list-view ul li.listview-row .item-wrap .item-body h2.property-title {
    float: left;
    margin: 0;
    padding: 0;
}
.list-view ul li.listview-row .item-wrap .item-body p.property-address {
    float: left;
    margin: 3px 7px 0 0;
    padding: 0 15px;
}
.list-view ul li.listview-row .item-wrap .item-body .property-amenities {
    float: left;
    margin: 0;
    padding: 0 15px;
}
.list-view ul li.listview-row .item-wrap .item-body .property-amenities span {
    margin: 0 7px;
}
.list-view ul li.listview-row .item-wrap .rentp {
    float: left;
    font-size: 14px;
    margin: 0;
    padding: 0 20px;
    line-height: 20px;
}

.list-view ul li h2 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #0e0608;
    margin: 0 0 15px 0;
}
.list-view ul li img {
    /*margin-bottom: 0px;
    height: 100%;
    max-height: 220px;*/
	 width: 100%;
}
.list-view ul li input[type="submit"] {
    min-width: 160px;
    font-weight: bold;
    font-size: 14px;
    border: 1px solid #7c2c24;
    color: #7c2c24;
}
.list-view ul li input[type="submit"]:hover{
    background: #7c2c24 ;
    color: #fff;
}
button{
    min-width: 160px;
    font-weight: bold;
    font-size: 14px;
    border: 1px solid #7c2c24;
    color: #7c2c24;
}
button:hover{
    background: #7c2c24 ;
    color: #fff;
}
.list-view ul li hr {
    margin-bottom: 0;
}

.advanced-search {
    position: relative;
    z-index: 0;
    font-size: 14px;
    background: #1b1b1b;
    padding: 15px;
}

.advanced-search .search-long {
    margin: 0;
}
.search-long .input-icon {
    width: 100%;
}
.advanced-search .form-control {
    box-shadow: none;
    height: 42px;
}
.advanced-search select {
    float: left;
    width: 100%;
    margin: 0 0px 0 0;
    height: 42px; 
	font-size: 14px;
}
.advanced-search .form-group {
    margin-bottom: 0;
}
button.mapupdate {
    background: #7C2C24D9;
    border-color: #8a524dd9;
    height: 42px;
    text-transform: uppercase;
}
.advanced-search .form-group.select-rooms {
    float: left;
    width: 20%;
    padding: 0 10px 0 0px;
	box-sizing:border-box;
    font-size: 14px;
}
.advanced-search .form-group.multiselect {
    width: 100%;
    position: relative;
    z-index: 1;
}

.header-detail {
    padding: 25px 0 28px;
}
.header-detail .header-left {
    float: left;
    max-width: 1000px;
}
.header-detail .header-right {
    float: right;
}

.selectBox {
  position: relative;
}

.overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#checkboxes {
  display: none;
  border: 1px #dadada solid;
  background: #fff;
  padding: 10px;
}

#checkboxes label {
  display: flex;
  gap: 10px;
  font-size: 13px;
  justify-content: left;
  align-items: center;
}

#checkboxes label:hover {
  background-color: #1e90ff;
}
div#map button {
    min-width: 0;
}
.viewdiv-btn {
    display: inline-block;
    width: 100%;
    text-align: right;
    font-size: 14px;
    padding:0 15px 10px 15px;
}
.viewdiv-btn span {
    cursor: pointer;
    margin: 0 5px;
}
.viewdiv-btn span:hover {
    color: #7c2c24;
}
#detailsmap {
    margin: 18px 0;
}
#total {
    padding:10px 15px 0 15px;
    text-align: center;
}
#total h2 {
    color: #7c2c24;
    font-weight: normal;
	margin: 10px 0;
}

.viewdiv-btn #listview.current {
    color: #7c2c24;
}



@media (max-width: 1024px) {
.advanced-search .form-group.select-rooms {
	width: 50%;
	padding: 0 5px;
}
.advanced-search .search-long {
  margin: 0 0 15px 0 !important;
}
/*.list-view ul li {
    width: 100%;
    text-align: center;
}
.list-view ul li img {
    min-height: 150px;
    margin-bottom: 20px;
    max-height: 100%;
    width: 100%;
    height: auto;
}*/
}
@media (max-width: 767px) {
    .advanced-search .form-control {
    margin-bottom: 15px;
}
.advanced-search select {
    width: 100%;
    margin: 0 0px 15px 0;
}
.list-view ul li {
    width: calc(100% - 20px);
    text-align: left;
}
/*.list-view ul li img {
    min-height: 150px;
    margin-bottom: 20px;
    max-height: 100%;
    width: 100%;
    height: auto;
}*/
}



/********************* Vinay css 20-02-2024 ************************/

a, a:focus{
	outline:none;
}
input[type="date"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, select:focus, textarea:focus {
  outline: none;
}
.search-long .input-icon {
  position: relative;
}
.search-long .input-icon input {
  padding-left: 40px !important;
  position: relative;
  color: #959595;
}
.search-long .input-icon .fa {
  text-align: center;
  height: 43px;
  width: 40px;
  line-height: 43px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.gm-style-iw button{
    min-width: auto;
}
.item-wrap{
	/*border:1px solid #ff0000;*/
	display:block;
	font-family: 'Open Sans', sans-serif;
}
.item-wrap .item-thumb{
	display:block;
	position:relative;
	background:#f1f1f1;
	width: 100%;
	height: 160px;
	text-align: center;
	background: #F2F5F7;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.item-wrap .item-thumb .hover-effect{
	position:relative;
	display: block;
	height: 100%;
	display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  overflow: hidden;

}
.item-wrap .item-thumb .hover-effect::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 65%, rgba(0,0,0,.75) 100%);
  -webkit-transition: .2s;
  transition: .2s;
}
.item-wrap .item-thumb .hover-effect::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 0%,rgba(0,0,0,.2) 65%,rgba(0,0,0,.8) 100%);
  background-size: 100%;
  z-index: 0;
  -webkit-transition: .3s;
  transition: .3s;
}
.item-wrap .item-thumb:hover .hover-effect::after{
  opacity: 0;
  filter: alpha(opacity=0);
}
.item-wrap .item-thumb:hover .hover-effect::before {
  opacity: .5;
 }
.item-wrap .item-thumb p{
	display:block;
	position:absolute;
	left:12px;
	bottom:12px;
	z-index: 4;
	color:#fff;
    text-align: left;
	font-size: 16px;
	line-height: 16px;
	margin: 0;
	font-weight: 500;
	text-transform: inherit;
	text-align: inherit;
	/*background:#000;
	padding:5px;*/

}
.item-wrap .item-thumb span.listed{
	display:block;
	position:absolute;
	right:12px;
	bottom:12px;
	z-index: 4;
	color:#fff;
    text-align: left;
	font-size: 12px;
	line-height: 16px;
	margin: 0;
	font-weight: 400;
	text-transform: uppercase;
	text-align: inherit;
	background:green;
	padding:5px;
}
.item-wrap .item-thumb span.unlisted{
	display:block;
	position:absolute;
	right:12px;
	bottom:12px;
	z-index: 4;
	color:#fff;
    text-align: left;
	font-size: 12px;
	line-height: 16px;
	margin: 0;
	font-weight: 400;
	text-transform: uppercase;
	text-align: inherit;
	background:#666;
	padding:5px;
}
.item-wrap .item-body {
  padding: 15px 7px 7px;
  width: 100%;
}
.property-info {
  display: block;
  margin-bottom: 5px;
  min-height: 150px;
}
.item-body .property-title, .item-body h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 7px;
  color: #202525;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 380px;
}
.property-title a{
  color: #202525;
}
.property-title a:hover, .property-title a:focus {
 /* color: #e72437;*/
  color: #202525;
  text-decoration: none;
}
.item-body .property-address{
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 16px;
  margin: 0 0 5px 0;
  font-weight: 400;
  text-transform: inherit;
  text-align: inherit;
  font-style: normal;
  color: #6F767D;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
}
.item-body .property-address span.left{
  font-weight: 500;
}
.property-date{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  height:21px;
}
.item-body .property-address.rent-info{
	margin-top: 20px;
	margin-bottom:10px;
	height:24px;
}
.property-address.sub-type {
  height: 16px;
}
.item-body .property-address.rent-info span.price {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #202525;
  line-height: 24px;
}
.item-body .property-amenities {
  height: 20px;
  text-align: left;
  font-size: 13px;
  line-height: 16px;
  margin: 0 0 5px;
  font-weight: 500;
  text-transform: inherit;
  text-align: inherit;
  color:#6F767D;
}
.item-body .property-amenities span {
  margin-right: 10px;
}
.item-body .property-amenities span .icon {
  margin-right: 5px;
}
.listing-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
}

.listing-controls a {
  background: #F2F5F7;
  color: #AFB6BD;
  cursor: pointer;
  padding: 5px 15px;
  border: 1px solid #F2F5F7;
  border-radius: 6px;
  font-weight: 600;
  outline: none;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
}
.list-view ul li:hover .listing-controls a:first-child {
  border: 1px solid #366092;
  color: #366092;
  background: #FFFFFF;
}
.list-view ul li:hover .listing-controls a:first-child:hover {
  background: #366092;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.list-view ul li:hover .listing-controls a:last-child {
  color: #FFFFFF;
  background: #AFB6BD;
  border: 1px solid #AFB6BD;
}
.list-view ul li:hover .listing-controls a:last-child:hover {
  border: 1px solid #366092;
  color: #366092;
  background: #FFFFFF;
 }

.listing-controls a:hover, .listing-controls a:focus{
  border: 1px solid #366092;
  color: #fff;
  background: #366092;
  text-decoration:none;
}
/**********/

.property-detail {
  display: block;
  padding: 60px 0;
}
.property-detail .back-btn{
  font-family: "Roboto", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  border-radius: 0px 0px 0px 0px;
  color:#fff;
  background:#7c2c24;
  margin-bottom:15px;
  padding: 10px 15px;
  min-width: auto;
}
.property-detail .back-btn .fa{
	margin-right:10px;
}
.property-detail .back-btn:hover, .property-detail .back-btn:focus{
	background-color: #7C2C24D9;
}
.property-detail h1.property-title{
  font-size: 30px;
  line-height: 32px;
  margin: 0 0 10px;
  font-weight: 500;
}
.property-detail .property-address {
  font-size: 14px;
  line-height: 16px;
  margin: 0 !important;
  font-weight: 400;
  color: #707070;
}

.detail-media {
  display:block;
  margin-bottom: 30px;
}

.detail-media .outer { margin:15px 0; max-width:800px;}
#big .item { background: #7c2c24; padding: 0px 0px; margin:2px; color: #FFF; border-radius: 3px; text-align: center; max-height: 500px;}
#big .item img { max-height: 500px;}
#thumbs .item { background: #7c2c24; max-height:70px; line-height:70px; padding: 0px; margin:2px; color: #FFF; border-radius: 0px; text-align: center; cursor: pointer; }
#thumbs .item h1 { font-size: 18px; }
#thumbs .current .item { background:#FF5722; }
.owl-theme .owl-nav [class*='owl-'] { transition: all .3s ease; }
.owl-theme .owl-nav [class*='owl-'].disabled:hover { background-color: #D6D6D6; }
#big.owl-theme { position: relative; }
#big.owl-theme .owl-next, #big.owl-theme .owl-prev { background:#7c2c24; width: 40px; line-height:32px; height: 40px; margin-top: -20px; position: absolute; text-align:center; top: 50%; opacity: .6;}
#big.owl-theme .owl-next:hover, #big.owl-theme .owl-prev:hover {opacity: 1;}
#big.owl-theme .owl-prev { left: 10px; }
#big.owl-theme .owl-next { right: 10px; }
#thumbs.owl-theme .owl-next, #thumbs.owl-theme .owl-prev { background:#333; }

#thumbs.owl-carousel .item img {
  -webkit-transform-style: inherit;
  opacity: .8;
}
#thumbs.owl-carousel .active.current .item img {
  opacity: 1;
}
.owl-theme .owl-nav {
  margin-top: 0;
}

.property-title .label-wrap {
  top: 5px;
  position: relative;
  height: 24px;
  margin-left: 8px;
  white-space: nowrap;
  vertical-align: top;
  display: inline-flex;
}
.property-title .label-wrap .label {
  padding: 6px 10px 6px;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  font-weight: 500;
  color:#fff;
  background-color: #333;
}

@media (max-width: 600px) {
	.property-title .label-wrap {
		display:inline-block;
		margin-left:0;
	}
}
.detail-block {
  background-color: #fff;
  padding: 0px;
  margin-bottom:30px;
}

.detail-title {
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e5e5e5;
}
.detail-title .title-left {
  font-size: 20px;
  line-height: 20px;
  margin: 0;
  font-weight: 500;
  text-transform: inherit;
  text-align: inherit;
  display:block;
}

.detail-block p {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 20px;
  font-weight: 300;
  text-transform: inherit;
  text-align: inherit;
}

.detail-block ul{
	display:block;
	margin: 0;
}
.list-three-col {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
}
@media (max-width: 600px) {
  .list-three-col {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}
.detail-block ul li {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  font-weight: 300;
  text-transform: inherit;
  text-align: inherit;
}

.detail-block .alert-info {
  border: 1px solid #e8e8e8;
  color: rgba(0,0,0,.85);
  background-color: rgba(243,243,243,0.62);
}
.alert strong {
  color: #a5a5a5;
  font-weight: 700;
}
.detail-block .alert-info ul{
	list-style:none;
	margin:0;
	padding:0;
}
.detail-block.property-address ul{
	list-style:none;
	margin:0;
	padding:0;
}
.detail-block.action-block{
	margin:30px; 0 0 0;
	text-align:center;
}

.detail-block.action-block .back-btn {
  padding: 10px 30px
 }
table.list-table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 12px;
}
table.list-table thead tr {
  background-color: #f3f3f3 !important;
}
table.list-table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd !important;
 
  line-height: 1.42857;
  text-align: left;
  font-size: 12px;
  border:0;
  background-color: rgba(125, 46, 33, 1);
  color: #FFF;
}
table.list-table > tbody > tr > td {
  padding: 5px;
  line-height: 1.42857;
  vertical-align: middle;
  border-top: 1px solid #ddd !important;
  text-align: left;
  font-size: 12px;
  border:0;
}
table.list-table > tbody > tr{
	background:#fff;
}
table.list-table > tbody > tr > td{
	background:none !important;
}
table.list-table > tbody > tr:hover {
	background-color: #f1f1f1;
}

table.list-table > thead {
  position: sticky;
  top: 0;
}
 .listing-controls.list-view {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-top: 0px;
  gap:5px;
}
.listing-controls.list-view a {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 10px;
 }
.list-view ul li img.icon {
  width: 20px;
  min-height: 20px;
  margin-bottom: 0;
}
.only-mobile{
	display:none;
}
@media only screen and (max-width: 767px) {
  .listing-controls.list-view a:first-child{
    display:none
  }
  .property-date {
    justify-content: center;
  }
  .only-mobile{
	display:block;
  }
  /*#searchbtn {
   display: block !important;
    background: #c36;
    color: #fff;
    width: 100%;
    font-size: 18px;
    margin-bottom: 15px;
  }*/
}

.advanced-search-listing{
	background-color: #F3F3F3;
}

.form-group-outer {
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
 input.btn-search.btn-primary {
	background-color: rgba(125, 46, 33, 1);
	color: #FFF;
	font-family: 'Averia Serif Libre', "Helvetica Neue", Helvetica, Roboto, sans-serif, 'Helvetica Neue', Helvetica, Roboto, sans-serif;
	font-size: 14px;
	font-weight: 400 !important;
	width: auto;
	padding: 10px;
	background-image: none;
	border: 0;
	display: inline-block;
	margin: 0 2px;
	line-height: 20px;
  }
   input.btn-search.btn-primary:hover,  input.btn-search.btn-primary:focus {
	text-decoration:underline;
  }
  #thumbs.owl-carousel .owl-item img{
  	height: 66px;
  }
  .owl-carousel .owl-video-tn {
  background-size: cover;
  padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
}

.owl-video-frame {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.owl-video-frame iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media only screen and (max-width: 767px) {
	.form-group-outer {
		display: block;
	}
	.form-group.select-rooms.action{
		margin-top:5px;
	}
	#thumbs.owl-carousel .owl-item img{
		height: 40px;
	}
}

.item-thumb .listing-media-info {
  display: flex;
  position: absolute;
  top: 0px;
  padding: 10px;
  color: #202525;
  width: 100%;
  box-sizing: border-box;
}
.item-thumb .listing-media-info .listing-pictures-icon {
  box-sizing: border-box;
  background: #fff;
  opacity: 0.8;
  padding: 5px 6px;
  margin-right: 5px;
  border-radius: 4px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  font-size: 12px;
  line-height: 16px;
  align-items: center;
  color: #000;
}
.item-thumb .listing-media-info .listing-pictures-icon:hover {
  text-decoration:none;
}
.item-thumb .listing-media-info .listing-pictures-icon img {
  width: 16px;
  margin-right: 5px;
}


table.dataTable thead .sorting
{
cursor: pointer;
  background-repeat: no-repeat;
  background-position: center left !important;
}

table.dataTable thead .sorting_asc
{
cursor: pointer;
  background-repeat: no-repeat;
  background-position: center left !important;
}

table.dataTable thead .sorting_desc
{
cursor: pointer;
  background-repeat: no-repeat;
  background-position: center left !important;
}