* {
	padding: 0;
	margin: 0;
}

body {
	padding: 0;
	margin: 0;
	font-family: 'Outfit', sans-serif;
	background: #E8E8E8;
}

a,
a:hover,
a:focus {
	text-decoration: none;
}

a:focus {
	outline: none;
}

ul,
li {
	padding: 0;
	margin: 0;
	list-style: none;
}

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

@media (min-width: 1420px) {
	.container {
		max-width: 1400px;
	}
}

/*---------------------- Font Face ------------------*/
/* .{
  font-family: 'Outfit', sans-serif;
} */

/*---------------------- Font Face ------------------*/
.header {
	position: absolute;
	width: 100%;
	z-index: 999;
	padding: 15px 0;
	margin: 0;
	transition: all 300ms ease-in-out;
	background: transparent;
	border-bottom: 1px solid #8BA0C2;
}

.header.stickyhead,
header.inner-header.stickyhead {
	background: #1266E3;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	animation: smoothScroll 1s forwards;
}

@keyframes smoothScroll {
	0% {
		transform: translateY(-118px);
	}

	100% {
		transform: translateY(0px);
	}
}

.header .header-wrap {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
	flex-wrap: wrap;
}

.header .nav-sec {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	margin: 0;
}

.header .nav-sec .stellarnav.dark {
	background: transparent;
	display: flex;
	justify-content: space-between;
	padding: 0;
	margin: 0 0px 0 0px;
	width: auto;
}

.header .logo img {
	max-width: 100%;
}

.stellarnav ul li a {
	color: #fff;
	text-transform: uppercase;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.2;
}

.stellarnav>ul>li>a {
	padding: 0;
}

.stellarnav ul li a:hover,
.stellarnav ul li.active a {
	color: #1266E3;
}

.stellarnav ul li a:hover,
.stellarnav ul li.active a {
	color: #1266E3;
}

.header.stickyhead .stellarnav ul li a:hover,
.header.stickyhead .stellarnav ul li.active a,
.header.inner-header .stellarnav ul li a:hover,
.header.inner-header .stellarnav ul li.active a,
.header.inner-header.stickyhead .stellarnav ul li a:hover,
.header.inner-header.stickyhead .stellarnav ul li.active a {
	color: #08184B !important;
}


.stellarnav>ul {
	width: 100%;
	text-align: left;
}

.stellarnav>ul>li {
	margin-right: 75px;
}

.stellarnav>ul>li>ul>li>a {
	font-size: 16px;
}

.stellarnav li.has-sub>a:after {
	content: '\f107';
	margin-left: 10px;
	border-left: none;
	border-right: none;
	border-top: none;
	display: inline-block;
	font-family: FontAwesome;
	font-size: 18px;
	color: #fff;
	transition: all 300ms ease-in-out;
}

.stellarnav li.has-sub:hover>a:after {
	transform: rotate(180deg);
}

.stellarnav ul ul {
	top: 55px;
}

.stellarnav.dark,
.stellarnav.dark ul ul {
	background: rgba(0, 0, 0, .78);
}

.header .nav-sec .contact-btn {
	padding: 0;
	margin: 0;
}

.header .nav-sec .contact-btn a {
	display: flex;
	align-items: center;
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	color: #fff;
	background: #08184B;
	border-radius: 50px;
	padding: 10px 20px;
	margin: 0;
	transition: all 300ms ease-in-out;
}

.header .nav-sec .contact-btn a:hover {
	background: #1266E3;
}

.header .nav-sec .contact-btn a img {
	margin: 0 10px 0 0;
}


.banner {
	position: relative;
	padding: 0;
	margin: 0;
}

.banner::after {
	content: '';
	width: 100%;
	height: 190px;
	background: linear-gradient(180deg, #08184B 0%, rgba(8, 24, 75, 0.348958) 55.21%, rgba(8, 24, 75, 0) 100%);
	opacity: 0.7;
	position: absolute;
	top: 0;
	left: 0;
}

.banner img {
	width: 100%;
	height: auto;
}

.banner .desc {
	margin: 0;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.4);
	padding: 40px 15px;
}

.banner-form {
	display: flex;
	align-items: center;
	margin: 0 auto;
	background: #fff;
	padding: 10px 10px 10px 10px;
	border-radius: 40px;
	max-width: 100%;
	/* width: 1440px; */
	/* max-width: 800px; */
	flex-wrap: wrap;
	justify-content: space-between;
}

.banner-form .btn-box {
	width: 187px;
}

.banner-form .btn-box .btn {
	width: 100%;
	background: #1266E3;
	height: 38px;
	border: none;
	outline: none;
	box-shadow: none;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.2;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
	border-radius: 27px;
}

.banner-form .btn-box .btn:hover {
	background: #08184B;
}

.banner-form .banner-form-wrap {
	width: calc(100% - 187px);
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0;
	margin: 0;
}

.banner-form .banner-form-wrap .field-box {
	flex: 0 0 20%;
	max-width: 20%;
	/* width: 50%; */
	padding: 0 10px 0 10px;
	margin: 0;
	display: flex;
	align-items: center;
	border-right: 1px solid rgba(37, 41, 47, 0.3);
}
.banner-form .banner-form-wrap .field-box .icon{
	line-height: 0;
}
.banner-form .banner-form-wrap .field-box .form-control{
	padding: 0.375rem;
}

/* .banner-form .banner-form-wrap .field-box:nth-child(2){
	display: none;
} */


.banner-form .banner-form-wrap .field-box:last-child {
	border-right: none;
}

.banner-form .banner-form-wrap .field-box:first-child {
	padding-left: 0;
}

.banner-form .banner-form-wrap .field-box .field {
	padding: 0;
	margin: 0;
	width: calc(100% - 20px);
}

.banner-form .banner-form-wrap .field-box .field .form-control {
	border: none;
	outline: none;
	box-shadow: none;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.2;
	color: #25292F;
}

.play-btn {
	/* position: absolute; */
	position: relative;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	margin: 0 auto 60px;
	font-size: 30px;
	line-height: 1.2;
	color: #1266E3;
	cursor: pointer;
}

.play-btn::after {
	background-color: rgba(255, 255, 255, .2);
	content: '';
	display: block;
	width: 100px;
	height: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	z-index: -1;
}

.play-btn::before {
	background-color: rgba(255, 255, 255, .2);
	content: '';
	display: block;
	width: 120px;
	height: 120px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	z-index: -1;
}

.modal-video-wrap iframe {
	width: 100%;
	height: 350px;
	width: 100%;
	height: 350px;
	padding: 0;
	margin: 0;
	border: none;
	line-height: 0;
}

.VideoPopup .modal-dialog {
	max-width: 800px;
}

.VideoPopup .modal-dialog .modal-body {
	padding: 8px;
}

.VideoPopup .modal-dialog .modal-body .modal-video-wrap {
	position: relative;
	line-height: 0;
}

.VideoPopup .modal-dialog .modal-body .modal-video-wrap button.close {
	position: absolute;
	right: 4px;
	top: 4px;
	color: red;
	opacity: 1;
	box-shadow: none;
	text-shadow: none;
	font-size: 25px;
	background: #fff;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	overflow: hidden;
	line-height: 20px;
	outline: none;
}

.VideoPopup .modal-dialog .modal-body .modal-video-wrap button.close span {
	position: relative;
	top: -1px;
}

.hm-property-sec {
	padding: 40px 0;
	margin: 0;
	background: #FFFFFF;
}

.hm-property-sec .ttl {
	text-align: center;
	padding: 0;
	margin: 0 auto 30px;
	max-width: 522px;
}

.hm-property-sec .ttl h2 {
	font-weight: 600;
	font-size: 26px;
	line-height: 1.2;
	color: #25292F;
	padding: 0;
	margin: 0 0 30px;
}

.hm-property-sec .ttl p {
	font-weight: 300;
	font-size: 15px;
	line-height: 24px;
	text-align: center;
	color: #25292F;
	padding: 0;
	margin: 0;
}

.hm-property-sec .property-slider-wrap .item {
	padding: 0 5px 20px;
}

.hm-property-box {
	padding: 0;
	margin: 0;
	border: 1px solid #EDEDED;
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
	border-radius: 10px 10px 0px 0px;
	transition: all 300ms ease-in-out;
}

.hm-property-box:hover {
	box-shadow: none;
}

.hm-property-box .img-box {
	border-radius: 10px 10px 0px 0px;
	padding: 0;
	margin: 0;
	height: 270px;
	overflow: hidden;
}

.hm-property-box .img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hm-property-box .text-box {
	padding: 10px 15px;
	margin: 0;
}

.hm-property-box .text-box h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.2;
    color: #25292F;
    padding: 20px 0 0px;
    margin: 0;
}

.hm-property-box .text-box ul li {
	display: flex;
	align-items: center;
	padding: 0;
	margin: 0 0 15px;
}

.hm-property-box .text-box ul li:last-child {
	margin-bottom: 0;
}

.hm-property-box .text-box ul li i {
	width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin-right: 10px;
}

.hm-property-box .text-box ul li i img {
	width: auto;
}

.hm-property-box .text-box ul li i.border {
	background: #FFFFFF;
	border: 1px solid #BECDE2;
}

.hm-property-box .text-box ul li span {
	display: inline-block;
	font-weight: 300;
	font-size: 15px;
	line-height: 1.6;
	color: #25292F;
	padding: 0;
	margin: 0;
}

.hm-property-box .text-box h4 {
	font-weight: 300;
	font-size: 18px;
	line-height: 1.2;
	color: #25292F;
	padding: 20px 0 30px;
	margin: 0;
}

.hm-property-box .text-box h4 strong {
	font-weight: 600;
	color: #1266E3;
}

#property-slider .owl-dots {
	display: flex;
	padding: 0 5px;
	margin: 0;
}

#property-slider .owl-dots button {
	border: none;
	outline: none;
	box-shadow: 0;
	padding: 0;
	margin: 0 10px 0 0;
}

#property-slider .owl-dots button span {
	display: inline-block;
	width: 34px;
	height: 9px;
	background: #D9D9D9;
	border-radius: 10px;
	padding: 0;
	margin: 0;
}

#property-slider .owl-dots button.active span {
	background: #1266E3;
}

#property-slider1 .owl-dots {
	display: flex;
	padding: 0 5px;
	margin: 0;
}

#property-slider1 .owl-dots button {
	border: none;
	outline: none;
	box-shadow: 0;
	padding: 0;
	margin: 0 10px 0 0;
}

#property-slider1 .owl-dots button span {
	display: inline-block;
	width: 34px;
	height: 9px;
	background: #D9D9D9;
	border-radius: 10px;
	padding: 0;
	margin: 0;
}

#property-slider1 .owl-dots button.active span {
	background: #1266E3;
}

#unit-slider .owl-dots {
	display: flex;
	padding: 0 5px;
	margin: 0;
}

#unit-slider .owl-dots button {
	border: none;
	outline: none;
	box-shadow: 0;
	padding: 0;
	margin: 0 10px 0 0;
}

#unit-slider .owl-dots button span {
	display: inline-block;
	width: 34px;
	height: 9px;
	background: #D9D9D9;
	border-radius: 10px;
	padding: 0;
	margin: 0;
}

#unit-slider .owl-dots button.active span {
	background: #1266E3;
}
#listing-slider .owl-dots,
#md_img_slider .owl-dots {
	display: flex;
	padding: 0 5px;
	margin: 0;
}

#listing-slider .owl-dots button,
#md_img_slider .owl-dots button {
	border: none;
	outline: none;
	box-shadow: 0;
	padding: 0;
	margin: 0 10px 0 0;
}

#listing-slider .owl-dots button span,
#md_img_slider .owl-dots button span {
	display: inline-block;
	width: 34px;
	height: 9px;
	background: #D9D9D9;
	border-radius: 10px;
	padding: 0;
	margin: 0;
}

#listing-slider .owl-dots button.active span,
#md_img_slider .owl-dots button.active span {
	background: #1266E3;
}

.new-property-sec {
	background: #F4F5F9;
	position: relative;
	padding: 0;
	margin: 0;
}

.new-property-sec::after {
	content: '';
	width: 50%;
	height: 100%;
	background: #1266E3;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.new-property-sec .info-box {
	position: relative;
	z-index: 2;
	padding: 60px 0;
	margin: 0;
	max-width: 493px;
}

.new-property-sec .info-box .ttl-box {
	padding: 0 0 30px;
	margin: 0;
}

.new-property-sec .info-box .ttl-box h2 {
	font-weight: 600;
	font-size: 26px;
	line-height: 1.2;
	color: #FFFFFF;
	padding: 0;
	margin: 0 0 15px;
}

.new-property-sec .info-box .ttl-box p {
	font-weight: 300;
	font-size: 15px;
	line-height: 24px;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
}

.new-property-sec .info-box .info-panel {
	display: flex;
	align-items: center;
	padding: 0;
	margin: 0 0 30px;
}

.new-property-sec .info-box .info-panel:last-child {
	margin-bottom: 0;
}

.new-property-sec .info-box .info-panel .icon {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	padding: 0;
	margin: 0 10px 0 0;
}

.new-property-sec .info-box .info-panel .text-box {
	width: calc(100% - 80px);
	padding: 0;
	margin: 0;
}

.new-property-sec .info-box .info-panel .text-box h3 {
	font-weight: 600;
	font-size: 18px;
	line-height: 1.2;
	color: #FFFFFF;
	padding: 0;
	margin: 0 0 10px;
}

.new-property-sec .info-box .info-panel .text-box p {
	font-weight: 300;
	font-size: 13px;
	line-height: 1.4;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
}

.new-property-sec .img-box {
	padding: 40px 0;
	margin: 0;
}

.new-property-sec .img-box img {
	max-width: 100%;
	height: auto;
}

.know-about-sec {
	position: relative;
	padding: 0;
	margin: 0;
}

.know-about-sec:after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 1;
}

.know-about-sec .about-desc {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	text-align: center;
	padding: 0;
	margin: 0;
	z-index: 2;
	transform: translate(0, -50%);
}

.know-about-sec img {
	width: 100%;
	height: auto;
}

.know-about-sec .about-desc .text-box {
	padding: 0;
	margin: 0;
}

.know-about-sec .about-desc .text-box p {
	font-weight: 500;
	font-size: 15px;
	line-height: 1.2;
	color: #FFFFFF;
	padding: 0;
	margin: 0 0 30px;
}

.know-about-sec .about-desc .text-box h3 {
	font-weight: 600;
	font-size: 26px;
	line-height: 1.2;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
}

.counter-sec {
	padding: 0;
	margin: -130px 0 0;
	position: relative;
	z-index: 3;
}

.counter-sec .counter-wrap {
	background: #fff;
	border-radius: 10px;
	padding: 40px 150px;
	box-shadow: 0px 4px 24px rgba(8, 18, 32, 0.1);
}

.counter-sec .counter-wrap .counter-box {
	text-align: center;
	padding: 42px 0;
	margin: 0;
	background: url(../images/counter-item-bg1.png) no-repeat center center;
}

.counter-sec .counter-wrap .col-lg-3:nth-child(2) .counter-box {
	background: url(../images/counter-item-bg2.png) no-repeat center center;
}

.counter-sec .counter-wrap .col-lg-3:nth-child(3) .counter-box {
	background: url(../images/counter-item-bg3.png) no-repeat center center;
}

.counter-sec .counter-wrap .col-lg-3:nth-child(4) .counter-box {
	background: url(../images/counter-item-bg4.png) no-repeat center center;
}

.counter-sec .counter-wrap .counter-box h2 {
	font-weight: 700;
	font-size: 40px;
	line-height: 1.2;
	text-align: center;
	color: #1266E3;
	padding: 0;
	margin: 0;
}

.counter-sec .counter-wrap .counter-box h3 {
	font-weight: 300;
	font-size: 15px;
	line-height: 1.2;
	text-align: center;
	color: #000000;
	padding: 0;
	margin: 0;
}

.nearby-cities-sec {
	padding: 60px 0;
}

.nearby-cities-sec .ttl {
	text-align: center;
	padding: 0;
	margin: 0 auto 30px;
	max-width: 522px;
}

.nearby-cities-sec .ttl h2 {
	font-weight: 600;
	font-size: 26px;
	line-height: 1.2;
	color: #25292F;
	padding: 0;
	margin: 0 0 30px;
}

.nearby-cities-sec .ttl p {
	font-weight: 300;
	font-size: 15px;
	line-height: 24px;
	text-align: center;
	color: #25292F;
	padding: 0;
	margin: 0;
}

.nearby-cities-wrap {
	padding: 0;
	margin: 0;
}

.nearby-cities-wrap .nearby-cities-items {
	position: relative;
	padding: 0;
	margin: 0;
}

.nearby-cities-wrap .nearby-cities-items .img-box {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

.nearby-cities-wrap .nearby-cities-items .img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.nearby-cities-wrap .nearby-cities-items .img-box::after {
	content: '';
	background: linear-gradient(180deg, rgba(18, 102, 227, 0) 0%, #1266E3 100%);
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.nearby-cities-wrap .nearby-cities-items .text-box {
	position: absolute;
	width: 100%;
	bottom: 30px;
	left: 0;
	text-align: center;
}

.nearby-cities-wrap .nearby-cities-items .text-box h3 {
	font-weight: 700;
	font-size: 26px;
	line-height: 24px;
	text-align: center;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
}

.nearby-cities-wrap .nearby-cities-items .cities-number {
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 1;
	background: #25292F;
	border-radius: 5px;
	padding: 10px 25px;
	margin: 0;
}

.nearby-cities-wrap .nearby-cities-items .cities-number p {
	font-weight: 600;
	font-size: 15px;
	line-height: 24px;
	text-align: center;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
}

#nearby-cities .owl-dots {
	display: flex;
	justify-content: center;
	padding: 30px 0 0 0;
	margin: 0;
}

#nearby-cities .owl-dots button {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	border: 1px solid transparent;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: none;
	outline: none;
	padding: 0;
	margin: 0 10px 0 0;
}

#nearby-cities .owl-dots button span {
	display: inline-block;
	width: 13px;
	height: 13px;
	border-radius: 13px;
	background: #D9D9D9;
}

#nearby-cities .owl-dots button.active {
	border-color: #1266E3;
}

#nearby-cities .owl-dots button.active span {
	background: #1266E3;
}

.app-download-sec {
	background: #1266E3;
	padding: 60px 0 0;
	margin: 0;
}

.app-download-sec .app-download-info {
	padding: 0;
	margin: 0;
	max-width: 500px;
}

.app-download-sec .app-download-info h3 {
	font-weight: 600;
	font-size: 26px;
	line-height: 1.2;
	color: #FFFFFF;
	padding: 0;
	margin: 0 0 15px;
}

.app-download-sec .app-download-info p {
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	color: #FFFFFF;
	padding: 0;
	margin: 0 0 40px;
}

.app-download-sec .app-download-info strong {
	display: block;
	font-weight: 600;
	font-size: 15px;
	line-height: 24px;
	color: #FFFFFF;
	padding: 0;
	margin: 0 0 20px;
}

.app-download-sec .app-download-info ul li {
	display: inline-block;
	padding: 0;
	margin: 0 10px 0 0;
}

.app-download-sec .app-download-info ul li:last-child {
	margin-right: 0;
}

.app-download-sec .mobile-img img {
	max-width: 100%;
}

.footer {
	background: #25292F;
	padding: 30px 0;
	margin: 0;
}

.footer .ttl {
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	color: #FFFFFF;
	padding: 0;
	margin: 0 0 20px;
}

.footer .properties-menu-box {
	padding: 0;
	margin: 0;
}

.footer .properties-menu-box ul {
	display: block;
	padding: 0;
	margin: 0 0 10px;
}

.footer .properties-menu-box ul li {
	display: inline-block;
	padding: 0;
	margin: 0;
}

.footer .properties-menu-box ul li a {
	font-weight: 300;
	font-size: 13px;
	line-height: 1.2px;
	color: #FFFFFF;
	padding: 0 7px 0 0;
	margin: 0 7px 0 0;
	border-right: 1px solid #fff;
	transition: all 300ms ease-in-out;
}

.footer .properties-menu-box ul li a:hover {
	color: #1266E3;
}

.footer .properties-menu-box ul li:last-child a {
	border-right: none;
	padding-right: 0;
	margin-right: 0;
}

.footer .ft-box .ft-menu-list li {
	padding: 0;
	margin: 0 0 10px;
}

.footer .ft-box .ft-menu-list li:last-child {
	margin-bottom: 0;
}

.footer .ft-box .ft-menu-list li a {
	display: inline-block;
	font-weight: 300;
	font-size: 13px;
	line-height: 1.2px;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
	transition: all 300ms ease-in-out;
}

.footer .ft-box .ft-menu-list li a:hover {
	color: #1266E3;
}

.footer .ft-box .src-box {
	position: relative;
	padding: 0;
	margin: 0 0 30px;
}

.footer .ft-box .src-box .icon {
	position: absolute;
	top: 50%;
	left: 15px;
	padding: 0;
	margin: 0;
	transform: translate(0px, -50%);
}

.footer .ft-box .src-box .icon i {
	color: rgba(255, 255, 255, .5);
}

.footer .ft-box .src-box .form-control {
	background: #434851;
	height: 45px;
	min-height: 45px;
	border-radius: 27px;
	border: none;
	outline: none;
	box-shadow: none;
	font-weight: 300;
	font-size: 13px;
	line-height: 1.2;
	color: rgba(255, 255, 255, .58);
	padding: 10px 150px 10px 40px;
}

.footer .ft-box .src-box button.btn {
	position: absolute;
	top: 0;
	right: 0;
	background: #1266E3;
	font-weight: 600;
	font-size: 15px;
	line-height: 1.2;
	color: #FFFFFF;
	height: 45px;
	border-radius: 27px;
	padding: 0 45px;
	transition: all 300ms ease-in-out;
}

.footer .ft-box .src-box button.btn:hover {
	background: #08184B;
}

.footer .ft-box ul.social-icon-list li {
	display: inline-block;
	padding: 0;
	margin: 0 10px 0 0;
}

.footer .ft-box ul.social-icon-list li:last-child {
	margin-right: 0;
}

.footer .ft-box ul.social-icon-list li a {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	color: #25292F;
	line-height: 1.2;
	background: #A1A3A8;
	transition: all 300ms ease-in-out;
}

.footer .ft-box ul.social-icon-list li a:hover {
	background: #1266E3;
	color: #fff;
}

.footer .copyright-sec p {
	font-weight: 300;
	font-size: 13px;
	line-height: 1.2;
	color: #FFFFFF;
	border-top: 1px solid #434851;
	padding: 20px 0 0;
	margin: 10px 0 0;
}

.footer .copyright-sec p a {
	font-weight: 300;
	font-size: 13px;
	line-height: 1.2;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
	text-decoration: underline;
	transition: all 300ms ease-in-out;
}

.footer .copyright-sec p a:hover {
	color: #1266E3;
}

.header.inner-header {
	position: relative;
	background: #1266E3;
}

.cus-breadcrumb {
	padding: 10px 0;
	margin: 0;
}

.cus-breadcrumb ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
}

.cus-breadcrumb ul li,
.cus-breadcrumb ul li a {
	font-weight: 400;
	font-size: 13px;
	line-height: 1.2;
	color: #606060;
	padding: 0;
	margin: 0;
	transition: all 300ms ease-in-out;
}

.cus-breadcrumb ul li a:hover {
	color: #1266E3;
}

.cus-breadcrumb ul li {
	position: relative;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
}

.cus-breadcrumb ul li:after {
	content: '\f105';
	font-family: FontAwesome;
	font-weight: 400;
	font-size: 13px;
	line-height: 1.2;
	color: #606060;
	padding: 0;
	margin: 0;
	position: absolute;
	right: -2px;
	top: 1px;
}

.cus-breadcrumb ul li:last-child:after {
	display: none;
}

.cus-breadcrumb ul li:last-child {
	padding-right: 0;
	margin-right: 0;
}

.listing-filter {
	padding: 15px 0px;
	background: #1266E3;
	margin: 0 0 0px;
}

.sidebar {
	padding: 0 15px;
	margin: 0;
	background: #fff;
	height: 100%;
	border: 1px solid #DFE5ED;
	border-radius: 5px;
}

.sidebar .clear-btn {
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	color: #1266E3;
	padding: 0;
	margin: 0;
	border: none;
	box-shadow: none;
	outline: none;
	background: transparent;
	cursor: pointer;
}

.sidebar .filter-headed {
	padding: 15px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0;
	border-bottom: 1px solid #DFE5ED;
}

.sidebar .filter-headed h2 {
	font-weight: 500;
	font-size: 18px;
	line-height: 1.2;
	color: #25292F;
	padding: 0;
	margin: 0;
}

.sidebar .hide-screen {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 0;
	margin: 0;
	border-bottom: 1px solid #DFE5ED;
}

.sidebar .hide-screen h3 {
	font-weight: 300;
	font-size: 18px;
	line-height: 1.2;
	color: #25292F;
	padding: 0;
	margin: 0;
}

.toggle-switch input[type="checkbox"] {
	cursor: pointer;
	position: relative;
	width: 26px;
	height: 14px;
	-webkit-appearance: none;
	background: #fff;
	outline: none;
	border-radius: 20px;
	/* box-shadow: inset 0 0 5px rgba(255, 0, 0, 0.2); */
	transition: 0.7s;
	border: 2px solid #1266E3;
}

.toggle-switch input:checked[type="checkbox"] {
	background: #fff;
}

.toggle-switch input[type="checkbox"]:before {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 20px;
	top: 1px;
	left: 2px;
	background: #1266E3;
	transform: scale(1.1);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	transition: .5s;
}

.toggle-switch input:checked[type="checkbox"]:before {
	left: 12px;
}

.sidebar-box {
	padding: 15px 0;
	margin: 0;
	border-bottom: 1px solid #DFE5ED;
}

.sidebar-box .sider-bar-ttl {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0;
}

.sidebar-box .sider-bar-ttl h3 {
	font-weight: 300;
	font-size: 18px;
	line-height: 1.2;
	color: #25292F;
	padding: 0;
	margin: 0;
}

.sidebar-box .sider-bar-ttl .arrow-clear .clear-btn {
	margin-right: 10px;
}

.sidebar-box .sider-bar-ttl .arrow-clear span {
	color: #606060;
	cursor: pointer;
	transition: all 300ms ease-in-out;
}

.sidebar-box .sider-bar-ttl .arrow-clear span i {
	transition: all 300ms ease-in-out;
	transform: rotate(0deg);
}

.sidebar-box .sider-bar-ttl .arrow-clear span.active i {
	transform: rotate(180deg);
}



.check-box-wrap .form-group input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}

.check-box-wrap .form-group label {
	position: relative;
	cursor: pointer;
	padding: 0;
	margin: 0;
	font-weight: 300;
	font-size: 15px;
	line-height: 1.2;
	color: #25292F;
	display: flex;
	align-items: center;
}

.check-box-wrap .form-group label:before {
	content: '';
	-webkit-appearance: none;
	background-color: transparent;
	border: 2px solid #1266E3;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
	padding: 8px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 5px;
	border-radius: 4px;
}

.check-box-wrap .form-group input:checked+label:after {
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	left: 8px;
	width: 5px;
	height: 10px;
	border: solid #1266E3;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.check-box-wrap {
	padding: 0 5px 0 0;
	margin: 15px 5px 10px 0;
	max-height: 200px;
	overflow-y: auto;
}

.check-box-wrap::-webkit-scrollbar {
	width: 5px;
}

.check-box-wrap::-webkit-scrollbar-track {
	background-color: #D9D9D9;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.check-box-wrap::-webkit-scrollbar-thumb {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #1266E3;
}


/*==== Range Bar Css ======*/

.price-input-wrper {
	padding: 0 15px 0 0;
	margin: 0;
}

.price-input {
	width: 100%;
	padding: 50px 0 8px;
	margin: 0;
}

.range-value {
	position: absolute;
	top: -40px;
	background: #08184B;
	border-radius: 5px;
	font-weight: 300;
	font-size: 13px;
	line-height: 1.2;
	color: #FFFFFF;
	padding: 6px 8px;
}

.range-value.min {
	left: 0;
}

.range-value.max {
	right: -22px;
}

.track-container {
	width: 100%;
	position: relative;
	cursor: pointer;
	height: 4px;
}

.track,
.track-highlight {
	display: block;
	position: absolute;
	width: 100%;
	height: 4px;
	border-radius: 10px;
}

.track {
	background-color: #ddd;
}

.track-highlight {
	background-color: #1266E3;
	z-index: 2;
}

.track2,
.track2:focus {
	border-color: #1266E3 !important;
}

.track-btn {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	cursor: pointer;
	display: block;
	position: absolute;
	z-index: 2;
	width: 16px;
	height: 16px;
	top: calc(-50% - 4px);
	margin-left: 0;
	border: none;
	background-color: #fff;
	-ms-touch-action: pan-x;
	touch-action: pan-x;
	transition: box-shadow .3s ease-out, background-color .3s ease, -webkit-transform .3s ease-out;
	transition: transform .3s ease-out, box-shadow .3s ease-out, background-color .3s ease;
	transition: transform .3s ease-out, box-shadow .3s ease-out, background-color .3s ease, -webkit-transform .3s ease-out;
	border-radius: 50%;
	border: 2px solid #1266E3;
	outline: none !important;
}

/*==== Range Bar Css End ======*/
.min-max-panel {
	padding: 20px 0 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin: 0;
}

.min-max-panel .min-max-box {
	width: 48%;
}

.min-max-panel .min-max-box .form-control {
	background: #FFFFFF;
	border: 1px solid #DFE5ED;
	border-radius: 40px;
	outline: none;
	height: 44px;
	box-shadow: none;
	outline: none;
	font-weight: 300;
	font-size: 15px;
	line-height: 1.2;
	color: #969CA3;
}

.listing-wrap {
	padding: 0;
	margin: 0;
}

.listing-wrap .listing-wrap-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 0 15px;
}

.listing-wrap .listing-wrap-top h2 {
	font-weight: 600;
	font-size: 26px;
	line-height: 1.2;
	text-align: right;
	color: #25292F;
	padding: 0;
	margin: 0;
}

.listing-wrap .listing-wrap-top .sort-by-box {
	display: flex;
	align-items: center;
	background: #FFFFFF;
	border: 1px solid #DFE5ED;
	border-radius: 40px;
	padding: 10px 30px;
}

.listing-wrap .listing-wrap-top .sort-by-box span {
	display: inline-block;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.2;
	color: #606060;
	padding: 0;
	margin: 0;
	min-width: 60px;
}

.listing-wrap .listing-wrap-top .sort-by-box .form-control {
	padding: 0;
	margin: 0;
	border: none;
	outline: 0;
	box-shadow: none;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.2;
	color: #606060;
}

.pro-listing-panel {
	padding: 0;
	margin: 0 0 20px;
	background: #FFFFFF;
	border: 1px solid #DFE5ED;
	box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.04);
	border-radius: 10px;
	position: relative;
}

.pro-listing-panel .img-box {
	width: 375px;
	height: 340px;
	padding: 0;
	margin: 0;
	border-radius: 10px;
	overflow: hidden;
}

.pro-listing-panel .img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pro-listing-panel .info-box {
	padding: 15px;
	margin: 0;
	border-radius: 10px;
	position: absolute;
	right: 0;
	/* max-width: 600px; */
	background: #fff;
	top: 50%;
	transform: translate(0px, -50%);
}

.pro-listing-panel .info-box .ttl-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 15px 0 0;
	margin: 0 0 10px;
	position: relative;
}

.pro-listing-panel .info-box .ttl-bar h3 {
	font-weight: 500;
	font-size: 15px;
	line-height: 1.2;
	text-transform: capitalize;
	color: #25292F;
	padding: 0;
	margin: 0;
}

.pro-listing-panel .info-box .ttl-bar .rl-side {
	display: flex;
	align-items: center;
	padding: 0;
	margin: 0;
}

.pro-listing-panel .info-box .ttl-bar .rl-side h2 {
	font-weight: 300;
	font-size: 18px;
	line-height: 1.2;
	text-align: right;
	color: #25292F;
	padding: 0;
	margin: 0 10px 0 0;
}

.pro-listing-panel .info-box .ttl-bar .rl-side h2 strong {
	font-weight: 600;
	color: #1266E3;
}

.pro-listing-panel .info-box .ttl-bar .rl-side .opt-icon {
	padding: 0 3px;
	cursor: pointer;
	position: absolute;
	right: 2px;
	top: 2px;
}

.pro-listing-panel .info-box .ttl-bar .rl-side .opt-icon li {
	height: 3.5px;
	width: 3.5px;
	border-radius: 50%;
	background: #000000;
	padding: 0;
	margin: 2px 0;
	transition: all 300ms ease-in-out;
}

.pro-listing-panel .info-box .ttl-bar .rl-side .opt-icon:hover li {
	background: #1266E3;
}

.pro-listing-table {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	border: 1px solid #DFE5ED;
	border-radius: 10px;
}

.pro-listing-table .table-box {
	width: 33.333333%;
	padding: 10px 10px;
	margin: 0;
}

.pro-listing-table .table-box:nth-child(1),
.pro-listing-table .table-box:nth-child(2),
.pro-listing-table .table-box:nth-child(3) {
	border-bottom: 1px solid #DFE5ED;
}

.pro-listing-table .table-box:nth-child(1),
.pro-listing-table .table-box:nth-child(2),
.pro-listing-table .table-box:nth-child(4),
.pro-listing-table .table-box:nth-child(5) {
	border-right: 1px solid #DFE5ED;
}

.pro-listing-table .table-box p {
	font-weight: 200;
	font-size: 13px;
	line-height: 1.2;
	text-transform: uppercase;
	color: #25292F;
	padding: 0;
	margin: 0;
}

.pro-listing-table .table-box span {
	font-weight: 300;
	font-size: 13px;
	line-height: 1.2;
	color: #25292F;
	padding: 0;
	margin: 0;
}

.pro-listing-panel .add-info {
	padding: 10px 0;
	border-bottom: 1px solid #DFE5ED;
	margin-bottom: 15px;
}

.pro-listing-panel .add-info p {
	font-weight: 200;
	font-size: 15px;
	line-height: 27px;
	color: #25292F;
	padding: 0 0;
	margin: 0;
}

.pro-listing-panel .contact-now-btn {
	padding: 0;
	margin: 0;
}

.pro-listing-panel .contact-now-btn a {
	display: inline-block;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.2;
	color: #FFFFFF;
	background: #1266E3;
	border-radius: 50px;
	padding: 12px 40px;
	margin: 0;
	border: 1px solid #1266E3;
	transition: all 300ms ease-in-out;
}

.pro-listing-panel .contact-now-btn a:hover {
	background: transparent;
	color: #1266E3;
}

.about-sec {
	background: #fff;
	padding: 60px 0;
	margin: 0;
	position: relative;
	min-height: 514px;
}

.about-sec .about-img {
	position: absolute;
	right: 0;
	top: 0;
}

.about-sec .about-img img {
	width: 100%;
	height: auto;
}

.about-sec .about-text {
	padding: 0;
	margin: 0;
	max-width: 850px;
}

.about-sec .about-text h2 {
	font-weight: 600;
	font-size: 26px;
	line-height: 1.2;
	color: #25292F;
	padding: 0;
	margin: 0 0 30px;
}

.about-sec .about-text h3 {
	font-weight: 500;
	font-size: 18px;
	line-height: 1.2;
	color: #25292F;
	padding: 0;
	margin: 0 0 15px;
}

.about-sec .about-text p {
	font-weight: 300;
	font-size: 15px;
	line-height: 24px;
	color: #25292F;
	padding: 0;
	margin: 0 0 20px;
}

.about-contact-sec {
	background-color: #FFFFFF;
	padding: 0 0 30px;
	margin: 0;
}

.about-contact-sec .about-contact-wrap {
	background: #F4F5F7;
	padding: 40px 0;
}

.about-contact-sec .about-contact-wrap .about-contact-info {
	padding: 0 0 0 30px;
	margin: 0;
}

.about-contact-sec .about-contact-wrap .about-contact-info h3 {
	font-weight: 600;
	font-size: 26px;
	line-height: 1.2;
	color: #25292F;
	padding: 0;
	margin: 0 0 20px;
}

.about-contact-sec .about-contact-wrap .about-contact-info p {
	font-weight: 300;
	font-size: 15px;
	line-height: 1.2;
	color: #25292F;
	padding: 0;
	margin: 0;
}

.about-contact-sec .about-contact-wrap .about-contact-box {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding: 20px 0;
	margin: 0;
}

.about-contact-sec .about-contact-wrap .about-contact-box .icon {
	border-radius: 50%;
	width: 90px;
	height: 90px;
	background: #1266E3;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}

.about-contact-sec .about-contact-wrap .about-contact-box .info {
	padding: 0;
	margin: 0;
}

.about-contact-sec .about-contact-wrap .about-contact-box .info strong {
	display: block;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.2;
	color: #25292F;
	padding: 0;
	margin: 0 0 6px;
}

.about-contact-sec .about-contact-wrap .about-contact-box .info a {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2;
	color: #1266E3;
	padding: 0;
	margin: 0;
	transition: all 300ms ease-in-out;
}

.about-contact-sec .about-contact-wrap .about-contact-box .info a:hover {
	color: #25292F;
}

.cus-bordar-rt {
	border-right: 1px solid rgba(32, 70, 125, .2);
}

.inner-banner {
	position: relative;
	padding: 0;
	margin: 0;
}

.inner-banner:after {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	left: 0;
	top: 0;
	position: absolute;
}

.inner-banner img {
	width: 100%;
	height: auto;
}

.inner-banner .desc {
	z-index: 2;
	position: absolute;
	left: 0;
	width: 100%;
	top: 50%;
	transform: translate(0, -50%);
}

.inner-banner .desc .text-box {
	text-align: center;
	padding: 0;
	margin: 0;
}

.inner-banner .desc .text-box h1 {
	display: inline-block;
	font-weight: 600;
	font-size: 36px;
	line-height: 1.2;
	color: #FFFFFF;
	padding: 10px 20px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin: 0 0 20px;
}

.inner-banner .desc .text-box p {
	font-weight: 400;
	font-size: 15px;
	line-height: 1.2;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
}

.contact-sec {
	background: #fff;
	padding: 0 0 40px;
	margin: 0;
}

.contact-sec .contact-wrap {
	background: #FFFFFF;
	box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
	border-radius: 6px;
	padding: 0 0 0px;
	margin: -60px auto 0;
	position: relative;
	z-index: 3;
	max-width: 930px;
}

.contact-sec .contact-desc {
	padding: 0 0 100px;
	margin: 0;
}

.contact-sec .contact-desc .contact-text {
	max-width: 280px;
	margin: 0 auto;
}

.contact-sec .contact-desc .contact-text .img-box {
	padding: 0 0 20px;
	margin: 0;
}

.contact-sec .contact-desc .contact-text .img-box img {
	max-width: 100%;
}

.contact-sec .contact-desc .contact-text .contact-info-panel {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0;
	margin: 0 0 20px;
}

.contact-sec .contact-desc .contact-text .contact-info-panel .icon {
	width: 43px;
	height: 43px;
	border-radius: 50%;
	background: #EDF4FE;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}

.contact-sec .contact-desc .contact-text .contact-info-panel .text {
	width: calc(100% - 53px);
}

.contact-sec .contact-desc .contact-text .contact-info-panel .text p,
.contact-sec .contact-desc .contact-text .contact-info-panel .text a {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.6;
	color: #000000;
	padding: 0;
	margin: 0;
	transition: all 300ms ease-in-out;
}

.contact-sec .contact-desc .contact-text .contact-info-panel .text a:hover {
	color: #1266E3;
}

.contact-sec .form-wrap {
	padding: 30px 40px;
	margin: 0;
}

.contact-sec .form-wrap .form-group {
	position: relative;
	padding: 0;
	margin: 0 0 30px;
}

.contact-sec .form-wrap .form-group .form-icon {
	position: absolute;
	top:22px;
	left: 10px;
	padding: 0;
	margin: 0;
	transform: translate(0, -50%);
}

.contact-sec .form-wrap .form-group .form-control {
	height: 44px;
	background: #F4F5F7;
	border: 1px solid #DADDE2;
	border-radius: 5px;
	box-shadow: none;
	outline: none;
	padding-left: 40px;
}

.cus-border-left {
	border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.contact-sec .form-wrap .form-group textarea.form-control {
	height: 146px;
	resize: none;
	padding: 0.375rem 0.75rem;
}

.contact-sec .form-wrap .btn-wrap .btn {
	display: inline-block;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.2;
	color: #FFFFFF;
	background: #1266E3;
	border-radius: 50px;
	padding: 12px 40px;
	margin: 0;
	border: 1px solid #1266E3;
	transition: all 300ms ease-in-out;
	box-shadow: none;
	outline: none;
	min-width: 220px;
}

.contact-sec .form-wrap .btn-wrap .btn:hover {
	background: transparent;
	color: #1266E3;
}


.property-service-sec {
	background: #fff;
	padding: 40px 0;
	margin: 0;
}

.property-service-sec .we-provide-sec {
	padding: 0 0 40px;
	margin: 0;
}

.property-service-sec .we-provide-sec h2,
.property-service-sec .promisses-block h2 {
	font-weight: 600;
	font-size: 26px;
	line-height: 1.2;
	color: #25292F;
	padding: 0 0 20px;
	margin: 0 0 0px;
}

.we-provide-box {
	position: relative;
	padding: 0;
	margin: 0;
}

.we-provide-box .img-box {
	position: relative;
	padding: 0;
	margin: 0;
	border-radius: 10px;
	overflow: hidden;
}

.we-provide-box .img-box img {
	width: 100%;
	height: auto;
}

.we-provide-box .img-box:after {
	content: '';
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #1266E3 100%);
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	height: 80%;
}

.we-provide-box .text-box {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 2;
	padding: 0 20px 30px;
}

.we-provide-box .text-box h3 {
	font-weight: 700;
	font-size: 26px;
	line-height: 1.2;
	color: #FFFFFF;
	padding: 0;
	margin: 0 0 20px;
}

.we-provide-box .text-box p {
	font-weight: 500;
	font-size: 15px;
	line-height: 1.2;
	display: flex;
	align-items: center;
	color: #FFFFFF;
	padding: 0;
	margin: 0 0 10px;
}

.we-provide-box .text-box ul li {
	font-weight: 400;
	font-size: 15px;
	line-height: 1.2;
	display: flex;
	align-items: center;
	color: #FFFFFF;
	position: relative;
	padding: 0 0 0 20px;
	margin: 0 0 5px;
}

.we-provide-box .text-box ul li::after {
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	background: url(../images/tick-icon.png) no-repeat left top;
	width: 12px;
	height: 12px;
}

.promisses-box {
	text-align: center;
	padding: 0;
	margin: 0;
}

.promisses-box .img-box {
	text-align: center;
	padding: 0;
	margin: 0 0 0px;
	height: 196px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.promisses-box .img-box img {
	max-width: 100%;
}

.promisses-box .text-box {
	text-align: center;
	padding: 0;
	margin: 0;
}

.promisses-box .text-box h3 {
	font-weight: 500;
	font-size: 15px;
	line-height: 1.2;
	color: #25292F;
	padding: 0 0;
	margin: 0 0 10px;
}

.promisses-box .text-box p {
	font-weight: 300;
	font-size: 15px;
	line-height: 24px;
	color: #25292F;
	padding: 0;
	margin: 0;
}

.help-sec {
	background: #fff;
	padding: 0;
	margin: 0;
	position: relative;
}

.help-sec .help-src-box {
	position: absolute;
	max-width: 830px;
	padding: 0 15px;
	margin: 0 auto;
	width: 100%;
	top: -25px;
	left: 0;
	right: 0;
}

.help-sec .help-src-box .help-src-wrap {
	position: relative;
	padding: 0;
	margin: 0;
}

.help-sec .help-src-box .help-src-wrap .form-control {
	height: 50px;
	background: #FFFFFF;
	border: 1px solid rgba(37, 41, 47, 0.1);
	box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.15);
	border-radius: 70px;
	outline: none;
	padding: 10px 50px 10px 20px;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.2;
	color: #000;
}

.help-sec .help-src-box .help-src-wrap button.btn {
	position: absolute;
	background: none;
	box-shadow: none;
	margin: 0;
	top: 0;
	right: 0;
	padding: 0 15px;
	height: 50px;
	border-radius: 0 70px 70px 0;
	color: rgba(37, 41, 47, 0.5);
}

.help-sec .help-wrap {
	padding: 100px 0 40px;
	margin: 0;
}

.tab-sadebar button {
	text-align: left;
	border: none;
	outline: none;
	box-shadow: none;
	background: none;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.2;
	text-transform: uppercase;
	padding: 15px 0;
}

.tab-sadebar.nav-pills .nav-link.active,
.tab-sadebar.nav-pills .show>.nav-link {
	color: #1266E3;
	background-color: transparent;
}

.help-sec .help-content {
	padding: 0 0 0 20px;
	margin: 0;
}

.help-sec .help-content h3 {
	font-weight: 600;
	font-size: 26px;
	line-height: 1.2;
	color: #25292F;
	padding: 0 0 25px;
	margin: 0;
}

.help-sec .help-content h4 {
	font-weight: 500;
	font-size: 18px;
	line-height: 1.2;
	color: #25292F;
	padding: 0 0 10px;
	margin: 0;
}

.help-sec .help-content p {
	font-weight: 300;
	font-size: 15px;
	line-height: 24px;
	color: #25292F;
	padding: 0;
	margin: 0 0 20px;
}

.need-more-sec {
	padding: 0;
	margin: 0;
	position: relative;
}

.need-more-sec img {
	width: 100%;
	height: auto;
}

.need-more-sec .need-more-info {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	padding: 0;
	margin: 0;
	transform: translate(0, -50%);
}

.need-more-sec .need-more-info .text-box {
	text-align: center;
	padding: 0;
	margin: 0;
}

.need-more-sec .need-more-info .text-box h2 {
	font-weight: 600;
	font-size: 26px;
	line-height: 1.2;
	color: #FFFFFF;
	padding: 0;
	margin: 0 0 20px;
}

.need-more-sec .need-more-info .text-box p {
	font-weight: 300;
	font-size: 15px;
	line-height: 1.2;
	text-align: center;
	color: #FFFFFF;
	padding: 0;
	margin: 0 0 30px;
}

.need-more-sec .need-more-info .text-box a {
	display: inline-block;
	font-weight: 600;
	font-size: 15px;
	line-height: 24px;
	color: #1266E3;
	padding: 10px 40px;
	background: #fff;
	border-radius: 27px;
	transition: all 300ms ease-in-out;
}

.need-more-sec .need-more-info .text-box a:hover {
	background: #08184B;
	color: #fff;
}

.product-details-sec {
	padding: 40px 0;
	margin: 0;
}

.product-details-sec .product-details-box {
	background: #FFFFFF;
	border: 1px solid #DFE5ED;
	border-radius: 10px;
	padding: 15px;
	margin: 0 0 30px;
}

.product-details-sec .product-details-box .pro-info {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
}

/* .product-details-sec .product-details-box .pro-info .img-gallery{
	max-width: 342px;
	padding: 0;
	margin: 0;
} */
.product-details-sec .product-details-box .pro-info .img-gallery {
	width: 342px;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}

.product-details-sec .product-details-box .pro-info .img-gallery img.img-rounded {
	width: 50%;
	height: 109px;
	object-fit: cover;
	padding: 4px;
}

.product-details-sec .product-details-box .pro-info .img-gallery .mail-img {
	padding: 0;
	/* margin: 0 0 10px; */
	height: 252px;
	width: 100%;
	position: relative;
}
.product-details-sec .product-details-box .pro-info .img-gallery .mail-img span.img_title{
	position: absolute;
    color: #fff;
    background-color: #1266E3;
    border-radius: 0 10px 10px 0;
    padding: 4px 12px;
    text-transform: capitalize;
    top: 0;
    left: 0;
}

.product-details-sec .product-details-box .pro-info .img-gallery .mail-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product-details-sec .product-details-box .pro-info .img-gallery ul.img-list {
	display: flex;
	justify-content: flex-start;
	padding: 0;
	margin: 0;
	flex-wrap: wrap;
}

.product-details-sec .product-details-box .pro-info .img-gallery ul.img-list li {
	width: 25%;
	height: 80px;
	padding: 0 4px;
	margin: 0;
}

.product-details-sec .product-details-box .pro-info .img-gallery ul.img-list li a {
	width: 100%;
}

.product-details-sec .product-details-box .pro-info .img-gallery ul.img-list li img {
	width: 100%;
	height: 73px;
	object-fit: cover;
}

.product-details-sec .product-details-box .pro-info .img-gallery ul.img-list li a {
	position: relative;
	display: inline-block;
}

.product-details-sec .product-details-box .pro-info .img-gallery ul.img-list li a .more-pic {
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.6);
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-details-sec .product-details-box .pro-info .img-gallery ul.img-list li a .more-pic span {
	text-align: center;
	display: inline-block;
}

.product-details-sec .product-details-box .pro-info .img-gallery ul.img-list li a .more-pic span img {
	width: auto;
}

.product-details-sec .product-details-box .pro-info .img-gallery ul.img-list li a .more-pic span p {
	font-weight: 500;
	font-size: 15px;
	line-height: 1.2;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
}

.fancybox-thumbs__list a {
	margin: 0;
}

.product-details-sec .product-details-box .product-info {
	width: calc(100% - 360px);
	padding: 0;
	margin: 0;
}

.product-details-sec .product-details-box .product-info h2 {
	font-weight: 300;
	font-size: 26px;
	line-height: 1.2;
	color: #25292F;
	padding: 0;
	margin: 0 0 8px;
}

.product-details-sec .product-details-box .product-info h4 {
	font-weight: 500;
	font-size: 15px;
	line-height: 1.2;
	color: #25292F;
	padding: 0;
	margin: 0 0 20px;
}

.product-details-sec .product-details-box .product-info h4 a {
	font-weight: 500;
	font-size: 15px;
	line-height: 1.2;
	color: #1266E3;
	padding: 0;
	margin: 0 0 0 20px;
	transition: all 300ms ease-in-out;
}

.product-details-sec .product-details-box .product-info h4 a:hover {
	color: #25292F;
}

.product-details-sec .product-details-box .product-info h3 {
	font-weight: 300;
	font-size: 20px;
	line-height: 1.2;
	color: #25292F;
	padding: 0;
	margin: 0 0 30px;
}

.product-details-sec .product-details-box .product-info h3 strong {
	font-weight: 600;
	font-size: 20px;
	line-height: 1.2;
	color: #1266E3;
	padding: 0;
	margin: 0;
}

.included-rent-block {
	padding: 0;
	margin: 0;
}

.included-rent-block .top-block {
	padding: 0 0 0;
	margin: 0 0 30px;
}

.included-rent-block h2 {
	font-weight: 600;
	font-size: 26px;
	line-height: 1.2;
	color: #25292F;
	padding: 0;
	margin: 0 0 20px;
}

.included-rent-block ul li {
	font-weight: 400;
	font-size: 15px;
	line-height: 1.2;
	color: #25292F;
	position: relative;
	padding: 0 0 0 15px;
	margin: 0;
}

.included-rent-block ul li::after {
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #1266E3;
}

.included-rent-block .top-block ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
}

.included-rent-block .top-block ul li {
	margin-right: 30px;
}

.included-rent-block .top-block ul li:last-child {
	margin-right: 0;
}

.included-rent-block .bottom-block ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
}

.included-rent-block .bottom-block ul li {
	width: 33.333333%;
	margin: 0 0 10px;
}

.product-details-box .pro-tab-info {
	padding: 0;
	margin: 0;
}

.product-details-box .pro-tab-info .pro-tab-desc .pro-info-table {
	padding: 0;
	margin: 0;
}

.product-details-box .pro-tab-info .pro-tab-desc .pro-info-table {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 0 20px;
	border: 1px solid rgba(117, 130, 150, 0.2);
}

.product-details-box .pro-tab-info .pro-tab-desc .pro-info-table li {
	width: 25%;
	padding: 15px;
	margin: 0;
	border-right: 1px solid rgba(117, 130, 150, 0.2);
	font-weight: 300;
	font-size: 15px;
	line-height: 1.2;
	color: #25292F;
}

.product-details-box .pro-tab-info .pro-tab-desc .pro-info-table li:last-child {
	border-right: none;
}

.product-details-box .pro-tab-info .pro-tab-desc {
	padding: 15px 0;
}

.product-details-box .pro-tab-info .nav-tabs .nav-item {
	margin-bottom: 0;
}

.product-details-box .pro-tab-info .nav-tabs .nav-item .nav-link {
	border-radius: 0;
	border: none;
	box-shadow: none;
	outline: none;
	background: none;
	font-weight: 500;
	font-size: 15px;
	line-height: 24px;
	color: #25292F;
	position: relative;
}

.product-details-box .pro-tab-info .nav-tabs .nav-item .nav-link::after {
	content: '';
	position: absolute;
	width: 80%;
	height: 4px;
	;
	background: transparent;
	border-radius: 4px 4px 0px 0px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	transition: all 300ms ease-in-out;
}

.product-details-box .pro-tab-info .nav-tabs .nav-item .nav-link.active::after,
.product-details-box .pro-tab-info .nav-tabs .nav-item .nav-link:hover::after {
	background: #1266E3;
	color: #1266E3;
}

.product-details-box .pro-tab-info .pro-tab-desc p {
	font-weight: 300;
	font-size: 15px;
	line-height: 24px;
	color: #25292F;
	padding: 0;
	margin: 0;
}

.product-details-box .pro-tab-info .pro-tab-desc p strong {
	font-weight: 600;
}

.sing-pro-sidebar {
	padding: 0;
	margin: 0;
}

.sing-pro-sidebar .ow-details {
	padding: 15px;
	background: #FFFFFF;
	border: 1px solid #DFE5ED;
	border-radius: 10px;
}

.sing-pro-sidebar .ow-details h2 {
	font-weight: 400;
	font-size: 26px;
	line-height: 1.2;
	color: #25292F;
	padding: 0;
	margin: 0 0 20px;
}

.sing-pro-sidebar .ow-details .ow-name {
	display: flex;
	align-items: center;
	padding: 0;
	margin: 0;
}

.sing-pro-sidebar .ow-details .ow-name span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 43px;
	height: 43px;
	border-radius: 50%;
	background: #1266E3;
	color: #fff;
	font-weight: 400;
	font-size: 26px;
	line-height: 1.2;
}

.sing-pro-sidebar .ow-details .ow-name p {
	font-weight: 600;
	font-size: 18px;
	line-height: 1.2;
	color: #25292F;
	padding: 0;
	margin: 0 0 0 15px;
}

.sing-pro-sidebar .ow-info {
	padding: 15px;
	background: #FFFFFF;
	border: 1px solid #DFE5ED;
	border-radius: 10px;
	border-top: none;
}

.sing-pro-sidebar .ow-info p {
	font-weight: 300;
	font-size: 15px;
	line-height: 1.2;
	color: #25292F;
	padding: 0;
	margin: 0 0 20px;
}

.sing-pro-sidebar .ow-info ul li {
	display: flex;
	align-items: center;
	padding: 0;
	margin: 0 0 10px;
}

.sing-pro-sidebar .ow-info ul li strong {
	line-height: 1;
	display: inline-block;
	width: 20px;
}

.sing-pro-sidebar .ow-info ul li a,
.sing-pro-sidebar .ow-info ul li span {
	display: inline-block;
	font-weight: 300;
	font-size: 13px;
	line-height: 1.2;
	color: #25292F;
	padding: 0;
	margin: 0 0 0 10px;
	transition: all 300ms ease-in-out;
	word-break: break-all;
}

.sing-pro-sidebar .ow-info ul li a:hover {
	color: #1266E3;
}

.sing-pro-sidebar .ow-info .apply-btn {
	padding: 10px 0;
	margin: 0;
}

.sing-pro-sidebar .ow-info .apply-btn a {
	display: inline-block;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.2;
	color: #FFFFFF;
	background: #1266E3;
	border-radius: 50px;
	padding: 12px 40px;
	margin: 0;
	border: 1px solid #1266E3;
	transition: all 300ms ease-in-out;
	width: 100%;
	text-align: center;
}

.sing-pro-sidebar .ow-info .apply-btn a:hover {
	background: transparent;
	color: #1266E3;
}

/* Rental Owner Css start */

body {
	margin: 0;
	font-family: arial;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

.search-section {
	background-color: #1266e3;
	padding: 7px 15px;
}

.search_block {
	border-radius: 35px;
	overflow: hidden;
	width: 640px;
	max-width: 100%;
	background-color: #fff;
	margin: 0 auto;
}

.search-input input {
	background-color: transparent;
	height: 50px;
	border: none;
	padding: 0 20px;
	width: calc(100% - 50px);
}

.search_block button {
	height: 50px;
	width: 50px;
	background-color: transparent;
	padding: 0;
	border: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.search-input {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.property-owners-inner {
	width: 1240px;
	padding: 20px;
	max-width: 100%;
	margin: 0 auto;
}

.property-owners-block {
	display: flex;
	/*flex-wrap: wrap;*/
	align-items: center;
	padding: 16px;
	background-color: #fff;
	box-shadow: 0 0 10px #ddd;
	font-size: 13px;
	border: 1px solid #ececec;
	border-radius: 8px;
	margin-bottom: 18px;
}

.property-owners-block .owner-img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 20px;
}

.property-owners-block .owner-img img {
	width: 100%;
}

.owner-name {
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 4px;
}

.property-number {
	font-size: 12px;
}

.details-img {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.details-head {
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 3px;
	text-transform: uppercase;
}

.owner-details a {
	color: #000;
	text-decoration: none;
}

.details-img svg,
.details-img img {
	margin-right: 3px;
}

.view-details-btn {
	background-color: #1266e3;
	color: #fff;
	display: inline-block;
	width: 150px;
	padding: 12px 15px;
	text-align: center;
	border-radius: 25px;
	text-decoration: none;
	font-size: 13px;
	transition: all 300ms ease-in-out;
	border: 1px solid #1266e3;
	;
}

.view-details-btn:hover {
	background: #fff;
	color: #1266e3;
	;
}

.view-details-btn.sm-btn {
	padding: 6px 10px;
	width: 100px;
}

.owner-box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 240px;
	margin-right: 15px;
}

.owner-details.status {
	width: 85px;
	margin-right: 15px;
}

.owner-details.phone {
	width: 155px;
	margin-right: 15px;
}

.owner-details.email {
	width: 225px;
	margin-right: 15px;
}

.owner-details.company {
	width: 235px;
	margin-right: 15px;
}

.listing-head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	font-size: 13px;
	margin-bottom: 13px;
}

.listing-head h3 {
	margin: 0;
	font-size: 20px;
}

.status-block {
	position: relative;
}

.status-head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 8px 12px;
	font-size: 12px;
	background-color: #fff;
	border-radius: 23px;
	overflow: hidden;
	position: relative;
	z-index: 2;
	border: 1px solid #ddd;
	cursor: pointer;
}

.status-head span {
	display: block;
	margin-left: 6px;
	margin-top: 2px;
}

.status-head img {
	width: 10px;
	display: block;
}

ul#status-list {
	background-color: #fff;
	padding: 40px 10px 15px;
	list-style: none;
	margin: 0;
	position: absolute;
	min-width: 100%;
	top: 0;
	z-index: 1;
	border-top-left-radius: 23px;
	border-top-right-radius: 23px;
}

ul#status-list li {
	margin-bottom: 6px;
	font-size: 12px;
	padding: 2px 8px;
}

ul#status-list li:last-child {
	margin-bottom: 0;
}

.property-owner-details-content {
	padding: 30px;
	background-color: #eceef2;
}

.owner-name {
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 4px;
}

.property-number {
	font-size: 13px;
}

.details-img {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.details-head {
	font-size: 12px;
	margin-bottom: 3px;
}

.owner-details a {
	color: #000;
	text-decoration: none;
}

.details-img svg,
.details-img img {
	margin-right: 3px;
}

.owner-details-section {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
	box-shadow: 0 0 10px #ddd;
	border-radius: 10px;
	background-color: #fff;
}

.owner-details-page-head {
	text-align: center;
	padding: 30px 0;
}

.owner-details-page-head img {
	margin: 0 auto;
}

.owner-details-page-block {
	display: flex;
	justify-content: space-between;
	padding: 30px 60px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-size: 13px;
}

.owner-img-big {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin: 0 auto 20px;
}

.owner-img-big img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.owner-details-page-head h1 {
	font-size: 22px;
	margin: 0 0 7px;
}

.owner-details-page-head p {
	font-size: 14px;
	margin: 0 0 15px;
}

.owner-details-page-head .status {
	background-color: #edfced;
	color: #1eb71e;
	display: table;
	margin: 0 auto;
	padding: 6px 20px;
	border-radius: 6px;
	font-size: 12px;
}

.owner-details a {
	font-size: 12px;
}

.property-listing-wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
}

.property-listing-block {
	width: 50%;
	padding: 0 20px;
	margin-bottom: 30px;
}

.property-listing-box {
	display: flex;
	flex-wrap: wrap;
	height: 100px;
}

.property-listing-block figure {
	width: 135px;
	margin: 0 20px 0 0;
	height: 100%;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}

.property-listing-block figure:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgb(0, 0, 0);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.03982843137254899) 70%, rgba(0, 0, 0, 1) 91%);
	z-index: 2;
}

.image-numbers {
	position: absolute;
	right: 5px;
	bottom: 5px;
	color: #fff;
	z-index: 3;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	line-height: 1;
	font-size: 11px;
}

.image-numbers svg,
.image-numbers img {
	margin-right: 2px;
}

.property-owners-list-section {
	background-color: #eceef2;
}

.property-listing-block figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.property-listing-block .content {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
	width: calc(100% - 155px);
}

.property-listing-block .content h3 {
	font-size: 14px;
	margin: 0 0 8px;
}

.property-listing-block .content h4 {
	margin: 0;
	font-size: 14px;
	font-weight: 400;
}

.property-listing-block .content p {
	font-size: 13px;
	margin: 0 0 10px;
}

.property-listing-block .content h4 strong {
	font-weight: 400;
	color: #1266e3;
	font-size: 18px;
}

.property-listing-content {
	padding: 40px;
}

.property-listing-content h2 {
	margin: 0 0 20px;
	font-size: 22px;
}

.loading-block {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.loading-box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 7px;
	background-color: #fff;
	border-radius: 7px;
	border: 1px solid #e3dbdb;
	width: 220px;
	font-size: 14px;
}

.loading-box img {
	margin-right: 15px;
}


@media screen and (max-width: 1200px) {
	.view-details-btn {
		width: 120px;
		padding: 10px;
	}

	.owner-details-page-block {
		padding: 30px 25px;
	}

	.property-listing-content {
		padding: 30px 25px;
	}
}

@media screen and (max-width: 1024px) {
	.property-owners-block {
		padding: 10px;
	}

	.property-owners-block .owner-img {
		width: 40px;
		height: 40px;
		margin-right: 8px;
	}

	.owner-name {
		font-size: 15px;
	}

	.owner-box {
		margin-right: 10px;
		width: 200px;
	}

	.owner-details.status,
	.owner-details.phone,
	.owner-details.email,
	.owner-details.company {
		margin-right: 10px;
	}

	.view-details-btn {
		font-size: 11px;
		width: 100px;
		padding: 7px 10px;
	}

	.owner-details img,
	.owner-details svg {
		width: 15px;
		height: 15px;
	}

	.property-listing-content h2 {
		font-size: 18px;
	}
}

@media screen and (max-width: 900px) {
	.property-owners-block {
		flex-wrap: wrap;
		position: relative;
	}

	.owner-box {
		width: 100% !important;
	}

	.view-details-btn {
		position: absolute;
		right: 15px;
		top: 15px;
	}

	.owner-box {
		margin-bottom: 20px;
	}

	.owner-details.status {
		width: 65px;
	}

	.owner-details.phone {
		width: 110px;
	}

	.owner-details-page-block {
		padding: 30px 20px;
		flex-wrap: wrap;
	}

	.owner-details-page-block>div {
		width: calc(50% - 5px) !important;
		margin-right: 10px;
		margin-bottom: 15px;
	}

	.owner-details-page-block>div:nth-child(even) {
		margin-right: 0;
	}

	.property-listing-content {
		padding: 30px 20px;
	}

	.owner-details-page-block .owner-details.company {
		margin-right: 0;
	}

	.property-listing-block .content h4 strong {
		font-size: 16px;
	}
}

@media screen and (max-width: 767px) {
	.property-owners-block {
		width: 370px;
		padding: 20px;
		margin: 0 auto 20px;
		max-width: 100%;
		display: block;
	}

	.owner-details-page-block>div {
		width: 100% !important;
	}

	.property-owners-block>div {
		width: 100% !important;
		margin-bottom: 15px;
	}

	.owner-details {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}

	.details-head {
		margin-right: 5px;
		margin-bottom: 0;
	}

	.details-head:after {
		content: ':';
		margin-left: 2px;
	}

	.view-details-btn {
		position: relative;
		right: auto;
		top: auto;
	}

	.search-input input {
		height: 40px;
	}

	.search_block button {
		height: 40px;
		width: 40px;
	}

	.property-listing-wrap {
		display: block;
	}

	.property-listing-block {
		width: 100%;
	}
}

/* 18th April by Abhimanyu  */
section.property_details {
	padding: 50px 0;
}

.unit_img_block {
	width: 100%;
	height: auto;
}
.unit_img_block .mail-img{
	height: 275px;
}

.unit_img_block .mail-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.nw_card {
	background: #fff;
	padding: 24px;
	border-radius: 20px;
	margin-bottom: 24px;
}

.nw_card .row.aic {
	align-items: center;
}

.thumbnail {
	display: flex;
	margin: 0 -5px;
}

.img_thumbnail_panel {
	width: 100%;
	overflow-x: scroll;
}

.img_thumbnail_panel img {
	height: 90px;
	width: auto;
	padding: 10px;
}
section.property_details .hm-property-box{
	background: #fff;
	margin-bottom: 32px;
	border-radius: 20px;
	overflow: hidden;
}
.nw_card h1{
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 8px;
	letter-spacing: 2px;
	text-transform: capitalize;
	font-weight: 800;
	margin-top: 18px;
}
.nw_card h2.prop_name{
	font-size: 28px;
	line-height: 40px;
	margin-bottom: 16px;
	font-weight: 500;
}
.nw_card span.number{
	display: block;
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 16px;
	font-weight: 500;
}
.nw_card p.desc{
	font-size: 16px;
	line-height: 24px;
	color: #333;
}
.pro-listing-panel .img-box{
	height: auto;
	border-radius: 10px 0 0 10px;
}
.pro-listing-panel .img-box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.pro-listing-panel {
    display: flex;
	flex-wrap: wrap;
}
.pro-listing-panel .info-box {
    width: calc(100% - 375px);
	top: 0;
	position: relative;
	transform: none;
}
.hm-property-sec strong{
	display: block;
	text-align: center;
	font-size: 32px;
	line-height: 40px;
	margin: 0 0 24px;
}
/* 19th April Abhimanyu */

.media-image {
    width: 100%;
    /* overflow-x: scroll; */
    margin: 32px 0;
}
.media-image .media-image-container{
	display: flex;
	/* margin: 0 -8px; */
}
.media-image .media-image-container a{
	display: block;
	/* padding: 8px; */
}
.media-image .media-image-container a img{
	height: 150px;
	width: 100%;
	object-fit: cover;
}
.fp_img_thumb {
    width: 100%;
}
.fp_img_thumb .mail-img {
    width: 100%;
    height: 300px;
}
.fp_img_thumb .mail-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
}
.prop_info_block span{
	display: block;
	margin-bottom: 8px;
	font-weight: 600;
	letter-spacing: 1px;
}
.prop_info_block h2,
.prop_info_block h6{
	margin-bottom: 20px;
}
ul li.current {
	color: #ff0000; /* change this to your desired highlighting style */
  }

  /*=========== 25-04-2023 Manojit =============*/
  .term-con-sec{
  	padding: 0 0 0px;
  }
.term-con-sec .top-block{
	background: #F5F5F5;
  padding: 30px 0;
  text-align: center;
  margin: 0;
}
.term-con-sec .top-block h2{
	font-weight: 600;
  font-size: 26px;
  line-height: 1.2;
  color: #25292F;
  padding: 0;
  margin: 0 0 0px;
}
.term-con-sec .term-con-info{
	background: #fff;
	padding:30px 0;
	margin: 0;
}
.term-con-sec .term-con-info p{
	font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  color: #25292F;
  padding: 0;
  margin: 0 0 20px;
}

/* About us page Sujoy 02/05/2023 */
.about-img-new {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.about-img-new .about-img {
    position: inherit;
    height: 300px;
    width: 300px;
    box-shadow: 0px -1px 11px #1266e387;
    border-radius: 9px;
    order: 2;
}
.about-img-new .about-img img {
    object-fit: cover;
}

/* Property list page */
.prop_info_block {
    padding: 15px 20px;
}
.property-list .unit-number span, .property-list .unit-number h6 {
    display: inline-block;
    font-size: 23px;
}
.property-list .unit-number h6 {
    background: #1266e3;
    color: #fff;
    border-radius: 50%;
    padding: 5px 7px;
    margin-left: 6px;
    box-shadow: 2px 3px 4px #00000073;
}
.property-list .prop_info_block h2 {
    font-size: 38px;
    font-weight: 600;
    color: #1266e3;
}
.property-list .prop_info_block span.property-name {
    display: inline-block;
    border-bottom: 1px solid;
}
span.structure-desc {
    font-size: 29px;
}

.property-list .add-info {
    display: none;
}

.property-list .prop_info_block {
    padding: 0px 0px 18px 0px;
}

.property-list .info-box{
	padding: 30px 25px;
}
.pro-listing-panel.property-list{
	align-items: center;
}

/* Unit list page */
.sidebar-filter{
	height: auto;
}
.banner-form .banner-form-wrap .field-box:nth-child(5) {
    border-right: none;
}
span.img_title {
    font-weight: 600;
    margin-bottom: 6px;
    font-size: 17px;
}
.error-msg {
    color: red;
    position: relative;
    top: 14px;
}