
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

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

body {
  font-family: 'Montserrat','Roboto', Arial, sans-serif;
  font-size: 14px;
  color: #000;
  line-height: 24px;
}

/*--topheader--*/
.topheader {
	padding: 5px 10px;
	background: #ffffff;
	color: #fff;
	font-size: 13px;
	-webkit-box-shadow: 0 5px 15px 0 rgba(37, 44, 97, 0.15), 0 2px 4px 0 rgba(93, 100, 148, 0.2);
	box-shadow: 0 5px 15px 0 rgba(37, 44, 97, 0.15), 0 2px 4px 0 rgba(93, 100, 148, 0.2);
}

.topheader .contact-info ul li {
	list-style: none;
	display: inline-block;
	padding: 0 10px;
}

.topheader .contact-info ul li a i {
	padding: 0 10px;
	font-size: 12px;
}

.topheader .contact-info ul li a {
	color: #fff;
}

/*--topheader-/-*/

.city-parent .city-colom ul {
	max-height: 100px;
	overflow-y: scroll;
	scrollbar-color: #1c2a6f white;
	scrollbar-width: thin;
}

/**---scroll-style---*/
::-webkit-scrollbar {
	width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #192358;
	border-radius: 0px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #555;
}

/**---scroll-style-/-*/

/*--header--*/
.logo {
    padding:10px 0;
	height:100px;
}
.logo img{
height:100px;
}
.addvertise-banner {
	padding: 3px;
	border: 1px solid #ccc9;
	margin: 5px;
}

header {
	padding: 0px 0;
	position: relative;
	z-index: 99;
	box-shadow: 2px 1px 3px #4444441f;
}

/*--header-/-*/

/*-- top-navbar--*/
.top-navbar .nav-style {
	background: #fff;
	display: flex;
	justify-content: flex-start;
	align-self: center;
	position: relative;
	z-index: 1;
	margin: -1px 52px;
	border: none;
}

.nav-style ul li a {
	color: #fff;
	text-transform: uppercase;
	padding: 5px 9px;
	font-size: 12px;
	margin-top: 2px;
	font-weight: 400;
	position: relative;
	z-index: 1;
	transition: all 0.4s ease-in-out;
}

.nav-style ul li a:hover {
	background: #292d79;
	color: #ffffff;
}

.top-navbar .nav-style:before {
	background: #fff;
	content: "";
	height: 77px;
	left: -30px;
	position: absolute;
	top: -28px;
	transform: rotate(-40deg);
	-o-transform: rotate(-40deg);
	-ms-transform: rotate(-40deg);
	-webkit-transform: rotate(-40deg);
	-moz-transform: rotate(-40deg);
	width: 37px;
	z-index: -1;
}

.top-navbar .nav-style:after {
	background: #fff;
	content: "";
	height: 68px;
	position: absolute;
	right: -27px;
	top: -20px;
	transform: rotate(40deg);
	-o-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	-webkit-transform: rotate(40deg);
	-moz-transform: rotate(40deg);
	width: 37px;
	z-index: 15;
	s;
}

.top-navbar .nav-style ul li a:after {
	background: #747272;
	position: absolute;
	right: 0;
	width: 1px;
	height: 48%;
	z-index: -1;
	content: '';
	transition: all 0.4s ease-in-out;
	bottom: 25%;
}

.top-navbar .nav-style ul li a:before {
	background: #0078c1;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	content: '';
	transition: all 0.4s ease-in-out;
	bottom: 0;
	transform: scalex(0);
}

.top-navbar .nav-style ul li:hover a {
	color: #fff;
}

.top-navbar .nav-style ul li:hover a:before {
	transform: scaleX(1);
	transition: all 0.4s ease-in-out;
}

.top-navbar .nav-style ul li:last-child a:after {
	display: none;
}

.addvertise-banner img {
	width: 100%;
}

/*-- top-navbar-/-*/

/*-- slider--*/
.main-banner .carousel-caption h2 {
	text-transform: capitalize;
	margin-bottom: 10px !important;
	font-size: 34px !important;
	color: #fff;
	font-weight: 600;
}

.main-banner .carousel-caption {
	left: 0;
	bottom: 30%;
	min-width: 1000px;
	right: 0;
	margin: 0 auto;
}

.main-banner .carousel-control span {
	background: #ccc8c882;
	opacity: 1;
	width: 50px;
	transform: scale(0);
	transition: all 0.5s ease-in-out;
	height: 65px;
	padding-top: 13px;
	font-size: 38px;
}

.main-banner .carousel-control {
	align-content: center;
	top: 0;
	width: 53px;
	background: none;
	opacity: 1;
	text-shadow: none;
	top: 29px;
	display: block;
	color: #fff;
	top: 50%;
	opacity: 1;
}

.main-banner:hover .carousel-control span {
	transform: scale(1);
	transition: all 0.5s ease-in-out;
}

section.main-banner {
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.header-wrapper {
	position: relative;
}

nav.navbar.top-navbar {
	position: absolute;
	z-index: 9;
	transition: all 0.5s ease-in-out;
	left: 0;
	right: 0;
	margin: 0 auto;

}

nav.navbar.top-navbar.sticky {
	background: #fff;
	position: fixed;
	z-index: 999;
	width: 100%;
	top: 0;
	transition: all 0.5s ease-in-out;
	border-radius: 0;
	box-shadow: 2px 1px 3px #4444445e;
}

ul.sub-menu {
	position: absolute;
	left: 0;
	top: 100%;
	opacity: 0;
	visibility: hidden;
	width: 300px;
	z-index: 999;
	transition: all 0.4s ease-in-out;
	background: #007cc2;
}

ul.sub-menu li ul {
	left: 100%;
	top: 0;
}

ul.sub-menu li {
	display: block;
}

ul#menu-pmu-menu li:hover>ul.sub-menu {
	opacity: 1;
	visibility: visible;
	transition: all 0.4s ease-in-out;
}

ul.sub-menu li a {
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #0d97e4;
}

ul#menu-pmu-menu li {
	position: relative;
}

ul.sub-menu {
	position: absolute;
	left: 0;
	top: 190%;
	opacity: 0;
	visibility: hidden;
	width: 300px;
	z-index: 999;
	transition: all 0.4s ease-in-out;
	background: #007cc2;
}

ul.sub-menu li ul {
	left: 100%;
	top: 0;
}

ul.sub-menu li {
	display: block;
}

ul#menu-pmu-menu li:hover>ul.sub-menu {
	opacity: 1;
	top: 100%;
	visibility: visible;
	transition: all 0.4s ease-in-out;
}

ul.sub-menu li a {
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #0d97e4;
}

ul#menu-pmu-menu li {
	position: relative;
	float: none;
	display: inline-block;
}

.main-banner #myCarousel .item img {
    width: 100%;
  height: 300px;
  border-radius: 20px;
}
/*-- slider-/-*/

/*-- search-container--*/
.search-container .pd-0 {
	padding-right: 0px;
	padding-left: 0;
	max-height: 39px;
}


.search-container .col-md-2.col-sm-6.pd-0 {
	padding-right: 15px;
	border-right: navajowhite;
}

.search-container .form-control:focus {
	outline: none;
	border: none;
	-webkit-box-shadow: 0 5px 15px 0 rgba(37, 44, 97, 0.15), 0 2px 4px 0 rgba(93, 100, 148, 0.2);
	box-shadow: 0 5px 15px 0 rgba(37, 44, 97, 0.15), 0 2px 4px 0 rgba(93, 100, 148, 0.2);
}

.search-container {
	background: #047780;
	color: #fff;
	max-width: 100%;
	position: relative;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -36px;
	z-index:99;
}

.search-container .form-group {
	position: relative;
	margin-bottom: 0;
}

.search-container .form-group label {
	left: 16px;
	position: absolute;
	color: #6f6f6f;
	font-weight: 600;
}

.search-container form {
	padding:10px;
	display:flex;
}

.search-container .form-control {
	padding: 6px 10px;
	min-height: 39px;
	border: none;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 0;
	color: #444;
}

.search-container .search {
	padding: 10px;
	color: #444;
}

.search-container .search::placeholder {
	color: #444;
}

.search-container .btn {
	padding: 9px 11px;
	background: #2b2b2b;
	width: 100%;
	border: none;
	text-transform: uppercase;
	font-weight: 600;
	transition: all 0.4s ease-in-out;
	font-size: 16px;
	border-radius: 0 20px 20px 0px;
	-webkit-box-shadow: 0 5px 15px 0 rgba(37, 44, 97, 0.15), 0 2px 4px 0 rgba(93, 100, 148, 0.2);
	box-shadow: 0 5px 15px 0 rgba(255, 255, 255, 0.15), 0 2px 4px 0 rgba(93, 100, 148, 0.2);
}

main.search-form {
	position: relative;
	top: 0;
	z-index: 1;
}

.pd-0 {
	padding-right: 0;
}

/*-- search-container-/-*/
.city-parent {
	background: #fff;
}

.city-parent .site-heading h2,
.client-section .site-heading h2 {
	color: #167e97;
	font-weight: 700;
	padding-bottom: 16px;
}

.site-heading h2 {
	line-height: 40px;
	text-transform: uppercase;
	margin-bottom: 10px !important;
	font-size: 22px !important;
	color: #fff;
	font-weight: 600;
}

.city-parent .city-colom figure {
	margin-bottom: 10px;
}

.city-parent .city-colom {
	background: #fff;
	box-shadow: none;
	padding: 0 0 20px 0;
	min-height: 415px !important;
	margin-bottom: 15px;
    box-shadow: 0 6px 20px 0 rgba(12, 8, 60, .04);
    border: 1px solid #f1f1f1;
	text-align: left;
	position:relative;
}

.city-parent .city-colom:hover {
	box-shadow: 0px 1px 3px 3px #44444414;
}

.city-parent.feature-pro .city-colom {
	min-height: 422px !important;
	text-align: left;
	border:none;
}

.property-section h4 {
	font-size: 30px;
	padding: 10px 0;
	color: #167e97;
	font-size: 20px;
}

.city-parent .city-colom h3 {
	font-size: 1.5rem;
  font-weight: 600;
  line-height: 24px;
  color: #23527c;
  text-transform: capitalize;
}

.city-parent .city-colom h3 a {
	text-decoration: none;
}

.city-parent .city-colom ul {
	padding: 10px 0 10px 25px;
}

.city-parent.feature-pro {
	background: #eeeeee;
}

.city-parent.feature-pro .col-md-3.col-sm-6 {
	margin-right: 0;
	padding-right: 0;
}


.city-parent .city-colom ul li {
	list-style: none;
  color: #167e97;
  position: relative;
  font-size: 17px;
  padding: 5px 10px;
  font-weight: 500;
  text-align: left;
  margin: 3px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 20px;
}

.city-parent .city-colom a {
	text-decoration: none;
}

.city-parent .city-colom ul li a {
	font-size: 14px;
	color: #444;
}


.city-parent .city-colom figure {
	position: relative;
	overflow: hidden;
	height: 300px;
}

.city-parent .city-colom img {
	transform: scale(1);
	width: 100%;
	transition: all 0.4s ease-in-out;
	object-fit: cover;
	height: 100%;
	border-radius:10px;
}

.city-parent .city-colom:hover img {
	transform: scale(1.3);
}

.city-parent .city-colom figure:hover .overlay {
	transform: scale(1);
	transition: all 0.4s ease-in-out;

}

.city-parent .city-colom figure .overlay {
	background: #fbf8f833;
	position: absolute;
	top: 0;
	width: 100%;
	transform: scale(0);
	height: 100%;
	transition: all 0.4s ease-in-out;
}

.city-parent .city-colom a.btn {
	transition: all 0.5s ease-in-out;
  display: inline-block;
  padding: 10px 20px;
  font-weight: 600;
  color: #000;
  font-size: 14px;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background: #fff;
  border-radius: 20px;
}

/*-- city-section--*/

/*-- feature-pro--*/
.location-featured {
	position: absolute;
	z-index: 999;
	bottom: 0;
	color: #fff;
	background: #0a8c62;
	padding: 2px 13px;
	margin: 4px;
	font-size: 15px;
	font-weight: 600;
	  border-bottom-left-radius: 10px;
}

.location-featured a {
	color: #444;
}

.feature-pro {
	background: #f7f7f7;
	padding: 40px 0;
	margin: 10px 0 0 0;
}

.feature-pro .city-colom p.rate {
	font-size:1.3rem;
	font-weight:400;
}

.feature-pro .city-colom a.btn {
	padding: 6px 20px !important;
	font-size: 14px;
}
.city-parent.feature-pro .city-colom:hover{
    box-shadow:none;
}
.city-parent.feature-pro .city-colom a.btn.btn-lg.btn-success {
  white-space: wrap;
  text-align: left;
  box-shadow: none;
  padding: 0 !important;
}
/*-- feature-pro-/-*/

/*--testimonials---*/
.testimonials {
	padding: 20px 0;
	position: relative;
	top: 0;
	background: #167e97;
	margin: -20px 0;
	color: #fff;
	margin-bottom: 0px;
}

.testimonials .site-heading h2 {
	color: #ffffff;
	text-align: center;
	width: 300px;
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 33px !important;
	padding: 7px 0 7px;
}

.testimonials-colom .client-img img {
	width: 100%;
	border-radius: 100%;
	height: 100%;
}

.testimonials-colom .item {
	min-height: 164px;
}

.testimonials-colom .item .col-md-9 {
	height: 219px;
	margin-top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.testimonials .site-heading p {
	padding-bottom: 20px;
	font-size: 18px;
	margin-bottom: 10px;
}

.testimonials-colom .client-img {
	width: 162px;
	height: 167px !important;
	float: left;
	object-fit: contain;
	height: 100%;
	border-radius: 0;
	margin: 0 10px;
	border-radius: 100%;
}

.testimonials-colom .rating i {
	color: #000;
	padding: 4px 0;
	font-size: 20px;
}

.testimonials-colom .rating i:nth-child(1),
.testimonials-colom .rating i:nth-child(2),
.testimonials-colom .rating i:nth-child(3) {
	color: #e8a60b;
}

.testimonials-colom p {
	font-size: 15px;
	margin-top: 10px;
	margin-top: 0;
	color: #545252 !important;
	font-weight: 500;
	line-height: 24px;
	text-align: left;
	padding-right: 15px;
}

.testimonials-colom {
	padding: 25px 0 0 !important;
	min-height: auto;
	background: #fff;
	border-radius: 24px 0 24px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.testimonials-colom .carousel-control {
	background: transparent;
	color: #000;
	text-shadow: none;
	font-size: 70px;
	height: 100%;
	margin-top: 31px;
	transform: scaleX(0);
	transition: all 0.5s ease-in-out;
	top: 71px;
}

.testimonials-colom left.carousel-control {
	left: -180px;
}

.testimonials-colom:hover .carousel-control {
	transform: scaleX(1);
}

.client-section {
	text-align: center;
}

/*--testimonials-/--*/

/*--brand--*/
.client-section .owl-carousel .owl-item img {
	display: block;
	width: 100%;
	border: 1px solid #e4e4e47d;
	height: 120px;
	padding: 6px;
	background: #fff;
	object-fit:contain;
}

.client-section .owl-carousel .owl-nav {
	display: none;
}

.client-section {
	background: #a5999905;
	padding: 30px 0 50px 0;
	position: relative;
	/* top: -54px; */
}

.client-section img {
	max-width: 100% !important;
	width: auto;
}

.client-section .site-heading h2 {
	padding-bottom: 0 !important;
}

.client-section .site-heading p {
	font-size: 22px;
	font-weight: 600;
	padding: 0 0 46px 0px;
	color: #548001;
}

/*--brand-/--*/

/*--footer---*/
footer {
	background:#fafafa;
	padding: 20px 0;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    
}

footer a {
	color: #000;
	text-decoration: none;
}


footer {}

.spc-log-in {
	text-align: center;
}

.spc-log-in h4 {
	font-size: 35px;
	max-width: 300px;
	line-height: 36px;
	margin: 0 auto;
}

.spc-log-in .form-control {
	background: #f3f3f3;
	border-radius: 0;
}

.modal-body.spc-log-in {
	background: #f0f9f6;
	margin: 20px 0 40px 0;
}

footer ul li {
	list-style: none;
}

ul.footer-social-icon li {
	display: inline-block;
}

ul.footer-social-icon {
	padding: 20px 0;
}

ul.footer-social-icon li a {
	border: 1px solid #cccccc4a;
	padding: 0px 8px;
	display: block;
	background: #44444412;
}

.footer-colom h3 {
	font-weight: 600;
	padding: 10px 0;
	margin-bottom: 15px;
	position: relative;
	color:#000;
}

.footer-colom p {
	padding: 0 10px 10px 0;
	color:#000;
}

.footer-colom p i {
	font-size: 20px;
	width:10%;
}

.footer-colom h3:before {
	position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #337ab7;
  content: '';
}

.copyright.text-center {
	padding: 10px 0;
	background: #0d6980;
	color: #fff;
}

/*--footer-/--*/
/*--listing-page-/--*/
section.inner-banner {
	position: relative;
	margin-top: 2px;
	max-height: 250px;
	overflow: hidden;
}

.inner-banner .left.carousel-control,
.inner-banner .right.carousel-control {
	top: 40%;
	background: transparent;
}

.inner-banner .left.carousel-control span,
.inner-banner .right.carousel-control span {
	font-size: 30px;
}

section.inner-banner img {
	width: 100%;
	background-attachment: fixed;
}

.breadcrum {
	display: flex;
	justify-content: center;
	align-self: center;
	position: absolute;
	bottom: -4px;
	background: #2f31319e;
	width: 100%;
	color: #fff;
	text-transform: capitalize;
	z-index: 8;
	border-top: 2px solid #504a4a6b;
}

.breadcrum ul {
	margin: 0;
	padding: 0;
}

.breadcrum ul li {
	list-style: none;
	display: inline-block;
}

.breadcrum ul li a {
	text-align: center;
	display: block;
	padding: 10px 12px;
	color: #fff;
	text-decoration: none;
}

.papular-search {
	/* background:url(../../assets/img/inner-banner-1.png); */
	padding: 15px 0 7px 0;
	background-size: cover;
	margin-bottom: 20px;
	position: absolute;
	top: 12px;
}

.dv-headding h2,
.dv-headding h1 {
	padding: 0 0 18px 0;
	display: inline-block;
	position: relative;
	margin-bottom: 0px;
	font-weight: 600;
	color: #444;
	text-transform: uppercase;
	font-size: 26px;
}

.dv-headding h2:before,
.dv-headding h1:before {
	position: absolute;
	left: 30%;
	bottom: 11px;
	transform: skew(-20deg);
	width: 70px;
	height: 5px;
	background: #17a242;
	content: '';
}

.inner-banner .items {
	position: relative;
	z-index: 1 !important;
}

.overlay {
	background: #272424a3;
	padding: 30px;
	border: 4px double #ffeded29;
	position: absolute;
	top: 30px;
	z-index: 1;

	left: 0;
	right: 0;
	max-width: 500px;
	margin: 0 auto;
}

.papular-search ul li {
	display: inline-block;
}

.papular-search h1 {
	color: #fff;
}

.papular-search ul li a {
	background: #ece7e71c;
	padding: 0px 9px;
	text-decoration: none;
	color: #fff;
	text-transform: capitalize;
	border: 1px solid #cccccc6e;
	display: block;
	margin: 3px;
	font-size: 13px;
	font-weight: 600;
}

.search-listing .search-location h2 {
	background: #167e97;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	padding: 4px;
}

.search-listing .search-location h2 img {
	width: auto;
}

.breadcrum.papular-search-wrapper p {
	background: linear-gradient(-45deg, #167e97, #87d767, #23A6D5, #5cc1a9);
	background-size: 400% 400%;
	-webkit-animation: Gradient 5s ease infinite;
	-moz-animation: Gradient 5s ease infinite;
	animation: Gradient 5s ease infinite;
	font-size: 20px;
	text-align: center;
	padding: 14px;
	position: relative;
	text-transform: uppercase;
	height: 100%;
	top: 0;
	display: block;
}

.breadcrum.papular-search-wrapper p:before {
	width: 0px;
	height: 0px;
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	border-left: 28px solid #4ba880;
	position: absolute;
	right: -27px;
	top: 3px;
	content: '';
}

.breadcrum.papular-search-wrapper ul.text-center {
	text-align: left;
	/* display: flex; */
}

.breadcrums-section .breadcrum {
	position: relative;
	background: transparent;
	border: none;
}

.breadcrums-section .breadcrum ul li a,
.breadcrums-section .breadcrum ul li,
.breadcrums-section .breadcrum ul i {
	color: #444;
	font-size: 11px;
	font-weight: 500;
}

.breadcrums-section .breadcrum ul li:last-child {
	color: #1e825b;
}

.breadcrum.papular-search-wrapper ul.text-center li a {
	display: block;
	background: #a09c9661;
	position: relative;
	top: 0px;
	border: 1px solid #c3bebe;
	line-height: 16px;
	margin-top: 6px;
	border-radius: 18px;
	margin-bottom: 8px;
}

.breadcrum.papular-search-wrapper ul.text-center li a:hover {
	background: #37afc5;
	border-color: #37afc5;
}

.breadcrum.papular-search-wrapper ul.text-center li:first-child {
	margin-left: 10px;
}

aside {
	-webkit-box-shadow: 0 5px 15px 0 rgba(37, 44, 97, 0.15), 0 2px 4px 0 rgba(93, 100, 148, 0.2);
	box-shadow: 0 5px 15px 0 rgba(37, 44, 97, 0.15), 0 2px 4px 0 rgba(93, 100, 148, 0.2);
	padding: 10px;
	background: #fff;
}

section.search-listing .form-control {
	border-radius: 0;
	margin: 15px 0;
	padding: 10px;
	height:unset;
}

section.search-listing {
	padding: 50px 0;
	background: #f1f1f1;
}

.refine-search.search-location h2 {
	border-radius: 4px 4px 0 0;
}

.container {
	width: 95%;
}

.refine-search.search-location ul li:before {
	content: '\f105 ';
	font-family: FontAwesome;
	padding-right: 3px;
	top: 7px;
	left: 5px;
	color: #403c3c;
	font-weight: 600;
	position: absolute;
	font-size: 17px;
}

.refine-search.search-location ul li {
	list-style: none;
	display: block;
	position: relative;
}

.refine-search.search-location ul li a {
	padding: 10px 20px;
	display: block;
	font-size: 14px;
	color: #444;
	position: relative;
	border-bottom: 1px solid #dcdbdb;
	text-decoration: none;
}

.refine-search.search-location {
	margin: 20px 0;
}

.advertise {
	animation-duration: 4.8s;
	transition: all 10s ease-in-out;
}

.advertise.fixed {
	position: fixed;
	transition: all 10s ease-in-out;
	top: 60px;
	width: 192px;
	animation-duration: 4.8s;
}

.amenties img {
	width: auto;
	width: 30px;
	height: 30px;
}

.listing-section ul {
	display: flex;
	justify-content: left;
	align-items: left;
}

div#carouselExampleFade .item {
	left: 0 !important;
	-webkit-transition: opacity .7s;
	/*adjust timing here */
	-moz-transition: opacity .7s;
	-o-transition: opacity .7s;
	transition: opacity .7s;
}

.carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
	opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}

.welcome-haven.bg-1 {
	background: #f5f8fd;
	padding: 50px 0;
	margin-top: -22px;
}

.welcome-haven.bg-1 h3.title-1,
.welcome-haven.bg-1 h4 {
	color: #004395;
	font-size: 22px;
	text-transform: uppercase;
}

.welcome-haven.bg-1 h3.title-1 span {
	color: #0a8c62;
}

.welcome-haven.bg-1 h4 {
	margin-bottom: 20px;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}

.carousel-fade .carousel-control {
	z-index: 2;
}

.main-banner .item:first-child h2 {
	display: none;
}

.circle-image {
	float: right;
	border-radius: 100%;
	background: #f5f8fd;
	shape-outside: content-box;
	padding: 19px;
	width: 416px;
}

.circle-image img {
	padding: 10px;
}

.welcome-content p {
	text-align: justify;
	line-height: 30px;
	font-size: 14px;
	margin-bottom: 17px;
}


#Carousel img {
	width: 100%;
}

.listing-section ul {
	border: none;
}

.listing-section ul li.resp-tab-active {
	background: #ffffff;
	color: #468100;
	border-bottom: navajowhite;
	border: none;
	border-top: 3px solid #0ca211;
	font-size: 15px;
	text-transform: uppercase;
}

.listing-section .p10 {
	padding: 15px;
}

.listing-section .property-cont strong {
	width: 135px;
	display: inline-block;
	position: relative;
	/*! float: left; */
	margin: 1px 0;
	color: #4c4c4c;
}

.property-cont p {
	width: 90%;
	float: left;
	font-size: 14px;
}

.property-cont p:nth-child(4) {
	display: none;
}

.listing-section .property-cont strong:before {
	position: absolute;
	right: 17px;
	width: 2px;
	height: 90%;
	color: #444;
	content: ':';
}

.listing-section .tab-content {
	color: #424141;
	font-weight: 500;
	-webkit-box-shadow: 0 5px 15px 0 rgba(37, 44, 97, 0.15), 0 2px 4px 0 rgba(93, 100, 148, 0.2);
	box-shadow: 0 5px 15px 0 rgba(37, 44, 97, 0.15), 0 2px 4px 0 rgba(93, 100, 148, 0.2);
	transition: all 0.4s ease-in-out;
}

.listing-section .tab-content h2 span {
	  color: #000;
	  display:block;
	  font-weight:400;
}

.text-blacks {
	color: #000;
}

.amenties strong {
	float: left;
	width: 100px;
}

.listing-section .tab-content h2 {
	background: #ffffff;
	font-size: 15px;
	font-weight: 600;
	line-height: 24px;
	padding: 10px;
	color: #484343;
	border-bottom: 1px solid #e4e0e0;
	text-transform: capitalize;
	 min-height:130px;
}

.listing-section ul li:hover {
	background: #fff;
	border-radius: 0;
	border-top: 3px solid #468100;
	transition: all 0.5s ease-in-out;
}

.listing-section ul li {
	/* border: solid 1px #468100; */
	font-weight: 600;
	font-size: 17px;
	border-top: 3px solid #f1f1f1;
	color: #468100;
	border-radius: 2px;
	transition: all 0.5s ease-in-out;
	font-size: 15px;
	text-transform: uppercase;
	position: relative;
	top: 1px;
}

span.icons {
	float: left;
	text-align: center;
	font-size: 12px;
	padding: 1px 5px;
	line-height: 18px;
}

.flat-pic {
	border: 1px solid #ccc;
}

.flat-pic img {
	cursor: zoom-in;
}

.flat-pic p {
	padding: 0px 4px;
	font-size: 10px;
	font-weight: 600;
	text-align: center;
}

.contact-clmn {
	padding: 4px 0;
}

.contact-clmn a {
	background-color: #fff;
	color: #000;
	transition: all 0.5s ease-in-out;
	margin: 0 3px;
	margin: 0 3px;
    padding: 0;
   border: none;
}

.listing-area {
	margin: 0px 0 10px 0;
	border: 1px solid #fff4f4;
}

.pagination-area ul.pagination li.active a {
	background: #468100;
	color: #fff;
	padding: 7px 16px;
}

.pagination-area ul.pagination li a {
	border-radius: 0 !important;
	background: #f3f3f3;
	border: 1px solid #ccc;
	color: #444;
}

.amenties-title {
	width: 70px;
	text-align: center;
}

/*--listing-page---*/

/*--sidebar-advertise---*/

figure.advertise {
	background: #167e97;
	text-align: center;
	color: #fff;
	background: linear-gradient(-45deg, #bb5637, #9fff2a, #a7eeff, #75ca10);
	background-size: 400% 400%;
	-webkit-box-shadow: 0 5px 15px 0 rgba(37, 44, 97, 0.15), 0 2px 4px 0 rgba(93, 100, 148, 0.2);
	box-shadow: 0 5px 15px 0 rgba(37, 44, 97, 0.15), 0 2px 4px 0 rgba(93, 100, 148, 0.2);
}

@-moz-keyframes bounce {

	0%,
	20%,
	50%,
	80%,
	100% {
		-moz-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-moz-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	60% {
		-moz-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

@-webkit-keyframes bounce {

	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	60% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

@keyframes bounce {

	0%,
	20%,
	50%,
	80%,
	100% {
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-moz-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	60% {
		-moz-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

figure.advertise.fixed,
figure.advertise {
	-moz-animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
}
}

@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}

	50% {
		background-position: 100% 50%
	}

	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}

	50% {
		background-position: 100% 50%
	}

	100% {
		background-position: 0% 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}

	50% {
		background-position: 100% 50%
	}

	100% {
		background-position: 0% 50%
	}
}


.advertise-strip h2 {
	font-size: 28px;
	width: 158px;
	margin: 0 auto;
	line-height: 37px;
	font-family: open sans;
	font-weight: 300;
}

.advertise-strip a {
	font-size: 16px;
	display: block;
	margin: 19px 0;
	background: #0fb315;
	padding: 9px;
	border-radius: 28px;
	border: 2px solid #29a02e;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
}

.advertise span {
	font-weight: 600;
	color: #394480;
	display: block;
	padding: 10px 0 0;
	font-family: open sans;
	font-size: 24px;
}

.advertise h4 {
	padding: 10px 0;
	color: #055f08;
	font-family: open sans;
	font-size: 23px;
	font-weight: 400;
}

.advertise-strip {
	padding: 10px;
}

/*--sidebar-advertise-/-*/

/*--Details-page---*/
.details-wrapper .contact-page {
	padding: 0;
	background: #fff;
	padding: 0;
}

.details-wrapper .contact-page .form-wrapper {
	padding: 0;
}

.details-wrapper .contact-page h2 {
	text-align: left;
	font-size: 22px;
	color: #fff;
	font-weight: 600;
	padding: 35px 0;
	height: 109px;
	background-image: linear-gradient(180deg, #085c71, #16d295);
	background-size: 100% 100%;
	margin-bottom: 20px;
	padding-left: 10px;
	border-radius: 3px 3px 0 0;
}

.details-wrapper .contact-page .form-control {
	background: #fff;
	box-shadow: none;
	border-radius: 2px;
	border: 1px solid #dcdcdc;
	border-radius: 2px;
}

.details-wrapper .contact-page h2 span.green {
	color: #fff;
}

.details-wrapper .contact-page form#quick {
	padding: 0 10px;
}

svg#Layer {
	width: 100px;
	position: absolute;
	top: 4px;
	right: 0;
	opacity: 0.3;
}

.select-city {
	background: #f0f0f0;
	padding: 20px 0;
}

.select-city .form-group {
	margin: 0;
	width: 33%;
}

.select-city .form-group .form-control {
	border-radius: 0;
	color: #4b4c4c;
	font-weight: 500;
	height: 42px;
	border: 1px solid #f1eaea;
}


.talk-to-expert a {
	color: #fff !important;
	background-color:#167e97;
	padding:10px 20px;
}

.details-wrapper {
	background: #fff;
	margin-bottom: 0;
}
.properties__name{
    padding:20px 0;
}
.price-header .price {
	display: block;
	width: 30%;
	float: left;
	border-right: 1px solid #ccc;
	margin-right: 10px;
	font-weight: 500;
	color: #252525;
}

.price-header .price h2{
	font-size: 20px;
}

.price.measurment {
	width: 65%;
	border: none;
}

.contact-dealer.talk-to-expert {
	background: transparent;
}

.contact-dealer.talk-to-expert a {
	padding: 7px 25px;
	margin: 0 10px;
	transition: all 0.5s ease-in-out;
	display: inline-block;
	text-decoration: none;
}

.contact-dealer.talk-to-expert a:hover {
	background: #167e97;
	color: #fff !important;
}

.contact-dealer.talk-to-expert a:first-child {
	background: #167e97;
}

.contact-dealer.talk-to-expert a:last-child {
	border: 1px solid #167e97;
	color: #167e97;
	margin: 0px;
	padding: 7px 15px;
}

.details-wrapper .carousel-indicators {
	bottom: 5px;
}

.details-wrapper .carousel-control {
	top: 40%;
}

.details-wrapper ol.carousel-indicators img {
	position: absolute;
	height: 100%;
	left: 0;
}

.details-wrapper .carousel-indicators li {
	width: 50px;
	height: 50px;
	border: beige;
	position: relative;
	background: transparent;
}

.details-wrapper .carousel-indicators li.active {
	width: 50px;
	height: 50px;
}

.banner-header {
	background: #ccc;
}

.property-section {
	background: #f5f5f5;
	padding: 40px 0;
}

.property-section .main-banner {
	border: 1px solid #f7f3f3;
	padding: 10px;
	background: #fff;
	box-shadow: 2px 1px 3px #ccc;
	min-height: auto;
}

.zoom-wrapper ul li {
	padding: 0 4px;
	list-style-position: inside;
	font-weight: 500;
	color: #7d7d7d;
}

.property-section .main-banner .banner-header {
	padding: 4px 0px;
	background: #fff;
}

.property-section .main-banner .banner-header span {
	padding: 0 10px;
}

.property-section .main-banner .banner-header b {
	color: #167e97;
	font-weight: 500;
}

.property-description .disc-clm {
	text-align: center;
	height: 138px;
	background: #fff;
	padding: 16px 1px;
	margin: 0 0 5px 0;
	transition: all 0.5s ease-in-out;
	box-shadow: 2px 1px 4px 0px rgba(107, 93, 93, 0.3);
}

.co-working {
	height: 192px !important;
}

.property-description .disc-clm:hover {
	background: #03ceff24;
	transition: all 0.5s ease-in-out;
}

.property-description .disc-clm img {
	transition: all 0.5s ease-in-out;
	width: 36px;
	margin: 0 auto;
	display: block;
	margin-bottom: 5px;
}

.property-description .disc-clm:hover img {
	transition: all 0.5s ease-in-out;
	transform: scale(1.1);
}

section.details-wrapper .price.measurment h2 {
	font-size: 20px;
	padding: 10px 0 0 0;
}

.property-description .disc-clm h4 {
	font-size: 12px !important;
	font-weight: 600;
	color: #404040;
	padding: 5px;
	line-height: 15px;
}

.property-section .about-property .amenties.detais span.icons {
	border: 1px solid #ccc !important;
	min-height: 100px;
}

.property-section .about-property .amenties.detais span.icons .amenties-title {
	width: 100%;
}

.property-description .disc-clm p {
	font-size: 13px;
	line-height: 17px;
}

.col-md-4 .bg-white {
	background: #fff;
	margin-top:20px;
	padding:10px 0;
}

.property-description .col-md-3 {
	padding: 0px 3px;
}
.property-section #st-2 .st-btn[data-network="email"] > span{
    display:none;
}

.property-description .contact-dealer.talk-to-expert {
	padding: 0;
	text-align: center;
}

.property-description .contact-dealer.talk-to-expert a:first-child {
	margin: 0;
	background: #538001;
}

.property-description .contact-dealer.talk-to-expert a:last-child {
	background: #167e97;
	color: #fff;
	padding: 6px 37px;
	margin: 0 8px;
}

.about-property {
	background: #fff;
	padding: 10px;
	margin: 14px 0px;
}

.p0 {
	padding: 0;
}

.about-property h2 {
	text-transform: uppercase;
	padding: 10px 0;
	color: #4e4e4e;
}

.about-property p {
	font-size: 15px;
	text-align: justify;
	line-height: 27px;
	color: #5d5d5d;
	font-weight: 500;
}

.amenties.detais span.icons {
	float: left;
	background: #fff;
	padding: 7px 20px;
	color: #167e97;
	font-weight: 600;
	font-size: 15px;
	line-height: 21px;
	border: 1px solid #cccccc45;
	margin: 11px 7px 0 0;
	width: 145px;
	min-height: 118px;
}

.amenties.detais h2 {
	font-size: 22px;
	text-transform: capitalize;
	padding: 15px 0;
	padding-bottom: 2px;
}

.enquiry-form {
	padding: 40px 0;
	margin-bottom: 0;
}

.enquiry-form .btn {
	background: #fff;
	color: #167e97;
	text-transform: uppercase;
	font-weight: 600;
	border: none;
	border-radius: 0;
}

.enquiry-form .form-control {
	border: 2px solid #fff;
	border-radius: 2px;
	color: #fff;
	padding: 10px;
	height: 45px;
	transition: all 0.5s ease-in-out;
	background: transparent;
}

.enquiry-form .form-control:focus {
	background: #fff;
	transition: all 0.5s ease-in-out;
	color: #444;
}

.enquiry-form {
	background: url(../../assets/img/form-background.jpg);
	color: #fff;
}

.enquiry-form h1 {
	text-transform: uppercase;
	padding: 20px 0 40px 0;
}

.enquiry-form .form-control::placeholder,
.enquiry-form textarea::placeholder {
	color: #fff;
}

.enquiry-form textarea {
	height: 100px !important;
}

.city-parent.feature-pro.more-option-section {
	background: #fff;
}

.inner-page footer {
	margin-top: 0 !important;
}

/*--Details-page--/-*/



/*--About-page---*/
.about-content {
	padding: 20px 0 0 0;
	font-family: 'Montserrat', sans-serif;
}

.about-content h1 {
	text-transform: uppercase;
	font-weight: 600;
	padding: 10px 0;
	color: #1486ab;
	text-align: center;
}


.about-content h3,
.about-content h4 {
	font-size: 25px;
	line-height: 23px;
	padding: 14px 0;
}

.about-content h4 {
	font-size: 17px;
	font-weight: 600;
	color: #2f2f2f;
}

.about-box-area {
	background-color: #f5f5fa;
	padding: 50px 0;
	background: url(../../assets/img/background-svg.svg);
	background-size: cover;
	box-sizing: border-box;
	-webkit-animation: slide 11s linear infinite;
}

.about-box-area .about-box {
	background: #fff;
	padding: 40px 10px;
	text-align: center;
	-webkit-box-shadow: 0 5px 15px 0 rgba(37, 44, 97, 0.15), 0 2px 4px 0 rgba(93, 100, 148, 0.2);
	box-shadow: 0 5px 15px 0 rgba(37, 44, 97, 0.15), 0 2px 4px 0 rgba(93, 100, 148, 0.2);
	transition: all 0.4s ease-in-out;
	transform: scale(1);
	position: relative;
	margin: 15px 0;
	height:100%;
}
.about-box-area .col-md-4{
    margin-bottom:20px;
}

.about-box-area .about-box:before {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	top: 0;
	background: #292d79;
	content: '';
	transform: scale(1);
	transition: all 0.4s ease-in-out;
	background-size: 200% auto;
	background-image: linear-gradient(to right, rgba(36, 107, 173, 0.8) 0%, rgba(0, 200, 200, 0.7) 51%, rgba(36, 107, 173, 0.8) 100%);
}


.about-box-area .about-box:hover {
	transition: all 1s ease-in-out;
	transform: scale(1.05);
}

.about-box-area .about-box:hover:before {
	transform: scale(0);
	transition: all 0.4s ease-in-out;
}

@-webkit-keyframes slide {
	from {
		background-position: 0 0;
	}

	to {
		background-position: -400px 0;
	}
}

.content-style {
	padding: 20px 0;
}

/*--About-page--/-*/

/*--Contact-page--*/
.contact-page {
	padding: 40px 0;
}

.contact-page h2 {
	text-transform: uppercase;
	font-weight: 700;
	padding-bottom: 15px;
	color: #167e97;
	font-size: 26px;
}

.contact-page .contact-form ul li {
	list-style: none;
}

.contact-page .contact-form ul li a {
	text-decoration: none;
	display: block;
	padding: 4px 0;
	color: #6f6f6f;
	font-weight: 500;
}

.contact-page .contact-form ul li a i {
	color: #538001;
	font-size: 25px;
	padding: 0 10px;
	vertical-align: middle;
	width:40px;
}

.contact-page .form-wrapper {
	padding: 30px 0;
}

.contact-page .form-wrapper span.green {
	color: #538001;
}

.contact-page .form-wrapper textarea.form-control {
	height: 90px;
}

.contact-page .form-wrapper .form-control::placeholder {
	font-weight: 500;
	color: #585858;
}

.contact-page .form-wrapper .btn {
	background: #167e97;
	padding: 10px 20px;
	font-weight: 600;
	text-transform: uppercase;
	border: none;
	border-radius: 0;

}

/*--Contact-page-/-*/

/*--testimonials--*/
.testimonial-colm {
	background: #a0a0a014;
	padding: 19px 20px;
	height: 100%;
	margin: 30px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.4s ease-in-out;
	border: double;
	border-color: #d4d4d466;
	border-width: 4px;
}

.testimonial-colm:hover {
	box-shadow: none;
	transition: all 0.4s ease-in-out;
}

.testimonial-colm img {
	width: 150px;
	margin: 0 auto;
	border-radius: 100%;
	height: 150px;
}

.testimonial-colm p {
	text-align: center;
	font-style: initial;
	font-size: 15px;
	padding: 10px 0;
	line-height: 27px;
	color: #272626;
}

.testimonial-colm small {
	text-align: center;
	display: block;
	font-size: 17px;
	color: #4a4a4a;
	font-weight: 300;
}

.testimonial-colm p:first-letter {
	font-size: 20px;
}

.testimonial-colm small strong {
	font-weight: 600;
}

.client .client-img {
	background: #eae7e7;
	text-align: center;
	margin: 13px 0;
	padding: 20px;
	transition: all 0.4s ease-in-out;
	transform: scale(1);
	height:160px;
}
.client .client-img img{
    width: 100%;
  height: 100%;
  object-fit: contain;
}
.client .client-img:hover {
	transform: scale(1.1);
}

/*--testimonials-/-*/
/*--thanks--*/
.thanks .jumbotron.text-center {
	background: #80c10914;
}

.thanks h1 {
	font-weight: 300;
}

/*--thanks-/-*/

#sidenav ul li a {
	margin: 0px 0;
	background: #f1f1f1;
	border-bottom: 1px solid #e2e2e2;
}

#sidenav ul li a {
	display: block;
	font-weight: normal;
	text-decoration: none;
	color: #515152;
	transition: all 0.6s ease-in-out;
	border-left: 3px solid #538001;
	padding: 5px 10px;
}

#sidenav ul li a:hover {
	background: #538001;
	color: #fff;
	transition: all 0.6s ease-in-out;
}

#sidenav ul li.active a {
	background: #538001;
	color: #fff;
	transition: all 0.6s ease-in-out;
}

#sidenav ul li {
	list-style: none;
}

.portlet .form-control,
.input-group {
	width: 100% !important;
}

.portlet .form-control {
	width: 100% !important;
	height: 46px;
	border: 1px solid #ccc;
}

.portlet textarea.form-control {
	height: 126px !important;
}

.attach-btn {
	font-size: 12px;
	border-radius: 0 !important;
	padding: 10px;
}

#content_1 {
	position: relative;
}

.portlet .form-group {
	margin: 4px 0px;
}

.content_class {
	position: relative;
	width: 104px;
	float: left;
	border: 1px solid #ccc;
	margin: 10px;
}

.content .delete {
	position: absolute;
	left: 0;
	width: 40px;
	left: 0;
	right: 0;
	margin: 0 auto;
	border: 1px solid #444;
	opacity: 0;
	transition: all 0.5s ease-in-out;
	top: 20px;
	height: 40px;
	background: #8c2a2a99;
	color: #fff;
	border-radius: 100%;
	font-weight: 700;
}

.content:hover .delete {
	opacity: 1;
	transition: all 0.5s ease-in-out;
}

.ac-div_amenities {
	padding: 10px 0;
}

.ac-div_amenities .acceries-parent {
	display: flex;
}

.blog-page footer {
	top: 4px;
}


.advertise img {
	width: 100%;
}

.pd-0 {
	padding-right: 15px;
}

.main-banner img {
	width: 100%;
}

img {
	max-width: 100%;
}

.typeahead {
	background-color: #FFFFFF;
}

.typeahead:focus {
	border: 2px solid #0097CF;
}

.tt-query {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.tt-hint {
	color: #999999;
}

.welcome-content a {
	font-size: 12px;
	color: #444;
	background: #f3f6fb;
	padding: 4px 10px;
	text-decoration: none;
	display: inline-block;
	line-height: 19px;
	border: 1px solid #00439530;
	font-weight: 600;
	color: #004395;
	transition: all 0.5s ease-in-out;
}

.welcome-content a:hover {
	background: #004395;
	border-color: #004395;
	color: #fff;
}

.welcome-content a i {
	font-size: 19px;
	line-height: 17px;
	position: relative;
	top: 2px;
	padding-left: 6px;
	border-left: 1px solid#ccc;
	margin-left: 4px;
}

.tt-dropdown-menu {
	background-color: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	margin-top: 12px;
	padding: 8px 0;
	width: 422px;
	color: #000;
}

.tt-suggestion {
	font-size: 24px;
	line-height: 24px;
	padding: 3px 20px;
}

.tt-suggestion.tt-is-under-cursor {
	color: #000;
}

.tt-suggestion p {
	margin: 0;
}

.loader-icon {
	position: absolute;
	left: 0;
	right: 0;
	width: 80px;
	margin: 0 auto;
}

.post-req-btn {
	/* width: 172px; */
	float: right;
	position: relative;
	z-index: 999;
}

.post-req-btn a {
	margin: 2px 0 2px 0;
	background: linear-gradient(-45deg, #167e97, #E73C7E, #23A6D5, #23D5AB);
	background-size: 400% 400%;
	-webkit-animation: Gradient 5s ease infinite;
	-moz-animation: Gradient 5s ease infinite;
	animation: Gradient 5s ease infinite;
	border-radius: 4px;
	border: none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	border: 1px solid #cccccc42;
	padding: 5px 8px;
	text-align: right;
}

@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}

	50% {
		background-position: 100% 50%
	}

	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}

	50% {
		background-position: 100% 50%
	}

	100% {
		background-position: 0% 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}

	50% {
		background-position: 100% 50%
	}

	100% {
		background-position: 0% 50%
	}
}

/* Load more */
.load-more {
	width: 100%;
	text-align: center;
	color: #000;
	padding: 10px 0px;
	font-family: sans-serif;
	font-size: 20px;
}

.load-more:hover {
	cursor: pointer;
}

/*---service-page--*/
section.about-content.services-page {
	padding: 41px 0;
}

.services-page.about-content p {
	font-size: 15px;
	line-height: 29px;
	color: #525252;
	padding: 0 17px;
}

.services-page.about-content strong {
	color: #127188;
	font-size: 20px;
	padding: 6px 0;
	display: block;
	position: relative;
}

.services-page.about-content strong:before {
	position: absolute;
	left: -17px;
	top: 14px;
	width: 10px;
	height: 10px;
	background: #167e9747;
	content: '';
}

.services-page h1 {
	padding: 17px 0;
}

/*---service-page-/-*/

/* more link */
.more {
	color: blue;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 20px;
}

/*---POP-UP-SIGN-IN--*/

#loginpopup .modal-dialog {
	width: 400px;
	margin-top: 145px;
}

#loginpopup .modal-dialog .modal-content {
	border-radius: 0;
}

#loginpopup .modal-dialog .modal-content input {
	margin: 12px 0;
	border-radius: 2px;
	padding: 18px 10px;
}

#loginpopup .modal-dialog .modal-content .submit .btn {
	display: inline-flex;
	width: auto;
	background: #0e5188;
	border: none;
	border-radius: 19px;
	padding: 9px 21px;
	text-transform: uppercase;
	transition: all 0.5 ease-out;
	box-shadow: -1px 6px 5px #cccc;
}

.acceries-parent {
	position: relative;
}

span#fld_property_type-error {
	position: absolute;
	top: -24px;
	left: 0;
}

span#category-error {
	position: absolute;
	left: 0;
}

.error {
	text-align: center;
}

.twitter-typeahead {
	display: block !important;
	width: 100% !important;
}

.coo-price b {
	color: #17814e;
}

.full {
	color: #167e97;
	text-align: left;
	margin-top: 10px;
}

.details-wrapper .contact-page p {
	text-align: center;
	line-height: 24px;
	margin-bottom: 17px;
	color: #383838;
	font-size: 20px;
}

.details-wrapper .contact-page strong {
	display: block;
}

.price h6 {

	font-size: 12px;

	line-height: 17px;

	color: #167e97;
}

.top-navba {
	text-align: right;
}

.top-navba ul#menu-pmu-menu {
	width: 100%;
	text-align: right;
}

.nav-style ul li a {
	font-weight: 500;
	color: #3a3a3a;
	text-transform: capitalize;
}

.price.measurment h2 {
	font-size: 23px;

}

.col-md-9.top-navba {
	text-align: right;
}

.col-md-9.top-navba ul#menu-pmu-menu {
	width: 100%;
	text-align: right;
}

.col-md-9.top-navba ul#menu-pmu-menu li {
	float: none;
	display: inline-block;
}

.nav-style ul li a {
	font-weight: 500;
	color: #3a3a3a;
	text-transform: capitalize;
}

.topheader:after {
	background: #eeeef9;
	height: 54px;
	width: 25%;
	position: absolute;
	top: 0;
	left: -9px;
	content: '';
	border-bottom: 1px solid #dedede;
	transform: skew(20deg);
}

.topheader:before {
	background: #eeeef9;
	height: 17px;
	width: 14px;
	position: absolute;
	top: 36px;
	left: 24.5%;
	content: '';
	/* border-bottom: 1px solid #dedede; */
	transform: skew(-20deg);
	z-index: -1;
}
@media only screen and (min-device-width:1600px){
    .container{
        width:1440px;
    }
}
@media only screen and (min-device-width:320px) and (max-device-width:767px) {
    .navbar-inverse .navbar-toggle:hover{
  background-color: #fff;
}
	.container {
		width: 100%;
	}
.search-container{
    top:0;
}
.top-navba ul#menu-pmu-menu{
    text-align:left;
}
.navbar-nav{
    margin:20px 0;
}
	.breadcrum.papular-search-wrapper {
		bottom: -1px;
		padding: 4px 0;
	}

	.inner-banner ol.carousel-indicators,
	.breadcrum.papular-search-wrapper p:before {
		display: none;
	}

	.col-md-4.col-sm-6.pd-0,
	.search-container .pd-0 {
		padding: 0 15px;
		margin: 10px 0;
	}

	.breadcrum.papular-search-wrapper ul.text-center li:first-child a,
	.breadcrum.papular-search-wrapper ul.text-center li:first-child {
		margin-left: 0;
	}

	.breadcrum.papular-search-wrapper .col-md-3 {
		width: 40%;
		float: left;
		margin: 0;
		padding-right: 0;
		position: relative;
		top: 3px;
	}

	.breadcrum.papular-search-wrapper .col-md-9 {
		width: 60%;
		float: left;
	}

	.breadcrum.papular-search-wrapper p {
		font-size: 13px;
		text-align: center;
		padding: 5px;
	}

	ul#menu-pmu-menu li {
		display: block;
		border-bottom: 1px solid #ccc;
	}

	.search-container .btn {
		border-radius: 20px;
	}

	.city-parent.feature-pro .col-md-3.col-sm-6 {
		margin-right: 15px;
	}

	.post-req-btn {
		float: none !important;
		text-align: left;
	}

	.breadcrum.papular-search-wrapper ul.text-center {
		text-align: left;
		display: flex;
		overflow: scroll;
	}

	.breadcrum.papular-search-wrapper ul.text-center li a {
		margin: 4px 3px;
		min-width: 113px;
	}

	.inner-banner .item img {
		height: 131px !important;
	}

	.listing-section .tab-content h2 {
		font-size: 13px;
	}

	.nav-style ul li a {
		color: #444;
	}

	.listing-section .tab-content {
		color: #424141;
		font-weight: 500;
		font-size: 12px;
	}

	.amenties strong {
		width: 100% !important;
	}

	.contact-clmn {
		clear: both;
	}

	span.icons {
		float: left;
		width: 46% !important;
		text-align: center;
	}

	.flat-pic img {
		width: 100%;
	}

	.listing-section ul li {
		font-size: 10px;
	}

	.papular-search {
		overflow: hidden;
	}

	.papular-search ul {
		display: flex;
		overflow: scroll;
		align-items: center;
		justify-content: center;
	}

	.papular-search ul li a {
		display: block;
		width: 100%;
	}

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

	.inner-banner img {
		width: 100%;
		height: 200px;
		object-fit: cover;
	}

	.navbar-toggle {
		background: #000;
		z-index: 99999;
	}

	div#bs-example-navbar-collapse-1 {
		position: absolute;
		background: #fff;
		width: 100%;
		z-index: 999;
		top: 42px;
		left: 0px;
		z-index: 99999;
	}

	.navbar-toggle .icon-bar {
		background: #fff;
	}

	.top-navbar .nav-style ul li a {
		border-bottom: 1px solid #ccc;
		padding: 7px;
	}

	.navbar-toggle {
		background: #fff;
		margin-right: -10px;
		border-radius: 0;
		border-color: #fff !important;
	}

	.top-navbar .nav-style {
		display: block;
	}

	.advertise.fixed {
		position: static;
	}

	.addvertise-banner img {
		width: 100%;
	}

	.main-banner .carousel-caption {
		width: 100%;
	}

	.main-banner .carousel-caption h2 {
		font-size: 13px !important;
		line-height: 21px;
	}

	.testimonials .site-heading h2 {
		left: 0;
		font-size: 34px !important;
	}

	.city-parent .site-heading h2,
	.client-section .site-heading h2 {
		font-size: 19px !important;
		line-height: 27px;
	}

	.main-banner .carousel-caption {
		min-width: 100px;
		bottom: -4px;
		left: 10px;
		font-size: 10px;
	}

	.city-parent .city-colom img {
		width: 100%;
	}

	.top-navbar .nav-style {
		margin: 0 2px;
		background: #ffffff30;
	}

	.top-navbar .nav-style:after,
	.top-navbar .nav-style:before {
		display: none;
	}

	.city-parent .city-colom {
		min-height: 403px;
	}

	nav.navbar.top-navbar {
		top: 0;
		z-index: 999;
		right: 0px;
	}

	.top-navbar .nav-style {
		background: none;
	}

	.city-parent .city-colom a.btn {
		font-size: 14px;
		padding: 6px 7px !important;
	}

	.testimonials-colom p {
		margin-top: 27px;
		padding: 0 15px;
		text-align: center;
	}

	.testimonials-colom .client-img img {
		float: none;
	}

	.twitter-typeahead {
		width: 100%;
	}

	#loginpopup .modal-dialog {
		width: auto;
	}

	.price-header .price {
		width: 100%;
		text-align: center;
		font-size: 20px;
		border: navajowhite;
		margin-bottom: 10px;
		border-bottom: 1px dashed #ccc;
		padding: 10px 0;
	}

	.price-header .price h2 {
		font-size: 21px;
	}

	.contact-dealer.talk-to-expert {
		float: none !important;
	}

	.select-city .form-group {
		width: 100%;
		text-align: center;
		margin: 0 0 10px 0;
	}

	.talk-to-expert {
		display: block;
		float: none !important;
		text-align: center;
	}

	.property-description .col-md-3 {
		padding: 0px 15px;
		float: left !important;
	}

	.property-description .col-md-3.mr0 {
		padding-right: 0;
	}

	.property-description .col-md-3:last-child {
		width: 100%;
	}

	.property-description .bg-white {
		margin-right: 16px;
		margin-left: 16px;
	}

	.about-property p {
		text-align: center;
		font-size: 13px;
	}

	.about-property,
	.enquiry-form h1 {
		text-align: center;
	}

	.enquiry-form .btn {
		width: 100%;
	}

	.advertise.fixed {
		width: 100%;
	}

	.amenties-title {
		display: block;
		text-align: center;
		width: 100%;
		height: 40px
	}

	.property-description .col-md-3:nth-child(1),
	.property-description .col-md-3:nth-child(3),
	.property-description .col-md-3:nth-child(5),
	.property-description .col-md-3:nth-child(7),
	.property-description .col-md-3:nth-child(9) {
		padding-right: 0 !important;
	}

	.property-description .col-md-3.mr0 {
		padding-right: 15px;
	}

	.testimonials-colom .client-img {
		margin: 0 auto;
		float: none;
	}

	.full {
		text-align: center;
	}

	.testimonials-colom .item .col-md-9 {
		height: 100%;
	}

	.property-description .disc-clm {
		min-height: 154px;
		height: 144px !important;
	}

	.inner-banner .item {
		max-height: 420px;
	}

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

	.col-md-2.top-navba {
		position: absolute;
		top: 13px;
	}

	.topheader:after {
		display: none;
	}

	.contact-dealer.talk-to-expert a {
		margin: 10px;
	}

	.circle-image {
		width: 200px;
	}

	.contact-clmn a {
		padding: 11px 10px;
	}

	.listing-section ul.resp-tabs-list.hor_1 {
		display: block;
		display: flex;
		text-align: center;
		line-height: 14px;
	}

	.listing-section ul li.resp-tab-active,
	.listing-section ul li a {
		font-size: 11px !important;
	}
	.search-container form {
  flex-direction: column;
  }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
	.top-navbar .nav-style ul li a {
		padding: 10px 7px;
		font-size: 11px;
	}

	.top-navbar .nav-style {
		margin: -1px 0;
	}

	.top-navbar .col-md-12 {
		padding-left: 0;
	}

	.top-navbar .post-req-btn a {
		font-size: 10px;
		font-weight: 600;
		padding: 9px 7px;
	}

	.top-navbar .nav-style:before {
		display: none;
	}

	.addvertise-banner img {
		width: 100%;
	}

	.search-container {
		max-width: 100%;
	}
}

.refine-search.search-location .active {
	color: #167e97;
	font-weight: bold;
	background: #f2f2f2;
}

.viewmoreame {
	position: absolute;
	right: 13px;
	font-size: 13px;
	text-transform: uppercase;
	color: #2aa622;
	font-weight: 600;
}

.zoom-wrapper ul {
	padding-left: 18px;
}

.zoom-wrapper ul li {
	padding: 0 4px;
	list-style-position: outside;
	font-weight: 500;
	color: #7d7d7d;
}

.owl-nav {
	display: block !important;
}

.brands .owl-nav button {
	position: absolute;
	top: 35px;
	left: 0;
	width: 40px;
	height: 40px;
	border-radius: 50px;
}

.brands .owl-nav button:focus {
	outline: none;
}

.brands .owl-nav button.owl-next {
	left: auto;
	right: 0;
}

.brands .owl-nav button i {
	color: #167e97;
	font-size: 22px;
}

body.listing-page section.inner-banner .carousel-inner {
	background: #557e39 !important;
	height: 250px;
}

.breadcrum.papular-search-wrapper {
	padding: 15px 0;
}

a.pre-page {
	border: 1px solid #468100;
	border-radius: 50px;
	padding: 5px 15px;
	transition: 0.4s all ease-in-out;
}

a.pre-page:hover {
	background: #468100 !important;
	color: #fff !important;
	text-decoration:none;
}

.st-btn {
	display: inline-block !important;
}
@media(max-width: 992px) {
    .property-description .col-md-3{
        padding:0 15px;
    }
    .col-md-4 .bg-white{
        text-align:center;
    }
    .property-description .disc-clm{
        height:138px !important;
    }
      body .listing-section .tab-content {
    width: 48%;
  }
  .banner.banner_image h1 {
  font-size: 3rem;
}
  aside{
      margin-top:40px;
  } 
 body aside .refine-search.search-location ul li:hover .sector_list{
      display:none;
  }
}
@media(max-width: 767px) {

	.addvertise-banner div#Carousel,
	.addvertise-banner div#Carousel .carousel-inner,
	.addvertise-banner div#Carousel .carousel-inner img {
		height: auto;
	}

	.brands .owl-nav button.owl-next {
		left: auto;
		right: -26px;
	}

	.brands .owl-nav button {
		left: -26px;

	}

	.refine-search.search-location ul {
		max-height: 350px;
		overflow-y: auto;
		overflow-x: hidden;
	}
	  body .listing-section .tab-content {
    width: 100%;
  }
  .banner.banner_image h1 {
  font-size: 2rem;
}
.breadcrumbs_new {

  flex-wrap: wrap;
}
}



.blogpgae .blog h2{
    padding-bottom:20px;
    font-weight:700;
}
.blogpgae .blog p{
    min-height:80px;
}

.blogpgae .blog h3{
    font-size: 2.2rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  font-weight: 600;
  min-height:73px;
}

.blog__banner{
   height: 400px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  position:relative;
}

.blog__banner .breadcrum{
    bottom:0;
    padding:10px 0;
}
.blogpgae .blogpost{
    height: 300px;
  width: 100%;
  object-fit: cover;
}
.blogpgae .h1{
    text-align:left;
}
.blogpgae .post__start{
    padding-top:20px;
}
.blogpgae{
    padding:50px 0;
}

.thumbnail_inner{
    position:relative;
}
.blogpgae .thumbnail_inner p{
  position: absolute;
  bottom: 0;
  background: #167e97;
  color: #fff;
  font-weight: 700;
  padding: 10px 20px;
  min-height:unset;
}

aside .search-location ul .sector_list{
  margin-left: 30px;
  position: absolute;
  background: #fff;
  left: 90%;
  width: 100%;
  z-index: 999999;
  padding: 12px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
aside .refine-search.search-location ul li:hover .sector_list{
    opacity: 1;
  visibility: visible;
}

.contact-clmn a i {
  background: #098e09;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border: 1px solid #098e09;
}
.contact-clmn a:hover i{
    background: #fff;
    color:#098e09;
}

.ads .owl-nav.disabled {
  display: none !important;
}