body {
	font-size: 14px;
	font-family: Montserrat;
	color: #000000;
}

ul {
	margin: 0 !important;
	padding: 0 !important;
}

.col-md-4 {
	padding-left: 15px !important;
	padding-right: 15px !important;
	padding-top: 15px !important;

}

a:hover {
	text-decoration: none;
}

h1 {
	font-family: 'PT Serif', serif;
	font-size: 52px !important;
	text-transform: uppercase;
}

h2 {
	font-family: 'PT Serif', serif;
	font-size:28px;
	text-transform: uppercase;
}

p {
	font-size: 15px !important;
	font-family: Montserrat;
	line-height: 24px !important;
	color: #000000;
	font-weight: 500;

}

.header-top-sec ul {
	float: right !important;
	padding-bottom: 8px !important;
}

.header-top-sec li {
	float: left;
	list-style-type: none;
}

.header-top-sec ul {


	float: right !important;

}

.logo {
	margin-top: 10px;
}

.desktop_menu li {
	float: left;
	list-style-type: none;
}

.desktop_menu ul {
	float: right;
}

.footer-outer {
	background-color: #000 !important;

}

.workoutermost {
	position: relative;
	margin-bottom: 50px !important;
}

.workinner {
	position: absolute;
	top: 7%;
	left: 0;
	right: 0;
	text-align: center;
	padding: 0px 0px;
}

.workinner h2 {
	color: #fff !important;
}

.workinner hr {
	width: 50px !important;
	border: 1px solid #fff !important;
	display: none !important;
}

.workinner p {
	color: #fff !important;
}

.workinner a {
	font-family: 'Montserrat';
	color: #fff !important;
	border: 1px solid #fff;
	text-transform: uppercase;
	padding: 11px 28px;
	font-size: 16px;
}

.workmobileversion h2 {
	color: #fff !important;
}

.workmobileversion hr {
	width: 50px !important;
	border: 1px solid #fff !important;
	margin: 0 auto !important;
	display: table !important;
}

.workmobileversion a {
	font-family: 'Montserrat';
	color: #fff !important;
	border: 1px solid #fff;
	text-transform: uppercase;
	padding: 11px 28px;
	font-size: 16px;
}

.workmobileversion a:hover {
	color: #fff !important;
	background-color: #000 !important;
	border: 1px solid #000 !important;
}


.workmobileversion h2 {
	color: #fff !important;
}


.workinner a:hover {
	color: #fff !important;
	background-color: #000 !important;
	border: 1px solid #000 !important;
}

.workinner p {
	padding: 23px 30px !important;
}

.workouter img {
	margin: 0 auto;
	display: table;
}

.header-top-sec li {
	float: left;
	list-style-type: none;
	font-size: 17px;
	font-family: Montserrat;
	margin-left: 48px;
	font-weight: bold;
}

.header-top-sec li a {
	color: #000000;
	text-transform: uppercase;
}

.header-top-sec li a:hover {
	text-decoration: none;
}

.login_register a {
	text-transform: uppercase;

}

.header-top-sec span {
	padding-right: 7px;
}

.item-video {
	position: relative;
}

.playbtn {
	width: 40px;
	position: absolute;
	top: 26%;
	left: 41%;
	display: none
}

.thumbnail-img {
	position: relative;
}

.sh-outer {
	position: absolute;
	top: -2%;
	padding: 20px;
	display: none;
}
.most-outer-contact-sec h2 {
    text-align:center !important;
}

.item-video:hover .thumbnail-img img {
	transform: scale(0.95);
	/* Adjust the scale factor as needed */
	transition: transform 0.3s ease;
	/* Add a transition effect */
}

.item-video:hover .sh-outer {

	display: block;
}

.owl-nav {
	position: relative;
}

.owl-nav [type="button"] {
	width: 30px !important;
	height: 30px !important;
	background-color: #fff !important;
	margin-left: 10px !important;
	margin-right: 10px !important;
	border: 1px solid #000 !important;

}

.owl-nav [type="button"]:hover {
	background-color: #000 !important;
	color: #fff !important;
}

.owl-nav {
	margin: 0 auto !important;
	margin-top: 0px;
	margin-bottom: 0px;
	display: table !important;
	margin-top: 30px !important;

}

.outermosst {
	padding-left: 15px !important;
	padding-right: 15px !important;
	margin-top:10px !important;
}


.item-video:hover .playbtn {
	display: block !important;
}

.desktop_menu li a {
	font-size: 13px !important;
	font-family: Montserrat;
	color: #272727 !important;
	margin-left: 20px !important;
	font-weight: 600;
	text-transform: uppercase;
}

.feaured {
	width: 100% !important;

}

.feaured h2 {
	text-align: center;
}

.feaured hr {
	width: 270px !important;
	border-top: 1px solid #000;
}

.home_featured {
	position: relative !important;
	overflow: hidden;
}

.feature-heading {
	position: absolute !important;
	top: 45% !important;
	width: 100% !important;
}

.feature-heading h4 {
	text-align: center !important;
	font-family: 'PT Serif';
	text-transform: uppercase;
	font-size: 25px;
	color: #fff;
}

.home_border1 {
	width: 106px;
	border: 1px solid #c9c1c1;
	margin: 0 auto;
	margin-bottom: 4px;
	transform: scaleX(0);
	transform-origin: right center;
	transition: transform 0.3s ease-in-out;
}

.home_featured:hover .home_border1 {
	transform: scaleX(1);
	/* Scale the border back to its original width */
}

.home_border2 {
	width: 140px;
	border: 1px solid #c9c1c1;
	margin: 0 auto;
	margin-top: 4px;
	opacity: 0;
	/* Initially, hide the element */
	transition: opacity 0.3s ease, border-width 0.3s ease;
	/* Add transitions for smooth animation */
}

.home_featured:hover .home_border2 {
	opacity: 1;
	/* Show the element */
	border-width: 1px;
	/* Add border-width to reveal the border */
}

.learn_more_btn {
	margin: 0 auto;
	display: table;
	font-family: 'Montserrat';
	text-transform: uppercase;
	color: #fff;
	border: 1px solid #fff;
	padding: 7px 12px;
	margin-top: 10px;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.home_featured:hover .learn_more_btn {
	opacity: 1;
}

#myVideo {
	width: 100%;
	height: 100%;
	/* Set video height to 100% of the parent container */
	object-fit: cover;
}

.video-outer {
	width: 100%;
	/* height:317px;  Set your desired height here */
	/* overflow: hidden; */

}

.learn_more_btn a {
	font-family: 'Montserrat';
	text-transform: uppercase !important;
	color: #fff !important;
	font-size: 13px !important;
}

.logo img {
	max-width: 260px !important;
}

.view-all {
	margin: 14px auto;
	display: table;
	font-family: 'Montserrat';
	text-transform: uppercase;
	font-size: 14px;
	text-align: center;
}

.view-all a {
    border: 0px solid #fff;
    background-color: #000 !important;
    color: #fff !important;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;

}


.learnmorebtn a {
	font-family: 'Montserrat';
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	background-color: #000;
	padding: 10px 23px;
	text-decoration: none;
	/* Remove underlines from links */
	transition: background-color 0.3s ease;
	/* Add transition for smooth hover effect */
}

.learnmorebtn a:hover {
	background-color: #333;
	/* Change background color on hover */
}


.outer-condons-bg {
	background-image: url(https://www.jasonlapene.co/resources/images/condos-bg.png);
	/* Replace with your background image URL */
	background-size: cover;
	background-position: center;
	text-align: center;
	color: #fff;
	padding: 15px !important;

}

.outer-videos-bg {
	background-image: url(https://www.jasonlapene.co/resources/images/videos-min.png);
	/* Replace with your background image URL */
	background-size: cover;
	background-position: center;
	text-align: center;
	color: #fff;
	padding: 15px !important;

}

.vidoes-outer-sec h3 {
	font-family: Montserrat;
	color: #000;
	font-size: 24px;
	margin-top: 13px;
	margin-bottom: 13px;
	text-align: center;
}

.vidoes-outer-sec p {
	font-family: Montserrat;
	color: #000;
	font-size: 24px;
	margin-top: 13px;
	margin-bottom: 13px;
	text-align: center;
}

.home_featuredd {
	position: relative !important;
	overflow: hidden;
}

.home_featuredd:hover img {
	transform: scale(1.2);
	transition: transform 0.3s ease;
}


.home_featuredd .feature-heading {
	display: none;
}

.home_featuredd:hover .feature-heading {
	display: block;
}

.home_featuredd {
	margin: 0 auto !important;
	display: table block !important;
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}

.vidoes-outer-sec p {
	font-family: Montserrat !important;
	color: #000 !important;
	font-size: 24px !important;
	margin-top: 13px !important;
	margin-bottom: 13px !important;
	font-size: 13px !important;
	line-height: 20px !important;
}


.listing-bg {
	background-image: url(https://www.jasonlapene.co/resources/images/listing.png);
	/* Replace with your background image URL */
	background-size: cover;
	background-position: center;
	text-align: center;
	color: #fff;
	padding: 15px !important;


}

.nei-bg {
	background-image: url(https://www.jasonlapene.co/resources/images/nei.png);
	/* Replace with your background image URL */
	background-size: cover;
	background-position: center;
	text-align: center;
	color: #fff;
	padding: 15px !important;
	margin-bottom: 20px;

}


/* Content styles */
.contenttt {
	position: absolute;
	top: 2%;
	padding: 14px;
}

.home-sec-section hr {
	border-top: 1px solid #000;
	max-width: 428px;
	width: 100%;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
}

.content hr {
	width: 50px;
	border: 1px solid #fff;
}

.content p {
	color: #fff;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 33px;
}

.content a {
	font-family: 'Montserrat';
	color: #fff !important;
	border: 1px solid #fff;
	text-transform: uppercase;
	padding: 11px 28px;
	font-size: 16px;
}

.activites-outer {
	background-color: #eee !important;
}

.footer-logo {
	margin: 0 auto;
	display: table;
	padding-top: 45px;
	padding-bottom: 40px;
}

.footer-logo img {
	max-width: 270px;

}

.footer-top-heading h3 {
	font-family: 'PTSerif';
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.footer-top-heading li a {
	font-family: 'Montserrat';
	font-size: 14px;
	color: #fff;
}

.footer-top-heading li {
	margin: 6px 0;
}

.footer-top-heading ul {
	margin: 25px 0 !important;
}

.property_search {
	margin-top: 30px !important;
}

.footer-line {
	width: 100% !important;

}

.footer-line hr {
	border: 1px solid #fff !important;
}

.feaured p {
	text-align: center;
}

.desktop {
	display: none;
}

.navbar-brand {
	max-width: 200px;
}

.home-sec-section h2 {
	text-align: center;
}

.home-sec-section p {
	text-align: center;
}

.learnmorebtn {
	margin: 0 auto;
	display: table;
	margin-top: 25px;
	margin-bottom: 30px;
}

.home-sec-section {
	margin-top: 30px;
}

.listings li a:hover {
	background-color: #000 !important;
	color: #fff !important;
	border: 1px solid #000 !important;
}

.slider-btn a:hover {
	background-color: #000 !important;
	color: #fff !important;
	border: 1px solid #000 !important;
}



.aboutimg {
	margin-bottom: 20px;
}

.footer-top-heading ul {
	text-align: center;
}

.footer-logos img {
	margin: 0 auto;
	display: table;
}

#carouselExampleIndicators {
	padding-top: 0px !important;
	padding-bottom: 10px;
}


#home-most .outer-home-bg {
	background-image: url(https://www.jasonlapene.co/resources/images/sliderr.png);
	/* Replace with your background image URL */
	background-size: cover;
	background-position: center;
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
}
.view-all-outer {
	width: 100%;
	margin: 0px 15px;
}

#home-most .carousel-inner {
	border: 4px solid #ffff;
	padding-top: 23px !important;
	padding-bottom: 55px !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
}

#home-most .carousel-indicators li {

	width: 10px !important;
	height: 10px !important;

	border-radius: 50% !important;

}

#home-most .carousel-indicators {
	position: absolute !important;
	top: 20% !important;
	left: 77% !important;
}

.carousel-indicators {
	list-style: none !important;
	/* Remove default list bullets */
	padding: 0 !important;
	/* Remove default padding */
	display: flex !important;
	/* Display items as a row */
	flex-direction: column !important;
	/* Display items vertically */
}

.listings {
	margin: 0 auto;
	display: table;
	margin-top: -13px;
}

.listings li {
	float: left;
	list-style-type: none;
	margin: 0px 3px;
}

.listings li a {
	background-color: #fff;
	color: #000;
	padding: 10px 10px;
	border: 1px solid #cac2c2;
	font-family: 'Montserrat';
	text-transform: uppercase;
	font-weight: 600;
	font-size: 9px;
}

.carousel-inner hr {
	width: 400px;
	border: 1px solid #fff;
	display: none !important;
}

.carousel-inner h3 {
	font-family: 'PT Serif';
	font-size: 17px;
	color: #fff;
	margin-bottom: 0;
	text-align: center;
}

.carousel-item h2 {
	color: #fff;
}

.carousel-item p {
	text-align: center !important;
}

.slider-btn {
	margin: 0 auto !important;
	display: table !important;
}



.carousel-inner h2 {
	font-family: 'PT Serif';
	font-weight: 600;
	font-size: 21px;
	text-align: center;
	margin-top: 12px;
}

.carousel-inner p {
	color: #fff !important;
	margin-top: 15px;
	margin-bottom: 15px;
}

.content a:hover {
	color: #fff !important;
	background-color: #000 !important;
	border: 1px solid #000 !important;

}

.slider-btn a {
	font-family: 'Montserrat';
	text-transform: uppercase;
	color: #fff;
	border: 1px solid #ffff;
	padding: 7px 20px;
}

.home_featured:hover img {
	transform: scale(1.2);
	/* Increase the scale factor to zoom in more */
	transition: transform 0.3s ease;
	/* Add a smooth transition effect */
}

.aboutimg {
	position: relative;
	overflow: hidden;
}

.aboutimg:hover img {
	transform: scale(1.2);
	/* Increase the scale factor to zoom in more */
	transition: transform 0.3s ease;
	/* Add a smooth transition effect */
}

#home-most .carousel-inner {
	border: 4px solid #ffff;

}

.slider-btn span {
	margin-left: 6px;
}

.property_search h2 {
	text-align: center !important;
	font-size: 21px !important;
}

.outer-condons-bg h1 {
	margin-bottom: 0 !important;
	font-size: 35px !important;
}

.home_featured p {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0;
	color: #ffff;
	Display: none !important;
}

.home_featured h4 {

	display: block !important;
}


.home_featured:hover p {
	display: block !important;
}

.contact-outer {

	background-image: url(https://jasonlapeneestate.designometricsformarketingandprco.com/resources/images/contact-bg.png);
	/* Replace with your background image URL */
	background-size: cover;
	background-position: center;
	text-align: center;
	color: #fff;
	padding: 0px 0;
	margin-bottom: 20px;
}

.form-left h3 {
	text-align: center !important;
	font-family: PT Serif;
	font-size: 34px;
	color: #fff;
	margin: 20px 0 !important;

}

.form-left h4 {
	text-align: center !important;
	font-family: 'PT Serif';
	font-size: 24px;
	color: #fff;
	margin-bottom: 20px;

}

.form-left ul {
	text-align: center !important;
	font-family: 'Montserrat';
}

.form-left ul li {
	list-style-type: none !important;
	margin: 17px 0;
}

.form-right h3 {
	font-family: 'Montserrat';
	font-size: 25px;
}

.form-right label {
	width: 100% !important;
	text-align: left;
	text-align: left !important;
	font-family: 'Montserrat' !important;
	font-size: 12px;
}

.form-right input[type="text"] {
	width: 100%;
	height: 32px;
}

.radio_upper {
	text-align: left !important;
}

.opt {
	margin-top: 10px;
	margin-bottom: 10px;
}

.prefer {
	margin-top: 23px;
}

.opt textarea {
	width: 100% !important;
	height: 120px !important;
}

.opt input[type="submit"] {
	float: right !important;
	font-family: 'Montserrat' !important;
	font-size: 15px !important;
	padding: 8px 45px !important;
	border-radius: 42px !important;
	border: 0 !important;
	background-color: #c7c0c0 !important;
	color: #fff !important;
}

.form-left ul li a {
	color: #fff !important;
}

.form-right {
	background-image: url(https://www.jasonlapene.co/resources/images/shad.png);
	/* Replace with your background image URL */
	background-size: cover;
	background-position: center;
	text-align: center;
	color: #fff;
	padding: 15px;
	margin-bottom: 20px;
}


.firstlisting {
	background-color: #000 !important;
	max-width: 296px !important;

	margin: 0 auto !important;
	display: table !important;
	margin-top: 22px !important;

}

.agent-contact li {
	list-style-type: none;
}

.firstlisting li a {
	font-family: 'Montserrat';
	font-size: 13px;
	color: #fff;
}

.firstlisting ul {
	padding: 18px 15px !important;
}

.firstlisting li {
	margin: 15px 0;
}



.owner_detail_content h2 {
	font-family: 'pt Serif';
	font-size: 40px;
	font-weight: 500 !important;
	text-transform: uppercase;
	text-align: center !important;


}


.owner_detail_content h3 {
	font-family: 'Montserrat';
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 400;
	text-align: center !important;

}

.owner_detail_content p {
	font-family: 'Montserrat';
	font-family: 14px;
	color: #000000;
	margin: 17px 0;
	text-align: center !important;

}

.activies_inner {
	padding-top: 8px;
	padding-bottom: 0 !important;
	padding-left: 15px;
	padding-right: 15px;
}

.activites-outer h3 {
	font-size: 15px;
	text-align: center !important;
}

.activites-outer hr {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.activites_bottom {
	padding: 0px 0px;
	padding-bottom: 1px;
	margin-top: 10px;
}

.jsonlistingheading h4 {
	font-family: 'Montserrat' !important;
	font-size: 20px !important;
	text-align: center !important;

	font-weight: 400 !important;

}

.jsonlistingheading h3 {
	font-family: 'pt Serif' !important;
	font-size: 40px !important;
	font-weight: bold !important;
	text-align: center !important;
	color: #000000 !important;
}


.activies_inner h4 {
	font-size: 14px !important;
	font-family: 'Montserrat' !important;
	text-align: center !important;
}

.activites_bottom p {
	font-size: 11px !important;
}

.activites_bottom span {
	float: right !important;
	margin-right: 7px;
}

.activies_inner p {
	font-family: 'Montserrat' !important;
	font-size: 12px;
	color: #000000;
	text-align: center !important;
}

.fmls-outer img {
	float: left;
}

.fmls-outer p {
	text-align: center;
}

.fmls-outer {
	margin: 10px 20px;
}

.privacy-outer img {
	margin: 0 auto;
	display: table;
}

.privacy-outer p {
	text-align: center;
}


.listing-page-outer .activies_inner h4 {
	font-size: 12px !important;
	font-family: 'Montserrat' !important;
}

.listing-page-outer .activies_inner h3 {
	font-size: 13px !important;
	font-family: 'Montserrat' !important;
}

.listing-page-outer .activies_inner p {
	font-size: 13px !important;
}

.listing-page-outer .activites_bottom p {
	font-size: 8px !important;
}

.fmls-outer {
	margin-top: 25px;
}

.privacy-outer {
	margin-bottom: 35px !important;
}

.carousel-indicators {
	display: none !important;
}

/**** Mega menu ******/

/* Style the main menu */
.menu ul {
	background-color: #fff;
	color: #000;
	padding: 10px 0;
}

.menu a {
	text-decoration: none;
	color: #fff;
	padding: 10px 0px;
	display: block;
}

/* Style the submenu */
.submenu:hover .submenu-content {
	width: 250px !important;
	display: block;
	position: absolute;
	background-color: #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	z-index: 1;
	padding: 10px 15px;
}

.submenu-content {
	display: none;
	top: 100%;
	left: 0;
}

.submenu-content ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.condos-heading h1 {

	font-size: 36px !important;
	margin-bottom: 0 !important;
}

.submenu-content li {
	padding: 10px;
	width: 100% !important;
	text-align: left !important;
}

/* Adjust the position of the submenu */
.submenu {
	position: relative;
}

.submenu-content li a {
	margin-left: 0 !important;
	padding: 0px 0px !important;
}

#myVideo {
	width: 100%;
	height: 100%;
	/* Set video height to 100% of the parent container */
	object-fit: cover;
}

.video-outer {

	width: 100%;
	height: 329px;
	/* Set your desired height here */
	overflow: hidden;

}

.desktop_menu li a {
	font-size: 12px !important;
	margin-left: 21px !important;
}

#home-most .carousel-inner {
	padding-top: 23px !important;
	padding-bottom: 55px !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.listings {
	display: none !important;
}

.submenu-content li a {
	margin-left: 0 !important;
}

.home_featured {

	margin-bottom: 15px !important;
}


.condos-heading {
	padding: 30px 20px !important;
	border: 5px solid #fff;
}

.listing-upper h3 {
	text-align: center;
	font-size: 22px !important;
}

.listing-upper p {
	text-align: center;
}

.footerinner {
	display: none !important;
}

.footer-top-sec {
	display: none !important;
}

.team-outer-most h4 {
	display: none !important;
}

.team-outer-most:hover h4 {
	display: none !important;
}

.home_featuredd {
	position: relative;
}


.footer-top-heading li {
	list-style-type: none !important;
}

.desktopwork {
	display: none !important;
}

.workmobileversion {
	background-image: url(https://www.jasonlapene.co/resources/images/v.png);
	/* Replace with your background image URL */
	background-size: cover !important;
	background-position: center;
	text-align: center;
	color: #fff;
	padding: 50px 0;
	margin-bottom: 20px;
	margin: 15px !important;
}

.workmobileversion p {
	color: #fff !important;
}

.detial-img-sec {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.orleans-outer {
	background: #CCC !important;
 }
 .orleans-inner {
	padding:50px 0;
 }
 .md6_heading  {
	text-align:center;
 }
 .md6_heading a {
	color: #000;
	 text-decoration: none;
	 font-family: 'PT Serif', serif !important;
	 letter-spacing: 1px;
	 font-weight: normal;
	 font-size: 27px;
	 background: #ccc;
	
 }
 
 td {
	font-size: 15px !important;
	 font-family: Montserrat;
	 line-height: 24px !important;
	 color: #000000;
	 font-weight: 500;
	 letter-spacing: 1px;
	 background:#000;
	 color: #fff;
	 padding-top: 10px;
	 padding-bottom: 10px;
	 text-decoration: none;
	 border: 0px aliceblue;
	 border-radius: 3px;
	 text-align: center;
 }
 td > a {
	font-size: 15px !important;
	 font-family: Montserrat;
	 line-height: 24px !important;
	 color: #000000;
	 font-weight: 500;
	 letter-spacing: 1px;
	 color: #fff;
	 padding-top: 10px;
	 padding-bottom: 10px;
	 text-decoration: none;
	 font-size: 17px;
 }
 table {
	width: 100%;
	 border-collapse: separate;
	 text-indent: initial;
	 border-spacing: 2px;
	 margin-top: 20px;
 }
 td:hover {
	background: #fff;
   color: #000;
 }
 td:hover a {
	color: #000;  
 }
 .container-class {
	margin:0 20px;
 }
.services_listing li {
	color: #000000 !important;
    font-size: 15px !important;
    font-family: Montserrat;
    line-height: 24px !important;
    color: #000000;
    font-weight: 500;

}

.services_listing {
	margin-left: 30px !important;
}

#home-most {
	margin: 20px 0;
}
#mybutton {
	position: fixed !important;
	bottom: 0px !important;
	width: 100%;
	background: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 5px;
	text-align: center;
	text-decoration: none !important;
  }
  #mybutton a {
	color: white;
	font-family: "Lora", Sans-serif !important;
	font-weight: normal;
	font-size: 21px;
	font-weight: bold;
	text-decoration: none !important;
  }
  .feedback {
	width: 100%;
	margin: 0 auto;
	padding: 10px;
  }
  .feedback {
    background-color: #000;
    color: white;
    border-radius: 4px;
    font-family: 'Montserrat';
  }
  .footer-bottom {
	margin-top: 90px !important;
  }

@media (min-width:768px) {
	h2 {
		font-family: 'PT Serif', serif;
		font-size: 30px;
		text-transform: uppercase;
	}
	
	.footer-bottom {
		display:none !important;
	}
	.md6_heading a {

		 padding: 14px;
	 }
	 
	#mybutton {
		display:none;
	}
	#home-most {
		margin:0px 0;
	}
	#feature {
		margin-top: 30px;
	}

	.featuredmostouter {
		margin-top: 50px !important;
	}
	.view-all-outer {
		width: 100%;
		margin: 20px 15px;
	}
	.view-all a:hover {
		background-color:#000 !important;
		color:#fff !important;
	}

	.view-all {
		margin: 15px auto;
		font-size: 15px;
	
	}
	


	.view-all a {
		display: inline-block;
		padding: 10px 30px;
		border: 1px solid #000;
		background-color:#000 !important;
		color: #fff !important;
		text-decoration: none;
		transition: background-color 0.3s ease, color 0.3s ease;
	
	}
	
	
	.view-all a:hover {
		background-color: #000;
		/* Change background color on hover */
		color: #fff;
	}

	.detial-img-sec {
		width: 88% !important;
		margin: 0 auto !important;
		display: table !important;
	}

	.workmobileversion {

		margin: 0px !important;
	}

	.form-left ul {
		text-align: left !important;

	}

	.form-left h4 {
		text-align: left !important;
	}

	.form-left h3 {
		text-align: left !important;


	}

	.activites-outer h3 {

		text-align: left !important;
	}

	.activies_inner h4 {
		text-align: left !important;
	}

	.activies_inner p {

		text-align: left !important;
	}


	.owner_detail_content h3 {

		text-align: left !important;

	}

	.owner_detail_content p {

		text-align: left !important;

	}

	.owner_detail_content h2 {
		text-align: left !important;
	}

	.workmobileversion {
		display: none !important;
	}

	.desktopwork {
		display: block !important;
	}

	.contact-outer {

		background-image: url(https://jasonlapeneestate.designometricsformarketingandprco.com/resources/images/contact-bg.png);
		/* Replace with your background image URL */
		background-size: cover;
		background-position: center;
		text-align: center;
		color: #fff;
		padding: 50px 0;
		margin-bottom: 20px;
	}


	.footerinner {
		display: block !important;
	}

	.footer-top-sec {
		display: block !important;
	}

	#home-most .carousel-inner {
		border: 4px solid #ffff;
		padding-top: 67px !important;
		padding-bottom: 94px !important;
		padding-left: 74px !important;
		padding-right: 75px !important;
	}


	.vidoes-outer-sec h3 {

		text-align: left;
	}

	.vidoes-outer-sec p {
		text-align: left;
	}


	.video-outer {
	
		width: 100%;
		height: 400px;
		/* Set your desired height here */
		overflow: hidden;

	}

	.contenttt {
		position: absolute;
		top: 0%;
		padding: 14px;
	}


	.listings {
		display: block !important;
		margin: 0 auto !important;
		display: table !important;
		margin-top: -23px !important;
	}

	#home-most .carousel-inner {
		border: 4px solid #ffff;
		padding-top: 40px !important;
		padding-bottom: 94px !important;
		padding-left: 40px !important;
		padding-right: 40px !important;
	}


	.desktop_menu li a {
		font-size: 13px !important;
		font-family: Montserrat;
		color: #272727 !important;
		margin-left: 20px !important;
		font-weight: 600;
		text-transform: uppercase;
	}


	.carousel-indicators {
		display: block !important;
	}


	.form-right {

		padding:30px !important;

	}

	.property_search h2 {
		text-align: left !important;
		font-size: 40px !important;
	}


	.listings li a {

		font-size: 13px !important;
	}

	.listings li a {
		background-color: #fff;
		color: #000;
		padding: 35px 45px;
		border: 1px solid #cac2c2;
		font-family: 'Montserrat';
		text-transform: uppercase;
		font-weight: 500 !important;
		font-size: 17px !important;
	}

	.listings li {
		margin: 0px 8px;
	}

	.carousel-inner p {
		margin-top: 25px;
		margin-bottom: 25px;
	}

	.carousel-inner h2 {
		font-size: 46px;
	}

	.carousel-inner hr {
		width: 360px;
		border: 1px solid #fff;
		display: block !important;
	}


	#home-most .carousel-inner {
		border: 4px solid #ffff;

	}


	.footer-logos {
		margin-bottom: 10px;
	}


	.footer-top-heading ul {
		text-align: left;
	}

	.aboutimg {
		margin-bottom: 0px;
	}




	.home-sec-section p {
		text-align: left;
	}

	.mobile {
		display: none;
	}

	.desktop {
		display: block;
	margin-top: 10px !important;
    padding-bottom: 30px !important;
	}
	.header-top-sec {
		margin-top: 10px;
	}

	.feaured {
		margin: 20px 0px;
		font-weight: 500;
	}

	h2 {

		font-size: 36px;

	}

	.feature-heading {
		top: 45% !important;

	}

	.market-outer {
		margin-bottom: 60px;
	}

	.footer-top-heading h3 {


		text-align: left;

	}

	.view-all a {
		display: inline-block;
		padding: 11px 35px;
		font-weight: 500;
	}

	.view-all {
		margin-top: 28px;
		margin-bottom: 35px;
	}

	.home-sec-section h2 {
		text-align: left !important;
	}

	.learnmorebtn {
		float: left !important;
	}

	.home-sec-section {
		margin-top: 0px !important;
	}

	.learnmorebtn {

		margin-top: 10px !important;
		margin-bottom: 10px !important;
	}

	.slider-btn a {

		padding: 11px 24px;
	}

	.outer-condons-bg .carousel-inner {
		padding: 180px 244px !important;
	}

	.nei-bg .carousel-inner {
		padding: 180px 244px !important;
	}


	.outer-condons-bg h1 {
		font-weight: bold !important;
	}

	.outer-condons-bg h1 {
		margin-bottom: 0 !important;
		font-size: 50px !important;
	}

	.feaured p {
		padding: 4px 25px;
	}

	.content p {
		padding: 4px 30px !important;
	}

	.desktop_menu li a {
		font-size: 12px !important;
		margin-left: 21px !important;
	}

	.listings li a {

		padding: 16px 18px;

	}

	.col-md-4 {
		padding-left: 3px !important;
		padding-right: 3px !important;
		padding-top: 3px !important;
		padding-bottom: 3px !important;
	}

	.footer-top-heading {
		display: block !important;
	}

	.workinner {
		position: absolute;
		top: 23%;
		left: 0;
		right: 0;
		text-align: center;
		padding: 0px 52px;
	}

	.workouter img {
		width: 100% !important;
	}

}

@media (min-width:900px) {
    .client_detail {
	margin-top: 40px;
}

    .most-outer-contact-sec h2 {
     margin-top:20px !important;
     margin-bottom:30px !important;
}

    .agents-most-outer-sec {
        margin-top:10px !important;
        margin-bottom:40px !important;
    }
	.detial-img-sec {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.abovedetail {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.owner_detail_content {
		margin-top: -8px;
		margin-left: 60px;
	}

	.workinner {
		top: 40%;

	}

	.workinner hr {

		display: block !important;
	}

	.detial-img-sec {
		float: left;
	}


	.home_featuredd {

		margin-top: 0px !important;
		margin-bottom: 0px !important;
	}


	.outermosst {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.listing-upper p {
		text-align: left;
	}


	.listing-upper h3 {
		text-align: left;
		font-size: 40px !important;
	}

	.condos-heading {
		padding: 185px 20px !important;

	}

	.inner-top-bg-sec {
		padding: 150px 20px !important;
	}

	.activites_bottom {
		padding: 0px 8px;
		padding-bottom: 1px;
		margin-top: 10px;
	}

	.home_featured {

		margin-bottom: 0px !important;
	}

	.col-md-3 {
		padding: 5px !important;
	}

	#home-most .carousel-inner {
		border: 4px solid #ffff;
		padding-top: 40px !important;
		padding-bottom: 94px !important;
		padding-left: 40px !important;
		padding-right: 40px !important;
	}

	.listings li a {

		padding: 38px 24px;

	}

	.desktop_menu li a {
		font-size: 14px !important;
		margin-left: 19px !important;
	}


	#home-most .carousel-inner {
		border: 4px solid #ffff;

	}

	.container {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.container {
		max-width: 1135.33px !important;
		width: 100% !important
	}



}

@media (min-width:1170px) {

	.condos-heading h1 {

		font-size: 52px !important;

	}


	#home-most .carousel-inner {
		border: 4px solid #ffff;
		padding-top: 40px !important;
		padding-bottom: 94px !important;
		padding-left: 124px !important;
		padding-right: 124px !important;
	}


	.desktop_menu li a {
		font-size: 15px !important;
		margin-left:35px !important;
	}

	.submenu-content li a {
		font-size: 15px !important;
		margin-left: 5px !important;
	}


	.listings li a {

		padding: 38px 60px;

	}


	#home-most .carousel-inner {
		border: 4px solid #ffff;

	}

	#home-most .carousel-inner {
		border: 4px solid #ffff;
		padding-top: 46px !important;
		padding-bottom: 94px !important;
		padding-left: 200px !important;
		padding-right: 200px !important;
	}


}

@media (min-width:1400px) {
	.video-outer {

		height: 520px !important;

	}

	#home-most .carousel-inner {
		border: 4px solid #ffff;
		padding-top: 129px !important;
		padding-bottom: 129px !important;
		padding-left: 200px !important;
		padding-right: 200px !important;
	}


	.container {
		max-width: 1370px !important;
		width: 100% !important
	}

}