@charset "UTF-8";
/**

* Template Name: Uniland - Real Estate Template
* Version: 3.3
* Author: Unicoder
* Email: unicoder16@gmail.com
* Developed By: Unicoder
* Last Update: 15th June, 2022
* Author URL: www.unicoderbd.com

**/
a {
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s;
	-ms-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
body {
	font-size: 15px;
	font-family: var(--theme-general-font);
	font-weight: 400;
	line-height: 28px;
}
#page_wrapper {
	overflow: hidden;
}
a,
a:hover,
a:focus,
a:visited {
	text-decoration: none;
	outline: none
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h3,
.h6 {
	font-family: var(--theme-highlight-font);
	line-height: revert;
	font-weight: 700;
}
h1,
.h1 {
	font-size: 44px;
	line-height: 60px;
}
h2{
	font-size: 36px;
	line-height: 48px;
}
h3,
.h3 {
	font-size: 30px;
	line-height: 40px;
}
h4{
	font-size: 24px;
}
h5{
	font-size: 21px;
}
h6,
.h6 {
	font-size: 18px;
}
img {
	max-width: 100%
}
ul,
li {
	list-style: none;
	margin: 0;
	padding: 0
}
li {
	line-height: 25px;
}
p {
	line-height: 28px
}
p:last-child {
    margin-bottom: 0;
}
sup {
	top: -10px;
	left: inherit;
	right: -3px;
}
label {
	margin-bottom: 0px
}
textarea {
	padding-top: 10px !important;
	padding-bottom: 10px !important
}
textarea.form-control {
	height: auto !important
}
.font-400 {
	font-weight: 400 !important;
}
.font-fifteen {
	font-size: 15px !important;
}
.z-index-9 {
	z-index: 9;
}
.btn-link {
	font-weight: 400;
	display: inline-block;
	align-items: center;
	width: max-content;
	color: var(--theme-general-color)
}
.btn-link:hover {
	color: var(--theme-primary-color)
}
.text-center .btn-link {
	margin: 0 auto;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
	color: var(--theme-dark-color);
	background-color: var(--theme-white-color);
	border-color: var(--theme-gray-color);
}
.box-shadow {
 box-shadow: 0 .3rem 1rem rgba(0, 0, 0, .10) !important;
}

.hide {
	display: none
}
.modal-content {
	border-radius: 0;
}

.btn-light.focus,
.btn-light:focus {
	box-shadow: none;
}
#page_wrapper.overlay::before {
	background-color: var(--theme-secondary-opacity-color);
	z-index: 99999;
}
table td,
table th {
	border: none;
	padding: 10px 15px;
}
.table-striped td {
	border-top: 1px solid #dee2e6;
}
.table-striped th {
	box-shadow: none;
}

.fact-counter .progress {
	height: 5px;
}

.tagline-2::before {
	top: calc(100% - 18px);
}
.tagline,
.tagline-2 {
	font-weight: 500;
	position: relative;
	font-size: 18px;
	letter-spacing: 2px;
	display: block;
	margin-bottom: 10px;
}
.tagline-3 {
	background-color: var(--theme-primary-opacity-color);
	color: var(--theme-primary-color);
	padding: 0 20px;
	line-height: 30px;
	display: table;
	border-radius: 50rem;
}

[class*="icon-"]:before,
[class*="icon-"] span:before {
	color: inherit !important;
}
.btn.btn-primary {
	background-color: var(--theme-primary-color);
	color: var(--theme-white-color);
}
.btn.btn-secondary {
	background-color: var(--theme-secondary-color);
	color: var(--theme-white-color);
}

select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url(../images/icon/angle-down-solid.png);
	background-repeat: no-repeat;
	background-size: 8px;
	background-position: calc(100% - 20px);
	cursor: pointer;
}

select::-ms-expand {
 display: none;
}
select:focus {
	outline: none;
}
 .form-control::placeholder {
 color: #495057 !important;
 font-size: 15px !important;
}
 .form-control::-webkit-input-placeholder {
 font-size: 15px;
 color: var(--theme-dark-color);
}
.quick-search {
	padding: 30px;
}

.widget .quick-search {
	padding: 0;
}
.quick-search .form-control {
	border: 1px solid;
	border-color: var(--theme-gray-color);
	font-size: 15px !important;
	color: #484848;
	padding: 0 15px;
}
.dropdown-item.active,
.dropdown-item:active {
	background-color: var(--theme-light-color);
	color: var(--theme-primary-color);
}
.form-icon-right .icon-font,
.form-icon-right .fas {
	right: 20px;
	top: 50%;
	position: absolute;
}
.form-control {
	margin-bottom: 0
}
.filter-option-inner-inner {
	font-family: var(--theme-general-font) !important;
	text-shadow: none;
	font-weight: 400;
	font-size: 15px;
}
.banner-search-form {
	background: rgba(255, 255, 255, 0.1);
	border-radius: 5px;
}
.price-toggle {
	text-align: left;
}
.nav-logo {
    width: 150px
}
.dropdown-item,
.navbar-nav .nav-link {
	font-size: 14px;
	font-weight: 400;
}
.navbar-toggler,
.navbar-toggler:focus {
	box-shadow: none;
}
.navbar-nav>li.dropdown>a.nav-link::after,
.navbar-nav>li.dropdown .dropdown-toggle::after {
	transform: translateY(-50%) rotate(90deg);
	position: absolute;
	content: "\f067";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 8px;
	top: 50%;
	right: -10px;
	display: block;
	border: none;
}
.jslider {
	display: block;
	width: 95%;
	height: 1em;
	position: relative;
	top: 30px;
}
.jslider table {
	width: 100%;
	border-collapse: collapse;
	border: 0;
}
.jslider td,
 .jslider th {
	padding: 0;
	vertical-align: top;
	text-align: left;
	border: 0;
}
.jslider table,
 .jslider table tr,
 .jslider table tr td {
	width: 100%;
	vertical-align: top;
}
.price-range-toggle {
	width: 285px;
	padding: 30px;
	background: #fff;
	border-radius: 6px;
	height: 100px;
	right: 0;
	top: 130%;
	position: absolute;
	box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
	visibility: hidden;
	opacity: 0;
	z-index: 0;
}
.price-range-toggle.visible {
	visibility: visible;
	opacity: 1;
	z-index: 10;
}

 .price-range-toggle:before {
	background-color: #ffffff;
	content: "";
	height: 20px;
	left: auto;
	margin: 0 auto;
	position: absolute;
	right: 25%;
	top: -5px;
	width: 20px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.pagination {
	gap:  10px;
}
.pagination .page-link,
.pagination .page-item.disabled .page-link {
	background: transparent;
}
.pagination-dotted-active .page-link {
	color: #fff;
	border: none;
	background: transparent;
	border-radius: 50%;
	padding: 0;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: var(--theme-dark-color)
}
.pagination-dotted-active .page-item:first-child .page-link,
 .pagination-dotted-active .page-item:last-child .page-link {
	width: auto
}
.pagination-dotted-active .active .page-link {
	background: var(--theme-primary-color);
	border: none;
	color: var(--theme-white-color)
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb {
 background: var(--theme-dark-color);
}
::-webkit-scrollbar-thumb:hover {
    background: var(--theme-primary-color);
}

.about-us-img-wrap {
	position: relative
}

.about-us-info-wrap blockquote {
	background-color: var(--theme-primary-opacity-color);
	padding: 20px;
	margin: 25px 0;
	border-left: 4px solid;
	border-color: var(--theme-primary-color);
	font-size: 16px;
}
.icon-text-1 {
	display: flex;
	align-items: center;
}
.icon-text-1 .icon-area {
	width: 50px;
	height: 50px;
	display: table;
	background-color: var(--theme-primary-opacity-color);
	text-align: center;
	color: var(--theme-primary-color);
	border-radius: 50%;
	margin-right: 15px;
	line-height: 37px;
	position: relative;
}
.icon-text-1 .icon-area .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
}
.icon-text-1 .icon-area .ifs-20::before {
	font-size: 25px;
	line-height: 25px;
}
.list-half-width {
	display: inline-block;
	width: 100%;
}
.list-half-width>* {
	width: 50%;
	float: left;
	padding-right: 20px;
	margin: 10px 0;
}
.hover-style-1 {
	position: relative
}
.hover-style-1::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 0%;
	height: 4px;
	background-color: var(--theme-primary-color);
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	opacity: 0;
	visibility: hidden;
}
.hover-style-1:hover::before {
	width: 100%;
	opacity: 1;
	visibility: visible;
}

.member-score {
	padding: 0 8px;
	position: relative;
	height: max-content;
    cursor: default;
}
.member-score::before {
	position: absolute;
	content: "";
	border: 5px solid;
	border-color: transparent var(--theme-primary-color) transparent transparent;
	left: -10px;
	top: 50%;
	transform: translateY(-50%);
}
.agent-style-1 .entry-thumbnail-wrapper {
    position: relative;
    overflow: hidden;
}
.agent-style-1 .agent-level {
    position: absolute;
    z-index: 10;
    transform: rotate(-90deg);
    top: 40px;
    left: -42px;
    width: 110px;
    text-align: center;
    background-color: var(--theme-primary-color);
    letter-spacing: 2px;
    font-size: 13px;
    color: var(--theme-white-color)
}
.agent-style-1 .agent-contact {
    font-family: var(--theme-highlight-font);
}
.agent-style-1 .agent-contact li span {
    font-weight: 700;
    color: var(--theme-dark-color);
    margin-right: 3px;
}
.agent-style-1 .agent-level span {
    display: inline-block;
}
.agent-style-1 .image-wrap {
	width: 50px;
	height: 50px;
	margin-right: 15px;
}
.agent-style-1 .about-avata {
	display: flex;
	flex-direction: column;
	align-items: self-start;
}
.agent-style-1 .about-avata .name {
	font-weight: 500;
}
.agent-style-1 .about-avata .designation {
	font-size: 13px;
}
.agent-style-1 .entry-content-wrapper {
    padding: 16px;
}
.agent-style-1 .entry-content-wrapper .entry-footer {
    margin-top: 16px;
}
.agent-style-1 .customer-review {
    text-align: right;
}
.agent-style-1 .customer-review .review-number {
    display: inline-block;
    font-size: 12px;
    color: var(--text-light-color);
    font-weight: 500;
}
.agent-style-1 .customer-review .member-score {
    margin-left: auto;
}
.agent-style-1 .social-media {
    margin-top: 10px;
    gap: 10px;
}
.agent-style-1 .social-media a {
    border: 1px solid;
    border-color: var(--theme-gray-color);
    width: 32px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    display: block;
    border-radius: 5px;
    color: var(--text-light-color)
}
.agent-style-1 .social-media a:hover {
    background-color: var(--theme-primary-color);
    border-color: var(--theme-primary-color);
    color: var(--theme-white-color);
}
.agent-style-1.list-view .entry-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.agent-style-1.list-view .entry-wrapper .entry-thumbnail-wrapper {
    flex: 0 0 auto;
    width: 40%;
}
.agent-style-1.list-view .entry-wrapper .entry-content-wrapper {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    width: 60%;
}
.agent-style-1.list-view .entry-wrapper .agent-name {
    font-size: 21px
}
.agent-style-1.list-view .entry-wrapper .entry-footer {
    margin-top: auto;
}

.agent-style-1.agent-details .entry-content-wrapper {
    padding: 30px;
}

.agent-style-1.agent-details .customer-review,
.agent-style-1.agent-details .agent-rating {
    gap: 5px;
    font-size: 14px;
}

.agent-rating .rating-star {
    width: 61px;
    position: relative;
}

.agent-rating .rating-star::before {
    content: '\f005\f005\f005\f005\f005';
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-size: 11px;
    font-weight: 400;
    color: var(--text-light-color);
    left: 0;
}

.agent-rating .rating-star span {
    display: flex;
    height: 28px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

.agent-rating .rating-star span::before {
    content: '\f005\f005\f005\f005\f005';
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-size: 11px;
    left: 0;
    color: orange;
    font-weight: 600
}

.agent-properties .mix-tab ul li {
    background-color: var(--theme-gray-color);
    padding: 12px 30px;
    font-family: var(--theme-highlight-font);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

.property-grid-1 .listing-ctg,
.property-list-2 .listing-ctg {
	position: absolute;
	left: 15px;
	bottom: 15px;
	display: inline-block !important;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 40px;
    height: auto !important;
    z-index: 10
}
.property-grid-1 .listing-ctg:hover,
.property-list-2 .listing-ctg:hover {
	text-decoration: underline;
}
.property-grid-1 .listing-ctg i {
	margin-right: 3px;
	color: var(--theme-primary-color);
}
.property-grid-1 .listing-price,
.property-grid-2 .listing-price{
    font-weight: 700;
    color: var(--theme-primary-color);
    display: flex;
    font-family: var(--theme-highlight-font);
    font-size: 21px;
    align-items: center;
    gap: 5px;
}
.property-grid-1 .listing-location,
.property-grid-2 .listing-location{
	margin-bottom: 15px;
	display: inline-block;
	width: 100%;
    font-size: 14px;
}
.property-grid-1 .listing-location i,
.property-grid-2 .listing-location i{
	font-size: 13px;
	color: var(--theme-primary-color);
}
.property-grid-1 .listing-title,
.property-grid-1 .listing-title a {
    font-weight: 500;
    color: var(--theme-dark-color);
    font-size: 18px;
    margin-bottom: 0;
}
.property-grid-1 .listing-title:hover,
.property-grid-1 .listing-title a:hover {
    color: var(--theme-primary-color);
}
.property-grid-2 .listing-title,
.property-grid-2 .listing-title a {
	font-weight: 400;
    color: var(--theme-dark-color);
    margin-bottom: 0;
    font-size: 18px;
}
.property-grid-2 .listing-title:hover,
.property-grid-2 .listing-title a:hover {
	color: var(--theme-primary-color);
}
.property-grid-2 ul.quantity {
	margin-bottom: 15px;
}
.property-grid-1 .listing-price small,
.property-grid-2 .listing-price small{
	font-size: 14px;
	font-weight: 400;
	color: var(--theme-general-color);
}
.property-grid-1 .listing-price del,
.property-grid-2 .listing-price del{
	font-size: 17px;
	font-weight: 400;
	color: var(--theme-general-color);
	padding-left: 3px;
}
.property-grid-1 .quantity li span,
.property-grid-2 .quantity li span,
.property-list-2 .quantity li span {
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	font-size: 13px;
	margin-right: 8px;
}

.listing-ctg i {
	margin-right: 3px;
}
.property-block {
	position: relative;
	overflow: hidden;
	height: 100%;
	background: #fff !important;
	box-shadow: 0 .3rem 1rem rgba(0, 0, 0, .1)!important;
}
.property-block .post-meta {
	width: 100%
}
.property-block .cata {
	left: 15px;
	top: 15px;
	z-index: 9;
	display: flex;
}
.property-block .cata span {
	padding: 0 10px;
	font-size: 12px;
	margin-right: 3px;
	height: 25px;
	line-height: 25px;
}
.quantity {
	gap: 15px;
}
.quantity li:last-child {
	padding: 0
}
.post-meta .agent img {
	width: 40px;
	height: 40px;
}
.quick-meta {
	right: 15px;
	bottom: 15px;
    z-index: 10
}
.quick-meta li {
	width: 40px;
	height: 40px;
	border-radius: 3px;
	background-color: var(--theme-dark-opacity-color);
	display: inline-block;
	margin: 2px;
	text-align: center;
	line-height: 40px;
    font-size: 14px;
}
.quick-meta li a {
	display: block;
	color: var(--theme-white-color);
}
.property-block .owl-carousel.nav-between-in .owl-nav button {
    visibility: hidden;
    opacity: 0;
}
.property-block .owl-carousel{
    height: 100%
}
.property-block .owl-carousel div {
    height: 100%
}
.property-block .thumbnail-img:hover .owl-carousel.nav-between-in .owl-nav button {
    visibility: visible;
    opacity: 1
}

.property-list-2 .thumbnail-img a {
	display: block;
	height: 100%;
}
.property-list-2 .thumbnail-img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.property-list-2 .listing-title, 
.property-list-2 .listing-title a {
    font-weight: 700;
    color: var(--theme-dark-color);
    font-size: 18px;
    margin-bottom: 0
}
.property-list-2 .listing-title:hover, 
.property-list-2 .listing-title a:hover{
    color: var(--theme-primary-color);
}
.property-list-2 .listing-location {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    font-size: 14px;
}
.property-list-2 .listing-location i {
    font-size: 13px;
    color: var(--theme-primary-color);
}
.property-list-2 ul.quantity {
    margin-bottom: 10px;
}
.property-list-2 .listing-price small {
    font-size: 13px;
    font-weight: 400;
    color: var(--theme-general-color);
}
.property-list-2 .listing-price {
    font-size: 21px;
    font-weight: 700;
    color: var(--theme-primary-color);
    display: inline-flex;
    border-radius: 3px;
    margin-bottom: 5px;
    font-family: var(--theme-highlight-font);
    gap: 5px;
}
.property-list-2 .thumbnail-img {
	flex-shrink: 0;
	overflow: hidden;
}
.property-list-2 .btn-link {
    font-size: 13px;
    text-decoration: none;
    color: var(--theme-primary-color);
    display: inline;
}
.product-offer-item {
	font-size: 15px;
}
.product-offer-item strong {
	font-weight: 500;
	color: var(--theme-dark-color);
}
div.summary .product-offer-item:before {
	color: var(--theme-primary-color);
	font-size: 20px;
	margin-right: 10px;
	line-height: 1;
}
div.summary .product-offer-item:before {
	content: "\f02b";
}
div.summary .product-offer-item::before {
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	text-align: center;
	text-decoration: inherit;
	vertical-align: middle;
}
.product-status {
	line-height: 25px;
	height: 25px;
}
.media {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: start;
	flex-wrap: wrap;
}
.media-body {
	-ms-flex: 1;
	flex: 1;
}
.widget-box-model .widget,
.woo-filter-bar,
.widget_send_message,
.property_carousel_widget,
.advance_search_widget {
	background-color: #fff;
	border: 1px solid #dee2e6;
	margin-bottom: 30px;
}
.widget {
	padding: 30px;
}
.widget .owl-carousel .owl-dots {
	margin-top: 0
}
.view-category button {
	border-radius: 7px;
}
.widget_sidebarnav ul li{
	padding: 12px 0;
}
.widget_sidebarnav ul li a {
	font-size: 15px;
	color: var(--theme-general-color);
}
.widget_sidebarnav ul li a:hover {
	color: var(--theme-primary-color);
}

.owl-outer-20 .owl-stage-outer {
	padding: 20px;
	margin: -20px
}
.owl-carousel .owl-nav button span {
    display: block;
    margin-top: -5px;
	color: var(--theme-white-color) !important;
}
.owl-carousel.nav-between-in .owl-nav button.owl-prev {
    left: 15px;
    position: absolute;
	top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.owl-carousel.nav-between-in .owl-nav button.owl-next {
    right: 15px;
    position: absolute;
	top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.owl-carousel.nav-between-in .owl-nav button {
	width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    border-radius: 5px;
    background-color: var(--theme-dark-color);
    color: var(--theme-white-color);
    margin-left: 5px;
}
.owl-carousel button.owl-dot.active {
	width: 15px;
	height: 15px;
	background-color: var(--theme-dark-color) !important;
	border-radius: 50%;
	border: 5px solid #e0e2e3;
}
.owl-carousel button.owl-dot {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	margin: 0 5px;
	background-color: #e0e2e3;
	border: 5px solid #fff;
}
.testimonial-simple blockquote {
	font-size: 16px;
	color: #fff;
	line-height: 34px;
	padding: 30px 0;
}
.banner-title {
	font-size: 30px;
	font-weight: 500;
}
.banner-tagline {
    display: inline-block;
    margin-bottom: 10px;
}
.banner-search {
	width: 100%;
	padding-top: 250px;
	padding-bottom: 270px;
}

#map-banner {
	position: relative;
	width: 100%
}
#map-banner.visible {
	overflow: visible
}

#find-location {
	position: absolute;
	bottom: 50px;
	left: 50%;
	-moz-transform: translate(-50%, 100%);
	-webkit-transform: translate(-50%, 100%);
	-ms-transform: translate(-50%, 100%);
	-o-transform: translate(-50%, 100%);
	transform: translate(-50%, 100%);
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out
}
#find-location.open {
	-moz-transform: translate(-50%, 50px);
	-webkit-transform: translate(-50%, 50px);
	-ms-transform: translate(-50%, 50px);
	-o-transform: translate(-50%, 50px);
	transform: translate(-50%, 50px);
	z-index: 9999
}
.price_range {
	padding-bottom: 30px;
}
.view-category button {
	width: 40px;
	height: 40px;
	border: 0;
	color: var(--theme-general-color);
	background-color: transparent;
}
.woocommerce-ordering-pages {
	line-height: 40px;
}
.woocommerce-ordering {
	display: flex;
}
.woocommerce-ordering select:not(:last-child) {
	margin-right: 10px
}
.woocommerce-ordering select {
	background-color: var(--theme-light-color);
    font-size: 14px;
    border: 0;
    padding-right: 45px;
    padding-left: 20px;
    border-radius: 23px;
    line-height: 45px;
}
.property-overview .listing-price {
    font-size: 24px;
    font-weight: 700;
    text-align: right;
    color: var(--theme-primary-color);
    display: flex;
    flex-direction: column;
    font-family: var(--theme-highlight-font);
}
.property-overview .listing-price small {
    font-size: 14px;
    color: var(--theme-general-color);
    font-weight: 400
}
.property-overview .listing-title {
    margin-bottom: 0
}
.social-media {
    display: flex;
    gap: 5px;
}
.social-media a{
    font-size: 12px;
    color: var(--theme-general-color)
}

@media screen and (min-width: 1200px) {
    .container {
        max-width: 1180px
    }
}
 @media screen and (min-width: 1320px) {
    .container {
        max-width: 1240px
    }
}
 @media screen and (min-width: 1500px) {
    .container {
        max-width: 1320px
    }
}
@media screen and (max-width: 1200px) {
    .fact-counter .counted {
		flex-wrap: wrap;
	}
	.fact-counter .counted .btn-primary {
		margin-bottom: 10px;
	}
}
 @media screen and (min-width: 767px) {
    
    .property-list-2 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    
    .property-list-2 .property_text,
    .property-list-2 .thumbnail-img{
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        display: flex;
        flex-direction: column;
    }
    
}
 
@media screen and (max-width: 991px) {
    .navbar-nav>li.dropdown>a.nav-link::after,
     .navbar-nav>li.dropdown .dropdown-toggle::after {
        right: 20px;
    }
    .navbar-expand-lg .navbar-nav>li.dropdown>a.nav-link::after {
        right: 20px;
    }
    
    .banner-search {
        width: 100%;
        padding-top: 120px;
        padding-bottom: 140px;
    }
    .woocommerce-ordering .dropdown-toggle::after {
        position: relative;
        right: auto;
        top: auto;
    }
    .widget_contact .media img {
        width: 70px;
        height: 70px;
    }
    
    .sm-mw-100 {
        max-width: 100% !important;
        width: auto !important;
    }
    .overflow-x-scroll {
        width: 100%;
        overflow-x: scroll;
    }
    .overflow-x-scroll table {
        width: 700px !important;
    }
    
}
@media screen and (max-width: 767px) {
    #page_wrapper{
        height: auto !important;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 13px;
    }
    .overflow-x-scroll::-webkit-scrollbar {
        height: 3px;
    }
    .list-three-fold-width li {
        width: 100%;
    }
    .xs-text-start {
        text-align: left !important
    }
    .navbar-nav li {
        color: var(--theme-text-general-color) !important
    }
    
}
 @media screen and (max-width: 419px) {
    .list-half-width>* {
        width: 100%
    }
    
}