body {
	font-size: 16px;
	line-height: 1.6;
	font-style: normal;
	//color:#0b214c;
	color: #555;
	font-weight: 400;
	text-rendering: optimizelegibility;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html,
body {
	height: 100%;
}

img {
	max-width: 100%;
	height: auto
}

p {
	margin: 0
}

.pad-left {
	padding-left: 0
}

.pad-right {
	padding-right: 0
}

.no-pad-all {
	padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

a {
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	color: #ef7f1a;
	text-decoration: none;
}

a:focus {
	text-decoration: none;
	outline: medium none;
	color: inherit
}

a:hover {
	color: inherit;
	text-decoration: none;
	color: inherit
}

input:focus,
textarea:focus,
button:focus,
select:focus {
	outline: medium none
}

tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

ul,
ol {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

/*================================================
03 - RESPONSIVE CSS
==================================================*/

.maaxen-responsive-menu {
	display: none;
	position: absolute;
	right: 0;
	top: 15px;
	width: 100%;
	z-index: 999;
}

.slicknav_nav a {
	font-size: 14px;
	margin: 0;
	text-transform: capitalize;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	color: #000
}


.slicknav_menu {
	background: transparent;
}

.slicknav_menutxt {
	display: none !important;
}

.slicknav_arrow {
	float: right;
	color: #ef7f1a
}

.slicknav_nav a:hover {
	border-radius: 0;
}

.slicknav_nav .slicknav_row:hover {
	border-radius: 0
}

.slicknav_nav a:hover,
.slicknav_nav .slicknav_row:hover {
	background: #ef7f1a none repeat scroll 0 0;
	color: #fff
}

.slicknav_nav a:hover .slicknav_arrow {
	color: #fff
}

.slicknav_nav a:hover a {
	color: #fff
}

.slicknav_nav li {
	border-bottom: 1px solid #ddd;
}

.slicknav_nav li.hide-desktop {
	border-bottom: 0px solid #ddd
}

.slicknav_nav li:last-child {
	border-bottom: 0px solid #ddd
}

.slicknav_nav {
	background: #fff none repeat scroll 0 0;
	border-top: 1px solid #ef7f1a;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.19)
}

.slicknav_btn {
	background-color: transparent !important;
	line-height: 0;
	margin-right: 0px;
	margin-top: -5px;
}

.slicknav_menu .slicknav_icon {
	float: none !important;
	margin: 0
}

.slicknav_icon-bar {
	height: 3px !important;
	margin: 5px 0;
	width: 30px !important;
}

.slicknav_menu .slicknav_icon-bar {
	background-color: #4a4a4a;
}

.maaxen-header-area.stick-top.sticky .slicknav_menu .slicknav_icon-bar,
.maaxen-header-area.home-3-page .slicknav_menu .slicknav_icon-bar {
	background-color: #4a4a4a
}


/*================================================
04 - PAGINATION CSS
==================================================*/

.pagination-box-row {
	text-align: left;
}

.pagination-box-row p {
	display: inline-block;
	font-size: 15px;
	color: #444;
	margin-right: 15px
}

.pagination {
	margin-top: 20px;
	text-align: center;
	float: none;
	display: inline-block;
}

.pagination li {
	display: inline-block;
	margin-right: 5px
}

.pagination li:last-child {
	margin-right: 0
}

.pagination li a {
	display: block;
	width: 35px;
	height: 35px;
	font-size: 15px;
	line-height: 35px;
	border-radius: 5px;
	color: #4a4a4a;
	font-weight: 500;
}

.pagination li span {
	display: block;
	width: 35px;
	height: 35px;
	font-size: 15px;
	line-height: 35px;
	border-radius: 5px;
	color: #4a4a4a;
	font-weight: 500;
}

.pagination li.active a,
.pagination li.active span,
.pagination li span:hover,
.pagination li a:hover {
	background: #101010 none repeat scroll 0 0;
	color: #fff;
	cursor: pointer;
}


/*================================================
05 - BREADCROMB CSS
==================================================*/

.maaxen-breadcromb-area {
	padding: 100px 0;
	background: url(/img/tm-top.jpg) no-repeat fixed 0 0;
	position: relative;
	z-index: 0
}

.maaxen-breadcromb-area:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
	z-index: -1
}

.breadcromb-box {
	text-align: center;
}

.breadcrumbs-menu {
	text-align: center;
	position: relative
}

.breadcrumbs-menu:before {
	content: "\f015";
	font-family: 'FontAwesome';
	color: #74B4F8;
	font-size: 15px;
	display: inline-block;
	padding-right: 5px;
}

.breadcrumbs-menu li {
	display: inline-block;
}

.breadcrumbs-menu li:first-child {
	position: relative
}

.breadcrumbs-menu li a,
.breadcrumbs-menu li span {
	font-size: 15px;
	color: #fff;
	line-height: 1.8;
	font-weight: 500;
	text-transform: capitalize;
	position: relative;
}

.breadcrumbs-menu li:after {
	font-family: 'FontAwesome';
	display: inline-block;
	content: '\f105';
	font-size: 14px;
	letter-spacing: -.02em;
	padding: 0 10px;
	color: #c5c5c5;
}
.breadcrumbs-menu li:last-child:after {
	display: none;
}

.breadcromb-box h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 40px;
	font-weight: 600;
	color: #fff;
	text-transform: capitalize;
	letter-spacing: 3px;
	margin-bottom: 15px;
}


/*================================================
06 - BTN TOP CSS
==================================================*/

.back-to-top {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
	position: fixed;
	right: 10px;
	bottom: 40px;
	display: inline-block;
	width: 40px;
	height: 40px;
	background-color: #ef7f1a;
	border-radius: 3px;
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	line-height: 40px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	-webkit-transition: 0.3s all ease-out;
	transition: 0.3s all ease-out;
	z-index: 999
}

.back-to-top:hover {
	opacity: 1 !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	color: #fff
}

.back-to-top:focus {
	color: #fff
}

.back-to-top.is-visible {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.back-to-top.is-fade-out {
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}



/*================================================
08 - SLIDER CSS
==================================================*/

.maaxen-slider-area {
	position: relative;
	z-index: 0
}

.slide-item-1 {
	background: url(../img/slider-1.jpeg);
}

.slide-item-2 {
	background: url(../img/slider-2.jpg);
}

.maaxen-main-slide {
	background-color: #eee;
	background-position: center center;
	background-size: cover;
	height: 640px;
}

.slider-content-holder {
	width: 100%;
	text-align: center
}

.slider-text {
	width: 50%;
	text-align: left;
}

.maaxen-main-caption {
	display: table;
	height: 100%;
	width: 100%;
	background: rgba(5, 15, 41, 0.42) none repeat scroll 0 0;
}

.maaxen-caption-cell {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}

.slider-text h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 55px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 30px;
	text-transform: capitalize;
	letter-spacing: 3px;
}

.slider-text h2 span {
	color: #ef7f1a
}

.slider-text p {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	margin: 15px 0;
	text-transform: capitalize;
}

.slider-text a.maaxen-btn {
	color: #fff
}

.maaxen-slide .owl-nav {
	position: absolute;
	bottom: 20%;
	right: 20%;
	width: 10%;
	text-align: center;
	padding-top: 10px;
	border-top: 1px solid #eee;
}

.maaxen-slide .owl-nav .owl-prev {
	color: #fff !important;
	width: 35px;
	height: 35px;
	text-align: center;
	border: 1px solid #fff !important;
	border-radius: 50%;
	margin-right: 10px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.maaxen-slide .owl-nav .owl-next {
	color: #fff !important;
	width: 35px;
	height: 35px;
	text-align: center;
	border: 1px solid #fff !important;
	border-radius: 50%;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.maaxen-slide .owl-nav .owl-prev:hover,
.maaxen-slide .owl-nav .owl-next:hover {
	background: #ef7f1a none repeat scroll 0 0;
	color: #fff;
	border: 1px solid #ef7f1a !important;
}

.maaxen-slide .owl-dots {
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 15px
}

.maaxen-slide .owl-dots .owl-dot {
	display: inline-block;
}

.maaxen-slide .owl-dots .owl-dot span {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	background: #fff none repeat scroll 0 0;
	border-radius: 30px;
	display: block;
	height: 5px;
	margin: 5px 5px 0;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 20px;
}

.maaxen-slide .owl-dots .owl-dot.active span,
.maaxen-slide .owl-dots .owl-dot:hover span {
	background: #ef7f1a none repeat scroll 0 0;
}

.slider-property-search {
	position: absolute;
	top: 13%;
	right: 30px;
	width: 30%;
	z-index: 9;
	background: #fff none repeat scroll 0 0;
}

.property-search-header {
	padding: 15px 20px;
	background: #ef7f1a none repeat scroll 0 0;
}

.property-search-header h3 {
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 19px;
}

.property-search-body {
	padding: 20px;
}

.property-search-body form p,
.single-property-sidebar form p,
.checkbox-property p {
	margin-bottom: 10px
}

.single-property-sidebar .checkbox-property p label,
.checkbox-property p label {
	color: #4a4a4a
}

.checkbox-property p {
	margin-right: 10px
}

.checkbox-property p:last-child {
	margin-right: 0
}

.property-search-body form p input,
.single-property-sidebar form p input {
	border: 1px solid #ddd;
	padding: 5px 10px;
	width: 100%;
	font-size: 13px;
	border-radius: 5px;
	color: #4a4a4a
}

.property-search-body form p button {
	display: block;
	color: #fff;
	text-transform: capitalize;
	padding: 5px 10px;
	cursor: pointer;
	border-radius: 5px;
	border: 1px solid #ef7f1a;
	font-weight: 600;
	background: #ef7f1a none repeat scroll 0 0;
	width: 100%
}

.chosen-container-single .chosen-single div b {
	background: url(../img/chosen-sprite.png) no-repeat 0 2px;
	margin-top: 5px
}

.chosen-container {
	width: 100% !important
}

.chosen-container-single .chosen-single {
	border: 1px solid #ddd !important;
	background: transparent !important;
	box-shadow: 0 0 0px #fff inset, 0 0px 0px rgba(0, 0, 0, .1) !important;
	border-radius: 5px !important;
	height: 38px;
	padding: 5px 10px;
	color: #777 !important;
}

.property-search-body form .row .col-md-6:first-child {
	padding-right: 5px
}

.property-search-body form .row .col-md-6:last-child {
	padding-left: 5px
}

.chosen-container .chosen-drop {
	border-top: 1px solid #ddd !important
}

.chosen-container .chosen-results li {
	border-bottom: 1px solid #ddd
}

.chosen-container .chosen-results li:hover {
	background: #ef7f1a none repeat scroll 0 0;
	color: #fff
}

.chosen-container .chosen-results li.highlighted {
	background: #ef7f1a none repeat scroll 0 0;
}

.chosen-container .chosen-results li.active-result {
	line-height: 20px
}

.chosen-container .chosen-results {
	color: #4a4a4a !important;
	padding: 0;
	margin: 0
}

.checkbox-property p {
	display: inline-block
}

.property-search-body .checkbox,
.single-property-sidebar .checkbox,
.add-property-box .checkbox {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}

.property-search-body label,
.single-property-sidebar label,
.add-property-box .checkbox-property label {
	display: inline-block;
	color: #777;
	cursor: pointer;
	position: relative;
	font-size: 14px;
}

.property-search-body label span,
.single-property-sidebar label span,
.add-property-box .checkbox-property label span {
	display: inline-block;
	position: relative;
	background-color: transparent;
	width: 20px;
	height: 20px;
	-webkit-transform-origin: center;
	transform-origin: center;
	border: 2px solid #ddd;
	border-radius: 5px;
	vertical-align: -6px;
	margin-right: 5px;
	-webkit-transition: background-color 150ms 200ms, -webkit-transform 350ms cubic-bezier(0.78, -1.22, 0.17, 1.89);
	transition: background-color 150ms 200ms, -webkit-transform 350ms cubic-bezier(0.78, -1.22, 0.17, 1.89);
	transition: background-color 150ms 200ms, transform 350ms cubic-bezier(0.78, -1.22, 0.17, 1.89);
	transition: background-color 150ms 200ms, transform 350ms cubic-bezier(0.78, -1.22, 0.17, 1.89), -webkit-transform 350ms cubic-bezier(0.78, -1.22, 0.17, 1.89);
}

.property-search-body label span:before,
.single-property-sidebar label span:before,
.add-property-box .checkbox-property label span:before {
	content: "";
	width: 0px;
	height: 2px;
	border-radius: 2px;
	background: #ef7f1a;
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 6px;
	left: 4px;
	-webkit-transition: width 50ms ease 50ms;
	transition: width 50ms ease 50ms;
	-webkit-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
}

.property-search-body label span:after,
.single-property-sidebar label span:after,
.add-property-box .checkbox-property label span:after {
	content: "";
	width: 0;
	height: 2px;
	border-radius: 2px;
	background: #ef7f1a;
	position: absolute;
	-webkit-transform: rotate(305deg);
	transform: rotate(305deg);
	top: 10px;
	left: 6px;
	-webkit-transition: width 50ms ease;
	transition: width 50ms ease;
	-webkit-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
}

.property-search-body label:hover span:before,
.single-property-sidebar label:hover span:before,
.add-property-box .checkbox-property label:hover span:before {
	width: 5px;
	-webkit-transition: width 100ms ease;
	transition: width 100ms ease;
}

.single-property-sidebar label span:before {
	width: 6px;
	-webkit-transition: width 100ms ease;
	transition: width 100ms ease;
}

.property-search-body label:hover span:after,
.single-property-sidebar label:hover span:after {
	width: 10px;
	-webkit-transition: width 150ms ease 100ms;
	transition: width 150ms ease 100ms;
}



.property-search-body input[type="checkbox"]:checked+label span,
.single-property-sidebar input[type="checkbox"]:checked+label span,
.add-property-box input[type="checkbox"]:checked+label span {
	background-color: #ef7f1a;
	-webkit-transform: scale(1.25);
	transform: scale(1.25);
}

.property-search-body input[type="checkbox"]:checked+label span:after,
.single-property-sidebar input[type="checkbox"]:checked+label span:after,
.add-property-box input[type="checkbox"]:checked+label span:after {
	width: 10px;
	background: #fff;
	-webkit-transition: width 150ms ease 100ms;
	transition: width 150ms ease 100ms;
}

.property-search-body input[type="checkbox"]:checked+label span:before,
.single-property-sidebar input[type="checkbox"]:checked+label span:before,
.add-property-box input[type="checkbox"]:checked+label span:before {
	width: 5px;
	background: #fff;
	-webkit-transition: width 150ms ease 100ms;
	transition: width 150ms ease 100ms;
}

.single-property-sidebar input[type="checkbox"]:checked+label span:before,
.add-property-box input[type="checkbox"]:checked+label span:before {
	width: 6px;
	background: #fff;
	-webkit-transition: width 150ms ease 100ms;
	transition: width 150ms ease 100ms;
}

.property-search-body input[type="checkbox"]:checked+label:hover span,
.single-property-sidebar input[type="checkbox"]:checked+label:hover span,
.add-property-box input[type="checkbox"]:checked+label:hover span {
	background-color: #ef7f1a;
	-webkit-transform: scale(1.25);
	transform: scale(1.25);
}

.property-search-body input[type="checkbox"]:checked+label:hover span:after,
.single-property-sidebar input[type="checkbox"]:checked+label:hover span:after,
.add-property-box input[type="checkbox"]:checked+label:hover span:after {
	width: 10px;
	background: #fff;
	-webkit-transition: width 150ms ease 100ms;
	transition: width 150ms ease 100ms;
}

.property-search-body input[type="checkbox"]:checked+label:hover span:before,
.single-property-sidebar input[type="checkbox"]:checked+label:hover span:before,
.add-property-box input[type="checkbox"]:checked+label:hover span:before {
	width: 5px;
	background: #fff;
	-webkit-transition: width 150ms ease 100ms;
	transition: width 150ms ease 100ms;
}

.single-property-sidebar label span:before,
.add-property-box label span:before {
	content: "";
	width: 0px;
	height: 2px;
	border-radius: 2px;
	background: #ef7f1a;
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 6px;
	left: 4px;
	-webkit-transition: width 50ms ease 50ms;
	transition: width 50ms ease 50ms;
	-webkit-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
}





/*================================================
10 - LOOKING AREA CSS
==================================================*/

.maaxen-looking-area {
	background: url(../../img/looking_bg.png) no-repeat fixed 0 0/cover;
	position: relative;
	z-index: 1; color: #fff;
}

.maaxen-looking-area:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(11, 33, 76, 0.9);
	z-index: -1
}
.maaxen-looking-area .blockquote{ font-size: 35px;}
.maaxen-looking-area .blockquote-footer{color: #fff; font-size: 25px;}



.maaxen-header-area{background: #24417c;}


.site-logo p{color: #fff; font-family: 'Alex Brush'; font-size: 29px; margin-top: -15px; margin-left: 25px; margin-bottom: -30px;}
.fixed-top .site-logo p{//display: none;}
.navbar{padding: 0;}
.search-box form input, .search-box form select, .search-box form button {
    background: #fff;
    border: none;
    color: #4a4a4a;
    padding: 10px;
    height: 50px;
	width: 100%;
}
.search-box form select {
    border-radius: 0;
}
.search-box form button {
    background: #ef7f1a;
    color: #fff;
    border-radius: 0 8px 8px 0;
}
.search-box form input {
    border-radius: 8px 0 0 8px;
}
.search-box form label {
    position: absolute;
    left: 0;
    height: 100%;
    z-index: 1;
    color: #ef7f1a;
    line-height: 50px;
    width: 50px;
    font-size: 17px;
    border-radius: 8px 0px 0px 8px;
    text-align: center;
}

.mainmenu ul {
    text-align: right;
}
.mainmenu ul.dropdown-menu{text-align: left; padding: 0; margin: 0;}
.mainmenu ul.dropdown-menu li{display: block;}

.mainmenu ul.dropdown-menu li a{color: #4a4a4a;}
.avatra{align-items: center;}
.avatar img {

    width: 40px;
    border-radius: 50%;

    display: inline;
	margin: 0 10px 0 0;
}
.dropdown-divider{margin: 0;}

.mainmenu ul li {
    display: inline-block;
    position: relative;
}
.mainmenu ul li a {
    display: block;
    padding: 12px 10px;
    color: #fff;
    font-family: 'Varela Round', sans-serif;
}


.mainmenu ul li button, .mainmenu ul li button:hover, .mainmenu ul li button:focus{border:0; background: none;}
.mainmenu ul li button a{padding-right: 0;}
.mainmenu ul li a:hover{color: #ef7f1a;}
.mainmenu ul li .btn-primary {
    background: none;
    padding-right: 10px;
}

.site-heading {
    text-align: center;
    margin: 0 auto 30px;
}
.site-heading h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    font-weight: 500;
    color: #111;
    margin-bottom: 10px;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.section_70 {
    padding: 70px 0;
}

.single-looking-box {
    text-align: center;
}
.looking-icon {
    width: 95px;
    height: 95px;
    text-align: center;
    line-height: 95px;
    margin: 0 auto 20px;
    border-radius: 50%;
	fill: #fff;
}


.bg-success2{background: #21af05;}

.bg-orange{background: #ef7f1a;}
.bg-blue{background: #24417c;}
.looking-icon img {width: 55px;}


/* #formalnosci-tab .looking-icon, #formalnosci .badge{background: #343a40;}
#dzialki-tab .looking-icon, #dzialki .badge{background: #198754;}
#sprzet-tab .looking-icon, #sprzet .badge{background: #ffc107;}
#prace-tab .looking-icon, #prace .badge{background: #6f4100;}
#sklady-tab .looking-icon, #sklady .badge{background: #0d6efd;}
#stan-tab .looking-icon, #stan .badge{background: #24417c;}
#wykonczenia-tab .looking-icon, #wykonczenia .badge{background: #ef7f1a;}
#ogrod-tab .looking-icon, #ogrod .badge{background: #21af05;}
#betoniarnie-tab .looking-icon, #betoniarnie .badge{background: #ced4da;}
#opal-tab .looking-icon, #opal .badge{background: #dc3545;} */

#tab-1 .looking-icon, #tab-content-1 .badge{background: #343a40;}
#tab-2 .looking-icon, #tab-content-2 .badge{background: #ffc107;}
#tab-3 .looking-icon, #tab-content-3 .badge{background: #6f4100;}
#tab-4 .looking-icon, #tab-content-4 .badge{background: #0d6efd;}
#tab-5 .looking-icon, #tab-content-5 .badge{background: #24417c;}
#tab-6 .looking-icon, #tab-content-6 .badge{background: #ef7f1a;}
#tab-7 .looking-icon, #tab-content-7 .badge{background: #21af05;}
#tab-8 .looking-icon, #tab-content-8 .badge{background: #ced4da;}
#tab-9 .looking-icon, #tab-content-9 .badge{background: #198754;}
#tab-10 .looking-icon, #tab-content-10 .badge{background: #dc3545;}


#tab-content-1 .card{border-radius: 0 .25rem .25rem .25rem; }
#tab-content-10 .card{border-radius: .25rem 0 .25rem .25rem; }
.nav-tabs{border-bottom:0;}
.nav-tabs .nav-link.active{position: relative; z-index:2;}
.nav-tabs .nav-link:last-child{float: right;}
.nav-tabs-custom .nav-link-custom {
  	background: #24417C;
	border-radius: 5px;
	color: #fff;
	text-transform: capitalize;
	margin-right: 10px;
}
.nav-tabs-custom .nav-link-custom.active{ color: #fff;
	background-color: #EF7F1A;
	border: 0;
	border-radius: .25rem;
	margin-right: 10px; position: relative;
	z-index: 2;
}
.nav-tabs .nav-link:last-child{float: right;}
.nav-tabs .col-md-2{
	width: 10%;
}

.nav-tabs .nav-link h3{
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #24417c; font-weight: 700;
    letter-spacing: 1px;

    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
	height: 40px;
}


.list-group-item  a{font-size: 15px; font-weight: 500; color: #24417c; }
.list-group-flush{padding-left: 10px; padding-right: 10px;}

.list-group-item:hover a{margin-left: 5px; font-weight: 600;}
.list-group-flush > .list-group-item{border: 0;}

.list-group-flush > .list-group-item.col-md-12{border-bottom: 1px solid #dee2e6;}
.list-group-item.col-md-12 a{font-weight: 800;}
.list-group-item.col-md-12 a span{font-weight: 300;}
li.list-group-item:before {
  //content: "\f105"; /* FontAwesome Unicode */
  //font-family: FontAwesome;
  //display: inline-block;

  //width: 15px; /* same as padding-left set on li */
  //font-size: 20px;
  //font-weight: 800;
}


.maaxen-featured-property-area {
    background: #f8f9fc none repeat scroll 0 0;
}
.property-inner-image {
	position: relative;
	overflow: hidden;
	/* min-height: 203px; */

}

.property-inner-image img {
	-webkit-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
	-webkit-transform: scale(1);
	transform: scale(1);
	position: relative;
	width: 100%;
	/* max-height: 189px; */
}

.single-property:hover .property-inner-image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}
.property-status {
    background: #eb3c48;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    height: 30px;
    line-height: 20px;
    padding: 4px 15px;
    position: absolute;
    right: -20px;
    top: -15px;
    width: 100px;
    z-index: 9;
}
.property-status p {
    letter-spacing: 1px;
}

.property-status p::before, .property-status p::after {

    content: " ";
    height: 0;
    position: absolute;
    width: 0;

}
.property-status p::before, .property-status p::after {
    content: " ";
    height: 0;
    position: absolute;
    width: 0;
}
.property-status p::after {
    border-color: #8e242b transparent;
    border-style: solid;
    border-width: 15px 20px 0 0;
    right: 0;
    top: 100%;
}
#promo{background:#24417c; color: #fff;}
#promo h3, #promo p{color: #fff;}
.property-info-head h5{text-transform: uppercase; color: #ef7f1a;}

.property-info-head li, ul.p-4 li {
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 0;
    list-style: none;
}

.property-info-head li:last-child, ul.p-4 li:last-child{margin-bottom: 20px;}

.property-attach {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 10px;
	z-index: 1;
	background: rgba(5, 15, 41, 0.6) none repeat scroll 0 0;
}

.property-attach-price {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.property-attach-price h4 {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
}

.property-attach-price h4 span {
	font-size: 14px;
}

.property-attach-action {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: right;
}

.property-attach-action>p {
	display: inline-block;
	color: #fff
}

.property-attach-action>p a {
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #fff;
	background: #ef7f1a none repeat scroll 0 0;
	line-height: 30px;
	border-radius: 5px;
}

.property-attach-action>p button {
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #fff;
	background: #ef7f1a none repeat scroll 0 0;
	line-height: 30px;
	border-radius: 5px;
	border: 0;
	padding: 0;
}

.property-info {
	text-align: center;
	padding: 6px;
	padding-top: 15px;
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .11);
	position: relative;
	/* min-height: 125px; */

}

.property-info-head h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	color: #4a4a4a;
	letter-spacing: 1px;
	margin-bottom: 10px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	display: inline-block;
	/* height: 52px; */
	width: 100%;
}

.property-info-head{
	overflow: hidden;
}

.property-info-head h3:hover {
	color: #ef7f1a;
}

.property-info-head p {
	color: #666;
	font-size: 14px;
}

.info-list-stats {
	margin: 15px 0;
}

.info-list-stats li {
	display: inline-block;
	width: 31%;
	color: #666;
}

.info-list-stats li i {
	margin-right: 5px;
}

.property-info-list>a {
	display: inline-block;
	text-transform: capitalize;
	padding: 5px 15px;
	border-radius: 5px;
	font-weight: 600;
	background: #fff none repeat scroll 0 0;
	color: #ef7f1a;
	border: 1px solid #ef7f1a;
}

.property-info-list>a:hover {
	background: #ef7f1a none repeat scroll 0 0;
	border: 1px solid #ef7f1a;
	color: #fff;
}

.more-property-action {
	text-align: center;
}


.featured-property-slide .owl-nav {
	width: 10%;
	margin: 0 auto;
	background: #fff none repeat scroll 0 0;
	position: relative;
	height: 50px
}

.featured-property-slide .owl-nav .owl-prev {
	position: absolute;
	left: 0;
	width: 50%;
	height: 100%;
	font-size: 30px !important;
	background-color: #fff !important;
	border-bottom: solid 0 transparent !important;
	border-top: solid 50px #f8f9fc !important;
	border-top-color: #ef7f1a !important;
	border-right: solid 10px transparent !important;
}

.featured-property-slide .owl-nav .owl-prev i {
	position: relative;
	top: -49px;
	color: #fff;
}

.featured-property-slide .owl-nav .owl-next {
	position: absolute;
	right: 0;
	width: 50%;
	height: 100%;
	font-size: 30px !important;
	color: #ef7f1a !important
}

.maaxen-btn {
	display: inline-block;
	position: relative;
	border: 2px solid #ef7f1a;
	border-radius: 50px;
	padding: 10px 22px 12px 25px;
	background: transparent;
	font-size: 16px;
	color: #ef7f1a;
	font-weight: 600;
	text-transform: capitalize;
	height: 50px;
	z-index: 0;
	word-spacing: 2px;
}

.maaxen-btn:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 48px;
	height: 46px;
	background: #ef7f1a;
	border-radius: 50px;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.maaxen-btn:hover {
	background: transparent;
	color: #ffffff;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.maaxen-btn:hover:before {
	width: 102%;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.maaxen-btn:hover i {
	margin-left: 5px;
	color: #ffffff;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.maaxen-btn i {
	font-size: 20px;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	position: relative;
	top: 2px;
}


/*================================================
13 - TEAM CSS
==================================================*/

.agent-slide .owl-dots {
	text-align: center;

	width: 100%;
	bottom: -40px; margin-bottom: 30px;
	display: block !important
}

.agent-slide .owl-dots .owl-dot {
	display: inline-block;
}

.agent-slide .owl-dots .owl-dot span {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	background: #ddd none repeat scroll 0 0;
	border-radius: 30px;
	display: block;
	height: 5px;
	margin: 5px 5px 0;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 20px;
}

.agent-slide .owl-dots .owl-dot.active span,
.agent-slide .owl-dots .owl-dot:hover span {
	background: #ef7f1a none repeat scroll 0 0;
}

.maaxen-agent-area {
	padding-bottom: 40px
}

.maaxen-agent-area.agent_page {
	padding-bottom: 70px
}

.single-agent {
	margin-bottom: 30px
}

.agent-img-details{border-radius: 5px;
	border: 8px solid rgba(221, 221, 221, 0.7); height: 330px; align-items: center; margin: 0 auto; display: flex;}
.agent-img-details img {
	max-width: 100%; padding: 20px; margin: auto;

}

.agent-image {
	position: relative;
	overflow: hidden; height: 270px; align-items: center; display: flex; background: #fff; box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .11);
}

.agent-image img {
	width: 100%; padding: 20px;
}

.agent-image .hover {
	position: absolute;
	right: 0px;
	top: 20px;
	z-index: 111
}

.agent-image .hover .social-icon li+li {
	margin-top: 10px;
	display: block
}

.agent-image .hover .social-icon li a {
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background-color: #ef7f1a;
	border-radius: 50%;
	color: #fff;
	font-size: 14px;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.agent-image .hover .social-icon li:nth-child(1) {
	position: absolute;
	top: 20px;
	-webkit-transform: translateX(80px);
	transform: translateX(80px);
	-webkit-transition: transform 500ms;
	-webkit-transition: -webkit-transform 500ms;
	transition: -webkit-transform 500ms;
	transition: transform 500ms;
	transition: transform 500ms, -webkit-transform 500ms;
	-webkit-transition-delay: 100ms;
	transition-delay: 100ms;
}

.agent-image .hover .social-icon li:nth-child(2) {
	position: absolute;
	top: 60px;
	-webkit-transform: translateX(80px);
	transform: translateX(80px);
	-webkit-transition: transform 500ms;
	-webkit-transition: -webkit-transform 500ms;
	transition: -webkit-transform 500ms;
	transition: transform 500ms;
	transition: transform 500ms, -webkit-transform 500ms;
	-webkit-transition-delay: 200ms;
	transition-delay: 200ms;
}

.agent-image .hover .social-icon li:nth-child(3) {
	position: absolute;
	top: 110px;
	-webkit-transform: translateX(80px);
	transform: translateX(80px);
	-webkit-transition: transform 500ms;
	-webkit-transition: -webkit-transform 500ms;
	transition: -webkit-transform 500ms;
	transition: transform 500ms;
	transition: transform 500ms, -webkit-transform 500ms;
	-webkit-transition-delay: 300ms;
	transition-delay: 300ms;
}

.agent-image .hover .social-icon li:nth-child(4) {
	position: absolute;
	top: 160px;
	-webkit-transform: translateX(80px);
	transform: translateX(80px);
	-webkit-transition: transform 500ms;
	-webkit-transition: -webkit-transform 500ms;
	transition: -webkit-transform 500ms;
	transition: transform 500ms;
	transition: transform 500ms, -webkit-transform 500ms;
	-webkit-transition-delay: 400ms;
	transition-delay: 400ms;
}

.single-agent:hover .agent-image .hover .social-icon li:nth-child(1) {
	-webkit-transform: translateX(-60px);
	transform: translateX(-60px);
}

.single-agent:hover .agent-image .hover .social-icon li:nth-child(2) {
	-webkit-transform: translateX(-60px);
	transform: translateX(-60px);
}

.single-agent:hover .agent-image .hover .social-icon li:nth-child(3) {
	-webkit-transform: translateX(-60px);
	transform: translateX(-60px);
}

.single-agent:hover .agent-image .hover .social-icon li:nth-child(4) {
	-webkit-transform: translateX(-60px);
	transform: translateX(-60px);
}

.agent-image {
	position: relative
}

.agent-image:after {
	//position: absolute;
	//content: "";
	//top: 0;
	//left: 0;
	//height: 100%;
	//width: 100%;
	//background: #000 none repeat scroll 0 0;
	//opacity: 0.1;
	//-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)"
}

.agent-text {
	text-align: center;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .11);

}

.agent-text h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	color: #4a4a4a;
	letter-spacing: 1px;
	margin-bottom: 5px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.agent-text a {
	color: #4a4a4a;
	padding: 30px 15px;
}

.agent-text a:hover {
	color: #ef7f1a
}

.agent_page .pagination-box-row {
	text-align: center;
}

/*================================================
15 - BLOG CSS
==================================================*/

.maaxen-blog-area {

	background: #f8f9fc;}
}

.maaxen-blog-page-area {
	background: #f8f9fc none repeat scroll 0 0
}

.single-blog {
	margin-bottom: 30px
}

.blog-text {
	padding: 30px 15px;
	background: #fff;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .11);
	min-height: 153px;
}

.blog-text h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 22px;
	color: #4a4a4a;
	letter-spacing: 1px;
	margin-bottom: 15px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	display: inline-block;
	min-height: 52px;
}

.blog-text h3:hover {
	color: #ef7f1a
}

.blog-text ul li {
	display: inline-block;
	margin-right: 10px;
}

.blog-text ul li:last-child {
	margin-right: 0
}

.blog-text ul li i {
	margin-right: 2px;
	color: #ef7f1a
}

.blog-text ul li a {
	color: #4a4a4a;
    font-size: 14px
}

.blog-text ul li a:hover,ww
.blog-catagory a:hover {
	color: #ef7f1a
}

.maaxen-blog-page-area .single-property-sidebar form p {
	position: relative;
	height: 40px;
	margin: 0
}

.maaxen-blog-page-area .single-property-sidebar form input {
	position: absolute;
	height: 100%;
	left: 0;
	padding: 5px 60px 5px 10px;
}

.maaxen-blog-page-area .single-property-sidebar form button {
	position: absolute;
	width: 18%;
	right: 0;
	height: 100%;
	border-radius: 0 5px 5px 0px;
}

.blog-text>p {
	margin: 10px 0;
}

.blog-catagory li {
	position: relative
}

.blog-catagory a {
	color: #4a4a4a;
	text-transform: capitalize;
	display: inline-block;
}

.blog-catagory li:before {
	content: "\f0c8";
	display: inline-block;
	padding-right: 15px;
	color: #4a4a4a333;
	font-family: "FontAwesome";
	font-size: 6px;
	line-height: 14px;
}

.blog-catagory a span {
	margin-left: 10px;
}

.Tags-catagory li {
	display: inline-block;
	border: medium none !important;
	padding: 0 !important;
	margin: 2px 0
}

.Tags-catagory a {
	color: #4a4a4a;
	text-transform: capitalize;
	display: inline-block;
	padding: 5px 15px;
	background: #f8f9fc none repeat scroll 0 0;
	border-radius: 5px;
}

.blog-slide .owl-nav {
    width: 10%;
    margin: 0 auto;
    background: #fff none repeat scroll 0 0;
    position: relative;
    height: 50px;
}

@media (max-width: 700px){
	.blog-slide .owl-nav {
	    width: 20%;
	}
}

.blog-slide .owl-nav .owl-prev {
	position: absolute;
	left: 0;
	width: 50%;
	height: 100%;
	font-size: 30px !important;
	background-color: #fff !important;
	border-bottom: solid 0 transparent !important;
	border-top: solid 50px #f8f9fc !important;
	border-top-color: #ef7f1a !important;
	border-right: solid 10px transparent !important;
}

.blog-slide .owl-nav .owl-prev i {
	position: relative;
	top: -49px;
	color: #fff;
}

.blog-slide .owl-nav .owl-next {
	position: absolute;
	right: 0;
	width: 50%;
	height: 100%;
	font-size: 30px !important;
	color: #ef7f1a !important
}
.blog-slide .owl-nav.disabled {
    display: block!important;
}

/*================================================
16 - SUBSCRIBE AREA CSS
==================================================*/

.maaxen-subscribe-area {
	background: #ef7f1a none repeat scroll 0 0;
	padding: 50px 0
}

.subscribe-box h3 {
	color: #fff;
	//text-transform: capitalize;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 30px;
	margin-bottom: 5px;
}
.subscribe-box p{color: #fff;}

button[type="submit"]{
    display: inline-block;
    color: #ef7f1a;
    text-transform: capitalize;
    padding: 5px 30px;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #ef7f1a;
    font-weight: 600;
    background: #fff;
    width: auto;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

/*================================================
17 - FOOTER CSS
==================================================*/

.footer-top-area {
	/* background: #222 none repeat scroll 0 0; */
	color: #636c72;
	position: relative;
	z-index: 1
}

.footer-top-area:after {
	position: absolute;
	content: "";
	top: 0;
	height: 100%;
	width: 36%;
	left: 0;
	background: #191919 none repeat scroll 0 0;
	z-index: -1
}

.footer-top-area:before {
	position: absolute;
	content: "";
	top: 0;
	height: 100%;
	width: 36%;
	right: 0;
	background: #222 none repeat scroll 0 0;
	z-index: -1
}

.footer-logo {
	margin-bottom: 15px;
}

.single-footer-widget>h3 {
	color: #eee;
	font-size: 19px;
	text-transform: capitalize;
	margin-bottom: 15px
}

.single-footer-widget {
	margin-top: 15px;
}

.single-footer-widget.footer-logo-widget {
	margin-top: 0;
}

.latest-post-footer-left {
	background: #303030 none repeat scroll 0 0;
	color: #fff;
	float: left;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	margin-right: 10px;
	text-align: center;
	width: 40px;
}

.latest-post-footer-right {
	overflow: hidden;
}

.latest-post-footer {
	margin-bottom: 20px;
}

.latest-post-footer:last-child {
	margin-bottom: 0
}

.latest-post-footer-right>h4 {
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;
	margin-bottom: 5px;
	text-transform: capitalize;
	color: #787f84
}

.latest-post-footer-right>h4>a:hover {
	color: #eee
}

.latest-post-footer-right>p {
	color: #eee;
	font-size: 13px;
	font-style: italic;
}

.single-footer-widget li {
	margin-bottom: 5px
}

.single-footer-widget li a:hover {
	color: #eee
}

.single-footer-widget>form {
	background: #4a4a4a none repeat scroll 0 0;
	height: 35px;
	margin-top: 10px;
	position: relative;
}

.single-footer-widget input {
	background: transparent none repeat scroll 0 0;
	border: medium none;
	height: 100%;
	left: 0;
	padding: 5px 10px;
	position: absolute;
	top: 0;
	color: #eee;
	width: 80%;
}

.single-footer-widget button {
	background: #f26723 none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 20%;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.single-footer-widget button:hover {
	background: #464646 none repeat scroll 0 0
}

.copyright-area {
	background: #fff none repeat scroll 0 0;
	color: #7f7f7f;
	padding: 20px 0;

}

.copyright-right p a {
	color: #ef7f1a;
	font-weight: 600;
	margin: 0 3px;
	text-transform: capitalize;
}

.copyright-right p a:hover {
	color: #3676b9
}

.single-footer-widget a {
	text-transform: capitalize;
	color: #787f84
}

.single-footer-widget a i {
	margin-right: 5px
}

.copyright-right>p {
	text-transform: capitalize;
	color: #4a4a4a
}

.single-footer-widget p>i {
	color: #ef7f1a;
	margin-right: 5px;
}

.quicklinks li a:hover {
	margin-left: 5px
}

.footer-social li {
	display: inline-block;
	margin-right: 5px
}

.footer-social li:last-child {
	margin-right: 0
}

.footer-social li a {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	text-align: center;
	line-height: 35px;
	background: rgba(158, 186, 196, .1);
	display: inline-block;
	color: #fff
}

.footer-social li a:hover {
	background: #ef7f1a none repeat scroll 0 0
}

.footer-social {
	margin-top: 15px
}

.footer-social li a i {
	margin: 0
}

/*================================================
18 - PROPERTY PAGE CSS
==================================================*/

.maaxen-property-page-area {
	background: #f8f9fc none repeat scroll 0 0
}

.property-page-heading {
	background: #fff none repeat scroll 0 0;
	padding: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .11);
	margin-bottom: 15px
}

.propertu-page-head ul li {
	display: inline-block;
	margin-right: 10px
}

.propertu-page-head ul li:last-child {
	margin-right: 0
}

.paging_status {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.paging_status p {
	font-size: 14px
}

.propertu-page-shortby>a {
	display: inline-block;
	text-transform: capitalize;
	padding: 5px 15px;
	border-radius: 5px;
	font-weight: 600;
	background: #fff none repeat scroll 0 0;
	color: #ef7f1a;
	border: 1px solid #ef7f1a;
}

.propertu-page-shortby>a:hover {
	background: #ef7f1a none repeat scroll 0 0;
	color: #fff;
	border: 1px solid #ef7f1a;
}

.propertu-page-shortby label {
	margin-top: 5px;
	margin-bottom: 0;
	/* margin-right: 10px; */
	color: #4a4a4a;
	font-size: 14px;
}

.propertu-page-shortby label i {
	margin-right: 5px
}

.propertu-page-head ul li a:hover,
.paging_status p {
	color: #4a4a4a
}

.propertu-page-head ul li.active a {
	color: #4a4a4a
}

.propertu-page-head {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.property-found {
	margin-bottom: 20px;
}

.property-found p {
	font-size: 14px;
	color: #4a4a4a
}

.property-found p i {
	color: #ef7f1a;
}

.property-found p span {
	font-weight: 600;
	color: #4a4a4a;
}

.propertu-page-shortby .chosen-container {
	width: 200px !important;
	background: #eee;
	border: medium none;
	border-radius: 3px;
}

.propertu-page-shortby .chosen-single {
	border: medium none !important;
	color: #4a4a4a !important
}

.propertu-page-shortby .chosen-single b {
	color: #4a4a4a !important
}

.property-list-body .single-property {
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .11);

}

.desktop_v {
	display: block
}

.mobile_v {
	display: none
}

.property-list-body .property-info {
	box-shadow: 0 0 0 0 rgba(0, 0, 0, .11);
	text-align: left;
	position: relative;
	/* height: 189px; */
	overflow: hidden;
}

.grid_page .property-info {
	text-align: center
}

.property-list-body .property-info .info-list-stats li {
	width: auto;
	margin-right: 10px
}

.property-list-body .property-info .info-list-stats li:last-child {
	margin-right: 0
}

.property-list-body .property-info .property-info-list>a {
	margin-top: 15px
}

.pro-page-sale {
	position: absolute;
	top: 5px;
	right: 5px;
	background: #222 none repeat scroll 0 0;
	padding: 4px 15px;
	color: #fff;
	letter-spacing: 1px;
	font-weight: 700;
	border-radius: 3px;
	text-transform: capitalize
}

.pro-page-rent {
	position: absolute;
	top: 5px;
	right: 5px;
	background: #ef7f1a none repeat scroll 0 0;
	padding: 4px 15px;
	color: #fff;
	letter-spacing: 1px;
	font-weight: 700;
	border-radius: 3px;
	text-transform: capitalize
}

.pro-page-sold {
	position: absolute;
	top: 5px;
	right: 5px;
	background: #eb3c48 none repeat scroll 0 0;
	padding: 4px 15px;
	color: #fff;
	letter-spacing: 1px;
	font-weight: 700;
	border-radius: 3px;
	text-transform: capitalize
}

.single-property-sidebar {
	margin-bottom: 30px;
	padding: 20px;
	background: #fff;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .11);
}

.single-property-sidebar:last-child {
	margin-bottom: 0
}

.single-property-sidebar h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	color: #4a4a4a;
	letter-spacing: 1px;
	margin-bottom: 30px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	display: block;
	position: relative;
	text-transform: capitalize
}

.single-property-sidebar h3:after {
	position: absolute;
	content: "";
	width: 40%;
	height: 2px;
	background: #ef7f1a none repeat scroll 0 0;
	left: 0;
	bottom: -10px;
}

.single-property-sidebar h3:before {
	position: absolute;
	content: "";
	width: 30%;
	height: 2px;
	background: #4a4a4a none repeat scroll 0 0;
	left: 0;
	bottom: -15px;
}

.pad_left_7 {
	padding-left: 7px
}

.pad_right_7 {
	padding-right: 7px
}

.single-property-sidebar form p button,
.single-property-sidebar form p button.clear:hover {
	display: inline-block;
	color: #fff;
	text-transform: capitalize;
	padding: 5px 10px;
	cursor: pointer;
	border-radius: 5px;
	border: 1px solid #ef7f1a;
	font-weight: 600;
	background: #ef7f1a none repeat scroll 0 0;
	width: 100%;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.single-property-sidebar form p button.clear,
.single-property-sidebar form p button:hover {
	color: #ef7f1a;
	border: 1px solid #ef7f1a;
	background: #fff none repeat scroll 0 0;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.chosen-container-single .chosen-single span {
	color: #4a4a4a
}

.single-property-sidebar li {
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
}

.single-property-sidebar li:last-child {
	border-bottom: 0px solid #ddd;
}

.recent-img {
	margin-right: 10px;
	width: 80px;
	float: left;
}

.recent-text {
	vertical-align: middle;
	overflow: hidden;
}

.recent-text h4 {
	color: #4a4a4a;
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 4px;
}

.recent-text h4 a {
	color: #4a4a4a
}

.recent-text p {
	font-size: 14px
}

.recent-text p:last-child,
.recent-text h4 a:hover {
	color: #ef7f1a;
}

.fullwidth-filter-box {
	padding: 50px 30px;
	background: #ef7f1a none repeat scroll 0 0;
	border-radius: 5px;
	margin-bottom: 50px
}

.fullwidth-filter-box .chosen-container-single .chosen-single {
	border: 1px solid #fff !important;
	background: #fff none repeat scroll 0 0 !important;
	height: 45px;
	padding: 10px
}

.fullwidth-filter-box .chosen-container-single .chosen-single div b {
	margin-top: 12px
}

/* .fullwidth-filter-box form div input, .fullwidth-filter-box form div select { */
.fullwidth-filter-box div input, .fullwidth-filter-box div select {
	border: medium none;
	background: #fff none repeat scroll 0 0;
	padding: 10px;
	width: 100%;

	border-radius: 5px;
	color: #4a4a4a;
}
.was-validated .form-select:valid:not([multiple]):not([size]){background-repeat: no-repeat;}

/* .fullwidth-filter-box form .row:last-child div { */
.fullwidth-filter-box .row:last-child div {
	margin-bottom: 0px
}

/* .fullwidth-filter-box form div button { */
.fullwidth-filter-box div button {
	display: block;
	color: #fff;
	cursor: pointer;
	text-transform: capitalize;
	padding: 8px 10px;
	width: 100%;
	border-radius: 5px;
	border: 1px solid #fff;
	font-weight: 600;
	background: transparent none repeat scroll 0 0;
	text-align: center;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

/* .fullwidth-filter-box form div button:hover,
.maaxen-leave-comment form button:hover { */
.fullwidth-filter-box div button:hover,
.maaxen-leave-comment button:hover {
	background: #fff none repeat scroll 0 0;
	color: #ef7f1a;
}

/* .property-info>div {
	margin-top: 15px;
	margin-bottom: 15px;
} */

.full-width .pagination-box-row {
	text-align: center
}



/*================================================
19 - PROPERTY DETAILS CSS
==================================================*/

.details-head-top p {
	display: inline-block;
	margin-right: 10px;
}

.details-head-top p:last-child {
	margin-right: 0
}

.details-head-top .details-price {
	text-align: center;
	padding: 5px 10px;
	background: #212121 none repeat scroll 0 0;
	color: #fff;
	text-transform: capitalize;
	font-size: 14px;
	line-height: 23px;
	border-radius: 5px;
	font-weight: 700;
}

.details-head-top .details-tag {
	color: #ef7f1a;
	font-weight: 600;
	font-size: 16px;
}

.property-details-head h1 {
	font-family: 'Poppins', sans-serif;
	font-size: 30px;
	color: #4a4a4a;
	letter-spacing: 1px;
	margin-bottom: 5px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	display: inline-block;
	text-transform: capitalize;
	margin-top: 10px;
}

.details-head-com p {
	display: inline-block;
	margin-right: 20px;
}

.details-head-com .details-price {
	font-size: 20px;
	color: #4a4a4a;
	font-weight: 600;
}

.details-head-action ul {
	text-align: right;
	margin-top: 35px
}

.details-head-action ul li {
	display: inline-block
}

.details-head-action ul li a {
	display: block;
	width: 43px;
	height: 43px;
	text-align: center;
	background: #212121 none repeat scroll 0 0;
	color: #fff;
	border-radius: 50%;
	line-height: 43px;
}

.details-head-action ul li button {
	display: block;
	width: 43px;
	height: 43px;
	text-align: center;
	background: #212121 none repeat scroll 0 0;
	color: #fff;
    border: 0;
	border-radius: 50%;
	line-height: 43px;
}

.property-details-left {
	margin-top: 30px
}

.property-contact-agent {
	margin-top: 30px;
	padding: 20px;
	background: #fff;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .11);
	position: relative;
	z-index: 1
}

.property-contact-agent:after {
	position: absolute;
	content: "";
	top: 0;
	height: 32%;
	width: 100%;
	background: #ef7f1a;
	left: 0;
	z-index: -1;
}

#sync1 .owl-nav .owl-prev {
	position: absolute;
	top: 43%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: rgba(8, 7, 7, 0.83) none repeat scroll 0 0 !important;
	color: #fff;
	z-index: 99999;
	font-size: 26px;
	border-radius: 50%;
	left: 10px;
}

#sync1 .owl-nav .owl-next {
	position: absolute;
	top: 43%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: rgba(8, 7, 7, 0.83) none repeat scroll 0 0 !important;
	color: #fff;
	z-index: 99999;
	font-size: 26px;
	border-radius: 50%;
	right: 10px;
}

#sync2 .details-slide-item {
	cursor: pointer
}

.contact-agent-img img {
	width: 65px;
	border-radius: 50%;
	height: 65px;
	float: left;
	margin-right: 15px;
}

.agent-info {
	overflow: hidden;
	color: #fff
}

.agent-info h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	color: #fff;
	letter-spacing: 1px;
	margin-bottom: 5px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.agent-info p i {
	color: #fff;
	margin-right: 5px
}

.contact-agent-box form {
	margin-top: 48px;
}

.contact-agent-box form p {
	margin-top: 10px;
}

.contact-agent-box form p input {
	border: 1px solid #ddd;
	padding: 5px 10px;
	font-size: 13px;
	color: #4a4a4a;
	border-radius: 5px;
	width: 100%;
}

.contact-agent-box form p textarea {
	border: 1px solid #ddd;
	padding: 5px 10px;
	font-size: 13px;
	color: #4a4a4a;
	border-radius: 5px;
	width: 100%;
	resize: none;
	height: 125px
}

.contact-agent-box form p button {
	display: inline-block;
	color: #fff;
	text-transform: capitalize;
	padding: 5px 10px;
	cursor: pointer;
	border-radius: 5px;
	border: 1px solid #ef7f1a;
	font-weight: 600;
	background: #ef7f1a none repeat scroll 0 0;
	width: 100%;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.contact-agent-box form p button:hover {
	color: #ef7f1a;
	border: 1px solid #ef7f1a;
	background: #fff none repeat scroll 0 0;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.mortgage-box h3,
.maaxen-property-details .single-property-sidebar h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	color: #4a4a4a;
	letter-spacing: 1px;
	margin-bottom: 30px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	display: block;
	position: relative;
	text-transform: capitalize;
}

.mortgage-box h3:before,
.maaxen-property-details .single-property-sidebar h3:before {
	position: absolute;
	content: "";
	width: 30%;
	height: 2px;
	background: #4a4a4a none repeat scroll 0 0;
	left: 0;
	bottom: -15px;
}

.mortgage-box h3:after,
.maaxen-property-details .single-property-sidebar h3:after {
	position: absolute;
	content: "";
	width: 40%;
	height: 2px;
	background: #ef7f1a none repeat scroll 0 0;
	left: 0;
	bottom: -10px;
}

.mortgage-calculator {
	padding: 20px;
	background: #fff none repeat scroll 0 0;
	margin-top: 30px;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .11);
}

.mortgage-field label {
	color: #4a4a4a;
	margin-bottom: 4px;
}

.mortgage-field p {
	margin-bottom: 10px;
	text-transform: capitalize
}

.mortgage-field p input {
	border: 1px solid #ddd;
	padding: 5px 10px;
	font-size: 13px;
	color: #4a4a4a;
	border-radius: 5px;
	width: 100%;
}

.mortgage-field p select {
	border: 1px solid #ddd;
	padding: 5px 10px;
	font-size: 13px;
	color: #4a4a4a;
	border-radius: 5px;
	width: 100%;
}

.property-details-body {
	margin-top: 40px;
}

.property-details-body .nav-pills a {
	background: #212121;
	border-radius: 5px;
	color: #fff;
	text-transform: capitalize;
	margin-right: 10px;
}

.property-details-body .nav-pills a:last-child {
	margin-right: 0
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #fff;
	background-color: #ef7f1a;
}

.tab-panel-body {
	margin-top: 30px;
}

.tab-panel-body h3,
.agent-properties-heading h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 22px;
	color: #4a4a4a;
	letter-spacing: 1px;
	margin-bottom: 30px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	display: inline-block;
	text-transform: capitalize;
	position: relative
}

.tab-panel-body h3:before,
.agent-properties-heading h3:before {
	position: absolute;
	content: "";
	width: 30%;
	height: 2px;
	background: #4a4a4a none repeat scroll 0 0;
	left: 0;
	bottom: -15px;
}

.tab-panel-body h3:after,
.agent-properties-heading h3:after {
	position: absolute;
	content: "";
	width: 40%;
	height: 2px;
	background: #ef7f1a none repeat scroll 0 0;
	left: 0;
	bottom: -10px;
}

.tab-panel-body p {
	margin: 10px 0 0
}

.tab-panel-body ul {
	-webkit-columns: 3;
	-moz-columns: 3;
	columns: 3;
}

.tab-panel-body ul li {
	margin-bottom: 10px
}

.tab-panel-body ul li span {
	color: #4a4a4a;
	font-weight: 600;
	margin-right: 10px
}

.tab-panel-body ul li i {
	color: #ef7f1a;
	margin-right: 5px
}

.tab-panel-body img {
	width: 80%;
	display: block;
}

.responsive-iframe iframe {
	width: 100%;
	height: 400px;
	border: medium none
}

.maaxen-property-details .single-property-sidebar {
	margin-top: 30px
}




/*================================================
20 - PROFILE PAGE CSS
==================================================*/

.maaxen-profile-page-area {
	background: #f8f9fc none repeat scroll 0 0;
	padding-top: 40px
}

.profile-box {
	position: relative;
	z-index: 1;
	background: #fff none repeat scroll 0 0;
	border: medium none;
	padding: 0;
	border-radius: 0;
	margin: 0;
}

.widget_card_page {
	background: #fff none repeat scroll 0 0;
	color: #4a4a4a;
	margin-top: 30px;
	padding: 50px 20px 20px 20px;
	position: relative;
	text-align: center;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .11);
}

.profile-box.header_bg_green:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 52%;
	background: #ef7f1a none repeat scroll 0 0;
	z-index: -1;
}

.profile-box.header_bg_green.favourite_page:after {
	height: 40%;
}

.profile-widget-img {
	margin: 0 auto;
	border-radius: 5px;
	width: 120px;
	height: 120px;
	position: relative;
	z-index: 99;
	border: 8px solid rgba(221, 221, 221, 0.7);
	overflow: hidden;
}

.profile-widget-img img {

	width: 100%;
	height: auto;

}

.profile-widget-info,
.profile-widget-social {
	margin-top: 15px;
}

.profile-widget-info h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	color: #4a4a4a;
	margin-bottom: 5px;
	letter-spacing: 1px;
	margin-top: 15px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	overflow: hidden;
}

.profile-widget-info p {
	color: #777
}

.profile-widget-social ul {
	margin-top: 30px
}

.profile-widget-social ul li {
	display: inline-block;
	margin-right: 15px;
	width: 42%
}

.profile-widget-social ul li:last-child {
	margin-right: 0px
}

.profile-widget-social ul li:first-child>a {
	display: block;
	text-transform: capitalize;
	padding: 5px 15px;
	border-radius: 5px;
	font-weight: 600;
	background: #ef7f1a none repeat scroll 0 0;
	color: #fff;
	border: 1px solid #ef7f1a;
}

.profile-widget-social ul li:first-child>a:hover {
	background: #fff none repeat scroll 0 0;
	color: #ef7f1a;
	border: 1px solid #ef7f1a;
}

.profile-widget-social ul li>a:hover {
	background: #ef7f1a none repeat scroll 0 0;
	color: #fff;
	border: 1px solid #ef7f1a;
}

.profile-widget-social ul li>a {
	display: block;
	text-transform: capitalize;
	padding: 5px 15px;
	border-radius: 5px;
	font-weight: 600;
	background: #fff none repeat scroll 0 0;
	color: #ef7f1a;
	border: 1px solid #ef7f1a;
}

.upload-btn {
	overflow: hidden;

	line-height: 30px;
	border-radius: 50%;
	margin: 5px auto 0;
	position: relative;
}

.upload-btn>input[type="file"] {
	cursor: pointer;
	height: 100%;
	left: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: absolute;
	top: 0;
	width: 100%;
}

.profile-left-menu {
	background: #fff none repeat scroll 0 0;
	color: #4a4a4a;
	margin-top: 30px;
	padding: 30px;
	position: relative;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .11);
}

.profile-left-menu h3,
.profile-form h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	color: #4a4a4a;
	letter-spacing: 1px;
	margin-bottom: 30px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	display: block;
	position: relative;
	text-transform: capitalize;
}

.profile-left-menu h3:before,
.profile-form h3:before {
	position: absolute;
	content: "";
	width: 30%;
	height: 2px;
	background: #4a4a4a none repeat scroll 0 0;
	left: 0;
	bottom: -15px;
}

.profile-left-menu h3:after,
.profile-form h3:after {
	position: absolute;
	content: "";
	width: 40%;
	height: 2px;
	background: #ef7f1a none repeat scroll 0 0;
	left: 0;
	bottom: -10px;
}

.profile-left-menu li {
	border-bottom: 1px solid #eee
}

.profile-left-menu li:last-child {
	border-bottom: 0px solid #eee
}

.profile-left-menu li a {
	display: block;
	color: #4a4a4a;
	padding: 7px 0px;
	text-transform: capitalize
}

.profile-left-menu li a:hover,
.profile-left-menu li.active a {
	color: #ef7f1a
}

.profile-left-menu li a i {
	width: 25px;
	text-align: left;
	border-right: 1px solid #eee;
	margin-right: 5px;
	color: #ef7f1a;
}

.profile-right {
	background: #fff none repeat scroll 0 0;
	color: #4a4a4a;
	margin-top: 30px;
	padding: 30px;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .11);
}

.profile-form label {
	color: #4a4a4a;
	display: block;
	margin-bottom: 5px;
	font-weight: 600;
	font-size: 13px;
}


.profile-form textarea {
	width: 100%;
	border: 1px solid #e0e0e0;
	padding: 5px 10px;
	color: gray;
	background: #f5f5f5 none repeat scroll 0 0;
	border-radius: 5px;
	resize: vertical;
	height: 100px
}

.profile-form button#wybierz {
	display: inline-block;
	color: #fff;
	text-transform: capitalize;
	padding: 5px 30px;
	cursor: pointer;
	border-radius: 5px;
	border: 1px solid #ef7f1a;
	font-weight: 600;
	background: #ef7f1a none repeat scroll 0 0;
	width: auto;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.profile-form button#wybierz:hover {
	background: #fff none repeat scroll 0 0;
	color: #ef7f1a;
	border: 1px solid #ef7f1a
}

.profile-form p {
	margin-top: 20px;
}

.favourite-list {
	margin-top: 30px
}

.propertu-page-head p i {
	color: #ef7f1a;
	margin-right: 5px;
}

.propertu-page-head p {
	color: #4a4a4a;
}

.fav_remove i,
.fav_remove:hover {
	color: #de4a4a
}

.fav_remove {
	color: #4a4a4a
}
.btn-info{background: #24417c; color: #fff; border: 1px solid #24417c;}
.btn-info:hover{color: #fff; }

.favourite-list .property-info {
	text-align: left;
	width: 100%;
	height: 100%;

	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.favourite-list .single-property {
	position: relative;
	margin-bottom: 0;
	margin-top: 30px
}

.favourite-list .property-info .action_fav {
	//width: 82px;
	//text-align: right;
	//-webkit-box-flex: 1;
//-ms-flex: 1;
//flex: 1;
}

.favourite-list .pagination {
	margin-top: 50px
}

.note-popover .popover-content>.btn-group,
.card-header.note-toolbar>.btn-group {
	margin-right: 0
}

.profile-form p button.note-btn {
	padding: 5px 10px;
	font-size: 12px
}

.note-editor.note-frame {
	border: 1px solid #e0e0e0;
	height: 320px
}

.note-editor.note-frame .note-editing-area .note-editable {
	height: 275px !important
}

.note-editor.note-frame .note-statusbar .note-resizebar {
	display: none
}

.note-editor.note-frame .note-statusbar {
	border-top: 0px solid #ddd
}

.add-property-box {
	margin-bottom: 30px;
}

.add-property-box .chosen-container-single .chosen-single {
	background: #f5f5f5 none repeat scroll 0 0 !important;
	border: 1px solid #e0e0e0 !important
}

.dropzone {
	min-height: 150px;
	border: 2px dashed #ef7f1a;
	background: white;
	padding: 20px 20px;
	margin-top: 50px;
}

.dropzone .dz-message {
	margin: 3em 0
}

.my-properties-list .action_fav a i {
	margin: 0 5px;
	color: #4a4a4a !important
}

.property-date {
	margin-top: 5px;
}


/*================================================
21 - LOGIN PAGE CSS
==================================================*/

.maaxen-login-page {
	background: #ef7f1a none repeat scroll 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 80vh;
	text-align: center;
}

.login-box h4 {
	color: #fff;
	font-size: 19px;
	text-transform: capitalize;
	margin-bottom: 20px;
}

.login-box {
	width: 30%;
	margin: 0 auto;
	color: #fff;
}
.login-box p, .login-box p a{color: #fff;}
.login-box .invalid-feedback{text-align: left;}

.login-box form div, .search-box form div{

	position: relative;

}
.login-box .invalid-tooltip {
    top: 0;
}

.login-box form div label, .search-box form div label {
	position: absolute;
	left: 0;
	height: 100%;
	z-index: 1;
	color: #ef7f1a;
	line-height: 50px;
	width: 50px;
	//background: #24417c;
	font-size: 17px;
	border-radius: 8px 0px 0px 8px;
	text-align: center;
}

.login-box form div input, .search-box form div input, .search-box form div select , .search-box form div button {
	background: #fff none repeat scroll 0 0;
	color: #4a4a4a;
	padding: 10px 10px 10px 35px;
	height: 50px;
	/* border-radius: 8px 8px 8px 8px;
	position: absolute; */
	right: 0;
	width: 100%;
}
.search-box form div select{border-radius: 0;}
.search-box form div input{border-radius: 8px 0 0 8px;}
.search-box form div button{background: #ef7f1a; color: #fff; padding: 10px; border-radius: 0 8px 8px 0; min-width: 67px;}

.login-box form div>button {
	display: inline-block;
	color: #ef7f1a;
	text-transform: capitalize;
	padding: 10px;
	cursor: pointer;
	border-radius: 8px;
	border: 1px solid #fff;
	font-weight: 600;
	background: #fff none repeat scroll 0 0;
	width: 100%;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.login-box form div>button:hover, .search-box form div>button:hover {
	background: #ef7f1a;
	color: #fff;
}

.login-box form div input[type="text"]::-webkit-input-placeholder {
	color: #b1b1b1;
}

.login-box form div input[type="text"]::-moz-placeholder {
	color: #b1b1b1;
}

.login-box form div input[type="text"]:-ms-input-placeholder {
	color: #b1b1b1;
}

.login-box form div input[type="text"]::placeholder {
	color: #b1b1b1;
}

.login-box form div input[type="text"]:-ms-input-placeholder {
	color: #b1b1b1;
}

.login-box form div input[type="email"]::-webkit-input-placeholder {
	color: #b1b1b1;
}

.login-box form div input[type="email"]::-moz-placeholder {
	color: #b1b1b1;
}

.login-box form div input[type="email"]:-ms-input-placeholder {
	color: #b1b1b1;
}

.login-box form div input[type="email"]::placeholder {
	color: #b1b1b1;
}

.login-box form div input[type="email"]:-ms-input-placeholder {
	color: #b1b1b1;
}

.login-box form div input[type="password"]::-webkit-input-placeholder {
	color: #b1b1b1;
}

.login-box form div input[type="password"]::-moz-placeholder {
	color: #b1b1b1;
}

.login-box form div input[type="password"]:-ms-input-placeholder {
	color: #b1b1b1;
}

.login-box form div input[type="password"]::placeholder {
	color: #b1b1b1;
}

.login-box form div input[type="password"]:-ms-input-placeholder {
	color: #b1b1b1;
}

.login-box>div {
	color: #fff; margin-bottom: 20px;
	font-family: 'Poppins', sans-serif;
}

.login-box>div a {
	color: #fff;
	font-family: 'Poppins', sans-serif;
}

.modal-dialog {
    max-width: 1320px;
}

/*================================================
22 - ABOUT PAGE CSS
==================================================*/

.maaxen-about-page {
	padding-bottom: 50px;
}

.about-left h3,
.different-left h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 30px;
	color: #4a4a4a;
	letter-spacing: 1px;
	margin-bottom: 40px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	display: inline-block;
	/* text-transform: capitalize; */
	line-height: 45px;
	position: relative
}

.about-left h3 span {
	color: #ef7f1a
}

.different-left h3 span {
	display: block
}

.about-left h3:before,
.different-left h3:before {
	position: absolute;
	content: "";
	width: 30%;
	height: 2px;
	background: #4a4a4a none repeat scroll 0 0;
	left: 0;
	bottom: -15px;
}

.about-left h3:after,
.different-left h3:after {
	position: absolute;
	content: "";
	width: 40%;
	height: 2px;
	background: #ef7f1a none repeat scroll 0 0;
	left: 0;
	bottom: -10px;
}

.about-left a.maaxen-btn {
	margin-top: 30px;
}

.maaxen-different-area {
	background: #f8f9fc none repeat scroll 0 0;
}

.different-right ul {
	background: #fff;
	padding: 20px;
}

.different-right ul li, .different-left ul li {
	margin-bottom: 10px;
	/* text-transform: capitalize; */
	color: #4a4a4a;
}

.different-right ul li i , .different-left ul li i{
	color: #ef7f1a;
	margin-right: 5px
}

.maaxen-different-area ol li{list-style-type: auto; margin-bottom: 10px;
/* text-transform: capitalize; */
color: #4a4a4a;}
.maaxen-different-area ol li ol li{list-style-type: upper-alpha;}

.maaxen-different-area ol, .maaxen-different-area ol li ul{margin-left: 20px;}
.maaxen-different-area ol li ul li{list-style-type: lower-latin; margin-bottom: 10px;
text-transform: capitalize;
color: #4a4a4a;}

.maaxen-different-area p{margin-bottom: 10px;}

/*================================================
23 - AGENT DETAILS PAGE CSS
==================================================*/

.agent-details-info h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 28px;
	color: #4a4a4a;
	margin-bottom: 5px;
	letter-spacing: 0px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	font-weight: 500;
}

.agent-details-info>p {
	color: #777;
	font-size: 14px;
}

.agent-details-info>ul {
	margin: 10px 0
}

.agent-details-info>ul li {
	display: inline-block;
	margin-right: 2px
}

.agent-details-info>ul li a {
	display: block;
	width: 33px;
	height: 33px;
	text-align: center;
	background: #212121 none repeat scroll 0 0;
	color: #fff;
	border-radius: 50%;
	line-height: 33px;
	font-size: 13px;
}

.agent-details-info>ul li a:hover {
	background: #ef7f1a none repeat scroll 0 0;
}

.agent-contact {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #eee;
}

.agent-contact ul {
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
}

.agent-contact ul li {
	padding-top: 10px;
}

.agent-contact ul li i {
	margin-right: 2px;
	color: #ef7f1a;
	width: 15px;
	text-align: center;
}

.agent-contact ul li span {
	font-weight: 600;
	color: #4a4a4a;
	margin-right: 5px;
}

.agent-profile-contact h3 {
	color: #4a4a4a;
	font-size: 20px;
	margin-bottom: 10px;
	font-family: 'Poppins', sans-serif;
}

.agent-profile-contact form p {
	margin-top: 10px;
}

.agent-profile-contact form p input {
	width: 100%;
	border: 1px solid #ddd;
	padding: 5px 10px;
	border-radius: 5px;
	font-size: 13px;
	color: #4a4a4a;
}

.agent-profile-contact form p textarea {
	width: 100%;
	border: 1px solid #ddd;
	padding: 5px 10px;
	border-radius: 5px;
	font-size: 13px;
	color: #4a4a4a;
	height: 100px;
	resize: vertical;
}

.agent-profile-contact form p button {
	display: inline-block;
	color: #fff;
	text-transform: capitalize;
	padding: 5px 30px;
	cursor: pointer;
	border-radius: 5px;
	border: 1px solid #ef7f1a;
	font-weight: 600;
	background: #ef7f1a none repeat scroll 0 0;
	width: 100%;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.agent-profile-contact form p button:hover {
	background: transparent;
	color: #ef7f1a
}

.maaxen-agent-properties.single_agent_page {
	background: #f8f9fc none repeat scroll 0 0;
	padding-bottom: 40px
}

/*================================================
24 - BLOG DETAILS PAGE CSS
==================================================*/

.maaxen-blog-page-area.blog-single-page {
	background: #fff none repeat scroll 0 0
}

.single-blog-page-left h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 30px;
	color: #4a4a4a;
	letter-spacing: 1px;
	margin-bottom: 5px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	display: inline-block;
	text-transform: capitalize;
	line-height: 45px;
}

.dlab-post-name img {
	width: 65px;
	height: 65px;
	border-radius: 50%;
	border: 6px solid #e6e6e6;
	margin-right: 10px;
}

.blog-post-meta {
	margin-top: 5px; margin-bottom: 15px;
}

.blog-post-meta ul li {
	margin-right: 10px;
}

.blog-page-left>a,
.dlab-post-name a {
	color: #4a4a4a;
}

.post-author i,
.post-comment i {
	color: #ef7f1a;
	margin-right: 2px;
}

.blog-details-img {
	margin: 0 15px 15px 0; float: left;
	max-width: 50%;
}

.blog-content p {
	margin: 0 0 10px;
}

.blog-content-inner {
	margin: 20px 0;
}

.blog-content-img img {
	width: 100%;
}

.post-share-box {
	border-bottom: 1px solid #f4f9fc;
	border-top: 1px solid #f4f9fc;
	margin-top: 30px;
	padding: 15px 20px;
}

.post-share-left>p,
.post-share-right>p {
	color: #4a4a4a;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
}

.post-share-left a {
	color: #555;
	font-weight: 500;
}

.post-share-right {
	text-align: right;
}

.post-share-right a {
	color: #bcc4d0;
	margin-left: 5px;
}

.blog-content-text h3,
.comment-group-title h2,
.maaxen-leave-comment h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 22px;
	color: #4a4a4a;
	letter-spacing: 1px;
	margin-bottom: 30px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	display: inline-block;
	text-transform: capitalize;
	position: relative;
}

.blog-content-text h3:before,
.comment-group-title h2:before,
.maaxen-leave-comment h2:before {
	position: absolute;
	content: "";
	width: 30%;
	height: 2px;
	background: #4a4a4a none repeat scroll 0 0;
	left: 0;
	bottom: -15px;
}

.blog-content-text h3:after,
.comment-group-title h2:after,
.maaxen-leave-comment h2:after {
	position: absolute;
	content: "";
	width: 40%;
	height: 2px;
	background: #ef7f1a none repeat scroll 0 0;
	left: 0;
	bottom: -10px;
}

.maaxen-comment-list,
.maaxen-leave-comment {
	margin-top: 50px;
}

.single-comment-box {
	//margin-bottom: 10px;
	position: relative;
	-webkit-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
	border-bottom: 1px solid #ddd;
}


.main-comment {
	font-size: 14px;
	padding: 30px 0 30px 90px;
	position: relative;
}

.author-image {
	border-radius: 50%;
	left: 0;
	margin-bottom: 20px;
	position: absolute;
	top: 30px;
}

.author-image img {
	display: block;
	width: 70px;
	border-radius: 50%;
	border: 6px solid #e6e6e6
}

.comment-text-inner {
	margin-top: 10px;
}

.comment-text .comment-text-inner p{
	padding-right: 40px;
	font-size: 20px;
	width: 100%;
	overflow: hidden;
}

.single-comment-box.reply-comment {
	padding-left: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	background: #ef7f1a;
	width: 80%;
	color: white;
	border-radius: 30px;
}
.single-comment-item{
	width: 100%;
}

@media (max-width:660px){
	.single-comment-box.reply-comment {width: 100%; margin: 10px 0px;}
}

.comment-info h4 {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	color: #4a4a4a;
	letter-spacing: 1px;
	margin-bottom: 5px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	text-transform: capitalize
}

.comment-info a {
	color: #4a4a4a;
	font-style: italic;
}

.comment-info a i {
	margin-right: 2px
}

.maaxen-leave-comment form input {
	border: 1px solid #ddd;
	padding: 5px 10px;
	font-size: 13px;
	margin: 10px 0;
	color: #4a4a4a;
	border-radius: 5px;
	width: 45%;
	margin-right: 10px;
	height: 45px
}

.maaxen-leave-comment form textarea {
	border: 1px solid #ddd;
	padding: 5px 10px;
	font-size: 13px;
	margin: 10px 0;
	color: #4a4a4a;
	border-radius: 5px;
	width: 100%;
	height: 175px;
}

.maaxen-leave-comment form button {
	display: inline-block;
	color: #fff;
	text-transform: capitalize;
	padding: 5px 20px;
	cursor: pointer;
	border-radius: 5px;
	border: 1px solid #ef7f1a;
	font-weight: 600;
	background: #ef7f1a none repeat scroll 0 0;
	width: auto;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}


/*================================================
26 - CONTACT PAGE CSS
==================================================*/

.contact-page-left h3,
.contact-page-right h4 {
	font-family: 'Poppins', sans-serif;
	font-size: 30px;
	color: #4a4a4a;
	letter-spacing: 1px;
	margin-bottom: 30px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	display: block;
	text-transform: capitalize;
	position: relative;
}

.contact-page-left h3:before,
.contact-page-right h4:before {
	position: absolute;
	content: "";
	width: 30%;
	height: 2px;
	background: #4a4a4a none repeat scroll 0 0;
	left: 0;
	bottom: -15px;
}

.contact-page-left h3:after,
.contact-page-right h4:after {
	position: absolute;
	content: "";
	width: 40%;
	height: 2px;
	background: #ef7f1a none repeat scroll 0 0;
	left: 0;
	bottom: -10px;
}

.contact-page-left form {
	margin-top: 30px
}

.contact-page-left form div input {
	width: 100%;
	border: 1px solid #ddd;
	padding: 5px 10px;
	border-radius: 5px;
	font-size: 13px;
	color: #4a4a4a;
}

.contact-page-left form div {
	margin-top: 10px;
}

.contact-page-left form div input {
	width: 100%;
	border: 0px solid #ddd;
	padding: 5px 20px;
	border-radius: 5px;
	font-size: 14px;
	color: #4a4a4a;
	height: 50px;
	background: #f7f7fa none repeat scroll 0 0;
}

.contact-page-left form div textarea {
	width: 100%;
	border: 0px solid #ddd;
	padding: 5px 20px;
	border-radius: 5px;
	font-size: 14px;
	color: #4a4a4a;
	height: 120px;
	background: #f7f7fa none repeat scroll 0 0;
}

.contact-page-widget:last-child {
	margin-bottom: 0
}

.contact-address>li {
	display: block !important
}
.contact-page-widget ul.contact-address li a{display: inline-block; border: 0; border-radius: 0; width: auto; height: auto;}

.contact-page-left form div button {
	display: inline-block;
	color: #fff;
	text-transform: capitalize;
	padding: 5px 20px;
	cursor: pointer;
	border-radius: 5px;
	border: 1px solid #ef7f1a;
	font-weight: 600;
	background: #ef7f1a none repeat scroll 0 0;
	width: auto;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.contact-page-left form div button:hover {
	background: #fff none repeat scroll 0 0;
	color: #ef7f1a
}

.contact-page-right {
	margin-top: 60px;
}

.contact-page-right h4 {
	font-size: 20px;
}

.contact-page-widget ul li {
	display: inline-block;
	margin-right: 2px;
	margin-bottom: 5px
}

.contact-page-widget ul li a {
	display: block;
	width: 50px;
	height: 50px;
	/* line-height: 50px; */
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 50%;
	font-size: 17px;
	color: #444;
}

.contact-page-widget ul li a:hover {
	/* background: #ef7f1a none repeat scroll 0 0; */
	color: #ef7f1a;
	/* border: 1px solid #ef7f1a */
}

.contact-page-widget {
	margin-bottom: 35px;
}

.contact-page-widget ul li span {
	color: #4a4a4a;
	font-weight: 600;
	margin-right: 10px;
}




@media (max-width:991px){
	#nav{min-width: 200px;
	position: absolute;
	top: 55px;
	right: -10px;
	z-index: 2222;
	background: #fff;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: .25rem;
	}
	.mainmenu ul {
    text-align: left;
}
	#nav ul li a {color: #4a4a4a;}
	#nav ul li a:hover{color: #ef7f1a;}
	#nav .fa-heart::before {color: #4a4a4a;}
	.fixed-top{position: relative;}
}
@media (max-width:576px){
	.col-0{display: none;}
	.nav-tabs .nav-link h3 {font-size: 12px; font-weight: 300;}

}

@media (min-width:0px){
	.nav-tabs .col-md-2 {width: 33.33%;}
	.looking-icon {width: 75px; height: 75px; line-height: 75px;}
	.looking-icon img {width: 45px;}
	.container{width:100%;max-width:100%;}

}
@media (min-width:576px){
	.nav-tabs .col-md-2 {width: 20%;}
	.container{width:100%;max-width:100%;}
}
@media (min-width:768px){
	.container{width:100%;max-width:100%;}
	.nav-tabs .col-md-2 {width: 20%;}
	.looking-icon {width: 95px; height: 95px; line-height: 95px;}
	.looking-icon img {width: 55px;}

}
@media (min-width:992px){
	.nav-tabs .col-md-2 {width: 10%;}
	.container{width:100%;max-width:100%;}

}
@media (min-width:1290px){.container{width:1320px;}}

/* Damian */
.dashboardcode-bsmultiselect ul{
	overflow:auto;
	max-height:300px;
}
.send-message-button{
	margin-top: 18px;
	display: inline-block;
	color: #fff;
	text-transform: capitalize;
	padding: 5px 20px;
	cursor: pointer;
	border-radius: 5px;
	border: 1px solid #ef7f1a;
	font-weight: 600;
	background: #ef7f1a none repeat scroll 0 0;
	width: auto;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.sender{
	text-align: right;
	margin-left: auto;
}
.sender-image{
	float: right;
	padding: 0 20px;
}
.sender-image img {
    display: block;
    width: 70px;
    border-radius: 50%;
    border: 6px solid #e6e6e6;
}
.delete-offer-button{
	background-color: unset;
	border: 0;
}
.disabled-link {
  	pointer-events: none;
}
.fa-heart{
	transition: height 350ms ease-in-out;
}
.fa-heart-o{
	transition: height 350ms ease-in-out;
}

.invalid-feedback {
    display: block;
    width: 100%;
    margin-top: 0.25rem;
    font-size: .875em;
    color: #dc3545;
}
a.disabled {
    pointer-events: none;
    cursor: default;
}
.hidden{
	display: none;
}
.sort-by-select{
	width: 200px!important;
    background: #eee;
    border: medium none;
    border-radius: 3px;
    padding: 5px 10px;
    border: medium none !important;
    color: #4a4a4a !important;
    height: 38px;
    padding: 5px 10px;
}
.card{
	/* margin-top: 10px; */
}

/* .row>.single-blog>.blog-image{
	height: 400px;
} */

/* .owl-item>.single-blog>.blog-image{
	height: 272px;
} */

.owl-item>.single-blog>.blog-image img{
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: -999;
}

.row>.single-blog>.blog-image img{
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: -999;
}

.row>.single-blog>.blog-text>p {
	margin: 10px 0;
	height: 80px;
}
/* .property-image {
	min-height: 190px;
} */
.validation-error{
	border-color: #dc3545;outline: 0;box-shadow: 0 0 0 0.25rem rgb(220 53 69 / 40%);
}

@media (max-width: 1180px){
	.file-image-div{
		display: none;
	}
}

input[type=text], input[type=number], input[type=email], input[type=tel], input[type=file], input[type=url], select, .chosen-choices{
	background: #f5f5f5 none repeat scroll 0 0!important;
}

.join-us-div{
	text-align: right;
}

.join-us-button{
	display: inline-block;
	color: #ef7f1a;
	text-transform: capitalize;
	padding: 5px 30px;
	cursor: pointer;
	border-radius: 5px;
	border: 1px solid #ef7f1a;
	font-weight: 600;
	background: #fff;
	width: auto;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.footer-right-side{
	text-align: right;
}

@media (max-width: 992px){
	.join-us-div{
		text-align: center;
	}

	.join-us-button{
		margin-top: 20px;
	}
	.footer-right-side{
		text-align: left;
	}
	.login-box {
		width: 50%
	}
}

@media (max-width: 700px){
	.login-box {
		width: 70%
	}
}
.offer-img{
	width: auto;
	height: 200px;
	margin: auto;
}
.offer-desc{
	min-height: 156px;
}
.propertu-page-shortby{
	margin-left: 10px;
	margin-right: 10px;
}

.paging_status {
	min-width: 136px;
}
@media (min-width: 714px) and (max-width: 849px) {
	.paging_status {
		display: none;
	}
}
@media (max-width: 714px){
	.propertu-page-shortby{
		margin-left: 10px;
		margin-right: 10px;
		flex-shrink: 0;
		width: 100%;
		flex: 0 0 auto;
	    width: 100%;
		max-width: 100%;
		padding-right: calc(var(--bs-gutter-x) * .5);
		padding-left: calc(var(--bs-gutter-x) * .5);
		margin-top: var(--bs-gutter-y);
		margin-top: 8px;
	}

	.property-page-heading{
		--bs-gutter-x: 1.5rem;
		--bs-gutter-y: 0;
		display: flex;
		flex-wrap: wrap;

	}

	.propertu-page-shortby label{
		min-width: 120px;
	}

	.paging_status {
		margin-left: 20px;
	}
}
@media (min-width: 753px) and (max-width: 915px) {
	.property-list-body .single-property .row .col-md-3{
		width: 31%;
	}
	.property-list-body .single-property .row .col-md-9{
		width: 69%;
	}
}
@media (max-width: 596px) {
	.logo-display-none {
		display: none;
	}
}
@media (max-width: 661px) {
	.blog-text {
		min-height: 180px;
	}
}
