/*
Theme Name: Jeevin
Theme URI: https://github.com/pankajwp
Author: pankajwp
Author URI: https://github.com/pankajwp
Description: Jeevin is the definitive WordPress boilerplate starter theme. We've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability and no intrusive visual CSS styles have been added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/tidythemes/pwp/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2024.2
Requires at least: 5.2
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: pwp

Jeevin WordPress Theme © 2011-2023 TidyThemes
Jeevin is distributed under the terms of the GNU GPL
*/

html {
	overflow-x: hidden;
}

@font-face {
	font-family: 'Futura Bk BT';
	src: url(../fonts/FuturaBT-Book.eot);
	src: url(../fonts/FuturaBT-Book.eot#iefix) format('embedded-opentype'), url(../fonts/FuturaBT-Book.woff2) format('woff2'), url(../fonts/FuturaBT-Book.woff) format('woff'), url(../fonts/FuturaBT-Book.ttf) format('truetype'), url(../fonts/FuturaBT-Book.svg#FuturaBT-Book) format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Mariyam';
	src: url(../fonts/Mariyam.eot);
	src: url(../fonts/Mariyam.eot) format('embedded-opentype'),
		url(../fonts/Mariyam.woff2) format('woff2'),
		url(../fonts/Mariyam.woff) format('woff'),
		url(../fonts/Mariyam.ttf) format('truetype'),
		url(../fonts/Mariyam.svg#Mariyam) format('svg');
}


body {
	font-family: "Work Sans", sans-serif;
	line-height: 1.8;
	font-size: 18px;
	background: #fff;
	color: #333333;
}

a {
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	color: #023354;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #023354;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
	line-height: 1.45;
	font-weight: normal;
	color: #000;
}

ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.line-clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.line-clamp.clamp-1 {
	line-clamp: 1;
  -webkit-line-clamp: 1;
}

.line-clamp.clamp-2 {
	line-clamp: 2;
  -webkit-line-clamp: 2;
}

.text-primary {
	color: #023354 !important;
}

.text-warning {
	color: #f76d2b !important;
}

/* .container {
    max-width: 960px !important;
} */

.probootstrap-aside {
	height: 100vh;
	width: 250px;
	position: fixed;
	top: 0;
	float: left;
	min-height: 500px;
	/* overflow-y: scroll; */
	border-right: 1px solid #dbdbdb;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	background: #fff;
	z-index: 10;
	font-size: 16px;
	line-height: 1.5;
}

@media screen and (max-width: 768px) {
	.probootstrap-aside {
		-webkit-transform: translateX(-250px);
		-ms-transform: translateX(-250px);
		transform: translateX(-250px);
		padding-top: 40px;
	}

	.compare_box {
      display: flex;
      flex-direction: column;
      max-width: 350px;
      margin: 0 auto;
      overflow: scroll;
  }

}

.probootstrap-aside.active {
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}

.probootstrap-aside .probootstrap-close-menu {
	position: absolute;
	right: 15px;
	color: #000;
	font-size: 14px;
	top: 20px;
	z-index: 20;
	text-transform: uppercase;
}

.probootstrap-aside .probootstrap-close-menu span {
	position: relative;
	font-size: 16px;
	top: 2px;
}

.probootstrap-aside .probootstrap-site-logo {
	padding: 5px 30px 15px 30px;
	position: relative;
}

.probootstrap-aside .probootstrap-site-logo .probootstrap-logo {
	font-size: 20px;
	text-decoration: none;
	color: #000;
	color: #023354;
	text-transform: uppercase;
	letter-spacing: .05em;
}

.probootstrap-aside .probootstrap-nav {
	padding-left: 30px;
}

.probootstrap-aside .probootstrap-nav ul {
	padding: 0;
	margin: 0;
}

.probootstrap-aside .probootstrap-nav ul li {
	padding: 0;
	margin: 0 0 10px 0;
	display: block;
	list-style: none;
	float: left;
	width: 100%;
}

.probootstrap-aside .probootstrap-nav ul li a {
	color: #000;
	padding: 2px 0;
	display: block;
	float: left;
	position: relative;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
}

.probootstrap-aside .probootstrap-nav ul li a:after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 0;
	left: 0;
	height: 2px;
	background: #f76d2b;
	-webkit-transition: .3s width ease-out;
	-o-transition: .3s width ease-out;
	transition: .3s width ease-out;
}

.probootstrap-aside .probootstrap-nav ul li a:hover:after {
	width: 30px;
}

.probootstrap-aside .probootstrap-nav ul li.active a:after {
	width: 100%;
}

.probootstrap-aside .probootstrap-overflow {
	height: 500px;
}

.probootstrap-aside .probootstrap-aside-footer {
	font-size: 14px;
	padding-left: 30px;
	position: absolute;
	bottom: 20px;
}

.probootstrap-aside-social li {
	display: inline-block;
}

.probootstrap-aside-social a {
	display: inline-block;
	color: #666666;
	font-size: 18px;
	line-height: 1;
}

.probootstrap-aside-social a:hover {
	color: #023354;
}

.probootstrap-main {
	width: calc(100% - 250px);
	float: right;
	padding: 30px;
	position: relative;
}

.probootstrap-main:before {
	background: rgba(0, 0, 0, 0.5);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 6;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: .6s all ease;
	-o-transition: .6s all ease;
	transition: .6s all ease;
}

.probootstrap-main.mobile-open:before {
	visibility: visible;
	opacity: 1;
}

.probootstrap-main .probootstrap-bar {
	position: fixed;
	top: 0;
	padding: 5px 0;
	z-index: 5;
	background: #fff;
	width: calc(100% - 250px);
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

@media screen and (max-width: 768px) {
	.probootstrap-main .probootstrap-bar {
		width: 100%;
		left: 0;
		right: 0;
		-webkit-transform: translateY(0%);
		-ms-transform: translateY(0%);
		transform: translateY(0%);
		box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	}
}

.probootstrap-main .probootstrap-bar .probootstrap-toggle {
	position: absolute;
	left: 15px;
	font-size: 20px;
	color: #000;
	z-index: 2;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.probootstrap-main .probootstrap-bar .probootstrap-call {
	position: absolute;
	right: 15px;
	font-size: 20px;
	color: #000;
	z-index: 2;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.probootstrap-main .probootstrap-bar .probootstrap-call a {
	padding-left: 10px;
}


.probootstrap-main .probootstrap-bar .probootstrap-main-site-logo {
	margin: 0 auto;
	width: 150px;
	text-align: center;
	position: relative;
}

.probootstrap-main .probootstrap-bar .probootstrap-main-site-logo a {
	font-size: 20px;
	text-decoration: none;
	color: #000;
	text-transform: uppercase;
	letter-spacing: .05em;
}

@media screen and (max-width: 768px) {
	.probootstrap-main {
		width: 100%;
		padding: 30px 15px;
	}
}

@media screen and (max-width: 1140px) {
	.probootstrap-main .card-columns {
		-webkit-columns: 3;
		-moz-columns: 3;
		columns: 3;
	}
}

@media screen and (max-width: 960px) {
	.probootstrap-main .card-columns {
		-webkit-columns: 2;
		-moz-columns: 2;
		columns: 2;
	}
}

@media screen and (max-width: 768px) {
	.probootstrap-main .card-columns {
		-webkit-columns: 2;
		-moz-columns: 2;
		columns: 2;
	}
}

@media screen and (max-width: 576px) {
	.probootstrap-main .card-columns {
		-webkit-columns: 1;
		-moz-columns: 1;
		columns: 1;
	}
}

.probootstrap-main .card-columns .card {
	background: #e6e6e6;
	border: none;
	border-radius: 0px !important;
	margin-bottom: 20px;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .2s all ease;
	-o-transition: .2s all ease;
	transition: .2s all ease;
	position: relative;
	opacity: 0;
	visibility: hidden;
}

.probootstrap-main .card-columns .card.img-loaded {
	opacity: 1;
	visibility: visible;
}

.probootstrap-main .card-columns .card a {
	position: relative;
	display: block;
}

.probootstrap-main .card-columns .card a:before {
	z-index: 1;
	content: "";
	background: rgba(255, 255, 255, 0.7);
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}

.probootstrap-main .card-columns .card a .card-img-top {
	border-top-left-radius: 0px !important;
	border-top-right-radius: 0px !important;
}

.probootstrap-main .card-columns .card:hover,
.probootstrap-main .card-columns .card:focus {
	-webkit-transform: scale(0.96);
	-ms-transform: scale(0.96);
	transform: scale(0.96);
}

.probootstrap-main .card-columns .card:hover a:before,
.probootstrap-main .card-columns .card:focus a:before {
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	visibility: visible;
	opacity: 1;
}

.bg-image,
.probootstrap-cover {
	background-size: cover;
	background-repeat: no-repeat;
}

.probootstrap-cover {
	background-position: center center;
}

.probootstrap-cover .probootstrap-heading {
	font-size: 45px;
	line-height: 1.34;
	color: #fff;
}

@media screen and (max-width: 768px) {
	.probootstrap-cover .probootstrap-heading {
		font-size: 37px;
		line-height: 1.3;
	}
}

.probootstrap-cover .probootstrap-subheading,
.probootstrap-cover p {
	color: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 768px) {
	.probootstrap-cover .btn {
		width: 100% !important;
		border: 1px solid red;
	}
}

.probootstrap-cover a {
	position: relative;
	color: #fff;
}

.probootstrap-cover a:before {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #023354;
	height: 2px;
	content: " ";
}

.probootstrap-cover.overlay {
	position: relative;
}

.probootstrap-cover.overlay:before {
	content: "";
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.btn {
	border-radius: 4px;
	padding: 13px 30px;
	font-size: 14px;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
}

.btn:before {
	display: none;
}

.btn:hover,
.btn:active,
.btn:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn.btn-primary {
	background: #023354;
	border-color: #023354;
	color: #fff;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
	border-color: #f8a619;
  background: #f8a619;
}

.btn.btn-outline-white {
	border-color: rgba(255, 255, 255, 0.2);
	background: none;
}

.btn.btn-outline-white:hover,
.btn.btn-outline-white:focus,
.btn.btn-outline-white:active {
	background: #fff;
	border-color: #fff;
	color: #000;
}

.form-control {
	border: 2px solid rgba(0, 0, 0, 0.2);
	height: 55px;
	background: none !important;
	color: #000 !important;
	font-size: 18px;
}

.form-control:focus,
.form-control:active {
	border: 2px solid #000;
}

textarea {
	height: inherit !important;
}

.probootstrap-vh-100 {
	height: 100vh;
}

@media screen and (max-width: 960px) {
	.probootstrap-vh-100 {
		height: inherit;
		padding-top: 5em;
		padding-bottom: 5em;
	}
}

.probootstrap-vh-75 {
	height: 75vh;
}

@media screen and (max-width: 960px) {
	.probootstrap-vh-75 {
		height: inherit;
		padding-top: 5em;
		padding-bottom: 5em;
	}
}

.bg-primary {
	background: #023354 !important;
}

.probootstrap-section,
.probootstrap-footer {
	padding: 7em 0;
}

.probootstrap-section .probootstrap-heading,
.probootstrap-footer .probootstrap-heading {
	font-size: 40px;
	line-height: 1.5;
}

@media screen and (max-width: 768px) {

	.probootstrap-section .probootstrap-heading,
	.probootstrap-footer .probootstrap-heading {
		font-size: 30px;
	}
}

.probootstrap-bg-dark {
	background: #263135;
}

.probootstrap-footer {
	font-size: 16px;
}

.probootstrap-footer .probootstrap-footer-logo {
	text-transform: uppercase;
	letter-spacing: .1em;
}

.probootstrap-footer .probootstrap-footer-widget h2 {
	font-weight: normal;
}

.probootstrap-footer p {
	color: rgba(255, 255, 255, 0.3);
}

.probootstrap-footer.probootstrap-bg-dark {
	background: #222b2f;
}

.probootstrap-footer a {
	color: rgba(255, 255, 255, 0.3);
}

.probootstrap-footer a:hover {
	color: #023354;
}

.probootstrap-footer .probootstrap-heading {
	font-size: 24px;
}

.probootstrap-footer .probootstrap-heading-2 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.6);
}

.probootstrap-footer-social li {
	list-style: none;
	margin: 0 10px 10px 0;
	display: inline-block;
}

.probootstrap-footer-social li a {
	height: 60px;
	width: 60px;
	display: block;
	float: left;
	background: rgba(255, 255, 255, 0.05);
	border-radius: 50%;
	position: relative;
}

.probootstrap-footer-social li a span {
	position: absolute;
	font-size: 26px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.footer-small-nav>li {
	display: inline-block;
}

.footer-small-nav>li a {
	margin: 0 10px 10px 0;
}

.footer-small-nav>li a:hover,
.footer-small-nav>li a:focus {
	color: #023354;
}

/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
	color: #212529;
	background-color: #f1f1f1;
	font-size: 14px;
	position: relative;
	padding-top: 20px;
}

.footer .footer-top {
	padding-top: 50px;
}

.footer .footer-about .logo {
	line-height: 1;
	margin-bottom: 25px;
}

.footer .footer-about .logo img {
	max-height: 40px;
	margin-right: 6px;
}

.footer .footer-about .logo span {
	color: #2d465e;
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 1px;
}

.footer .footer-about p {
	font-size: 14px;
}

.footer .social-links a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #212529;
	font-size: 16px;
	color: #212529;
	margin-right: 10px;
	transition: 0.3s;
}

.footer .social-links a:hover {
	color: #f86f19;
	border-color: #f86f19;
}

.footer h4 {
	font-size: 16px;
	font-weight: bold;
	position: relative;
	padding-bottom: 12px;
}

.footer .footer-links {
	margin-bottom: 30px;
}

.footer .footer-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer .footer-links ul i {
	padding-right: 2px;
	font-size: 12px;
	line-height: 0;
}

.footer .footer-links ul li {
	padding: 10px 0;
	display: flex;
	align-items: center;
}

.footer .footer-links ul li:first-child {
	padding-top: 0;
}

.footer .footer-links ul a {
	color: #212529;
	display: inline-block;
	line-height: 1;
}

.footer .footer-links ul a:hover {
	color: #f86f19;
}

.footer .footer-contact p {
	margin-bottom: 5px;
}

.footer .copyright {
	padding: 25px 0;
	border-top: 1px solid #ccc;
}

.footer .copyright p {
	margin-bottom: 0;
}

.footer .credits {
	margin-top: 8px;
	font-size: 13px;
}


.gallery_video {
	padding: 60px 0px;
}

.gallery_video .img-responsive {
	width: 100%;
}

.gallery_video button.btn-play {
	position: absolute;
	top: 0;
	bottom: 0;
	padding: 0;
	margin: 0;
	margin-left: -15px;
	border: 0;
	border-radius: 0;
	outline: 0 !important;
	width: 100%;
	background-color: transparent;
	color: rgba(245, 245, 245, 0.8);
}

.gallery_video button.btn-play:hover,
.gallery_video button.btn-play:active,
.gallery_video button.btn-play:visited,
.gallery_video button.btn-play:focus {
	color: white;
}


.gallery_video a.video {
	position: relative;
	display: block;
}

.gallery_video button.btn-play .glyphicon {
	padding: 0;
	margin: 0;
	color: inherit;
	background-color: inherit;
	font-size: 64px;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.gallery_video button.btn-play .glyphicon {
		font-size: 56px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.gallery_video button.btn-play .glyphicon {
		font-size: 46px;
	}
}

@media (max-width: 767px) {
	.gallery_video a.video {
		display: block;
	}

	.gallery_video button.btn-play .glyphicon {
		font-size: 56px;
	}
}


.media .probootstrap-icon {
	width: 100px;
}

.media .probootstrap-icon span {
	color: #023354;
}

.probootstrap-media {
	border: 1px solid #e6e6e6;
}

.probootstrap-media.text-center .probootstrap-icon {
	margin: 0 auto;
}

.probootstrap-overflow-hidden {
	overflow: hidden;
}

.padding-top-bottom {
	padding-top: 120px;
	padding-bottom: 120px;
}

.probootstrap-owl {
	position: relative;
	z-index: 1;
}

.probootstrap-owl .owl-nav {
	position: absolute;
	top: 50%;
	margin-top: -77px;
	z-index: 10;
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}

.probootstrap-owl .owl-nav .owl-prev,
.probootstrap-owl .owl-nav .owl-next {
	position: absolute;
	font-size: 30px;
	background: #023354;
	color: #fff;
	padding: 10px;
	line-height: 0;
}

.probootstrap-owl .owl-nav .owl-prev {
	left: 0;
}

.probootstrap-owl .owl-nav .owl-next {
	right: 0;
}

.probootstrap-owl .owl-dots {
	position: relative;
	text-align: center;
	margin-top: 30px;
}

.probootstrap-owl .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}

.probootstrap-owl .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	background: #ccc;
	border-radius: 50%;
	display: inline-block;
	margin: 5px 7px;
}

.probootstrap-owl .owl-dots .owl-dot.active span {
	background: #023354;
}

.probootstrap-owl:hover .owl-nav {
	visibility: visible;
	opacity: 1;
}

.probootstrap-animate {
	opacity: 0;
	visibility: hidden;
}

.probootstrap-animate .helpno a {
	color: #f76d2b;
}

.probootstrap-animate ul {
	margin-bottom: 10px;
}


/* overview section */
.overview_section .fixed_slide {
	position: sticky;
	top: 40px;
	height: fit-content;
}

.overview_content h4 {
	font-size: 20px;
}

.overview_wrap {
	display: flex;
	justify-content: space-between;
}

.overview_section .overview_content .main-title {
	margin-bottom: 20px;
}

.overview_content .status {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
	margin-top: 30px;
}

.overview_content .status li {
	border: 1px solid #e8e8e8;
	padding: 15px 10px;
	background: #333333;
	border-radius: 5px;
	width: calc(50% - 15px);
	text-align: center;
	box-shadow: 0 0 18px 0 rgb(0 0 0 / 10%);
}

.overview_content .status li img {
	width: 50px;
	margin-bottom: 15px;
}

.overview_content .status li p {
	font-size: 14px;
	line-height: 20px;
	display: block;
	position: relative;
	font-weight: 400;
	margin: 0;
	color: #FFF;
	letter-spacing: 0.4px;
	text-align: center;
}

.overview_content .status li p span {
	font-size: 17px;
	display: block;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: 600;
	color: #FFF;
}

.overview_content .btn-6 {
	margin-top: 30px;
}

.overview_content .btn-6 span {
	color: #FFF;
}

.overview_content .btn-6:hover span {
	color: #333333;
}

.overview_content .amenities_list li {
	margin-top: 20px;
	border: 1px solid #CCC;
	padding: 20px;
	width: 100%;
	background: transparent;
	box-shadow: none;
	text-align: center;
	border-radius: 5px;
}

.overview_content .amenities_list li img {
	display: inline-block;
	width: 50px;
	margin-bottom: 12px;
}

.overview_content .amenities_list li span {
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 20px;
}

.overview_section .heading_dlf {
	margin-bottom: 15px;

}

.overview_section .heading_dlf h4 {
	font-size: 15px;
	color: #333333;
	font-weight: 600;
	display: inline-block;
	border-bottom: 1px dashed #333333;
	padding-bottom: 5px;
	margin-top: 10px;
	text-transform: capitalize;
}

.overview_section .heading_dlf p {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 0px;
	font-size: 16px;
}

.button {
	color: #000;
	background: #5ee9b6;
	border: 0;
	padding: 10px 20px;
	transition: 0.4s;
	border-radius: 50px;
	letter-spacing: 0;
	margin-bottom: 30px;
}

.button:hover {
	background: #4bc598;
}

.breadcrumb {
	--breadcrumb-divider: "/";
	--breadcrumb-divider-color: hsl(215deg 12.76% 68.41%);
	--breadcrumb-color: black;
	--breadcrumb-active-color: hsl(196deg 74.43% 59.97%);
	display: flex;
	margin: 0;
	padding: 0;
	list-style-type: none;
	padding-top: 10px;
}

.breadcrumb-item a {
	position: relative;
	text-decoration: none;
	font-size: 12px;
}

.breadcrumb-item:not(:last-child) a {
	color: #000000;
}

.breadcrumb-item:not(:first-child)::before {
	content: var(--breadcrumb-divider);
	padding-right: .5625rem;
	color: hsl(215deg 12.76% 68.41%);
}

.breadcrumb-item a::before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: .0625rem;
	background: currentColor;
	transform: scaleX(0);
	transition: .3s;
}

.breadcrumb-item a:hover::before {
	transform: scaleX(1);
}

.affix {
	top: 0;
	width: 100%;
}

.affix {
	position: fixed;
}

.fixed {
	position: fixed;
	top: 0;
	z-index: 1;
	width: 100%;
	max-width: 696px;
	border-bottom: 1px solid #333;
}

.fixdband {
	border-bottom: 1px solid #333;
	margin-bottom: 27px;
}

.fixdband nav {
	position: relative;
	bottom: 0;
	width: 100%;
	background: #fff;
}

.fixdband nav ul {
	padding: 0px;
	margin: 0;
}

.fixdband nav li {
	display: inline-block;
	padding: 10px 0px;
	padding-right: 15px;
}

.fixdband nav li a {
	color: #444444;
	font-size: 14px;
}

.fixdband nav li a:hover {
	font-weight: 400;
	color: #ff0000;
	text-decoration: underline
}

.fixdband nav li a.active {
	font-weight: 600;
	color: #ff0000;
	text-decoration: underline
}

.traveltime {
	position: relative;
	text-align: center;
	color: black;
	padding: 5px;
	border: 1px solid #b7b7b7;
	margin: 10px;
}


.overview_section .heading_dlf p.big_para {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #111;
}


.overview_section .property_feature {
	display: flex;
	flex-wrap: wrap;
}

.overview_section .property_feature li {
	width: 25%;
	padding: 0 10px;
	font-size: 16px;
	color: rgba(0, 0, 0, .6);
	position: relative;
	/*  display: flex; */
	flex-direction: column;
	align-items: baseline;
}

.overview_section .property_feature li img {
	width: 45px;
	margin-bottom: 15px;
}

.overview_section .property_feature li .icon {
	height: 30px;
	margin-bottom: 15px;
}

.overview_section .property_feature li span {
	font-size: 17px;
	color: #C5973C;
	font-weight: 400;
	font-family: 'Futura Md BT';
	display: block;
}

.overview_section .property_feature li:not(:first-child):before {
	content: "";
	position: absolute;
	height: 72px;
	width: 1px;
	transform: rotate(17deg) translateY(-50%);
	top: 50%;
	left: 0%;
	background: rgba(0, 0, 0, .22);
}

.overview_section .theme_btn span {
	color: inherit;
}

.overview_section .theme_btn {
	width: auto;
	padding: 10px 25px;
	font-size: 14px;
	margin-top: 30px;
}

.top_ttl h3 {
	font-weight: 400;
	font-size: 40px;
	font-family: Mariyam, sans-serif;
	color: #ebebeb;
	position: relative;
}

.top_ttl h2 {
	top: 0px;
	font-size: 26px;
	position: relative;
}


.enq-form .modal_container {
	width: 100%;
	max-width: 100%;
	position: relative;
	background: #FFF;
	padding: 0px 0px;
	border-bottom: 5px solid #333333;
	border-radius: 5px;
}

.enq-form .popup_close {
	position: absolute !important;
	top: -10px;
	right: -10px;
	background: #333333;
	z-index: 2;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	color: #FFF;
	cursor: pointer;
	box-shadow: 0 0 20px 0 rgb(255 255 255 / 46%);
}

.enq-form .modal_container h2 {
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 15px;
	text-align: left;
	font-weight: 600;
	color: #af7915;
}

.form_input {
	width: 100%;
	height: 70px;
	border: 1px solid #333333;
	padding: 0 12px;
	font-size: 12px;
	background: transparent;
}


#enquiry_form .form_input {
	height: 34px;
	border: 1px solid rgb(44 62 80 / 40%);
}

#enquiry_form textarea.form_input {
	height: 100px;
	padding: 12px;

}

#enquiry_form .form_control {
	margin-bottom: 8px;
}

#enquiry_form .btn-4 {
	width: 100%;
	height: 34px;
	font-weight: 500;
	font-size: 14px;
	background: #333333;
	color: #fff;
	border: 0px;
}


#enquiry_form .main-cpt {
	display: flex;
	align-items: center;
	color: #333333;
	font-weight: 600;
	gap: 5px 6px;
	font-size: 13px;
	justify-content: space-between;
	letter-spacing: 0.4px;
}

#enquiry_form .main-cpt input {
	width: 140px;
	font-size: 13px;
}

#enquiry_form div#lblProcessForm {
	font-weight: 500;
	font-size: 13px;
}

.enq-form .modal_container p {
	margin-bottom: 0;
	text-align: center;
	font-weight: 500;
	font-size: 14px;
	color: #333333;
}

.enq-form .modal_container p span {
	color: #333333;
}

.enq-form .modal_container:before {
	content: '';
	width: 100%;
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	background-size: 580px;
	background-repeat: repeat;
	opacity: 0.05;
	background-position: top right;
	z-index: 0;
}

.enq-form .modal_container>* {
	position: relative;
	z-index: 1;
}


.text_box {
	background: rgb(255 255 255 / 90%);
	padding: 0px;
}

.text_box ul {
	padding: 0px;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}

.text_box li {
	position: relative;
	padding-left: 25px;
	font-size: 14px;
}

.text_box i {
	font-size: 15px;
	position: absolute;
	left: 0;
	top: 3px;
	color: #C5973C;
}

.text_box li:not(:last-child) {
	margin-bottom: 10px;
}

.optly-banner-flex {
	padding: 50px 40px;
	background-color: #fde7dc;
}

.optly-banner-flex h3 {
	font-size: 24px;
	font-weight: 700;
	color: #333;
	line-height: 28px;
	margin-bottom: 20px;
}

.optly-banner-flex p {
	color: #333;
	font-size: 16px;
	line-height: 24px;
}

.btn-read-more {
	color: #ffffff;
	background: #f86f19;
	line-height: 0;
	padding: 9px 20px;
	border-radius: 50px;
	transition: 0.5s;
	box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
}

.btn-read-more span {
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 0px;
}

.btn-read-more i {
	margin-left: 5px;
	font-size: 18px;
	transition: 0.3s;
}

.btn-read-more:hover i {
	transform: translateX(5px);
}

.amenities {
	padding-top: 20px;
	margin-bottom: 25px;
}

.amenities .Amenities_section {
	border: 1px solid #d0d0d0;
	padding: 1rem;
	border-radius: 4px;
	margin-bottom: 0.8rem;
}

.amenities h3 {
	font-size: 20px;
	font-weight: 600;
	line-height: 26px;
	margin: 0;
}

.amenities h4 {
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
}

.amenities .Amenities_section .AmenitiesTitle {
	font-family: var(--font-poppins);
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	margin: 0;
	margin-bottom: 1rem;
}

.amenities .Amenities_section ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 0.2rem 1.5rem;
	overflow: hidden;
	grid-template-columns: 1fr 1fr;
}

.amenities .Amenities_section ul li {
	display: inline-flex;
	column-gap: 0.3rem;
	font-size: 14px;
	line-height: 18px;
}

.amenities .Amenities_section .AmenitiesModule__checkmark i {
	color: #C5973C;
	line-height: 1;
	font-size: 18px;
}

.amenities .Amenities_section .AmenitiesModule__checkmark svg {
	color: #C5973C;
	line-height: 1;
	font-size: 20px;
}

/* style.css */
.Compare__sectionContainer ul {
  list-style: none; /* Remove default bullets */
  padding-left: 10px; /* Remove default padding */
}

.Compare__sectionContainer li {
  padding: 0.5em 0;
  border-bottom: 1px solid #eee;
}

.Compare__sectionContainer li:last-child {
  border-bottom: none;
}

/* .compare_box {
	display: flex;
	flex-direction: column;
	max-width: 1156px;
	margin: 0 auto;
} */

.compare_title {
	font-weight: 600;
	font-size: 20px;
	line-height: 36px;
	font-family: var(--font-serif);
	margin: 0;
	margin-bottom: 8px;
}

.compare_rowWrapper {
	display: flex;
	gap: 28px;
}

.Compare__genericContainer {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: calc(25% - 21px);
}

.Compare__genericContainer.active {
	background-color: #f0f6ff;
	color: #525252;
}

.Compare__GeneralInformation__contentWrapper {
	display: block;
	gap: 12px;
	margin: 8px 0px 16px;
}

.Compare__GeneralInformation__image {
	height: auto;
	margin-bottom: 10px;
}

.Compare__GeneralInformation__name {
	margin: 0;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #f95d2d;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.Compare__GeneralInformation__address {
	margin: 0;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}

.Compare__GeneralInformation__button {
	width: 100%;
	min-width: unset;
}

.comparebutton {
	white-space: nowrap;
	min-width: 160px;
	padding: 10px 22px;
	border-radius: 25px;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 18px;
	cursor: pointer;
	transition: all .2s ease-in-out;
	text-decoration: none;
	border: 2px solid #f86f19;
	background: #f86f19;
	color: #ffffff;
}

.compare-slot .project_name{
	padding: 10px;
	text-align: start;
	font-size: 13px;
}

.comparebutton:hover {
	background: #f95d2d;
	border-color: #f95d2d;
	color: #ffffff;
	text-decoration: none;
}

.Compare__divider {
	width: 100%;
	height: 1px;
	background-color: #d1cbcb;
	margin-top: 16px;
	margin-bottom: 16px;
}

.Compare__CareTypesSection__title {
	font-weight: 800;
	font-size: 14px;
	line-height: 22px;
	margin: 0;
	margin-bottom: 4px;
	padding: 10px;
}

.Compare__CareTypesSection__number {
	font-weight: 700;
	font-size: 14px;
	line-height: 22px;
	margin: 0;
	margin-bottom: 4px;
}

.Compare__CareTypesSection__content {
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	margin: 0;
	color: #525252;
}

.Compare__PricingSection__header {
	display: flex;
	margin-bottom: 4px;
}

.Compare__PricingSection__icon {
	margin-right: 8px;
}

.Compare__PricingSection__text {
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	display: block !important;
}

.Compare__LinkSection__title {
	cursor: pointer;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: var(--Ming);
}


.ReviewsModule {
	padding-top: 16px;
	display: flex;
	flex-direction: column;
	max-width: 1156px;
	margin: 0 auto;
}

.ReviewsHeader {
	display: flex;
	align-self: center;
	justify-content: space-between;
	flex-direction: column;
}

.ReviewsHeader__leftRail {
	display: flex;
	flex-direction: column;
	width: 63%;
}

.ReviewsHeader__title {
	font-family: var(--font-serif);
	font-size: 24px;
	font-weight: 600;
	line-height: 36px;
	margin: 0;
}

.ReviewsHeader__subtitle {
	font-size: 21px;
	font-weight: 600;
	line-height: 26px;
	margin: 0;
	margin-top: 4px;
	margin-bottom: 24px;
}

.ReviewsHeader__scoreRow {
	display: flex;
	gap: 24px;
	align-items: center;
	margin-bottom: 24px;
}


.flip {
    display:none;
    line-height: 30px;
    margin: auto;
    font-size: 16px;
    padding: 5px;
    text-align: center;
    background: #555;
    border: solid 1px #666;
    color: #ffffff;
    border-radius: 3px;
    user-select: none;
    cursor: pointer;
}

.panelsearch {
  display: block;
}


/*--------------------------------------------------------------*/

.panel-body select {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 0 0 0 8px;
	height: 30px;
	border: 1px solid #aaa;
	border-radius: 5px;
	font-size: 14px;
	width: 100%;
	line-height: 24px;
}

.chosen-container {
	width: 100% !important;
	margin-bottom: 15px;
}

.sidebar-box-2 .heading {
	font-size: 18px;
}

.sidebar-box-2 .info_date {
	font-size: 16px;
	color: #f84f1a;
	margin-bottom: 15px;
}

.sidebar-box-2 ul {
	margin: 0;
	padding: 0;
}

.sidebar-box-2 ul li {
	list-style: none;
	margin-bottom: 10px;
	font-style: normal;
	font-size: 13px;
	font-weight: 300;
	line-height: 18px;
}

.sidebar-box-2 ul li input[type=checkbox] {
	margin-right: 12px;
	font-weight: 100;
	left: 6px;
	position: relative;
	cursor: pointer;
}

.sidebar-box-2 ul li input[type=checkbox]:checked:before {
	border: 1px solid #f86f19;
	background: #f86f19;
}

.sidebar-box-2 ul li input[type="checkbox" i] {
	cursor: default;
}

.sidebar-box-2 ul li input[type=checkbox]:before {
	content: "";
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	top: 0;
	left: 0;
	margin-top: 0px;
	margin-left: -3px;
	border: 1px solid #555555;
	border-radius: 2px;
	background-color: white;
}

.sidebar-box-2 ul li input[type=checkbox]:checked:after {
	content: "";
	display: block;
	width: 6px;
	height: 10px;
	border: 1px solid white;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	position: absolute;
	top: 4px;
	left: 6px;
	margin-top: -3px;
	margin-left: -4px;
}


.fancy-collapse-panel .panel-default>.panel-heading {
	padding: 0;
	border: none;
	background: transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
}

.fancy-collapse-panel .panel-heading .panel-title{
	margin-bottom: .5rem;
}

.panel-heading a {
	padding: 8px 0;
	display: block;
	width: 100%;
	font-weight: 600;
	font-size: 15px;
	background: transparent;
	color: #322D29;
	position: relative;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-ms-box-shadow: none !important;
	-o-box-shadow: none !important;
	box-shadow: none !important;
}

.panel {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-ms-box-shadow: none !important;
	-o-box-shadow: none !important;
	box-shadow: none !important;
	border: none;
	border-bottom: 1px dashed #ccc;
}

.panel .panel-body{
    padding-bottom: 10px;
}

.panel-heading a:after {
	font-family: bootstrap-icons !important;
	content: "\F2E4";
	position: absolute;
	right: 0px;
	font-size: 16px;
	font-weight: 400;
	top: 50%;
	line-height: 1;
	margin-top: -8px;
}

.panel-heading a.collapsed:after {
	content: "\F4F8";
}

.panel-heading a.collapsed {
	color: #322D29;
}

.panel-heading .panel-title{
    margin-bottom:0px;
}

ul.nvya-category-pg-filter {
	list-style-type: none;
	border: 1px solid #e4e4e46e;
	padding-left: 0;
	margin-bottom: 30px;
	outline: none;
	text-align: center;
	box-shadow: 0px 0px 5px -1px #e2e2e2;
	padding: 10px 0px;
	font-size: 13px;
}

ul.nvya-category-pg-filter li {
	display: inline-block;
	outline: none;
}

ul.nvya-category-pg-filter li select {
	border: none;
	color: #322D29;
	font-weight: 500;
	outline: none;
	width: 150px;
	padding: 0 10px;
	background: #fff;
	text-transform: uppercase;
}

ul.nvya-category-pg-filter li select,
.product-cat-artist-search-box input {
	width: 200px;
	background: transparent;
	border: 0;
	font-size: 14px;
}

.text-hide {
	font: 0 / 0 a;
	color: transparent;
	background-color: transparent;
	border: 0;
}

#theDiv {
	position: absolute;
	top: 29px;
	left: 0px;
	background: rgb(228, 228, 228);
	padding: 15px;
	z-index: 99;
	width: 100%;
	border-radius: 5px 5px 0px 0px;
	font-size: 14px;
	visibility: hidden;
}

ul.nvya-category-pg-filter li {
	border-bottom: 1px solid #dddddd50;
	margin: 0 auto;
	padding: 10px 0;
}

ul.nvya-category-pg-filter li:last-child {
	border-bottom: none;
	margin-top: 10px;
	padding: 0;
}

.nvya-category-pg-filter li:nth-child(1) {}

.product-cat-artist-search-box button {
	background: #fff;
	outline: none;
	width: 28px;
	border: 1px solid #fff;
	transition: all .5s;
	border-radius: 50px;
}

.product-cat-artist-search-box {
	width: 100%;
	border: 1px solid #e2e2e2;
	padding: 0 0 0 15px;
	color: #322D29;
	position: relative;
	border-radius: 50px;
	background: #e4e4e4;
	max-width: 267px;
}

.suggestion-wrap {
	position: absolute;
	top: 32px;
	right: 0;
	z-index: 9999;
	background: #f1f1f1;
	width: 100%;
	height: 300px;
	overflow: hidden;
	overflow-y: scroll;
	text-align: left;
}


.paging {
	margin: 40px 0 0 0;
	text-align: center;
}

.paging ul li {
	display: inline-block;
	margin: 3px 3px;
	vertical-align: top;
}

.paging ul li a {
	display: inline-block;
	padding: 0;
	line-height: 30px;
	border-radius: 50px;
	width: 30px;
	height: 30px;
	color: #322D29;
	background-color: #fff;
	border: 1px solid #c52127;
	text-decoration: none;
}

.paging ul li a:hover {
	color: #fff;
	background-color: #c52127;
	border-color: #c52127;
}

.paging ul li a.active {
	color: #fff;
	background-color: #c52127 !important;
	border-color: #c52127;
}

.paging ul li a i::before {
	font-size: 20px;
	top: 4px;
	left: 12px;
}

.paging .pages {
	color: #322D29;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 30px;
	padding: 0 5px 0 0;
}


/*--------------------------------------------------------------
# Project Listing Section
--------------------------------------------------------------*/
.projece-listing .project-disc {
	background-color: var(--surface-color);
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	position: relative;
	border-radius: 5px;
	transition: 0.5s;
	padding: 15px 15px 15px 0px;
	height: 100%;
}

@media (max-width: 468px) {
	.projece-listing .project-disc {
		flex-direction: column;
		justify-content: center !important;
		align-items: center !important;
	}
}

.projece-listing .project-disc .pic {
	overflow: hidden;
	width: 250px;
	border-radius: 0%;
	flex-shrink: 0;
}

.projece-listing .project-disc .pic img.project-image {
	transition: ease-in-out 0.3s;
	object-fit: cover;
	min-height: 195px;
	width: 100%;
}

.projece-listing .team-member:hover {
	transform: translateY(-10px);
}

.projece-listing .project-disc .member-info {
	padding-left: 20px;
}

@media (max-width: 468px) {
	.projece-listing .project-disc .member-info {
		padding: 30px 0 0 0;
		text-align: center;
	}
}

.projece-listing .project-disc .member-info .location_price {
	display: flex;
	justify-content: space-between;
}

.projece-listing .project-disc h4 {
	font-weight: 600;
	margin-bottom: 0px;
	font-size: 16px;
	line-height: 1;
	text-align: left;
}

.projece-listing .project-disc a {
	color: #37517e;
}

.projece-listing .project-disc h5 {
	font-weight: 600;
	margin-bottom: 0px;
	font-size: 16px;
	color: #37517e;
}


.projece-listing .project-disc .price {
	display: inline-block;
	font-size: 16px;
	padding-bottom: 0px;
	position: relative;
	font-weight: 700;
	color: #f85819;
}

.projece-listing .project-disc .location {
	display: inline-block;
	font-size: 12px;
	padding-bottom: 5px;
	position: relative;
	font-weight: 700;
	margin-bottom: 10px;
}

.projece-listing .project-disc .location::after {
	content: "";
	position: absolute;
	display: block;
	width: 50px;
	height: 1px;
	background: #f85d19;
	bottom: 0;
	left: 0;
}

@media (max-width: 468px) {
	.projece-listing .project-disc .location::after {
		left: calc(50% - 25px);
	}
}

.projece-listing .project-disc p {
	font-size: 14px;
	line-height: 22px;
	text-align: left;
}

.projece-listing .project-disc .social {
	margin-top: 12px;
	display: block;
	align-items: center;
	justify-content: space-around;
	width: 100%;
}

.projece-listing .project-disc .social label {
	font-size: 14px;
	padding-right: 15px;
}

@media (max-width: 468px) {
	.projece-listing .project-disc .social {
		justify-content: center;
	}
}

.projece-listing .project-disc .social a {
	background: #de8a2e;
	border-radius: 50px;
	font-size: 12px;
	padding: 4px 15px;
	color: #333;
}

.projece-listing .project-disc .social a i {
	color: #0d3e61;
	font-size: 12px;
	margin: 0 2px;
	vertical-align: middle;
}

.projece-listing .project-disc .social a:hover {
	background: #333333;
	color: #ffffff;
}

.projece-listing .project-disc .social a:hover i {
	color: #fff;
}

.projece-listing .project-disc .social a+a {
	margin-left: 8px;
}


.genral_information {
	padding: 60px 0px;
}


.genral_information .discription p {
	font-size: 13px;
	color: #333;
	line-height: 22px;
	text-align: justify;
}

.genral_information h1 {
	font-size: 28px;
	font-weight: 700;
	position: relative;
	line-height: 1;
}

.genral_information .discription h3 {
	font-size: 24px;
	color: #545454;
}


.fre__outerwrap {
	background-color: #f86f19;
	padding: 5px 5px 4px 5px;
	font-size: 9px;
	font-weight: 700;
	line-height: 6px;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	position: relative;
	margin-left: 2px;
	margin-right: 1px;
	overflow: hidden;
}

.fre__outerwrap .fre__innerwrap {
	width: 115%;
	position: absolute;
	height: 100%;
	top: 0px;
	left: -2px;
	transform: skew(150deg);
	background: linear-gradient(to right, transparent 40%, rgb(186, 221, 201) 10%, transparent 50%);
	background-size: 200% 200%;
	background-repeat: no-repeat;
	animation-name: fre__backplay;
	animation-duration: 3s;
	animation-delay: 0s;
	animation-iteration-count: infinite;
}


.srch-box {
	display: table;
	width: 100%;
	background: whitesmoke;
}

.srch-box input {
	width: 92%;
	height: 100%;
	display: inline-block;
	background: transparent;
	padding: 12px;
	border: 0;
	margin: 0;
	font-size: 14px;
	color: #023354;
	text-align: center;
	box-shadow: none;
	-webkit-box-shadow: none;
	line-height: normal;
	border: 1px solid #ccc;
	margin-bottom: 15px;
}

.srch-box button {
	width: 8%;
	height: 42px;
	border: none;
	padding: .3%;
	float: right;
	border: 1px solid #ccc;
	vertical-align: top;
	background-color: #f1f1f1;
	-webkit-transition: background-color .5s ease;
	-moz-transition: background-color .5s ease;
	-o-transition: background-color .5s ease;
	transition: background-color .5s ease;
}

.srch-cont {
	width: 30%;
}

.srch-cont .advanced-search {
	margin-bottom: 10px;
	margin-top: 10px;
}

.srch-cont .advanced-search a {
	text-decoration: none;
	color: #005293;
	font-size: 14px;
	font-family: "HelveticaNeueW02-55Roma", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

	/* {
	border-right: 1px solid #ebecf0;
	padding: 25px;
	display: inline-block;
	cursor: pointer;
} */

/* .nav.nav-pills {
	border-bottom: 1px solid #ccc;
} */

.nav.nav-pills li a.active {
	background-color: transparent;
	color: #f76d2b;
	border: 1px solid #f85519 !important;
	border-bottom: 1px solid #fff !important;

}

.nav .nav-pills li.active::after a {
	content: "";
	border-bottom: 4px solid #000000;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -1px;
	border-radius: 5px 5px 0 0;
}

.btn-group{display:block;}

#exTab1 .nav-pills li{
	    width: 25%;
	}
	

:focus-visible {
	outline: -webkit-focus-ring-color auto 0px;
}

#exTab1 {
	justify-content: space-between;
	align-items: center;
	border-radius: 16px;
	background-color: #fff;
	box-shadow: 0 0 10px 1px rgba(21, 28, 34, .5);
	padding: 15px;
}

#exTab1 .tab-content {
	color: white;
	padding: 5px 15px;
}

#exTab1 h3 {
	color: white;
	padding: 5px 15px;
}

/* remove border radius for the tab */

#exTab1 .nav-pills>li>a {
	border-radius: 0;
	padding: 6px 25px;
	text-transform: uppercase;
	font-size: 16px;
	position: relative;
	bottom: -1px;
	border: 1px solid transparent;
}

/* change border radius for the tab , apply corners on top*/

#exTab1 .nav-pills>li>a {
	border-radius: 4px 4px 0 0;
}

#exTab1 .tab-content {
	color: white;
	padding: 5px 0px;
	margin-top: 5px;
}


.top-providers {
	padding: 50px 40px;
	/* background-color: #fdeded;
	border-radius: 30px; */
}

.top-providers .titleup {
	padding: 5px;
	text-align: left;
}

.top-providers .titleup h4 {
	font-size: 16px;
}

.top-providers .titleup p {
	font-size: 12px;
}

.top-providers .item img {
	border: 1px dashed #ccc;
}

.probootstrap-owl .owl-item .item img {
	border: 1px dashed #ccc;
}

#probootstrap-loader {
	position: fixed;
	width: 96px;
	height: 96px;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: rgba(255, 255, 255, 0.9);
	-webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
	border-radius: 16px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
	-o-transition: opacity .2s ease-out, visibility 0s linear .2s;
	transition: opacity .2s ease-out, visibility 0s linear .2s;
	z-index: 1000;
}

#probootstrap-loader.fullscreen {
	padding: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	background-color: #fff;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#probootstrap-loader.show {
	-webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
	-o-transition: opacity .4s ease-out, visibility 0s linear 0s;
	transition: opacity .4s ease-out, visibility 0s linear 0s;
	visibility: visible;
	opacity: 1;
}

#probootstrap-loader .circular {
	-webkit-animation: loader-rotate 2s linear infinite;
	animation: loader-rotate 2s linear infinite;
	position: absolute;
	left: calc(50% - 24px);
	top: calc(50% - 24px);
	display: block;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

#probootstrap-loader .path {
	stroke-dasharray: 1, 200;
	stroke-dashoffset: 0;
	-webkit-animation: loader-dash 1.5s ease-in-out infinite;
	animation: loader-dash 1.5s ease-in-out infinite;
	stroke-linecap: round;
}

@-webkit-keyframes loader-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes loader-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes loader-dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}

	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35px;
	}

	100% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -136px;
	}
}

@keyframes loader-dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}

	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35px;
	}

	100% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -136px;
	}
}


/*=====================================
proerty-th-list
======================================*/
.ReviewScoreTooltip {
	position: relative;
}

.ReviewScore {
	display: flex;
	align-items: center;
	gap: 4px;
	margin-bottom: 15px;
}

.ReviewScore__score {
	padding: 0px 5px;
	border-radius: 0px;
	background: #f86f19;
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-size: 14px;
	/* width: 30px;
    height: 30px; */
}

.ReviewScore__label {
	color: #333;
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
}

.ReviewScore__count {
	color: #39768a;
	font-size: 14px;
	line-height: 1;
}

.ReviewScore__addReview {
	font-size: 14px;
	font-weight: 500;
	color: #f86f19;
}

.CommunityFilter__ratings b {
	text-align: center;
	width: 9px;
	font-weight: 700;
	margin: 0 8px;
	font-size: 12px;
}

.property-icon {
	padding: 0px 0px;
	margin-top: 5px;
	/* background-color: #EDEDED; */
	color: #023354;
	font-size: 18px;
}

.property-icon svg {
	margin-right: 5px;
}

.property-icon img.project-image {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0px none;
}


/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
	text-align: center;
	padding-bottom:30px;
	position: relative;
}

.section-title h2 {
	font-size: 32px;
	font-weight: 700;
	position: relative;
}

.section-title h2:before,
.section-title h2:after {
	content: "";
	width: 50px;
	height: 2px;
	background: #e84545;
	display: inline-block;
}

.section-title h2:before {
	margin: 0 15px 10px 0;
	display:none;
}

.section-title h2:after {
	margin: 0 0 10px 15px;
}

.section-title p {
	margin-bottom: 0;
	color: #212529;
	font-size: 16px;
}

.view-more {
	background-color: #023354;
	color: #fff;
	border-color: #023354;
	outline-color: transparent;
	transition: 0.3s;
	font-size: 14px !important;
	padding: 10px 24px !important;
	border-width: 1px;
	border-radius: 30px;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	margin-top: 15px;
}

.view-more:hover {
	background-color: #f76d2b;
	color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
	width: 100%;
	min-height: 0vh;
	position: relative;
	padding: 0px 0 0px 0;
	display: flex;
	align-items: center;
}

.hero h1 {
	margin: 0;
	font-size: 48px;
	font-weight: 700;
	line-height: 56px;
	color: #f76d2b;
	font-family: "Open Sans", sans-serif;
}

.hero h1 span {
	font-weight: 300;
	color: #023354;
}

.hero p {
	color: color-mix(in srgb, var(--default-color), transparent 30%);
	margin: 5px 0 30px 0;
	font-size: 22px;
	line-height: 1.3;
	font-weight: 600;
}

.hero .btn-get-started {
	color: var(--contrast-color);
	background: var(--accent-color);
	font-family: var(--heading-font);
	font-weight: 500;
	font-size: 15px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 10px 28px 12px 28px;
	border-radius: 50px;
	transition: 0.5s;
}

.hero .btn-get-started:hover {
	color: var(--contrast-color);
	background: color-mix(in srgb, var(--accent-color), transparent 15%);
}

.hero .btn-watch-video {
	font-size: 16px;
	transition: 0.5s;
	margin-left: 25px;
	color: var(--default-color);
	font-weight: 600;
}

.hero .btn-watch-video i {
	color: var(--contrast-color);
	font-size: 32px;
	transition: 0.3s;
	line-height: 0;
	margin-right: 8px;
}

.hero .btn-watch-video:hover {
	color: var(--accent-color);
}

.hero .btn-watch-video:hover i {
	color: color-mix(in srgb, var(--accent-color), transparent 15%);
}

.hero .animated {
	animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 640px) {
	.hero h1 {
		font-size: 28px;
		line-height: 36px;
	}

	.hero p {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 0px;
	}

	.hero .btn-get-started,
	.hero .btn-watch-video {
		font-size: 13px;
	}
}

@keyframes up-down {
	0% {
		transform: translateY(10px);
	}

	100% {
		transform: translateY(-10px);
	}
}


/*--------------------------------------------------------------
# Type of Care Section
--------------------------------------------------------------*/
.type-of-care {
	padding: 30px 0px;
}

.type-of-care .member {
	position: relative;
}

.type-of-care .member .member-img {
	margin: 0 30px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	border: 4px solid #f9f9f9;
	box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1024px) {
	.type-of-care .member .member-img {
		margin: 0 60px;
	}
}

.type-of-care .member .member-img img {
	position: relative;
	z-index: 1;
}

.type-of-care .member .member-img .social {
	position: absolute;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.6);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
	padding-bottom: 20px;
	transition: 0.3s;
	visibility: hidden;
	opacity: 0;
}

.type-of-care .member .member-img .social a {
	transition: 0.3s;
	color: var(--contrast-color);
	font-size: 20px;
	margin: 0 8px;
}

.type-of-care .member .member-img .social a:hover {
	color: var(--accent-color);
}

.type-of-care .member .member-info {
	margin-top: 30px;
}

.type-of-care .member .member-info h4 {
	font-weight: 700;
	margin-bottom: 6px;
	font-size: 20px;
}

.type-of-care .member .member-info span {
	font-style: italic;
	display: block;
	font-size: 15px;
	color: color-mix(in srgb, var(--default-color), transparent 40%);
	margin-bottom: 10px;
}

.type-of-care .member .member-info p {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 24px;
}

.type-of-care .member:hover .member-img .social {
	padding-bottom: 0;
	visibility: visible;
	opacity: 1;
}


/*---///---///---///---///---///---///---///---///---///---
    05. MAIN SEARCH CSS START
---///---///---///---///---///---///---///---///---///---*/
.main-search-field {
	padding: 20px 20px 20px;
	/* background: url(../images/pattern.png);
	background-repeat: repeat;
	background-color: #ffffff;
	box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1); */
}

.main-search-field.mt10 {
	margin-top: 0px;
}

.main-search-field select {
	width: 100%;
	height: 35px;
	font-size: 14px;
	padding: 5px 10px;
	border: 1px solid #ccc;
	color: #979797;
	border-radius: 0;
	background: transparent;
	text-transform: capitalize;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

select:focus {
	outline: none;
}

option {
	background: #ffffff;
}

.main-search-field select:focus {
	background: transparent;
}

.at-input {
	width: 100%;
	height: 35px;
	padding: 5px 10px;
	color: #979797;
	font-size: 14px;
	border: 1px solid #979797;
	border-radius: 0;
	background: transparent;
}

.at-input:focus {
	outline: none;
}

.main-search-field .at-input-price {
	background-color: transparent;
	border: none;
	font-size: 16px;
	color: #023354;
	height: 25px;
	width: 180px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-radius: 0;
}

.ui-widget.ui-widget-content {
	border: none;
	height: 5px;
	margin-top: 5px;
}

.ui-widget-header {
	background-color: #023354;
}

.ui-slider .ui-slider-handle {
	height: 12px;
	width: 16px;
	margin-left: 0;
}

.main-search-field .hvr-bounce-to-right {
	width: 100%;
}

.hide {
	display: none;
}

.at-pricing-range label {
	color: #ffffff;
}


/*--------------------------------------------------------------
# Pricing Section
--------------------------------------------------------------*/
.pricing{padding:60px 0px;}
.pricing .pricing-card {
  height: 100%;
  padding: 2rem;
  background: #eee;
  border-radius: 1rem;
  transition: all 0.3s ease;
  position: relative;
}

.pricing .pricing-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.pricing .pricing-card.popular {
  background: #f86f19;
  color: #ffffff;
}

.pricing .pricing-card.popular h3,
.pricing .pricing-card.popular h4 {
  color: var(--contrast-color);
}

.pricing .pricing-card.popular .price .currency,
.pricing .pricing-card.popular .price .amount,
.pricing .pricing-card.popular .price .period {
  color: var(--contrast-color);
}

.pricing .pricing-card.popular .features-list li {
  color: var(--contrast-color);
}

.pricing .pricing-card.popular .features-list li i {
  color: var(--contrast-color);
}

.pricing .pricing-card.popular .btn-light {
  background: #ffffff;
  color: #f86f19;
}

.pricing .pricing-card.popular .btn-light:hover {
  background: #f1f1f1;
}

.pricing .pricing-card .popular-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  color: #f86f19;
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  font-size: 0.875rem;
  font-weight: 600;
  box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.08);
}

.pricing .pricing-card h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.pricing .pricing-card .price {
  margin-bottom: 1.5rem;
}

.pricing .pricing-card .price .currency {
  font-size: 1.5rem;
  font-weight: 600;
  vertical-align: top;
  line-height: 1;
}

.pricing .pricing-card .price .amount {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
}

.pricing .pricing-card .price .period {
  font-size: 1rem;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.pricing .pricing-card .description {
  margin-bottom: 2rem;
  font-size: 0.975rem;
}

.pricing .pricing-card h4 {
  font-size: 1.125rem;
  margin-bottom: 1rem;
}

.pricing .pricing-card .features-list {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem 0;
}

.pricing .pricing-card .features-list li {
 margin-bottom: 5px;
    padding-bottom: 5px;
  font-size: 14px;
  border-bottom:1px solid #ccc;
}

.pricing .pricing-card .features-list li span{
	display:block;
	font-weight:600;
}

.pricing .pricing-card .features-list li i {
  color: var(--accent-color);
  margin-right: 0.75rem;
  font-size: 14px;
}

.pricing .pricing-card .btn {
  width: 100%;
  padding: 0.75rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-weight: 500;
  border-radius: 50px;
}

.pricing .pricing-card .btn.btn-primary {
  background: #f86f19;
  border: none;
  color: #ffffff;
}

.pricing .pricing-card .btn.btn-primary:hover {
  background: #f86f19;
}



/* main search two start */
.main-search-field-two {
	padding: 150px 0;
	background: url(../oldage/images/4.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.main-search-field-two.at-over-layer-black:before {
	background-color: rgba(0, 0, 0, 0.5);
}

.main-search-field-two h1 {
	color: #ffffff;
	font-size: 42px;
	height: 70px;
	margin-bottom: 0;
}

.main-search-field-two .at-search-box {
	background-color: rgba(0, 0, 0, 0.8);
	padding: 30px 30px 0 30px;
}

.main-search-field-two .at-word-color {
	color: #023354;
}

.main-search-field-two label {
	color: #ffffff;
}

.main-search-field-two .at-input-price {}

.main-search-field-two ::-webkit-input-placeholder {
	color: #979797 !important;
}

.main-search-field-two ::-moz-placeholder {
	color: #979797 !important;
}

.main-search-field-two :-ms-input-placeholder {
	color: #979797 !important;
}

.main-search-field-two input:-moz-placeholder {
	color: #979797 !important;
}

/* main search two three CSS Start */
.main-search-field-three {
	width: 100%;
	padding: 250px 0;
}

.at-col-default-mar {
	margin-bottom: 0px;
	position: relative;
	z-index: 1;
	/* box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1); */
}

.at-color-word {
	color: #023354;
}

/* TITLE CSS START */
.at-sec-title {
	margin-bottom: 60px;
	text-align: center;
	position: relative;
	z-index: 1;
}

.at-sec-title {
	margin-bottom: 50px;
}

.at-sec-title h2 {
	font-size: 30px;
}

.at-sec-title h2 span {
	color: #000000;
}

.at-sec-title p {
	color: #333333;
}

.at-heading-under-line {
	width: 100px;
	height: 1px;
	background: #023354;
	position: relative;
	margin: 0 auto;
	margin-bottom: 20px;
}

.at-heading-under-line .at-heading-inside-line {
	width: 30px;
	height: 5px;
	background: #023354;
	position: absolute;
	left: 50%;
	top: -2px;
	margin-left: -15px;
}

.at-sec-title-left {
	text-align: left;
}

.at-sec-title-left .at-heading-under-line {
	margin: 0;
	margin-bottom: 20px;
}

.at-sec-title-left .at-heading-under-line .at-heading-inside-line {
	margin-left: 0;
	left: 0;
}


/* FORM COMMON CSS START */

.form-control {
	resize: none;
	height: 45px;
	margin-bottom: 30px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.form-control:focus {
	border-color: #023354;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

::-webkit-input-placeholder {
	color: #676767 !important;
}

::-moz-placeholder {
	color: #676767 !important;
}

:-ms-input-placeholder {
	color: #676767 !important;
}

input:-moz-placeholder {
	color: #676767 !important;
}


.at-input::-webkit-input-placeholder {
	color: #c5c5c5 !important;
}

.at-input::-moz-placeholder {
	color: #c5c5c5 !important;
}

.at-input:-ms-input-placeholder {
	color: #c5c5c5 !important;
}

.at-input:-moz-placeholder {
	color: #c5c5c5 !important;
}

/* BTN CSS START*/
.at-btn-default {
	font-size: 18px;
	background: #023354;
	color: #ffffff;
	border: none;
	height: 50px;
	padding-left: 30px;
	padding-right: 30px;
	border: none;
	border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.hvr-bounce-to-right {
	font-size: 15px;
	background: #f76d2b;
	color: #ffffff;
	text-transform: uppercase;
	border: none;
	padding: 7px 40px;
	border-radius: 0px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.hvr-bounce-to-right:hover {
	background: #f76d2b;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color: #fff;
}

.hvr-bounce-to-right:before {
	background-color: #000000;
}

.btn-check:checked+.btn{
	background-color: #f76d2b;
	border-color: #f76d2b;
	color: #fff;
}

.btn-secondary.proprty_type{
	padding: 10px 20px;
	width: 100%;
}

/* BACKGROUND OVER LAYER START */

.at-over-layer-black {
	position: relative;
}

.at-over-layer-black:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background-color: rgba(0, 0, 0, 0.9);
}

.at-over-layer-white {
	position: relative;
}

.at-over-layer-white:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background-color: rgba(255, 255, 255, 0.8);
}


.search_by_location {
	background: url(../oldage/images/location-bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	padding: 30px 0 30px;
	border: 1px solid #cccccc;
	border-radius: 30px;
	background: #f1e9f3;
}

.search_by_location:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	/* background-color: rgba(0, 0, 0, 0.9); */
}

.search_by_location .section-title{
    padding-bottom: 0px;
}

.search_by_location .at-sec-title h2,
.at-agents-sec-two .at-sec-title p {
	color: #8d0808;
}

.search_by_location .at-sec-title p {
	color: #333333;
}

.cp-link-tags .lt-items {
	display: inline-block;
	margin-right: 14px;
	margin-bottom: 15px;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-link-tags .lt-items {
		margin: 0 1.5rem 1.5rem 0;
	}
}

.cp-link-tags .lt-items:last-child {
	margin-right: 0;
}

.cp-link-tags .lt-links {
	font-size: 14px;
	color: #333333;
	font-weight: 500;
	line-height: 1.3;
	text-transform: uppercase;
	padding: 0.7rem 2.5rem 0.7rem 1rem;
	border-radius: 3rem;
	border: 1px solid #a8a9ad;
	display: block;
	background: #fff;
	position: relative;
	transition: all 0.3s ease;
}

.cp-link-tags .lt-links:hover {
	background: #f76d2b;
	border-color: #f76d2b;
	color: #ffffff;
}

.cp-link-tags .lt-links:hover:before {
	color: #ffffff;
}

.cp-link-tags .lt-links:before {
	content: "\e90b";
	font-family: 'icomoon' !important;
	text-transform: lowercase !important;
	position: absolute;
	right: 0.5rem;
	top: 50%;
	transform: translateY(-50%);
	color: #f76d2b;
	font-size: 1rem;
	font-weight: 700 !important;
	transition: all 0.3s ease;
}


.jarallax {
	position: relative;
	z-index: 0;
}

.jarallax>.jarallax-img {
	position: absolute;
	object-fit: cover;
	/* support for plugin https://github.com/bfred-it/object-fit-images */
	font-family: 'object-fit: cover;';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}


.state_wise_location {
	padding: 30px 0 30px;
}

.state_wise_location .location-link-tags .lt-items {
	display: inline-block;
	margin-right: 14px;
	margin-bottom: 15px;
}

.lct-list-area {
	background-color: #fff;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-flex;
	display: flex;
}

.location-link-tags .lct-items {
	margin: 0 0.5rem 0.5rem 0;
	width: 12.6667%;
	border-color: #d9d9d9;
	height: auto;
	border-style: solid;
	/* border-width: 1px; */
	padding-left: 0px;
	text-align: center;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-top: 5px;
	border-radius: 8px;
}

.location-link-tags .lct-items a {
	display: inline-block;
}

.location-link-tags .lct-items .img-box {
	height: auto;
	width: 50px;
	margin-left: auto;
	margin-right: auto;
}

.location-link-tags .lct-items .img-box .details {
	padding-bottom: 0px;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.location-link-tags .lct-items .img-box .details img {
	max-height: 100%;
}

.location-link-tags .lct-items .text-ttl-box {
	color: #484848;
	font-weight: 600;
	font-size: 13px;
	margin-top: 8px;
	line-height: 18px;
}


.homeBanner {
	margin: 60px 0px 0px;
}


.compare_project {
	padding: 60px 0 60px;
}

.compare_project .comp_item {}

.compare_project .comp_item .cardbox {
	border-radius: 4px;
	border: 1px solid #e1e1e1;
	background-color: #fff;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
}

.compare_project .comp_item .comparelist {
	width: 100%;
}

.compare_project .comp_item .comparelist img {
	width: 100%;
	height: auto;
	max-width: 100%;
}

.compare_project .comp_item .comparelist .discription {
	padding: 12px;
}

.compare_project .comp_item .comparelist .discription h3 {
	color: #333;
	font-weight: 700;
	font-size: 16px;
	margin-top: 8px;
}

.compare_project .comp_item .comparelist .discription p {
	color: #484848;
	font-size: 13px;
	font-weight: 400;
	white-space: nowrap;
}

.compare_project .comp_item .comparelist .discription p i {
	color: #f86f19;
	font-size: 15px;
}

.compare_project .comp_item .comparelist .discription .pricebox {}

.compare_project .comp_item .comparelist .discription .pricebox .price {
	color: #333;
	font-weight: 600;
	font-size: 14px;
}

.compare_project .comp_item .comparelist .discription .pricebox .price p {
	color: #6f6f6f;
	margin-top: 4px;
	font-weight: 400;
	font-size: 13px;
}

.comp-btn {
	border: 1px solid #f46c2a;
	padding: 5px 30px;
	text-align: center;
	background: #ffffff;
	margin: 5px 18px;
	color: #023354;
	border-radius: 50px;
	transition: all 0.5s;

}

.comp-btn:hover {
	border: 1px solid #f46c2a;
	background: #f46c2a;
	color: #ffffff;
	transition: all 0.5s;
}

.com-vs {
	min-width: 1px;
}

.com-vs .vsbox {
	min-width: 1px;
	background-color: rgba(0, 0, 0, 0);
	height: 24px;
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.com-vs .vsbox .vs-txt {
	top: 72px;
	border-color: #002b51;
	border-radius: 50%;
	border-style: solid;
	border-width: 1px;
	background-color: #fff;
	color: #e03012;
	text-align: center;
	font-size: 10px;
	height: 20px;
	width: 20px;
	justify-content: center;
	align-items: center;
	position: absolute;
	display: flex;
	z-index: 1;
}

.com-vs .vs-line {
	height: 85%;
	border-color: #e1e1e1;
	border-right-style: solid;
	border-right-width: 1px;
}


.compare_project .slick-list {
	max-width: 100%;
	margin: 0 auto;
	padding: 0px 0;
}

.compare_project .slick-list .slick-slide {
	margin: 0 8px;
}

.compare_project .slick-list .slick-slide:nth-child(even) {
	background-color: #fff;
}

.compare_project .slick-list .slick-slide:nth-child(odd) {
	background-color: #fff;
}

.compare_project .slick-arrow {
	z-index: 1;
	width: 40px;
	height: 40px;
}

.compare_project .slick-arrow:before {
	font-size: 30px;
	line-height: 18px;
	opacity: 1;
	color: #000000;
	font-family: none;
}

.compare_project .slick-next {
	right: -45px;
}

.compare_project .slick-prev {
	left: -45px;
}

.compare_project button {
	border: none;
	border-radius: 50px;
	margin: 10px;
	transition: all 0.5s;
	border: 1px dashed #000;
}


.innercp {
	padding: 20px 0px
}

.innercp h3 {
	font-size: 20px;
	color: #000000;
	font-weight: 700;
	line-height: 22px;
}

.innercp .bxe {
	margin-bottom: 12px;
}

.innercp .comp_item .cardbox {
	border: 1px solid rgb(44 62 80 / 40%);
}

.innercp .bxe .discription p {
	margin: 0px;
}

.innercp .bxe .pricebox .price {
	font-size: 14px;
}

.innercp .bxe .com-vs .vsbox .vs-txt {
	position: relative;
	top: 0;
	width: 30px;
	height: 30px;
}

.innercp .bxe .com-vs .vs-line {
	height: 100%;
	border-color: #abb2b9;
	margin-top: -13px;
	border-bottom: 2px dotted #abb2b9;
}


/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
.features .features-item {
	background-color: #ffffff;
	display: flex;
	align-items: center;
	padding: 8px;
	transition: 0.3s;
	border: 1px solid rgb(44 62 80 / 40%);
	position: relative;
	margin-bottom: 5px;
}

.features h3 {
	font-size: 20px;
	color: #000000;
	font-weight: 700;
	line-height: 22px;
}

.features .features-item i {
	font-size: 18px;
	padding-right: 10px;
	line-height: 0;
}

.features .features-item h2 {
	font-weight: 600;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-size: 12px;
}

.features .features-item h2 a {
	color: #333333;
	transition: 0.3s;
}

.features .features-item:hover {
	border-color: #f89719;
}

.features .features-item:hover h2 a {
	color: #f89719;
}


.gallerybox {
	padding: 60px 0 60px;
	background: #ffffff;
}

.gallerybox .at-gallery ul li {
	float: left;
	width: 25%;
}

.gallerybox .thumbnail {
	padding: 0;
	border-radius: 0;
	border: none;
	margin-bottom: 0;
}

.probootstrap-owlXX {
	position: relative;
	z-index: 1;
}

.probootstrap-owlXX .owl-nav {
	position: absolute;
	top: 50%;
	margin-top: -77px;
	z-index: 10;
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}

.probootstrap-owlXX .owl-nav .owl-prev,
.probootstrap-owlXX .owl-nav .owl-next {
	position: absolute;
	font-size: 30px;
	background: #023354;
	color: #fff;
	padding: 10px;
	line-height: 0;
}

.probootstrap-owlXX .owl-nav .owl-prev {
	left: 0;
}

.probootstrap-owlXX .owl-nav .owl-next {
	right: 0;
}

.probootstrap-owlXX .owl-dots {
	position: relative;
	text-align: center;
	margin-top: 30px;
}

.probootstrap-owlXX .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}

.probootstrap-owlXX .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	background: #ccc;
	border-radius: 50%;
	display: inline-block;
	margin: 5px 7px;
}

.probootstrap-owlXX .owl-dots .owl-dot.active span {
	background: #023354;
}

.probootstrap-owlXX:hover .owl-nav {
	visibility: visible;
	opacity: 1;
}


/*--------------------------------------------------------------
# Recent Posts Section
--------------------------------------------------------------*/
.recent-posts {
	padding: 60px 0px;
}

.recent-posts .post-item {
	background: #fff;
	box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
	transition: 0.3s;
}

.recent-posts .post-item .post-img img {
	transition: 0.5s;
}

.recent-posts .post-item .post-date {
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #f76d2b;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	padding: 6px 12px;
	font-weight: 500;
}

.recent-posts .post-item .post-content {
	padding: 30px;
}

.recent-posts .post-item .post-title {
	color: #023354;
	font-size: 20px;
	font-weight: 700;
	transition: 0.3s;
	margin-bottom: 15px;
}

.recent-posts .post-item .meta i {
	font-size: 16px;
	color: #023354;
}

.recent-posts .post-item .meta span {
	font-size: 15px;
	color: #212529;
}

.recent-posts .post-item hr {
	color: #212529;
	margin: 20px 0;
}

.recent-posts .post-item .readmore {
	display: flex;
	align-items: center;
	font-weight: 600;
	line-height: 1;
	transition: 0.3s;
	color: #212529;
	font-size: 14px;
	border-radius: 50px;
	border: 1px solid #ccc;
	padding: 8px 20px;
	display: inline-block !important;
	width: 150px;
	text-align: center;
}

.recent-posts .post-item .readmore i {
	line-height: 0;
	margin-left: 6px;
	font-size: 16px;
}

.recent-posts .post-item:hover .post-title,
.recent-posts .post-item:hover .readmore {
	color: #f76d2b;
}

.recent-posts .post-item:hover .post-img img {
	transform: scale(1.1);
}


/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
.call-to-action {
	padding: 60px 0 60px;
	background: url(../oldage/images/subscribe-bg-img.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}

.call-to-action:before {
	content: "";
	position: absolute;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.6;
	transform: translateY(0%);
}

.call-to-action .content {
	padding: 40px 0;
	border: 0px solid #ccc;
	position: relative;
}

.call-to-action .content h3 {
	font-weight: 600;
	font-size: 24px;
	line-height: 24px;
	color: #fff;
}

.call-to-action .content p {
	font-size: 16px;
	color: #ffffff;
}

.call-to-action .content .form-subscribe .form-control {
	border: 2px solid #f85519;
	background: #ffffff;
	border-radius: 0;
}

.call-to-action .content .form-subscribe input[type=email] {
	height: 50px !important;
	color: #ffffff !important;
	margin-bottom: 0;
	font-size: 14px;
	text-align: center;
}

.call-to-action .content .form-subscribe input[type=email]:focus {
	box-shadow: none;
}

.call-to-action .content .form-subscribe input[type=email]::placeholder {
	color: #ffffff !important;
}

.call-to-action .content .loading,
.call-to-action .content .error-message,
.call-to-action .content .sent-message {
	margin-top: 15px;
}

.call-to-action .content .btn {
	color: #fff;
	background-color: #f85519;
	border: 1px solid #f85519;
	border-radius: 0;
}

.call-to-action .content .btn:hover,
.call-to-action .content .btn:active,
.call-to-action .content .btn:focus {
	box-shadow: none;
	outline: none;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	color: #000000;
}


/*--------------------------------------------------------------
# Happy Journey Section
--------------------------------------------------------------*/
.hp-journey-steps {
	padding: 30px 0 30px;
}

.hp-journey-steps .service-item {
	position: relative;
	height: 100%;
	margin-bottom: 30px;
}

.hp-journey-steps .service-item .icon {
	margin-right: 20px;
}

.hp-journey-steps .service-item .icon i {
	color: var(--accent-color);
	font-size: 40px;
	line-height: 0;
	transition: 0.3s;
}

.hp-journey-steps .service-item:hover .icon i {
	color: var(--accent-color);
}

.hp-journey-steps .service-item .title {
	color: var(--heading-color);
	font-weight: 700;
	margin-bottom: 10px;
	font-size: 20px;
	transition: 0.3s;
}

.hp-journey-steps .service-item .description {
	font-size: 15px;
	color: color-mix(in srgb, var(--default-color), transparent 30%);
	margin-bottom: 10px;
}

.hp-journey-steps .service-item .readmore {
	display: flex;
	align-items: center;
	color: color-mix(in srgb, var(--default-color), transparent 50%);
	transition: 0.3s;
	font-weight: 700;
	font-size: 14px;
}

.hp-journey-steps .service-item .readmore i {
	margin-left: 8px;
}

.hp-journey-steps .service-item:hover .title,
.hp-journey-steps .service-item:hover .readmore,
.hp-journey-steps .service-item:hover .icon i {
	color: var(--accent-color);
}


/*--------------------------------------------------------------
# Loved one Section
--------------------------------------------------------------*/
.loved-one .container {
	background: #f86f19;
	color: #fff;
	position: relative;
	overflow: hidden;
	border-radius: 1rem;
	padding: 4rem 2rem;
}

.loved-one .content h2 {
	color: #ffb529;
	position: relative;
	z-index: 2;
	margin-bottom: 15px !important;
	font-size: 3.5rem;
	font-weight: 600;
}

.loved-one .content p {
	color: #fff;
	position: relative;
	z-index: 2;
	margin-bottom: 15px !important;
}


.loved-one .btn-cta {
	background-color: rgb(255 255 255 / 15%);
	color: #ffffff;
	padding: 12px 40px;
	border-radius: 50px;
	transition: all 0.3s ease;
	border: 2px solid #ffffff;
	position: relative;
	z-index: 2;
}

.loved-one .btn-cta:hover {
	background-color: #ffffff;
	color: #f86f19;
}

.loved-one .shape {
	position: absolute;
	pointer-events: none;
	z-index: 1;
}

.loved-one .shape svg {
	width: 100%;
	height: 100%;
}

.loved-one .shape svg path {
	fill: color-mix(in srgb, var(--contrast-color) 50%, transparent);
}

.loved-one .shape-1 {
	width: 300px;
	height: 300px;
	top: -100px;
	right: -50px;
	opacity: 0.1;
	transform: rotate(45deg);
	animation: shapes-float 3s ease-in-out infinite;
}

.loved-one .shape-2 {
	width: 200px;
	height: 200px;
	bottom: -50px;
	left: -50px;
	opacity: 0.15;
	transform: rotate(-15deg);
	animation: shapes-float 4s ease-in-out infinite;
}

.loved-one .shape-3 {
	width: 150px;
	height: 150px;
	top: 20%;
	right: 15%;
	opacity: 0.08;
	transform: rotate(15deg);
}

.loved-one .dots {
	position: absolute;
	pointer-events: none;
	z-index: 1;
	color: #ffffff;
}

.loved-one .dots svg {
	width: 100%;
	height: 100%;
}

.loved-one .dots-1 {
	width: 200px;
	height: 200px;
	top: -30px;
	left: 10%;
	opacity: 0.1;
	transform: rotate(15deg);
	animation: shapes-float 4s ease-in-out infinite;
}

.loved-one .dots-2 {
	width: 150px;
	height: 150px;
	bottom: 20px;
	right: 15%;
	opacity: 0.15;
	transform: rotate(-10deg);
}

.loved-one .feature-list {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
}

.loved-one .feature-list li {
	margin-bottom: 0px;
	font-size: 18px;
}

.loved-one .feature-list li i {
	color: #ffffff;
	font-size: 20px;
}

@keyframes shapes-float {

	0%,
	100% {
		transform: scale(0.8) rotate(45deg) translateY(0);
	}

	50% {
		transform: scale(0.8) rotate(45deg) translateY(-20px);
	}
}

@media (max-width: 992px) {
	.loved-one .container {
		padding: 3rem 1.5rem;
	}

	.loved-one .shape-1 {
		width: 200px;
		height: 200px;
	}

	.loved-one .shape-2 {
		width: 150px;
		height: 150px;
	}

	.loved-one .shape-3 {
		width: 100px;
		height: 100px;
	}

	.loved-one .dots-1 {
		width: 150px;
		height: 150px;
	}

	.loved-one .dots-2 {
		width: 120px;
		height: 120px;
	}

	.loved-one .dots-3 {
		width: 80px;
		height: 80px;
	}
}

@media (max-width: 575px) {
	.loved-one .container {
		border-radius: 0;
	}
}


.faq-section {
	padding: 30px 0px;
}

.accordion-body ul li a {
	color: black;
	font-weight: 700;
}

.faq-section .accordion {
	width: 100%;
}

.accordion-button:not(.collapsed) {
	/* background-color: #c5e5d8;*/
	background-color: #e9fff3;
}

.accordion-button:not(.collapsed)::after {
	background-image: none;
	transform: none;
}

.accordion-button:focus {
	box-shadow: none;
}

.accordion-button:before {
	content: "";
	position: absolute;
	/*   right: 0.75rem; */
	right: 0.75rem;
	top: 1.25rem;
	height: 2px;
	width: 1rem;
	background-color: #023354;
}

.accordion-button.collapsed:after {
	content: "";
	position: absolute;
	/*   right: 1.1875rem; */
	right: 1.1875rem;
	top: 0.8125rem;
	height: 1.0625rem;
	width: 0.125rem;
	border-style: none;
	background-color: #023354;
}

.faq-section .accordion-button h5 {
	/*   color: #7dbc9e; */
	color: #023354;
	margin-right: 13px;
	font-weight: 600;
	border-left: 5px solid #ff0000;
    	padding-left: 12px;
}

.accordion-body {
	background-color: #e9fff3;
}

/* button:focus:not(:focus-visible) {
    outline: 0;
} */

/* list */
.faq-section ul {
	list-style-type: none;
	list-style-type: disc;
	/* Default bullet points for ul */
	margin-left: 20px;
}

.faq-section ul li {
	margin-bottom: 5px;
}

.accordion-body ol {
	counter-reset: step-counter;
	list-style-type: none;
	padding-left: 0;
}

.accordion-body ol>li {
	counter-increment: step-counter;
	/* Increment custom counter */
	margin-bottom: 10px;
}

.accordion-body ol>li::before {
	content: "Steps " counter(step-counter) ": ";
	/* Custom prefix */
	font-weight: bold;
}

.b-compare_inside-title {
	text-align: left;
	font-weight:600;
	padding-right: 15px;
	padding-bottom: 10px;
	color: #555;
	font-size:14px;
	line-height: 18px;
}

.b-compare_value {
	text-align: left;
	padding-left: 45px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	color: #666;
	font-weight:400;
	font-size:14px;
	line-height: 18px;
}

.b-compare__images-item-price .comparebutton{
	text-align: center;
	padding: 8px 0;
	font: 700 15px 'PT Sans', sans-serif;
	margin-top: 20px;
	height: 38px;
	position: relative;
}
.b-compare__images-item-price-vs{
	width: 50px;
	height: 50px;
	position: absolute;
	border-radius: 100%;
	border: 10px solid #fff;
	font-weight:600;
	font-size:14px;
	padding-top: 5px;
	left: 100%;
	margin-left: -8px;
	top: 50%;
	margin-top: -25px;
	z-index: 100;
	color: #fff;
	background: #2f2f2f;
}

.btn-remove-project {
	padding: 2px 10px;
}

.comp_accordian .accordion-button:not(.collapsed) {
	background-color: #f1f1f1;
}
.comp_accordian  .accordion-body{background-color: #ffffff;}

.modal.show .modal-dialog {
	transform: none;
	max-width: 800px;
	width: 100%;
}

.modal-body {
	padding: 30px;
}
.modal-body p{
	font-size:16px;
	line-height: 24px;
	margin-bottom:10px;
}

.modal-body .form-control{
	margin-bottom: 15px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	font-size: 14px;
}

@media screen and (min-width: 768px) {
	/*   .faq-section .accordion {
    width: 50%;
    margin: 0 auto;
  } */

	.accordion-button:before {
		right: 0.75rem;
	}

	.accordion-button.collapsed:after {
		right: 1.1875rem;
	}

	.faq-section .accordion-button h5 {
		margin-right: 0px;
	}
}


@media screen and (max-width: 576px) {
	.top-providers {
		padding: 30px 0px;
	}

	.cp-link-tags .lt-list {
		padding-left: 0rem;
	}

	.cp-link-tags .lt-items {
	    margin: 0;
		margin-bottom: 3px;
	}

	.lct-list-area {
		padding-left: 0rem;
	}

	.location-link-tags .lct-items {
		width: 48.6667%;
		margin: 0 auto;
		margin-bottom: 15px;
	}

	.loved-one .content h2 {
		font-size: 30px;
	}

	.loved-one .btn-cta {
		font-size: 12px;
		padding: 12px 22px;
	}

	.type-of-care .member {
		width: 50%;
	}

	.type-of-care .member .member-img {
		margin: 0 10px;
	}

	.type-of-care .member .member-info p {
		font-size: 14px;
		line-height: 20px;
	}

	.projece-listing .project-disc .pic {
		width: 100%;
	}

	#exTab1 {
		padding: 15px;
	}

	#exTab1 .nav-pills>li>a {
		font-size: 13px;
		padding: 6px 9px;
		text-transform: none;
	}
	
	.main-search-field {
		padding: 20px 0px 20px;
	}

	.srch-box input {
		width: 88%;
	}

	.srch-box button {
		width: 12%;
	}

	.projece-listing .project-disc {
		display: block !important;
	}

	.projece-listing .project-disc .member-info {
		padding-left: 0px;
		padding-top: 20px;
		text-align: left;
	}

	.projece-listing .project-disc .location {
		text-align: left;
	}
	.hero-img{text-align:center;}
	.hero-img img{width:80%; margin-top:30px;}
	
	.cp-link-tags .lt-links{
		padding: 5px 27px 5px 12px;
	}
	
	.Compare__genericContainer{
		width: calc(50% - 21px);
	}
	
	.amenities .Amenities_section ul {
	    display: block;
	}
	.text_box ul{
	    -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
	}
	.text_box li{
	    display: block !important
	}
	.button{
	    padding: 10px 12px;
	    margin-bottom: 12px;
	}
	.btn{font-size: 13px;}
	
	.overview_section .heading_dlf .ReviewScore{
	    justify-content: flex-start !important;
	}
	.overview_section .heading_dlf .text-end{text-align:left !important;}
	
	/* .compare_box{
	    overflow-x: scroll;
	    max-width: 1156px;
	} */
	.compare_rowWrapper{
	    /* overflow-x: scroll; */
			width: 640px;
	}
	.footer .copyright{
	    padding: 25px 15px;
	}
	.footer{
	    padding: 25px 5px;
	}
	.Compare__genericContainer.active{
	    padding: 10px;
	    background-color: transparent;
	}
	
	ul.breadcrumb li{
	    line-height: 18px;
	}
	
	
	.flip {
        display: block;
        margin-top: 24px;
        margin-bottom: 5px;
    }

    .panelsearch {
      display: none;
    }
    .projece-listing .project-disc{
        padding: 10px 10px 10px 10px;
    }
	
	
	#exTab1 .nav-pills li {
        width: 50%;
        padding: 5px !important;
    }
    
    .faq-section .accordion-button h5{
        font-size: 16px;
    }
    .accordion-body {
        font-size: 14px;
    }
    .recent-posts .post-item .post-content {
        padding: 12px;
    }
    .recent-posts .post-item .post-title{
        font-size: 15px;
        margin-bottom: 5px;
    }
    .section-title h2 {
        font-size: 28px;
    }
    .hp-journey-steps .service-item{
        margin-bottom: 15px;
    }

}

/*
* pwp-custom class
*/
.pt-8 {
	padding-top: 8px;
}

.pr-8 {
	padding-right: 8px;
}



/*------Modal Popup----Start --------------*/
.modal .modal-xlg {
	width: 100%;
}

.modal .modal-content {
	box-shadow: none;
	border-radius: 2px;
	border-color: #d5d5d5;
}

.modal .modal-content .modal-header .modal-title {
	font-size: 20px;
	font-weight: 700;
	line-height: 22px;
	text-align: center;
}

.modal .modal-content.mod-feature {
	text-align: left;
}

.modal .modal-content #location .map {
	width: 100%;
}

.modal .modal-content #amenities .lyt-amenities .nav-tabs.typ-sub-tab .bs-icon-text,
.modal .modal-content #amenities .lyt-clubhouse .nav-tabs.typ-sub-tab .bs-icon-text,
.modal .modal-content #clubhouse .lyt-amenities .nav-tabs.typ-sub-tab .bs-icon-text,
.modal .modal-content #clubhouse .lyt-clubhouse .nav-tabs.typ-sub-tab .bs-icon-text {
	width: 161px;
}

.modal .modal-content .tab-content {
	border: none;
}

.modal .modal-content .form-group {
	margin-bottom: 20px;
}

.modal .modal-content.red {
	border-color: #d0232a;
}

.modal .modal-content.dark-red {
	border-color: #a2282e;
}

.modal .modal-content.dark-orenge {
	border-color: #c24d01;
}

.modal .modal-content.orenge {
	border-color: #ff9016;
}

.modal .modal-content.yellow {
	border-color: #f2ad00;
}

.modal .modal-header {
	border-bottom: none;
	display: block;
}

.modal .close {
	position: absolute;
	top: 15px;
	right: 15px;
}

.modal .close .icon {
	font-size: 20px;
	padding: 10px;
}

.modal.theme-grey .icon-cancel {
	color: #fff;
}

.modal.theme-white .icon-cancel {
	color: #353334;
}

.modal .mod-feature .grp-detail .desc p {
	margin-bottom: 30px;
	display: block;
}

.modal.galleryvideo {
	z-index: 1080 !important;
}

.modal-backdrop {
	background: transparent;
	opacity: 0 !important;
}

.modal-backdrop.in {
	opacity: 0.9;
}

.modal-backdrop.theme-grey {
	background: #353334;
	opacity: 0;
	transition: opacity .20s linear;
}

.modal-backdrop.theme-grey.in {
	opacity: 0.9 !important;
}

.modal-backdrop.theme-white {
	background: #ffffff;
	opacity: 0;
	transition: opacity .20s linear;
}

.modal-backdrop.theme-white.in {
	opacity: 0.9 !important;
}

@media only screen and (max-width:768px) {
	.modal .modal-content {
		border: 0;
		padding-top: 35px;
	}

	.modal .modal-content .modal-header .modal-title {
		font-size: 16px;
		line-height: 20px;
	}

	.modal .modal-dialog {
		margin: 0;
	}

	.modal .mod-feature .grp-icon {
		float: none;
	}

	.modal .mod-feature .grp-detail .desc p {
		margin-bottom: 6px;
	}

	.modal .close {
		top: 16px;
		right: 10px;
	}
}



ul, ol, dd {
    margin: 0;
    padding: 0;
    list-style: none;
}

.modal {
	text-align: center;
	padding: 0 !important;
	background: rgb(0 0 0 / 69%);
}

.modal:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
}

.modal .modal-content .modal-header {
	text-align: center;
	padding: 3rem 1rem 1rem 1rem;
}

.modal .modal-content .modal-header .modal-title {
	display: inline-block;
	text-align: left;
	font-size: 24px;
	color: #231f20;
	font-weight: 700;
	line-height: 1.3;
	text-transform: uppercase;
	padding-bottom: 0.5rem;
	position: relative;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.modal .modal-content .modal-header .modal-title {
		font-size: 1.8rem;
	}
}

.modal .modal-content .modal-header .modal-title:after {
	content: "";
	width: 4rem;
	height: 0.4rem;
	background: #d11f2f;
	position: absolute;
	left: 0;
	bottom: 0;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.modal .modal-content .modal-header .modal-title:after {
		width: 3rem;
		height: 0.3rem;
	}
}

.modal .modal-content .cp-login .modal-header {
	padding: 0;
}

.modal .modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

.modal .modal-dialog.modal-sm {
	width: 40rem;
}

.modal .modal-dialog.modal-sm .modal-body {
	padding: 3rem 2rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.modal .modal-dialog.modal-sm.mod-details-form {
		width: auto;
	}
}

.modal.typ-video .modal-close {
	position: absolute;
	top: 2rem;
	right: 2rem;
}

.modal.typ-video .modal-close .icon {
	font-size: 2rem;
	color: #ffffff;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.modal.typ-video .modal-content {
		padding: 0;
	}
}

.modal.typ-info .modal-close {
	position: absolute;
	z-index: 2;
	right: 2rem;
	top: 2rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.modal.typ-info .modal-dialog {
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
	}

	.modal.typ-info .modal-dialog .modal-content {
		height: 100%;
	}
}

.modal .modal-body {
	padding: 0;
}

.modal .modal-body iframe {
	height: 50rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.modal .modal-body iframe {
		height: 16.8rem;
	}
}

.icon {
    display: inline-block;
    font: normal normal normal 14px / 1 ashiana;
    font-size: 140%;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
}
/*------Modal Popup----end --------------*/

.cp-login .form-list .item {
	display: none;
}

.cp-login .form-list .item.active {
	display: block;
}

.cp-login .modal-header {
	padding: 0;
	margin-bottom: 2rem;
}

.cp-login .cpl-subtitle {
	font-family: "Raleway", sans-serif;
	font-size: 18px;
	color: #231f20;
	font-weight: 500;
	line-height: 1.3;
	text-transform: capitalize;
	display: block;
	text-align: center;
	margin-bottom: 2rem;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-login .cpl-subtitle {
		font-size: 1.4rem;
	}
}

.cp-login .action-wrap {
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.cp-login .action-wrap .btn {
	min-width: 16rem;
	border: 1px solid #ccc;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-login .action-wrap .btn {
		min-width: 10rem;
	}
	.modal .modal-dialog.modal-sm .modal-body {
        padding: 3rem 1rem;
    }
}

.cp-login .form-action {
	margin-top: 3rem;
}

.cp-login .cpl-separator {
	display: block;
	text-align: center;
	margin: 1rem 0;
	position: relative;
}

.cp-login .cpl-separator .text {
	padding: 1rem;
	background: #fff;
    color: #231f20;
	font-weight: 700;
	line-height: 1.3;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	.cp-login .cpl-separator .text {
		font-size: 2rem;
	}
}

.cp-login .cpl-separator:after {
	content: "";
	left: 0;
	right: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 1px;
	background: #e4e4e4;
}

.cp-login .link-spce-top {
	margin-top: 2rem;
	display: inline-block;
}

.pg-home {
	position: relative;
}

.pg-home:before {
	content: "";
	width: 81.1rem;
	height: 130.4rem;
	display: inline-block;
	background: url("../oldage/images/a.svg") no-repeat 0 0 transparent;
	background-size: cover;
	position: absolute;
	top: 35%;
	right: 0;
	z-index: -1;
}
.btn.btn-outline {
    border: 1px solid #231f20;
    color: #231f20;
    background: #ffffff;
    font-weight: 700;
    background-color: transparent;
}
.btn.btn-black {
    min-width: 150px;
    background: #231f20;
    color: #fff;
    font-weight: 600;
}
.btn.btn-link {
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    color: #f78f20;
    font-weight: 600;
    line-height: 1.3;
    text-decoration: underline;
    padding: 0;
}

.wpcf7-not-valid-tip {
    color: #af401f !important;
    font-size: 1em;
    font-weight: normal;
    display: block;
    float: left;
}


.wpcf7 p {
    margin: 0px !important;
}
/* --- Reply Styles --- */
.replies-container {
    border-top: 1px solid #eee; /* Optional: Add a separator above replies */
    padding-top: 15px; /* Space above replies */
}

.reply-item {
    background-color: #f9f9f9; /* Slightly different background for replies */
    border: 1px solid #e0e0e0; /* Lighter border for replies */
}

.reply-item .card-body {
    padding: 10px; /* Smaller padding for replies */
}

.reply-item .card-subtitle {
    font-size: 0.85em; /* Smaller font size for reply author/date */
}

.reply-content {
    font-size: 0.9em; /* Smaller font size for reply text */
}

.replies-loading {
    font-style: italic;
    text-align: center;
    margin-top: 10px;
}

.load-more-replies {
    display: block; /* Make the button take full width */
    width: 100%;
    text-align: center;
    margin-top: 10px;
    font-size: 0.9em;
}
/* --- End Reply Styles --- */

/*** Start Front page auto complete Styles ***/

.autocomplete-results {
    position: absolute;
    /* z-index: 1000; /* Ensure it's above other content */ */
    width: 100%; /* Match the input width */
    max-height: 300px; /* Limit height for scrollability */
    overflow-y: auto; /* Enable scrolling if results exceed max-height */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    border: 1px solid #ccc;
    background-color: #fff; /* White background */
    top: 100%; /* Position below the input */
    left: 0;
}

.ui-autocomplete {
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 1001;
}

.ui-autocomplete li {
    padding: 8px 12px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    background-color: #fbaa7b;
}

.ui-autocomplete li:last-child {
    border-bottom: none;
}

.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    background:rgb(151, 170, 188) !important;
    font-weight: bold !important;
    color: #ffffff !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
} 

.ui-autocomplete li:hover {
    background-color:rgb(151, 170, 188); /* Changed to a darker grey */
}

.ui-autocomplete li a {
    text-decoration: none;
    color: #333;
    display: block; /* Make the entire list item clickable */
}

.ui-autocomplete li.ui-state-focus {
    background-color:rgb(151, 170, 188); /* Changed to a darker grey */
    border: none; /* Override default jQuery UI border */
}

/** Ends Autocomplete CSS **/

/** contact form 7 design **/
.wpcf7 form .wpcf7-response-output {
	margin: 0.5em 0.2em 0.5em;
	padding: 0.1em 0.3em 0.1em;
	font-size: 15px;
	line-height: 22px;
	color: #ff0000;
	text-align: center;
}

.wpcf7-spinner {
  display: none; /* Hide the default spinner */
}

/** contact form 7 design **/

/** starts:Provider list Page   **/
.provider-filter .nav.nav-pills li a{
	color: #023354;
}
.provider-filter .nav.nav-pills li a.active{
	border-bottom: 1px solid #f85519 !important;
}

/** Ends:Provider list Page   **/