* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: Arial, sans-serif;
}

body {
	overflow-x: hidden;
	color: #2E3034;
	background: #F9F9FC;
}

.main-sidebar .sidebar-menu li a {
	color: #4A4C56;
	font-size: 16px;
}

.homec-dashboard__middle {
    position:relative;
	background: #F9F9FC;
	padding: 0px 15px 0px;
	border-radius: 4px;
}
.pt-50 {
    padding-top: 50px;
}
.navbar .nav-link.nav-link-user img {
	background: #fff;
}

.homec-dashboard__inner {
	padding: 10px;
	border-radius: 4px;
	background: #F9F9FC;
	border: none;
}

.homec-dashboard-property__buttons .homec-dashboard-property__btn {
	width: 35px;
	height: 35px;
	border: none;
	/*background: #dcdafa;*/
	border-radius: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 4px;
}

.homec-list-tabs.homec-list-tabs--v3 {
	height: 100%;
	background: #fff;
	box-shadow: 0px 5px 12px 0px #0000001A;
}

.homec-list-tabs {
	justify-content: start;
}

.listing-container {
	margin: auto;
}

.full-width-box {
	background: #fff;
	padding-left: 25px;
	padding-right: 25px;
	box-shadow: 0px 5px 12px 0px #0000001A;
	padding-bottom: 20px;
}

.listing-card .content-box p {
	margin-bottom: 5px;
}

.filter-tabs {
    width: 100%;
	flex-wrap: wrap;
	display: flex;
	margin-bottom: 20px;
}
.tab-content {
    width: 100%;
}
.property-header-2 {
    padding-top: 15px;
}
.filter-btn {
	background: #f5f5f500;
	padding: 10px 20px;
	border: none;
	cursor: pointer;
}

.filter-btn.active {
	background: #DCE5FA;
	color: #233a73;
}

.listing-container {
	margin: auto;
}

.listing-card picture {
	position: relative;
}

.full-width-box {
	padding-left: 20px;
	padding-right: 20px;
	box-shadow: 0px 5px 12px 0px #0000001A;
}

.filter-tabs {
	display: flex;
	margin-bottom: 20px;
}

.filter-btn {
	background: #f5f5f500;
	padding: 10px 20px;
	border: none;
	cursor: pointer;
}

.filter-btn.active {
	background: #DCE5FA;
	color: #233a73;
}

.create-listing-btn {
	text-decoration: none;
	margin-top: 20px !important;
	background-color: #233A73;
	color: #fff !important;
	padding: 10px 20px;
	border: 1px solid #233A73;
	border-radius: 5px;
}

.create-listing-btn:hover {
	font-weight: 600;
	background: #fff;
	color: #233A73 !important;
	text-decoration: none;
}

.fa-big {
	margin-right: 10px;
	font-size: 30px;
}

/* Owl Carousel Styling */
.owl-carousel .item {
	display: flex;
	justify-content: center;
	padding: 10px;
}

/* Badge */
.badge {
	background-color: #fff;
	color: #EC6B6C;
	padding: 5px 10px;
	border-radius: 5px;
	position: absolute;
	top: 10px;
	left: 10px;
}

/* Listing Card */
.listing-card {
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.listing-card .content-box {
	padding: 15px;
}

.listing-card img {
    height:200px;
    object-fit:cover;
	width: 100%;
	border-radius: 8px;
}


/* Container Styling */
.activity-overview {
	/*width: 300px;*/
	height: 100%;
	padding: 20px;
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	font-family: Arial, sans-serif;
}

/* Header Styling */
.activity-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}

.activity-header h4,
.auto-email-panel h4,
.hot-sheet-card h4 {
	font-size: 17px;
	font-weight: 600;
}

.activity-header select {
	border: none;
	background: #f5f5f5;
	padding: 5px 10px;
	border-radius: 5px;
	font-size: 14px;
}

/* Activity Item Styling */
.activity-item {
	display: flex;
	align-items: center;
	padding: 10px;
	border: 1px solid #e0e0e0;
	border-radius: 10px;
	margin-bottom: 10px;
	transition: background-color 0.3s;
}

.activity-item:hover {
	background-color: #f5f5f5;
}

/* Icon and Details */
.activity-icon {
	font-size: 18px;
	color: #233A73;
	margin-right: 10px;
}

.activity-details {
	flex: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.activity-details span {
	font-size: 14px;
}

.activity-count {
	font-weight: bold;
	font-size: 24px !important;
	color: #233A73;
}


.market-watch h3 {
	font-size: 1.2em;
	margin-bottom: 10px;
}

.market-watch select {
	width: 100%;
	padding: 5px;
	margin-bottom: 15px;
	font-size: 1em;
	border-radius: 4px;
	border: 1px solid #ddd;
}

.status-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 8px;
	font-size: 1em;
}

.status-badge {
	min-width: 80px;
	padding: 5px 10px;
	border-radius: 25px;
	color: #fff;
	text-align: center;
}

.yellow {
	background-color: #FFD700;
}

/* Yellow */
.blue {
	background-color: #1E3A8A;
}

/* Blue */

/* Container Styling */
.alerts {
	max-height: 365px;
	/* Height of the alert container */
	overflow: hidden;
	/* Hide overflow for auto-scroll */
	/*padding: 15px;*/
	background-color: #FFFFFF;
	border-radius: 8px;
	/*border: 1px solid #ddd;*/
	/*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);*/
	position: relative;
}

/* Alert List Styling */
.alert-list {
	display: flex;
	flex-direction: column;
	gap: 15px;
	/*animation: verticalMarquee 10s linear infinite;*/
}

/* Alert Item Styling */
.alert-item {
	border-left: 6px solid #EC6B6C;
	padding: 10px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* Background color for odd items */
.alert-list .alert-item:nth-child(odd) {
	border-left-color: #EC6B6C;
}

/* Background color for even items */
.alert-list .alert-item:nth-child(even) {
	border-left-color: #233A73
}

/* Alert Content Styling */
.alert-content h4 {
	margin: 0;
	font-size: 14px;
	font-weight: 600;
}

.alert-content p {
	margin: 5px 0 0;
	font-size: 14px;
	color: #555;
}

.shadow-none {
	box-shadow: none;
}

/* Keyframes for Vertical Marquee Effect */
@keyframes verticalMarquee {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(calc(-100% + 365px));
		/* Adjusted to container height */
	}
}

/* Pause Animation on Hover */
.alerts:hover .alert-list {
	animation-play-state: paused;
}

.hot-sheet-card {
	height: 100%;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	padding: 15px;
	background-color: #fff;
}

.card-header {
	font-weight: 600;
	font-size: 1rem;
}

.dropdown-toggle::after {
	margin-left: 5px;
}

.active-searches {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 10px 0;
}

.active-searches .icon {
	font-size: 1rem;
	color: #4caf50;
	margin-right: 10px;
	position: relative;
}

.active-searches .icon::before {
	content: '';
	position: absolute;
	top: 0;
	left: -5px;
	width: 8px;
	height: 8px;
	background-color: #4caf50;
	border-radius: 50%;
}

.active-count {
	font-size: 1.5rem;
	font-weight: bold;
	color: #3c3c3c;
}

.search-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.search-list li {
	display: flex;
	align-items: center;
	margin-bottom: 8px;
	font-size: 0.95rem;
	color: #4a4a4a;
}

.search-list li i {
	color: #34a853;
	margin-right: 10px;
}

.footer-links {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
}

.view-all {
	color: #233A73;
	font-size: 16px;
	font-weight: 600;
}

.btn-add {
	font-size: 0.9rem;
	padding: 5px 10px;
	border-radius: 5px;
	font-weight: 500;
}

.top-bar {
	background-color: #f8f9fa;
	padding: 10px 20px;
	border-bottom: 1px solid #ddd;
}

.search-input {
	max-width: 400px;
	position: relative;
}

.search-input .form-control {
	border-radius: 20px;
	padding-left: 35px;
	/* Padding for search icon */
	border: 1px solid #ccc;
}

.search-icon {
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	color: #888;
	font-size: 1rem;
}

.notification-icon {
	font-size: 1.5rem;
	position: relative;
	cursor: pointer;
}

.notification-icon .badge {
	position: absolute;
	top: 0;
	right: -5px;
	width: 10px;
	height: 10px;
	background-color: #ffc107;
	border-radius: 50%;
}

.user-profile img {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	object-fit: cover;
}

.dropdown-menu {
	min-width: 200px;
}

.auto-email-panel {
	padding: 15px;
	border: 1px solid #ddd;
	border-radius: 8px;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
	background-color: #fff;
}

.auto-email-panel h3 {
	font-size: 1.2em;
	margin: 0;
}

.auto-email-panel .header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}

.auto-email-panel .header select {
	font-size: 0.9em;
	padding: 3px;
	border: none;
	color: #333;
	background: none;
	cursor: pointer;
}

.response-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.response-item {
	display: flex;
	align-items: center;
	padding: 10px 0;
	border-top: 1px solid #ddd;
}

.response-item:first-child {
	border-top: none;
}

.profile-picture {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 10px;
}

.profile-picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.response-info {
	flex-grow: 1;
}

.response-info h4 {
	margin: 0;
	font-size: 1em;
	font-weight: bold;
}

.response-info p {
	margin: 3px 0 0;
	font-size: 0.85em;
	color: #555;
}

.like-section {
	display: flex;
	align-items: center;
	color: #1E3A8A;
	font-size: 0.9em;
	font-weight: bold;
}

.like-section .heart-icon {
	font-size: 1.2em;
	color: #1E3A8A;
	margin-right: 5px;
}

.view-all {
	text-align: right;
	padding-top: 10px;
}

.view-all a {
	color: #1E3A8A;
	font-size: 0.9em;
	text-decoration: none;
	font-weight: bold;
}

.view-all a:hover {
	text-decoration: underline;
}

/* Centering navigation arrows */
.owl-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
	background-color: #1e73be;
	color: #fff;
	padding: 10px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
}

/* Customize the arrow icons */
.owl-prev i,
.owl-next i {
	font-size: 18px;
	color: #000;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	background: #fff !important;
	border: none !important;
	height: 30px !important;
	width: 30px !important;
}

.owl-prev:focus,
.owl-next:focus {
	outline: none !important;
}

.search-form-container {
	text-align: center;
	margin-top: 0px;
}

.search-form {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 700px;
	max-width: 100%;
	margin: 0 auto;
}

.search-input {
	width: 80%;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 16px;
}

*,
button:focus {
	outline: none;
	box-shadow: none;
}

.search-btn {
	background-color: #FACE00;
	color: #233a73;
	padding: 10px 15px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	margin-left: 10px;
	font-size: 16px;
}

.search-btn:hover {
	background-color: #FACE00 !important;
}

.search-btn i {
	font-size: 18px;
}

/* Focus effect on the input field */
.search-input:focus {
	outline: none;
	border-color: #1e73be;
}

.search-btn:hover {
	background-color: #155c8e;
}

/*-------------------------Properties Listing----------------*/
.property-listings {
	margin: 0px auto;
	margin-bottom: 20px;
	padding: 20px;
	background-color: #f9f9f9;
	border-radius: 10px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.property-listings h2 {
	font-size: 1.5em;
	margin-bottom: 20px;
}

.property-card {
	display: flex;
	justify-content: space-between;
	/*align-items: center;*/
	background: #fff;
	padding: 0px;
	border-radius: 8px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
	margin-bottom: 15px;
	position: relative;
}

.property-image {
	position: relative;
	width: 250px;
	/*height: 220px;*/
	overflow: hidden;
	border-radius: 8px;
}

.property-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 100%;
    max-height: 245px
}
.glightbox .btn{
    padding:0px;
}
.nav-tabs .nav-item .nav-link {
    color: #fff;
    margin: 2px;
    background: #233a73;
    border-radius: .25rem;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-link:hover{
    background-color: #fad215 !important;
    color: #233A73 !important;
}
.nav-tabs{
    border:none;
}
.status-label {
	position: absolute;
	top: 10px;
	left: 10px;
	background: #FFFFFF;
	color: #233A73;
	padding: 2px 8px;
	font-size: 12px;
	border-radius: 5px;
}

.property-details {
	padding: 15px 10px 5px 10px;
	flex: 1;
	margin-left: 8px;
}

.properties-details .property-details {
	max-width: 350px;
}

.property-details .inline-list {
	display: flex;
	gap: 35px;
	margin-left: 15px;
	margin-bottom: 0px;
}

.property-details .agency span {
	color: #535353;
}

.property-details h6 {
	font-size: 15px;
}

.property-details .inline-list li {
	font-size: 14px;
	font-weight: 600;
}

.property-header {
	display: flex;
	justify-content: space-between;
	/*align-items: center;*/
}

.edit-btn {
	background: none;
	border: none;
	cursor: pointer;
	color: #888;
	font-size: 1em;
}

.address {
	line-height: 20px;
	font-size: 14px;
	display: flex;
	font-weight: 400;
	color: #535353;
	margin: 0px 0 4px 0;
}

.property-meta {
	display: flex;
	gap: 10px;
	font-size: 0.9em;
	color: #555;
}

.property-meta span {
	display: inline-flex;
	align-items: center;
	gap: 5px;
}

.type {
	font-size: 14px;
	color: #8C8C8C;
	margin-bottom: 0px;
	margin-top: 0px;
}

.agency {
	font-size: 16px;
	color: #8C8C8C;
	margin-bottom: 0px;
}

.right-side-bar .property-image {
	width: 100%;
	margin-bottom: 10px;
	height: 100px;
}

.right-side-bar .property-header h3 {
	font-size: 20px;
	margin-bottom: 5px;
}

.right-side-bar .card .card-body p {
	margin-bottom: 5px;
	font-weight: 500;
}

.right-side-bar .property-card {
	padding: 10px;
}

.tabs-container {
	background: #ffffff;
	border-radius: 10px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.action-buttons .btn {
	width: 100%;
	margin-bottom: 10px;
}

.map-container iframe {
    max-width:100%;
	border-radius: 8px;
}

/*---------------Sticky Right Side Bar-----------*/
.right-side-bar {
	background-color: #F9F9FC;
}

.right-side-bar .card {
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 15px;
	box-shadow: none;
	background-color: #F9F9FC;
}

.right-side-bar .card .card-header {
	box-shadow: none;
	min-height: 40px;
	padding: 5px 10px;
	background-color: #F9F9FC;
	border-bottom: 1px solid #000;
}

.right-side-bar div#accordion {
	max-width: 450px;
	margin: auto;
}

.right-side-bar button.btn.btn-link {
	color: #2E3034;
}

.right-side-bar .card .card-header,
.right-side-bar .card .card-body {
	padding: 10px 5px;
	margin: 0px;
}

.right-side-bar .card .card-header .btn {
	margin-top: 1px;
	text-decoration: none !important;
	padding: 0;
}

.right-side-bar .property-card {
	flex-wrap: wrap;
}

.btn-link {
	color: #000;
}

/*---------------Gallery-----------*/
.gallery-thumbnail {
	cursor: pointer;
	max-width: 400px;
	position: relative;
}

.overlay-info {
	color: #fff;
	font-size: 0.9rem;
}

.image-count {
    top:0;
    right:0;
	background: #233a73ba;
	color: #fff;
	border-radius: 5px;
    padding: 2px 8px !important;
    font-size: 12px;
}
.table-borderless table{
    font-size:15px;
    text-align:left !important;
}
.table-borderless table tbody tr{
    border:none !important;
}
.gallery-thumbnail img {
	border-radius: 8px;
	object-fit: cover;
}

.tabs-container th,
.tabs-container td {
	height: auto !important;
	padding: 10px 10px !important;
}

/* Responsive */
@media (max-width: 575.98px) {
	.table-responsive table {
		min-width: 350px;
	}

	.property-image {
		width: 100%;
	}
}

@media (max-width: 600px) {
	.property-card {
		flex-direction: column;
		align-items: flex-start;
	}

	.property-details {
		margin-left: 0;
		margin-top: 10px;
	}

	.property-listings {
		padding: 10px 10px !important;
	}
}

@media only screen and (max-width: 767px) {
	.search-form-container {
		display: none;
		/* Initially hide the search form */
		position: absolute;
		top: 50px;
		right: 10px;
		width: calc(100% - 20px);
		background: #fff;
		padding: 10px;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
		z-index: 1000;
	}

	.search-form {
		min-width: 330px;
	}

	.main-content {
		padding-left: 0px;
		padding-right: 0px;
	}

	.activity-overview {
		height: auto;
		margin-bottom: 20px;
	}

	.main-content .container-fluid {
		padding-right: 5px;
		padding-left: 5px;
	}
}

.homec-pagination__list {
	display: flex;
	list-style: none;
	justify-content: center;
}

.homec-pagination__list li {
	position: relative;
	display: block;
	padding: .5rem .75rem !important;
	margin-left: -1px;
	line-height: 1.25;
	color: #233A73;
	background-color: #fff;
	border: 1px solid #DEE2E6;
}

.property-listings .price {
	font-size: 18px !important;
}

.property-card a {
	text-decoration: none;
}

.homec-pagination__list li.active {
	z-index: 1;
	background-color: #233A73;
	border-color: #233A73;
}

.homec-pagination__list li.active a {
	color: #fff;
}

.property-details i {
	margin-right: 5px;
	font-size: 18px;
}

.homec-agent-detail__list {
	list-style-type: none;
}

.homec-profile__edit.mg-top-20 {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
}

#preview-img {
	max-width: 100px;
}

.form-group.homec-form-input {
	margin-bottom: 10px;
}

.homec-modal__width--profile .homec-form-input .form-control {
	height: 35px !important;
}

.homec-modal-form__middle {
	font-size: 18px;
	margin: 12px;
}

.homec-modal__width--profile button.homec-moal__close {
	position: absolute;
	right: 10px;
	top: 10px;
	border: none;
	background: none;
}

.homec-modal__inner {
	padding: 10px;
}

.ecom-wc__form-title.ecom-wc__form-title__one {
	font-size: 20px;
}

.modal-content .form-group .control-label,
.modal-content .form-group>label {
	font-weight: 500 !important;
	color: #233a73;
	margin-bottom: .2rem;
}

path {
	fill: #233a73 !important;
}

.modal .form-group .ecom-wc__button {
	text-align: center;
}

.modal .form-group {
	margin-bottom: 10px;
}

.homec-pagination {
	margin: auto;
}

.property-header h5 {
	font-size: 16px;
}

.right-side-bar .property-details {
	padding: 5px;
	margin-left: 0px;
}

.interested-property-lists .property-card {
	flex-wrap: wrap;
}

.interested-property-lists .property-card .property-image {
	width: 100%;
}

/* Container for the responsive table */
.table-container {
	max-width: 100%;
	overflow-x: auto;
	margin: 20px 0;
}

/* Styling the table */
.table-responsive {
	width: 100%;
	border-collapse: collapse;
	margin: 0 auto;
}

.table-responsive th,
.table-responsive td {
	border: 2px solid #f6f6f6;
	background: #fff;
}

.table-responsive th {
	background-color: #f4f4f4;
	font-weight: bold;
}

.table-responsive td {
	word-wrap: break-word;
}

#map {
	height: 600px;
	width: 100%;
}

.info-window {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
}

.form-container {
    width: 100%;
    margin: 10px auto;
    padding: 20px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 5px 12px 0px #0000001A;
}


.form-container input,
.form-container select {
    height:45px;
	width: 100%;
	padding: 10px;
	margin: 0px 0;
	border: 1px solid #ddd;
	border-radius: 5px;
}
.form-container .form-group {
    margin-bottom: 15px;
}
.nav-pills .nav-item .nav-link{
    margin:5px;
    font-size:16px;
    background: #EEEEEE;
    box-shadow: 0 2px 6px #EEEEEE;
}
.form-container .nav-pills .nav-item .nav-link.active{
        background-color: #DCE5FA;
        box-shadow: 0 2px 6px #DCE5FA;
        color: #233A73;
}
/* Icon container styling */
.form-container .input-icon {
   position: relative;
}

.form-container .input-icon i {
   position: absolute;
    top: 78%;
    left: 15px;
    transform: translateY(-67%);
    color: #555;
    font-size: 16px;
    pointer-events: none;
}

/* Add padding to inputs to avoid overlap with icons */
.input-icon input,
.input-icon select {
   padding-left:35px !important; /* Create space for the icon */
}
.form-control.is-invalid, .was-validated .form-control:invalid{
    background-position: center right calc(.375em + 1.1875rem);
}
.field-group p {
	margin: 10px 0 5px;
	font-weight: bold;
}

/* Hide the default radio buttons */
.button-group input[type="radio"] {
	display: none;
}

/* Style labels to look like buttons */
.button-group label {
	padding: 2px 10px;
	border: 1px solid #233A73;
	color: #233A73;
	border-radius: 20px;
	cursor: pointer;
	transition: all 0.3s ease;
	display: inline-block;
	margin: 2px;
}

/* Style the label when the radio button is checked */
.button-group input[type="radio"]:checked+label {
	background-color: #DCE5FA;
	color: #233A73;
}

.submit-button {
	background-color: #233A73;
	color: #fff;
	border:1px solid #233A73;
	padding: 10px 15px;
	cursor: pointer;
	display: block;
	margin: auto;
    max-width: 500px;
	border-radius: 5px;
	width: 100%;
	margin-top: 20px;
}

.submit-button:hover {
    color:#233A73;
	background-color: #fff;
}
 .form-container .nav .nav-item{
   width:50%;
   text-align: center;
   }
   
   /* Filter Section */
.filter-section h3 {
   margin: 0 0 10px;
   font-size: 18px;
   display: flex;
   justify-content: space-between;
}
.filters {
   display: flex;
   flex-wrap: wrap;
   gap: 8px;
}

.filter-tag {
   background-color: #e4e6eb;
   padding: 5px 10px;
   border-radius: 15px;
   font-size: 12px;
   display: flex;
   align-items: center;
   gap: 5px;
   color: #666;
}

.filter-tag i {
   cursor: pointer;
}
.btn-primary:active, .btn-primary:hover, .btn-primary.disabled:active, .btn-primary.disabled:hover{
    box-shadow: none !important;
    color: #233a73 !important;
    background-color: #FFD700 !important;
}
.nav-pills .nav-item .nav-link.active, .btn-primary, .btn-primary.disabled{
    box-shadow: 0 2px 6px #dce5fab3;
}
.glightbox-clean .gclose, .glightbox-clean .gnext, .glightbox-clean .gprev, .glightbox-clean .gclose{
    opacity:1 !important;
    background:#fff !important;
}
.form-container .col-sm-4{
   padding-left:5px;
   padding-right:5px;
}
.swal2-styled.swal2-confirm{
    background-color: #233A73 !important;
     box-shadow:none !important;
}
.swal2-styled.swal2-confirm:hover{
    box-shadow:none !important;
}
.radio-group input, .radio-group  select{
    height: auto !important;
    width: auto !important;
}
#map-mearch .input-icon i{
        top: 60% !important;
}
.custom_heading_filter{
    display: flex !important;
    justify-content: space-between !important;
    width: 100%;
}

.custom_heading_filter select.form-control:not([size]):not([multiple]) {
    height: calc(1.50rem + 6px) !important;
}
.filter_by_agent_div .input-group-text, .filter_by_agent_div select.form-control:not([size]):not([multiple]), .filter_by_agent_div .form-control:not(.form-control-sm):not(.form-control-lg) {
    padding:5px 10px !important;
}
.filter_by_agent_div {
    display: flex;
       align-items: center;
}
.filter_by_agent_div label{
    margin-bottom: 0px;
    white-space: nowrap !important;
    margin-right: 5px;
}
.filter_by_agent_div {
    margin-bottom: 0px;
        white-space: nowrap;
}
.head-logo {
    max-width: 125px;
    background: #fff;
    padding: 10px;
    margin-top:10px;
    max-width: 125px;
}
.homec-agent__social{
    display: flex !important;
    list-style: none;
    margin-left: 0px;
    padding-left: 0;
        gap: 20px;
}
.custom_heading_filter div#homec-tabs {
    flex-direction: row;
}
.btn-primary:focus:active, .btn-primary.disabled:focus:active {
    background-color:#FFD700 !important;
}
.btn-success:hover, .btn-success:focus, .btn-success:active{
    background:#233a73 !important;
}
.listing-container .listing-card picture{
    position:static;
}
#gallery img{
max-width:100px;    
}
.step ul.property_images {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.step button.btn.btn-success{
    margin-right: 5px;
    margin-left: 15px;
}
.btn-outline-secondary:hover{
    background-color: #fad215 !important;
    color: #233a73 !important;
}
.right-filter-box p{
    line-height:20px !important;
    margin-bottom:5px !important;
}
.right-filter-box h5{
    font-size:16px !important;
}
.navbar-right .nav-tabs .nav-item.show .nav-link, .navbar-right .nav-tabs .nav-link.active, .navbar-right .nav-link:hover{
   background-color: #233a73 !important;
    color: #ffffff !important; 
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
   .right-filter-box .property-image {
        width: 100px !important; 
    }
   .right-filter-box .property-image{
        width: 100px !important; 
        height: 120px;
    }
    .right-filter-box .property-header h5{
       font-size:14px; 
    }
}
/* Make the table responsive */
@media (max-width: 768px) {
	.table-responsive {
		font-size: 14px;
	}
}
@media only screen and (min-width: 1300px) {
.properties-details .property-image{
    Width:300px !important;
}
}
@media only screen and (max-width: 767px) {
	.homec-heart {
		text-align: center;
		height: 30px;
		border-radius: 50%;
		background: #fff;
		width: 30px;
		position: absolute;
		top: 0;
		right: 0;
		margin: auto;
	}

	.property-details .homec-heart i {
		margin-right: 0px;
		margin-top: 8px;
	}

	.tab-content>.tab-pane {
		padding: 10px 10px;
	}
	.step-circle{
	 width: 35px !important;
    height: 35px!important;
	}
}

@media only screen and (min-width: 0px)and (max-width: 1199px) {
	.property-image {
		width: 100%;
	}

	.property-card {
		flex-wrap: wrap;
		/*height: 100%;*/
	}

	.homec-propertys .row .col-md-6,
	.Wishlist-listing .col-md-6 {
		margin-bottom: 15px;
	}

	.homec-dashboard-property__buttons {
		position: absolute;
		right: 0;
	}
}

@media only screen and (min-width: 1200px)and (max-width: 1600px) {

	.tab-content .property-image,
	.Wishlist-listing .property-image {
		width: 225px;
		display: flex;
		height: 100%;
	}
	.property-header h5{
		max-width: 90%;
	}
     .card-list .property-image{
      width: 180px;
    }
	.tab-content .property-card,
	.Wishlist-listing .property-card {
		height: 100%;
	}

	.homec-propertys .row .col-md-6,
	.Wishlist-listing .col-md-6 {
		margin-bottom: 15px;
	}
}