

:root{
	--purple: #6C3180;
	--yellow: #EFB905;
	--purplelight: #F2ECF4;
	--purpledark: #482055;
	
	--font-size-small:13px;
	--font-size-smaller:10px;

	--font-size-exlarge:55px;
	--font-size-large:45px;
	--font-size-med:25px;
	--font-size-gen:16px;
	--colour-one:#3A3A3C;
	--colour-two:#B0B0B0;
	--colour-three:#F05022;

	--colour-four:#2B2B2B;

	
}


/* Keep it invisible but occupying space */
#royalSlider {
   
   
    overflow: hidden;
    opacity: 0;
   
}

/* This class will be added by the script once ready */
#royalSlider.rs-ready {
    opacity: 1;
}






/* Hide all paragraphs starting from the 3rd one */
.content-wrapper p:nth-of-type(n+3) {
    display: none;
}

/* Show them when the wrapper has the 'is-expanded' class */
.content-wrapper.is-expanded p:nth-of-type(n+3) {
    display: block;
}




.copy p{
	margin-bottom: 20px;
}

/* Layout Containers */
.intro_section { padding: 80px 0 40px; text-align: center; }
.intro_content p { font-size: 20px; color: #666; max-width: 700px; margin: 0 auto; line-height: 1.6; }

/* Attraction Rows */
.attraction_row {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 80px;
}

.attraction_row.reverse {
    flex-direction: row-reverse;
}

.attr_image {
    flex: 1;
}

.attr_image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.attr_copy {
    flex: 1;
}

.attr_copy h3 {
    font-size: 28px;
    margin-bottom: 15px;
    color: #333;
}

.attr_copy p {
    font-size: 16px;
    line-height: 1.2;
    color: #555;
    margin-bottom: 20px;
}

.attr_copy small {
    display: block;
    font-style: italic;
    color: #a38e6d; /* Warm gold tone */
}

/* Gallery Section */
.gallery_section { background: #fcfcfc; padding: 60px 0; }
.gallery_header { text-align: center; margin-bottom: 30px; }

/* Address Card */
.address_card {
    background: #fff;
    border: 1px solid #eee;
    padding: 40px;
    text-align: center;
    border-radius: 12px;
}

.btn_map {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 25px;
    background: #333;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    transition: 0.3s;
}

.btn_map:hover { background: #a38e6d; }

/* Mobile Optimization */
@media (max-width: 768px) {
    .attraction_row, .attraction_row.reverse {
        flex-direction: column;
        gap: 30px;
    }
}



#header.header_slim2 {
	height: 400px !important;
	margin-bottom: 60px;
	background-color: #c7c7c7;
   
}
#header.header_slim2 .title_con{
top:140px;
}



.cottage-section{
	margin-bottom: 30px;

}

/* Structural Container */
.cottage-detail-container .container { 
    max-width: 1200px; 
    margin: 0 auto; 
    padding: 0 20px; 
}

.cottage-main-layout { 
    display: flex; 
    gap: 60px; 
    padding: 60px 0; 
    align-items: flex-start; 
}

.cottage-content { flex: 1; }
.cottage-sidebar { width: 360px; flex-shrink: 0; }

/* Sharp Underlines */
.section-underline {
    font-size: 1.6rem;
    padding-bottom: 12px;
    margin-bottom: 25px;
    border-bottom: 2px solid #22222232; /* Clean black line */
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Featured Image */
.cottage-large-image { margin-bottom: 40px; }
.cottage-large-image img { 
    width: 100%; 
    height: auto; 
    border-radius: 4px; 
    box-shadow: 0 5px 20px rgba(0,0,0,0.05); 
}

/* Amenities with Green Ticks */
.amenities-grid-styled ul {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
.amenities-grid-styled li {
    position: relative;
    padding-left: 28px;
    font-size: 1rem;
}
.amenities-grid-styled li:before {
    content: '✔';
    position: absolute;
    left: 0;
    color: #27ae60; /* Sharp green */
    font-weight: bold;
}

/* Light & Sharp Booking Card */
.booking-card-light {
    background: #fff;
    border: 1px solid #e0e0e0;
    padding: 35px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.sidebar-price-block { margin-bottom: 25px; border-bottom: 1px solid #f0f0f0; padding-bottom: 20px; }
.price-prefix { display: block; font-size: 0.8rem; color: #888; text-transform: uppercase; }
.price-main { font-size: 2rem; font-weight: bold; color: #222; }

.sidebar-info-row { display: flex; justify-content: space-around; margin-bottom: 25px; }
.info-item strong { display: block; font-size: 1.3rem; color: #222; }
.info-item span { font-size: 0.75rem; color: #999; text-transform: uppercase; }

/* Button Styling */
.book-now-btn {
    display: block;
    background: #B89E97;
    color: #fff;
    padding: 16px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px;
    transition: 0.3s ease;
}
.book-now-btn:hover { background: #000; }

.sticky-sidebar { position: sticky; top: 100px; }

/* Responsive */
@media (max-width: 900px) {
    .cottage-main-layout { flex-direction: column; }
    .cottage-sidebar { width: 100%; order: -1; margin-bottom: 40px; }
}



.mm_contact2 .btn_1{
	display: none !important;
	
}

.section_sum{
	background-color: #FFF;
}

.section_sum h2{

	width: 100%;
	text-align: center;

}


.cottage-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding: 40px 0;
}

/* 2 Items: Half width */
.layout-half .cottage-card {
    flex: 0 1 calc(50% - 20px);
}

/* 3+ Items: One third width */
.layout-third .cottage-card {
    flex: 0 1 calc(33.333% - 20px);
}

.cottage-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.cottage-card:hover {
    transform: translateY(-5px);
}

.card-header {
    height: 200px;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: flex-end;
}

.price-tag {
    background: rgba(0,0,0,0.7);
    color: #fff;
    padding: 5px 15px;
    margin: 10px;
    border-radius: 4px;
    font-size: 0.9rem;
}

.card-content {
    padding: 20px;
}

.card-content h3 {
    margin: 0 0 15px 0;
    font-size: 1.8rem;
	font-weight: normal;
	font-family: "Lora", serif;
}

.meta-info {
    display: flex;
    gap: 15px;
    font-size: 0.85rem;
    color: #666;
    margin-bottom: 15px;
}

.excerpt {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #444;
    margin-bottom: 20px;
}

.view-btn {
    display: inline-block;
    padding: 10px 20px;
    background: #B89E97;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    transition: background 0.3s;
	margin: auto 0;
}

.view-btn:hover {
    background: #000;
}

/* Responsive */
@media (max-width: 768px) {
    .layout-half .cottage-card, 
    .layout-third .cottage-card {
        flex: 0 1 100%;
    }
}



h2{
	 font-family: "Lora", serif;
	 color: #282828;
	 font-weight: normal;
	
}

.filter_projects_con{
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	display: table;
	text-align: center;
	margin-top: 30px;
	
}

.filter_projects_con a{

	width:calc(33% - 10px) !important;
	float: left;
	box-sizing: border-box;


	

	background-color: #FFF;
    color: #B89E97;
    padding: 10px;
    border-radius: 0px 5px 0px 5px;
    padding-left: 20px;
    padding-right: 20px;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    display: table;
    font-weight: 600;

	margin: 5px;
    /* box-shadow: 0 0 0 5px rgba(145, 169, 155, 0.3); */

}

.filter_projects_con a:hover{
	background-color: #B89E97;
	color: #FFF;
}

.filter_projects_con a.active{

	background-color: #B89E97;
    color: #fff;
    padding: 10px;
    border-radius: 0px 5px 0px 5px;
    padding-left: 20px;
    padding-right: 20px;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    display: table;
    font-weight: 600;
	box-sizing: border-box;
	margin: 5px;
    /* box-shadow: 0 0 0 5px rgba(145, 169, 155, 0.3); */
}

.small_copy{
	margin-bottom: 40px;
    font-family: 'Karla', sans-serif;
    font-size: var(--font-size-gen);
    color: var(--colour-one);
    line-height: 1.6em;
    font-weight: 200;
    display: table;
	font-style: italic;
	border-top: 1px dotted var(--colour-one);
	padding-top: 20px;
	margin-top: 30px;
	width: 100%;

}
.section_about_new{
	background-color: #EAEFED;
	padding-top: 60px;
}

.section_about_new .about_con{
	display: table;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

.section_about_new .about_con .about_con_box{
	margin-bottom: 40px;
	font-family: 'Karla', sans-serif;
    font-size: var(--font-size-gen);
    color: var(--colour-one);
    line-height: 1.6em;
    font-weight: 200;
	display: table;
	width: 100%;
}

.section_about_new .about_con .about_con_box .left{
	float: left;
	width: 35%;
	box-sizing: border-box;
}

.section_about_new .about_con .about_con_box .right{
	float: left;
	width: 65%;
	padding-left: 20px;

	border-left: 5px solid #FFF;

	box-sizing: border-box;
}

.section_about_new .about_con .about_con_box .left .heading{
	font-size: 20px;
	font-weight: bold;
	
}

.section_about_new .about_con .about_con_box .left .sub{
	font-size: 14px;
	font-weight: 200;
}

.section_sevices{
	background-color: #EAEFED;

}

.sev_con .left, .sev_con .right{
	float: left;
	width: 50%;
	padding: 20px;
	box-sizing: border-box;


}
.sev_con .right{
	border-left: 1px dotted #394044;

}

.sev_con .box {
	margin-bottom: 30px;
}

.sev_con .box ul{
	list-style: square;
	color: #485250;
	font-weight: 200;
	margin-top: 10px;
	font-family: 'Karla', sans-serif;
	padding-left: 10px;
}

.sev_con .box ul li{
	font-weight: 200;
	margin-top: 5px;
	font-family: 'Karla', sans-serif;
}

.sev_con .box .heading{
	font-weight: bold;
	height: 70px;
	background-position: left;
	background-repeat: no-repeat;
	background-size: 40px;
	display: table-cell;
	vertical-align: middle;
	padding-left: 50px;
	font-size: 18px;
	clear: both;
}

.sev_con .box{
	font-family: 'Karla', sans-serif;
    font-size: var(--font-size-gen);
    color: var(--colour-one);
    line-height: 1.6em;
    font-weight: 200;
}

.section_featured_single{
	background-color: #EAEFED;
}

.section_featured_single h2{
	margin: 0 auto;
	color: #394044;
	margin-bottom: 60px;
	text-align: center;
	background-image: none;
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 110px;
}

.section_featured_single a{
	text-decoration: none;
}


.section_featured_single .container{
	position: relative;
}


.section_featured_single .image_con{
	width: 100%;
	max-width: 650px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 650px;
	/* box-shadow: 0 0 0 5px rgba(145, 169, 155, .2); */
	border-top: #86A296 10px solid ;
	position: relative;
}

.section_featured_single .featured_info{
	background-color: #B89E97;
	padding: 20px;
	box-sizing: border-box;
	color: #FFF;
	position: absolute;
	right: 100px;
	top: 310px;
	width: 100%;
	max-width: 400px;

}
.section_featured_single .arrows{
	position: absolute;
	bottom: -20px;
	width: 80px;
	left: 30px;
}

.section_featured_single .featured_info .heading{
	font-size: 18px;
	font-weight: bold;
	color: #343A3B;
	margin-bottom: 10px;

}

.section_featured_single .featured_info .copy{
	font-size: var(--font-size-gen);
	color: #FFF;
	margin-bottom: 20px;
}

.section_featured_single .featured_info .details_row{
	font-size: var(--font-size-gen);
	color: #343A3B;
	margin-bottom: 10px;
	background-image: url('../assets/new_shc/icon_price_1.svg');
	background-repeat: no-repeat;
	height: 35px;
	line-height: 35px;
	font-weight: bold;
}

.section_featured_single .featured_info .details_row_2{
	background-image: url('../assets/new_shc/icon_price_2.svg');
}

.section_featured_single .featured_info .details_row span:first-of-type{
	font-weight: bold;
	min-width: 35px;
	display: inline-block;
}


.section_partners h2 {
    width: 100%;
    text-align: center;
}


.title_con {
	position: absolute;
	top: 200px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	color: #FFF;
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
	padding: 20px;
	box-sizing: border-box;
  }

.title_text{
	font-size: 55px;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 40px;
	 font-family: "Lora", serif;
}

.title_text span{
	color: #B89E97;
}

.title_text_small{
	line-height: 25px;
    font-family: 'Karla', sans-serif;
	font-weight: 100;
	font-size: 18px;
}
.section_fin{
	text-align: center;

	font-size: var(--font-size-gen);
   
    line-height: 25px;
    font-family: 'Karla', sans-serif;
	
}
.section_fin p{
	font-weight: 100;
	margin-bottom: 10px;
}

.section_fin .btn_1{
	font-weight: 400;
	margin-top: 20px;
	font-size: 16px;
}

.section_fin h2{
	padding-bottom: 5px;
	margin: 20px;
	display: block;
}

.section_fin .white_note{
	font-family: 'Karla', sans-serif;
    background: #FFF;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
    box-sizing: border-box;
    border-radius: 5px;
	color: #F05022;
	display: table;
	margin: 0 auto;
	font-weight: bold;
	margin-bottom: 20px;
}

.mm_logo{
	width: 200px;
	margin-bottom: 20px;
}

.section_sales_map .container{
	max-width: 1600px !important;
}

.section_sales_map {
	text-align: center;
}

.section_sales_map iframe{
	width: 100%;
    height: 950px;
    margin: 0 auto;
    box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}

.section_intro_mm{
	font-size: var(--font-size-gen);
   
    line-height: 25px;
    font-family: 'Karla', sans-serif;
}

.section_intro_mm h2{
	line-height: 40px;
	font-size: 34px;
	margin-bottom: 20px !important;
}

.section_intro_mm .white_note{
	font-family: 'Karla', sans-serif;
    background: #FFF;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
    box-sizing: border-box;
    border-radius: 5px;
	color: #F05022;
	display: table;
	font-weight: bold;
	margin-bottom: 20px;
}


.section_intro_mm p{
font-weight: 100;
	margin-bottom: 10px;
}
.top_fin{
	background-color: #3A3A3C;
	border-radius: 15px  15px 0px  0px ;
	padding: 20px;
	clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}

.top_fin .btn_1{
	margin-bottom: 25px !important;
	font-size: 16px !important;
	font-weight: 400;
	padding: 10px;
	margin-top: 20px;
}

.top_fin .sub_copy{
	color: #FFF;
}

.contact_bar{
	position: fixed;
	bottom: 0px;
	display: flex;
	z-index: 9999;
	width: 100%;
	display: none;
}

.contact_bar a{
	padding: 10px;
	color: #FFF;
	text-align: center;
	width: 100%;
	text-decoration: none;
	font-size: 14px;
	font-weight: 200;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

.contact_bar a:hover{
	background-color: var(--colour-two) !important;
	color: #FFF;
}

.contact_bar a:first-of-type{
	background-color: var(--colour-one);

}

.contact_bar a:last-of-type{
	background-color: var(--colour-three)

}

.section_map{
	width: 100%;
	height: 450px;
	display: table;
}


.lb-data .lb-close{
	opacity: 1 !important;
	background-size: 30px !important;
}

.section_contact{
	background-color: #FFF;
}

.section_contact .left{
	float: left;
	max-width: 350px;

}

.section_contact .right{
	float: left;
	padding-left: 60px;

}



.section_contact .main_cta_form{
	margin-top: 0px !important;
	font-size: var(--font-size-gen);

}

.section_contact .contact_link_new{
	text-decoration: none;
color: var(--colour-one);
font-size: var(--font-size-gen);
}

.section_contact .contact_link_new:hover{
	color: #B89E97;
}

.section_contact .contact_link_new span{
	font-weight: 600px;
	margin-bottom: 0px !important;
}

.section_contact .container{
	padding-top: 30px !important;
	max-width: 850px !important;

}

.status_box{
	background-color: rgba(255, 255, 255,1);
	font-size: 12px;
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
	display: table;
	margin-top: 20px;
	text-decoration: none !important;
	color: var(--colour-one);
}

.status_box span{
	width: 12px;
	height: 12px;
	display: inline-block;
	border-radius: 25px;
	margin-right: 5px;
	margin-bottom: -1px;
	background-color: var(--colour-one);
}

.status_box.status_1 span{
	background-color: #1E7008;
}

.status_box.status_2 span{
	background-color: #F0B722;
}

.status_box.status_3 span{
	background-color: #F05022;
}


.rsArrowLeft{
	left: 20px;
	top: 400px;
}

.rsArrowRight{
	right: 20px !important;
	top: 400px;
}

#header.header_slim {
    height: 750px !important;
    position: relative;
    display: flex;
    justify-content: center; /* Centers .title_con horizontally */
    align-items: center;     /* Centers .title_con vertically */
    
    /* This makes sure the image covers the area and adds the tint */
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-blend-mode: overlay;
    background-color: rgba(30, 33, 37, 0.5) !important; /* The 'tint' color */
}

/* Center the text and button inside the container */
.title_con {
    text-align: center;
    z-index: 2;
}
#header.header_slim #royalSlider{
	width: 100%;
	height: 750px !important;
	opacity: .5;
	
} 

.title_con {
    text-align: center;
    z-index: 2;
}

/* 
.vid_con{
	background-color: #FFF;
	border-radius: 10px;
	display: flex;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 16px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 16px 1px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 16px 1px rgba(0,0,0,0.75);
}
 */


 .section_video_new video{
	width: 100%;
	height: 100%;
	border-radius: 5px;
	object-fit: cover;
	cursor: pointer;
 }

.section_video_new {
	text-align: center;
	background-color: #FFF;
}

.section_video_new h2{
	width: 100%;
	text-align: center;
}

.section_video_new .vid_con{
	width: 100%;
	max-width: 850px;
	height: 450px;
	margin: 0 auto;
	box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.3);
	border-radius: 5px;
}

.section_video_new .vid_con iframe{
	border-radius: 5px;
}

.section_video_new .vid_con img{
	width: 100%;
	border-radius: 5px;
}

.blur-effect {
	filter: blur(5px); /* Adjust the value (5px) to control the amount of blur */
  }


h2{
	font-size: 36px;
	font-weight: normal;
	margin-bottom: 30px;
	line-height: 35px;
	color: var(--colour-one);
}

h3{
	font-size: var(--font-size-med);
	font-weight: bold;
	margin-bottom: 20px;
}

.status_mod{
	position: fixed;
	width: 100vw;
	height: 100vh;
	background-color: rgba(58, 58, 60, .9);
	z-index: 9998;
}

.status_mod_con{
	width: 100%;
	max-width: 450px;
	margin: 0 auto;
	text-align: center;
}


.status_mod .status_mod_title{
	margin-top: 300px;
	color: #FFF;
	font-size: var(--font-size-exlarge);
	margin-bottom: 10px;

}

.status_mod .status{
	margin-top: 0px;
	color: #FFF;
	font-size: var(--font-size-gen);
	
	display: table;
	margin: 0 auto;
	margin-bottom: 60px;

}

.status_mod .status span{
	width: 15px;
	height: 15px;
	background-color: #3A3A3C;
	border-radius: 25px;
	display: table;
	float: left;
	margin-top: 2px;
	margin-right: 10px;
}

.status_mod .status.status_1 span{
	background-color: #1E7008;
}

.status_mod .status.status_2 span{
	background-color: #F0B722;
}

.status_mod .status.status_3 span{
	background-color: #F05022;
}

.section_about_why{
	background-color: #FFF;
}

.section_about_why h2{
	width: 100%;
	text-align: center;

}

.section_about_why .why_points{
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.section_about_why .why_points .why_box{
	background-image: url('../assets/icons/icon_1.svg');
	background-repeat: no-repeat;
	background-size: 50px;
	padding-left: 70px;
	margin-bottom: 20px;
	font-weight: 200;
	min-height: 70px;

}

.section_about_why .why_points .why_box .why_box_heading{
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 5px;
}

.section_gallery_new{
	display: table;
	clear: both;
}

.section_gallery_new .container{
	
}

.section_gallery_new .container{
	/* display: flex !important;
	gap: 20px; */
}

.section_gallery_new .container > div{
 /* width: 100%; */
}


.partner_logo_con{
	width: 100%;
	display: table;

	margin: auto;
}

.partner_logo{
	width: 20%;
	text-align: center;
	float: left;
	padding: 5px;
	box-sizing: border-box;
}

.partner_logo img{
	width: 100%;
	height: auto;

}



.section_goal{
	background-image: url('../assets/about_bg.png');
	background-position:center;
	background-attachment: fixed;
	background-size: cover;
	padding-top: 40px;
	padding-bottom: 40px;

}

.goal_box_con{
	width: 100%;
	display: flex;
	gap: 20px;
	margin: auto;
}

.goal_box_con > div{
	width: 100%;
	text-align: center;
}

.goal_box img{
	margin-bottom: 10px;
}

.goal_box .heading{
	font-size: 22px;
	color: #FFF;
	margin-bottom: 10px;
	font-weight: bold;
}

.goal_box .copy{
	font-size: 16px;
	color: #FFF;
	margin-bottom: 10px;
}


.section_values{
	background-color: #FFF;
}



.section_values .container{
	display: flex !important;
	gap: 0px;
	flex-wrap: wrap; /* Allow wrapping to multiple rows */
	width: 100%;
}

.section_values .container .info_box{
	width: 100%;
	text-align: center;
	flex: 0 0 25%;
	margin-bottom: 20px;
}

.section_values .container .info_box .large_num{
	font-size: var(--font-size-exlarge);
	color: var(--colour-one);
	font-weight: 500;
}

.section_values .container .info_box .small_heading{
	font-size: var(--font-size-gen);
	color: var(--colour-two);
	font-weight: 200;
}



.gal_image{
	background-position: center;
	background-size: cover;
	box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.3);
}

.section_gallery_new h2{
	text-align: center;
}

.gal_image_con{
	position: relative;
	width: 100%;
	display: table;
	min-height: 750px;
	max-width: 950px;
	margin: 0 auto;
	height: 100%;
	cursor: pointer;
	margin-top: 0px;
}

.gal_image img{
	width: 100%;
	height: auto;
	opacity: 0;
}

.gal_image_1{
	top: 200px;
	border-radius: 10px;
	width: 100%;
	max-width: 650px;
	display: table;
	position: absolute;
	left: 120px;
	z-index: 2;

}
.gal_image_2{

	top:100px;
	border-radius: 10px;
	width: 100%;
	max-width: 350px;
	display: table;
	position: absolute;
	right: 40px;
	z-index: 3;

}

.gal_image_con:hover{
	opacity: .8 !important;
}

.gal_image_con:hover .expand_2{
	padding-left: 20px;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

.expand_2{
	background-color: var(--colour-three);
	padding: 10px;
	color: #FFF;
	display: table;
	border-radius: 0 5px  5px 0 ;
	margin-bottom: 20px;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

.gal_image_3{

	top:20px;
	border-radius: 10px;
	width: 100%;
	max-width: 500px;
	display: table;
	position: absolute;
	left: 0px;
	z-index: 1;

}

/* .gal_image_1{
	border-radius: 10px;
	width: 100%;
	max-width: 650px;
	display: table;
	margin: 0 auto;
	margin-left: 10%;

} */




.bg_grey{
	background-color: #F3F3F3;
}

.section_property_sum{
	text-align: center;

	background-color: #EAEFED;
}


.intro{
	font-family: 'Karla', sans-serif;
	font-size: var(--font-size-gen);
	color: var(--colour-one);
	max-width: 750px;
	margin: 0 auto;
	line-height: 1.6em;
	font-weight: 200;
}

.book_con{

}

.center_me{
	text-align: center;
}
.mar_60{
	margin-top: 60px;
}

.mar_bot_60{
	margin-bottom: 60px;

}

.copy{
	font-family: 'Karla', sans-serif;
	font-size: var(--font-size-gen);
	color: var(--colour-one);
	line-height: 1.6em;
	font-weight: 200;
}

body{
	font-family: 'Karla', sans-serif !important;
}

.section_about.section_about_page{
	padding-top: 40px;
}


.section_about.section_about_page .large_image{
	min-height: 300px;
	position: relative;
}

.section_about .large_image img{
	width: 100%;
	/* max-width: 400px; */
	border-radius: 5px;
}

.about_logo{
	position: absolute;
	bottom: -120px;
	right: 20px;
	width: 100%;
	max-width: 350px;
}

.section_about{
	background-color: #EAEFED;
	background-color: #FFF;
	/* background-image: url('../assets/new_shc/map_bg.svg');
	background-repeat: no-repeat;
	background-position: left bottom; */
	padding-bottom: 0px;
}

.section_about .large_image{
	float: left;
	width: 50%;
	/* border-radius: 10px;
	box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.1); */
	background-position: center;
	background-size: cover;
	margin-right: 40px;
	margin-top: 0px;
	box-sizing: border-box;
	height: 100%;
	min-height: 450px;
	margin-bottom: 20px;
	background: none;
	text-align: center;

}

.section_about .copy{
	display: table;
	color: #394044;
}

/* .section_about h2{
	display: table;
	color: #FFF;
} */

.section_about .btn_1, .section_about .btn_4{
	width: calc(50% - 60px) !important;
	float: left;
	display: table;
	margin-right: 20px;
	text-align: center;
}

.section_about .btns_con{
	display: table;
	width: 100%;
	margin-top: 30px;


}

.section_about .container{
	padding-top: 30px;

}

.section_about .sub_heading{
	text-transform: uppercase;
	color: #B89E97;
	font-size: 18px;
	font-weight: bold;

}
.sub_buttons_dev_con{
	display: table;
	width: 100%;
	margin-top: 20px;
	box-sizing: border-box;
}

.sub_buttons_dev_con a{
	display: table;
	margin-bottom: 20px;
	background-color: #FFF;
	border-radius: 10px;
	width: 100%;
	padding: 15px;
	padding-left: 30px;
	font-size: var(--font-size-gen);
	font-weight: 600;
	box-sizing: border-box;
	text-decoration: none;
	color: var(--colour-four);

	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	background-image: url('../assets/new/icon_right.svg');
	background-position: calc(100% - 20px) center;
	background-repeat: no-repeat;
}

.sub_buttons_dev_con a:hover{
	background-color: var(--colour-four);
	color: #FFF;
	padding-left: 40px;
}

.property_sum_con{
	display: flex;
	flex-wrap: wrap; /* Allow wrapping to multiple rows */
	width: 100%;
	gap: 0px;
	margin-top: 20px;
}


.property_sum_con .sum_box{
	flex: 0 0 33.333333%;
	margin-bottom: 10px;

  display: flex;
  flex-direction: column;

}

.property_sum_con .sum_box a.image{
	height: 200px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	/* border-radius: 5px 5px 0 0 ; */
	display: table;

	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	text-decoration: none;
	cursor: default;

}

.property_sum_con .sum_box a.image:hover{
	background-size: 110%;


}

.location{
	color: var(--colour-two);
	font-size: var(--font-size-gen);
	padding-left: 20px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: left;
	background-size: 13px;
	background-image:url('../assets/new/icon_map.svg');
	text-align: left;
	font-weight: 200;

}

.property_sum_con .sum_box_inner_con{
	background-color: #FFF;
	margin: 20px;
	box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.1);
	/* border-radius: 5px; */
	/* display: table; */
	border-top: 10px solid #B89E97;

	flex: 1;
	display: flex;
	flex-direction: column;
}


.property_sum_con .sum_box_inner_pad{
	padding: 20px;
	display: table;
	width: 100%;
	box-sizing: border-box;
	position: relative;
}

.title{
	color: #394044;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: left;
	text-transform: uppercase; /* Capitalize the first letter of each word */
}

.property_sum_con .sum_box_inner_pad .copy{
	text-align: left;
	font-size: 12px;
	line-height: 15px;
	font-weight:100;
	margin-bottom: 10px;
	font-family: 'Karla', sans-serif !important;
}

.property_sum_con .sum_box_inner_pad .arrows{
	position: absolute;
	right: 20px;
	top: -20px;
	width: 40px;
	opacity: .5;
}

.price_split{
	width: 100%;
	margin-top: 20px;
}

.price_split > div, .price_split a{
	width: 50%;
	float: left;
	box-sizing: border-box;
}

.price_split .price{
	font-size: 18px;
	color: var(--colour-one);
	font-weight: bold;
	text-align: left;
	line-height: 30px;
}


.price_split .price span{
	font-weight: 200;
	display: table-cell;
	float: left;
	font-size: var(--font-size-small);
	color: var(--colour-two);
	background-image: url('../assets/new_shc/icon_price_1.svg');
	background-position: bottom;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
}

.price_split .price_2 span{
	background-image: url('../assets/new_shc/icon_price_2.svg');

}

.property_sum_con .btn_1{
	display: block;
	margin-top: 12px;
}

/* #header .rsContent{
	position: relative;

} */
/* 
#royalSlider .rsContent{
	 position: relative;

	 max-width: 100% !important;


} */

/* 
#royalSlider .rsABlock{
	right:0px !important;
	left:auto !important;
}
 */

.header_dev_info_con{
	background-color: rgba(255, 255, 255,.8);
	border-radius: 5px;
	padding: 20px;
	box-sizing: border-box;
	
	right: 20px;
	position: relative;
	/* display: table !important; */
	top: auto !important;
	left: auto !important;
	right: 20px !important;
	bottom: 150px !important;
	width: 100%;
	max-width: 350px;
	display: none;
	

} 



.header_dev_info_con .btn_1{
	position: absolute;
	bottom: -10px;
	right: 0px;
}

.col_1_2{
	width: 50%;
	float: left;
}

#nav{
	display: table;
	width: 100%;
	position: fixed;
	top: 0px;
	z-index: 9999;

	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;

}

#nav.add_bg{
	background:#3a3a3ca8;
	background:#3a3a3c;
	background:#ffffff;
	box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.1);
}

#nav.add_bg .top_bar .top_nav a{
	color:  var(--colour-one);
}

#nav.add_bg .top_bar .top_nav a:hover{
	color:  var(--colour-one);
}


#nav.add_bg .top_bar a.logo{

	background-image: url(../assets/2026/logo_dark.svg) !important;

}


.top_bar_small{
	background-color: #3A3A3C;
	height: 35px;
	line-height: 35px;
	color: #FFF;
	font-size: 14px;
}

.top_bar_small a{
	color: #FFF;
	text-decoration: none;
	padding-left: 30px;
	margin-left: 10px;
	background-image: url('../assets/icon_phone.svg');
	background-repeat: no-repeat;
	background-position: left center;
	height: 35px;
	display: table;
	float: right;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

.top_bar_small a:hover{
	color: #F05022;

}

.section_services_new{
	background-color: #b89e9b72;
}

.section_services_new h2{
	width: 100%;
	text-align: center;
		color: var(--colour-one);
		margin-bottom: 40px;
}

.section_services_new .btn_1{
	margin-top: 60px;
}

.point_boxes  .box_icon_image_con{

	width: 150px;
	height: 150px;
	border-radius: 75px;
	border-radius: 5px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0 auto;
	margin-bottom: 20px;


}


.point_boxes {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  
  .point_boxes .box {
    text-align: center;
    flex: 0 0 calc(25% - 20px); /* Adjust the percentage as needed */
    margin: 10px; /* Add margin to create gaps between boxes */
    padding: 10px;
    position: relative;
    padding-bottom: 0px;
    box-sizing: border-box;
  }

  .point_boxes .box a{
	text-decoration: none;
}


  .section_why .btn_base{
    margin: 0 auto;
    margin-top: 30px;
  }

.point_boxes h3{
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 15px;
	color: var(--colour-one);
	 font-family: "Lora", serif;
}


.point_boxes .box .copy{
    font-size: var(--font-size-gen);
    font-weight: normal;
	color: var(--colour-one);
}


.point_boxes .box .btn_base{
    margin: 0 auto;
    position: absolute;
    bottom: 20px;
    width: auto;
    white-space:nowrap;
    left: 50%;
    transform: translateX(-50%);

}


#nav .con{
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	display: table;
	box-sizing: border-box;
	text-align: right;
}

#nav #top_bar_mobile{
	padding-left: 20px;
	
	padding-top: 15px;
	padding-bottom: 10px;
	display: table;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
	float: right;
	font-weight: 300;
	margin-top: 0px;

	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	font-family: 'Karla', sans-serif;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	background-image: url('../assets/2026/icon_menu.svg');
	background-repeat: no-repeat;
	background-position: right 12px;
	background-size: 25px;
	padding-right: 38px;
	cursor: pointer;
	display: none;
}


#nav #top_bar_mobile:hover{
	color: #B89E97;
}

#nav.add_bg #top_bar_mobile{
	color: var(--colour-four);
	background-image: url('../assets/2026/icon_menu_dark.svg');
}


#nav .top_bar{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 10px;
	position: relative;
	display: table;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
	height: 80px;
}

#nav .top_bar a.logo{
	position: relative;
	float: left;
	width: 100%;
	max-width: 100px;
	margin-top: 0px;
	background-image: url(../assets/2026/logo.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 180px;
	height: 55px;
}

#nav .top_bar a.logo img{
	width: 100%;
	height: auto;
}

#nav .top_bar .top_nav{
	position: relative;
	float: right;
	color: #FFF
	font-size: 14px;
	font-weight: 300;
	display: table;
	margin-top: 15px;
}

#nav .top_bar .top_nav a{
	color: #FFF;
	text-transform: uppercase;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	font-family: 'Karla', sans-serif;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	border-bottom: 1px solid #B89E9700;
	padding-bottom: 5px;
}

.top_nav.active a {
color: #FFF !important;
}

#nav .top_bar .top_nav a:hover{
	color: #FFF;
	border-bottom: 1px solid #B89E97;
}

#nav .top_bar .top_nav a.active{
	color: #FFF;
	border-bottom: 1px solid #B89E97;
}


#nav .top_bar .top_nav a.btn_style{
	background-color:#B89E97;
	color: #fff;
	padding-bottom: 0px;
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
	
	border-radius: 3px;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	border-bottom: none;
}
#nav .top_bar .top_nav a.btn_style:hover{
	background-color: #3A3A3C;
}




#header{
	width: 100%;
	height: 800px;
	position: relative;

	
}

#header #royalSlider{
	width: 100%;
	height: 800px;
	
}

.header_deco{
	position: absolute;
	bottom: -1px;
	left: -5px;
	width: 100%;
	
	max-height: 50px;
	overflow: hidden;
	z-index: 999;
	display: block;
	height: 50px;

	display: none !important;

	
}

.header_deco2{
	width: 100%;
	position: relative;
	bottom: 20px;
	margin-top:-100px;
}

.bot_bar{
	background: var(--purpledark);
	color: #FFF;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
	display: table;
	width: 100%;
	height: 70px;
	position: relative;
	transition: all .25s ease-in-out;
	-moz-transition: all  .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

.bot_bar .con{
	margin: 0 auto;
	width: 100%;
	max-width: 1100px;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
	display: table;
	height: 60px;
	vertical-align: baseline;
	display: table;
}

.bot_bar a.logo {
	width: 100%;
	max-width: 100px;
	float: left;
	height: 100%;
	display: table;
}

.bot_bar a.logo img{
	/* width: 100%;
	height: 100%; */
	/* margin-top: 3px; */
	max-width:200px;
	max-height:45px;
	width: auto;
	height: auto;
	display: table;

	
}


.bot_bar .bot_nav{
	float: right;
	margin-top: 10px;
	box-sizing: border-box;
	display: table;

}

.bot_bar .bot_nav a{
	display: inline-block;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	margin-left:5px;
	margin-right:5px;
	padding: 10px;
	padding-left:10px;
	padding-right:10px;
	font-size: 12px;
	border-radius: 5px;
	box-sizing: border-box;
	transition: all .25s ease-in-out;
	-moz-transition: all  .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
.bot_bar .bot_nav.mobile_view{
	width: 100%;
	display: none;
	margin-top: 20px;
	margin-bottom: 20px;
}

.bot_bar .bot_nav.mobile_view a{
	display: table;
	font-size: 18px;
	background: var(--purpledark);
	color: var(--yellow);
	width: 100%;
	margin: 0px;
	margin-bottom: 5px;
}

.bot_bar .bot_nav.mobile_view a:hover{
	background: var(--yellow);
	color: var(--purple);
}

.bot_bar .bot_nav a:hover{
	background: var(--purpledark);
	color: var(--yellow);
}

.bot_bar .bot_nav a.yellow{
	background: var(--yellow);
	color: var(--purple);
	font-family: 'Karla', sans-serif;
}

.bot_bar .bot_nav a.yellow:hover{
	background: var(--purpledark);
	color: #FFF;
}

.features_con{
	display: table;
	width: 100%;
}
.terms_ticks{
	color: var(--purple);
	width: auto;
	margin: 0 auto;
	display: table;
	padding: 5px;
	border-radius: 5px;
	margin-top: 30px;
	text-align: center;
	font-size: var(--font-size-small);
	background-color: #FFF;
}

.section_sum_intro{
	/* background-color: #FFF;
	color: var(--purple); */
	font-family: 'Karla', sans-serif;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 20px;
}

.section_sum_intro .copy{
	font-family: 'Karla', sans-serif;
	font-size: 22px;
	max-width: 900px;
	margin: 0 auto;

}

.section_sum_intro .copy img{
	margin-bottom: -100px;
}

.section_sum_intro .copy p{
	margin-bottom: 20px;
}

.section_sum_intro .copy p span{
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: var(--yellow);
	padding: 3px;
	padding-left: 20px;
	padding-right: 10px;
	color: #FFF;
	width: auto;
	display: inline-block;
	clip-path: polygon(15px 0%, 100% 0%, 100% 100%, 0% 100%);
}

.section_sum_intro .copy b, .section_sum_intro .copy strong{
	font-family: 'Karla', sans-serif;
}

.section_sum_intro h1{
	font-size: var(--font-size-exlarge);
	font-family: 'Karla', sans-serif;
	margin-bottom: 30px;
	color: var(--purple);
}

.section_sum_intro h1 span{
	color: var(--yellow);
}

.mobile_bars{
	width: 100%;
	max-width: 50px;
	position: absolute;
	right: 20px;
	top: 25px;
	cursor: pointer;
	display: none;
}

.mobile_bars div{
	border-radius: 25px;
	height: 5px;
	width: 100%;
	background: var(--yellow);
	margin-bottom: 3px;
	transition: all .25s ease-in-out;
	-moz-transition: all  .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

.mobile_bars:hover div{
	background: #FFF;
}

.mobile_bars:hover div:nth-child(2){
	width: 50%;
}

.section{
	width: 100%;
	display: table;
	
}

.section .container{
	width: 100%;
	max-width: 1100px;
	padding-top: 80px;
	padding-bottom: 80px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
	display: table;
	box-sizing: border-box;
}

.section.section_intro .left{
	width: calc(100% - 350px);
	float: left;
	padding-right: 50px;
	box-sizing: border-box;
	font-family: 'Karla', sans-serif;
}

.section.section_intro .left .name{
	font-size: var(--font-size-large);
	color: var(--purple);
	font-family: 'Karla', sans-serif;
	margin-bottom: 10px;
}

.section.section_intro .left .small{
	font-size: var(--font-size-gen);
	display: table;
	margin-bottom: 20px;
}

.section.section_intro .left .small span{
	display: table;
	width: 12px;
	height: 12px;
	margin-right: 10px;
	background: var(--yellow);
	border-radius: 25px;
	float: left;
	margin-top: 2px;
}

.section.section_intro .left .intro{
	font-size: var(--font-size-med);
	margin-bottom: 30px;
	line-height: 1.2em;
}

.section.section_intro .left .copy{
	font-size: var(--font-size-gen);
	margin-bottom: 30px;
	line-height: 25px;
	font-family: 'Karla', sans-serif;
}

.dev_price_size_con{
	display: flex;
	gap: 20px;

}


.section.section_intro .left .price_note{
	font-family: 'Karla', sans-serif;
	background: #FFF;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 30px;
	box-sizing: border-box;
	border-radius: 5px;
	width: 100%;
}

.section.section_intro .left  .price_note .small{
	font-size: var(--font-size-small);
	font-family: 'Karla', sans-serif;
	margin-bottom: 5px;
	font-weight: 200;
}

.section.section_intro .left .price_note .price{
	font-size: var(--font-size-med);
	color: var(--colour-three);
	font-weight: bold;
}

.section_sum{
	/* padding-top: 40px; */
	/* background-color: var(--purplelight); */
}

.section_sum .dev_box{
	display: table;
	width: 100%;
	border-radius: 15px;
	background: #FFF;
	/* overflow: hidden; */
	position: relative;
	margin-bottom: 40px;
}

.section_sum .dev_box .location{
	margin-top: 10px;
}

.section_sum .dev_box a.feat_image{
	width: 350px;
	height: 350px;
	display: block;
	float: left;
	position: relative;
	border-radius: 15px 0px 0px 15px;
	transition: all .25s ease-in-out;
	-moz-transition: all  .25s ease-in-out;
	-webkit-transition: all  .25s ease-in-out;

	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.section_sum .dev_box a.feat_image:hover{
	box-shadow: -1px 0px 21px -9px rgba(0,0,0,0.75);
	-webkit-box-shadow: -1px 0px 21px -9px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px 0px 21px -9px rgba(0,0,0,0.75);
}

.section_sum .dev_box a.feat_image img{
	width: 100%;
	height: 100%;
	border-radius: 15px 0px 0px 15px;
}

.section_sum .dev_box .info_con{
	width: calc(100% - 350px);
	float: left;
	color: var(--purple);
	padding: 20px;
	padding-top: 40px;
	box-sizing: border-box;
	position: relative;
}

.section_sum .dev_box .info_con a.heading{
	font-size: var(--font-size-med);
	font-weight: bold;
	color: var(--purple);
	font-family: 'Karla', sans-serif;
	width: calc(100% - 300px);
	display: table;
	text-decoration: none;
	transition: all .25s ease-in-out;
	-moz-transition: all  .25s ease-in-out;
	-webkit-transition: all  .25s ease-in-out;

}

.section_sum .dev_box .info_con a.heading:hover{
	color: var(--yellow);
}


.section_sum .dev_box .info_con .small{
	font-size: var(--font-size-small);
	display: table;

}

.section_sum .dev_box .info_con .small span{
	display: table;
	width: 12px;
	height: 12px;
	margin-right: 10px;
	background: var(--yellow);
	border-radius: 25px;
	float: left;
	margin-top: 2px;
}

.section_sum .dev_box .info_con .copy{
	font-size: var(--font-size-gen);
	margin-top: 30px;
	margin-bottom: 30px;
	line-height: 22px;
}

.section_sum .dev_box .info_con .price_note{
	position: absolute;
	top: 15px;
	right: 0px;
	font-family: 'Karla', sans-serif;
	background: var(--purpledark);
	color: #FFF;
	padding: 5px;
	padding-left: 40px;
	padding-right: 20px;
	width: 150px;
	clip-path: polygon(25px 0%, 100% 0%, 100% 100%, 0% 100%);
}


.section_sum .dev_box .info_con .price_note .small{
	font-size: var(--font-size-smaller);
	color: #FFF;
	font-family: 'Karla', sans-serif;
}

.section_sum .dev_box .info_con .price_note .price{
	font-size: var(--font-size-med);
	color:var(--yellow);
	font-weight: bold;
}

.section_sum .dev_box .btn_1{
	position: absolute;
	bottom: -20px;
	right: 20px;

}

.section_intro .right{
	width: 350px;
	float: left;
	display: table;
	box-sizing: border-box;
}

.section_intro h2{
	margin-bottom: 0px;
}

.main_cta_form{
	width: 100%;
	background: #FFF;
	display: table;
	box-sizing: border-box;
	border-radius: 5px;
	text-align: center;
	border-radius: 0px;
	color: var(--colour-two);
	/* margin-top: -80px; */
	margin-top: -200px;
	z-index: 9995;
	position: relative;
	border-radius: 5px;
	/* border-top: 10px solid #B89E97; */
	box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.1);
}

.main_cta_form .heading{
	color: #394044;
	font-size: var(--font-size-med);
	font-family: 'Karla', sans-serif;
	margin-bottom: 10px;
	font-weight: bold;
}

.main_cta_form .sub_copy{
	font-size: var(--font-size-gen);
	margin-bottom: 10px;
	color: #394044;
	font-weight: 100;
	font-family: 'Karla', sans-serif;
}

.main_cta_form .btn_1{
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 40px;
}

.main_cta_form .top{
	/* background: #B0B0B0; */
	padding: 20px;
	padding-bottom: 0px;
	border-radius: 15px 15px 0 0;
	/* clip-path: polygon(0 0, 100% 0%, 100% 85%, 0% 100%); */
	display: flex;
}

.main_cta_form .bot{
	padding: 20px;
	margin-bottom: 20px;
}

.main_cta_form #contactForm_con {
	margin-top: 20px;
}

.main_cta_form #contactForm_con label{
	margin-bottom: 5px;
	font-size: var(--font-size-small);
	font-family: 'Karla', sans-serif;
	text-align: left !important;
	width: 100%;
	display: table;

}

.main_cta_form #contactForm_con label.error{
	position: absolute;
	color: var(--colour-three);
	top: 5px;
	right: 0px;
	text-align: right !important;
	font-family: 'Karla', sans-serif;
	font-size: var(--font-size-smaller);
}

.main_cta_form #contactForm_con div{
	position: relative;
}

.main_cta_form #contactForm_con input{
	width: 100%;
	/* border-radius: 5px; */
	border: none;
	/* background: #FFF; */
	padding: 5px;
	padding-left: 0px;
	padding-right: 10px;
	height: 50px;
	border-radius: 0px !important;
	line-height: 50px;
	box-sizing: border-box;
	color: var(--colour-one);
	border-bottom: 1px dotted var(--colour-one);
	font-family: 'Karla', sans-serif;
	font-size: 14px;

	color: #394044;
}

.main_cta_form #contactForm_con input::placeholder{
	color: var(--colour-two);
}

.main_cta_form #contactForm_con .btn_1, .main_cta_form #contactForm_con .btn_3{
	border: none;
	margin-bottom: 0px;
	margin-top: 20px;
	padding: 10px;
	cursor: pointer;
	font-weight: normal !important;
	letter-spacing: normal;
	font-size: 16px !important;
	width: 100%;
	box-sizing: border-box;
	font-family: 'Karla', sans-serif;
}

.main_cta_form #contactForm_con .btn_1:hover{
	/* letter-spacing: 2px; */
}

.agent_profile_con{
	width: 100px;
	height: 100px;
	border: 5px solid #FFF;
	border-radius: 100px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-top: -35px;
	box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.3);
	z-index: 99;
}

.agent_heading{
	font-size: var(--font-size-gen);
    display: table;
	font-weight: bold;
	color: var(--colour-four);
	margin-left: 10px;
}


.agent_copy{
	font-size: var(--font-size-gen);
    display: table;
    margin-bottom: 20px;
	margin-left: 10px;
}



.alt_line{
	font-size: 16px;
	color: var(--colour-two);
	margin-top: 20px;
	margin-bottom: 20px;
	background-image: url('../assets/new/dotted.svg');
	background-position: center;
	background-repeat: repeat-x;

}

.alt_line span{
	background-color: #FFF;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

.section_mm_about{
	background-color: var(--purplelight);
	padding-top: 40px;
	padding-bottom: 40px;
}

.section_mm_about .left{
	width: calc(100% - 350px);
	float: left;
	padding-right: 40px;
	box-sizing: border-box;
	font-family: 'Karla', sans-serif;
	color: var(--purple);
	line-height: 22px;
}

.section_mm_about .left span{
	font-family: 'Karla', sans-serif;
}
.section_mm_about .left a{
	color: var(--purple);
	font-family: 'Karla', sans-serif;
	text-decoration: none;
}

.section_mm_about .left a:hover{
	color: var(--yellow);
}

.section_mm_about .left p{
	margin-bottom: 20px;
}

.section_mm_about .right{
	width: 350px;
	float: right;
	display: table;
	box-sizing: border-box;
}

.section_mm_about .right .large_tick_con{
	display: table;
	width: 100%;
}

.section_mm_about .right .large_tick_con .tick{
	background-image: url(../assets/tick_2.svg);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 40px;
	background-size: 25px;
	height: 25px;
	font-family: 'Karla', sans-serif;
	color: var(--purple);
	margin-bottom: 20px;
	font-size: 18px;
	display: table;
}

.section_mm_about .right a.btn_1,.section_mm_about .right a.btn_2{
	width: 100%;
	display: table;
	box-sizing: border-box;
	text-align: center;
}

.section_mm_about .left a.logo{
	width: 100%;
	max-width: 200px;
	margin-bottom: 20px;
	display: table;
}

.section_mm_about .left .logo img{
	width: 100%;
	height: auto;
}

.points_con div{
	background-image: url('../assets/tick.svg');
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 25px;
	padding-left: 30px;
	padding-top: 5px;
	margin-bottom: 10px;
	height: 30px;
	box-sizing: border-box;
	font-size: var(--font-size-small);
	font-family: "tt_norms_bold";

}

.rsMinW .rsBullets {
    position: absolute;
    bottom: 50px !important;
    right: 20px !important;

}

.rsMinW .rsBullet.rsNavSelected span{
	background:var(--yellow) !important;

}
.rsMinW .rsBullet span{
	background: #fff !important;
	width: 10px !important;
	height: 10px !important;

}

.bx-wrapper{
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    background: none !important;
}

.bx-prev{
	background:none !important;
	left: 0px !important;
	padding-left: 20px !important;

}

.bx-next{
	background:none !important;
	right: 0px !important;
	padding-right: 20px !important;
}

.section_features{
	background-color: #FFF;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}


.section_features .box{
	width: 25%;
	float: left;
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
	font-family: 'Karla', sans-serif;
	font-size: var(--font-size-gen);
	min-height: 150px;
	color: var(--colour-four);

}


.tick b{
	font-family: 'Karla', sans-serif;
}

.section_features .box .tick2{
	width: 100%;
	height: 50px;
	clear: both;
	background-image: url(../assets/icons/icon_1.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50px;
	margin-bottom: 20px;

}

.section_features .box .point_name{


}

.section_gallery{
	position: relative;
}

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


.section_gallery .left{
	width: calc(100% - 350px);
	float: left;
	
}

.section_gallery .con{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;

	transition: all .25s ease-in-out;
	-moz-transition: all  .25s ease-in-out;
	-webkit-transition: all  .25s ease-in-out;
}

.section_gallery .left .con{
	margin-right: 10px;
	height: 500px;
	border-radius: 15px 0  0 15px;
	background-size: cover;
}

.section_gallery .right{
	width: 350px;
	float: left;
}

.section_gallery .right .con{
	height: 245px;
	border-radius: 0 0 15px 0;
	transition: all .25s ease-in-out;
	-moz-transition: all  .25s ease-in-out;
	-webkit-transition: all  .25s ease-in-out;
}

.section_gallery .right .con:first-of-type{
	margin-bottom: 10px;
	border-radius: 0 15px 0 0;
}

.section_gallery .container:hover .con{
	cursor: pointer;
	box-shadow: -1px 0px 21px -9px rgba(0,0,0,0.75);
	-webkit-box-shadow: -1px 0px 21px -9px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px 0px 21px -9px rgba(0,0,0,0.75);
}

.section_gallery .container:hover .expand{
	background-color: var(--colour-four);
	color: #FFF;
	padding-right: 40px;
}

.section_gallery .expand{
 	background-color: var(--colour-three);
	 color: #FFF;
	 font-family: 'Karla', sans-serif;
	 font-size: var(--font-size-gen);
	 position: absolute;
	 padding: 8px;
	 padding-right: 30px;
	 padding-left: 30px;
	 border-radius: 5px 0 0 5px;
	 bottom: 20px;
	 right: 0px;
	 transition: all .25s ease-in-out;
	 -moz-transition: all  .25s ease-in-out;
	 -webkit-transition: all  .25s ease-in-out;

}


#footer{
	background: #3a3a3c;
	padding-top: 50px;
	padding-bottom: 50px;
	color: #FFF;
	font-size: var(--font-size-gen);
	font-family: 'Karla', sans-serif;
	display: table;
	width: 100%;
	box-sizing: border-box;
}

#footer .footer_con{
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	text-align: left;
	/* padding-left: 20px;
	padding-right: 20px; */
	box-sizing: border-box;
	font-weight: 200;

}

#footer .footer_con .footer_col{
	float: left;
	width: 33.33%;
}

#footer .footer_con .footer_col:nth-child(1){
	width: 30%;
}

#footer .footer_con .footer_col:nth-child(2){
	width: 50%;
}


#footer .footer_con .footer_col:nth-child(3){
	width: 20%;
}



#footer .footer_con .footer_col .con{
	padding: 20px;
	box-sizing: border-box;
}

#footer .footer_con .footer_col .con .btn_1{
	margin: 0px;
	margin-top: 20px;
}

#footer .footer_con .footer_col .con .btn_1:hover{
	background-color: #FFF;
	color: var(--colour-one);
}

#footer .footer_con .footer_col .con .heading{
	font-family: 'Karla', sans-serif;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
}

.contact_link_new{
	width: 100%;
	margin-bottom: 20px !important;
	display: table;
}

.contact_link_new span{
	font-size: 10px;
	font-weight: 400px;
	clear: both;
	display: table;
	font-weight: 400 !important;
	margin-bottom: 2px;
}

#footer .footer_con .footer_col .con a{
	display: table;
	clear: both;
	margin-bottom: 10px;
	margin-right: 10px;
	color: #FFF;
	text-decoration: none;
	transition: all .25s ease-in-out;
	-moz-transition: all  .25s ease-in-out;
	-webkit-transition: all  .25s ease-in-out;
}

#footer .footer_con .footer_col .con a:hover{
	color: #B89E97;
}

#footer .footer_con .social_con{
	display: block;
	width: 100%;
}
#footer .footer_con .social_con a img{
	width: 100%;
	height: auto;
}

#footer .footer_con .social_con a{
	display: inline-block;
	width: 30px !important;
	float: left;
	clear: none !important;
	margin-right: 5px;
	transition: all .25s ease-in-out;
	 -moz-transition: all  .25s ease-in-out;
	 -webkit-transition: all  .25s ease-in-out;
}

#footer .footer_con .social_con a:hover{
	opacity: .3;
}

#footer .footer_con .footer_col .con a.footer_logo{
	width: 100%;
	max-width: 130px;
	display: block;
	margin-bottom: 30px;
}

#footer .footer_con .footer_col .con a.footer_logo img{
	width: 100%;
	height: auto;
}


#footer .footer_left{
	width: 400px;
	float: left;
}

#footer .footer_left .heading{
	font-family: 'Karla', sans-serif;
	margin-bottom: 5px;
}

#footer .footer_left a{
	text-decoration: none;
	color: #FFF;
	margin-bottom: 5px;
	display: block;
	transition: all .25s ease-in-out;
	-moz-transition: all  .25s ease-in-out;
	-webkit-transition: all  .25s ease-in-out;
}


#footer .footer_left a:hover{
	color: var(--yellow);
	
}

#footer .footer_left .dets_con{
	margin-top: 20px;
	width: 200px;
	float: left;

}

#footer .footer_left a.footer_logo{
	width: 100%;
	max-width: 120px;
}

#footer .footer_left a.footer_logo:hover{
	opacity: .5;
}

#footer .footer_left a.footer_logo img{
	width: 100%;
	height: auto;
}

#footer .footer_right{
	width: calc(100% - 400px);
	float: left;
}

#footer .footer_right .footer_link_con{
	float: right;
	clear: both;
	width: 100%;
	display: table;
	text-align: right;

}



#footer .footer_right .footer_link_con a.btn_1{
	font-size: var(--font-size-small) !important;
	margin: 2px;

}

#footer .footer_right .footer_link_con a.btn_1:hover{
	background: var(--purpledark);

}

#footer .footer_right .dev_by_con{
	width: 100%;
	max-width: 450px;
	float: right;
	display: table;
	margin-top: 40px;

}

#footer .mm_contact{
	margin-bottom: 20px;
}

#footer .mm_contact a{
	padding-left: 30px;
	background-image: url(../assets/little_icon_1.svg);
	background-repeat: no-repeat;
	background-position: left;
}

#footer .mm_contact a:nth-child(1){
	background-image: url(../assets/little_icon_1.svg);
}

#footer .mm_contact a:nth-child(2){
	background-image: url(../assets/little_icon_3.svg);
}

#footer .mm_contact a:nth-child(3){
	background-image: url(../assets/little_icon_2.svg);
}


#footer .footer_right .dev_by_con .single_con:first-of-type{
	font-size: var(--font-size-small);
	color: #FFF;
}

#footer .footer_right .dev_by_con .single_con{
	width: 33.3%;
	float: left;
}

#footer .footer_right .dev_by_con .single_con img{
	width: 100%;
	height: auto;
	padding: 10px;
	box-sizing: border-box;
	max-width: 120px;
}


#footer_sub{
	background: #3a3a3cc1;
	color: #FFF;
	text-align: center;
	/* padding: 20px; */
	padding-top: 0px;
	line-height: 22px;
	font-size: var(--font-size-small);
}

#footer_sub .con{
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 20px;
}

#footer_sub a{
	color: #FFF;
	text-decoration: none;
}

#footer_sub a:hover{
	color: var(--yellow);
}


@media only screen and (max-width:1400px) {

}

@media only screen and (max-width:1200px) {

}

@media only screen and (max-width:1024px) {



	.section_sum .dev_box .info_con{
		width: calc(100%);
		float: none;
		display: table;
		padding: 40px;
		margin-bottom: 40px;
	}


	.section_sum .dev_box a.feat_image{
		width: 100%;
		height: 180px;
		display: block;
		float: none;
		position: relative;
		border-radius: 15px 15px 0px 0px;
		transition: all .25s ease-in-out;
		-moz-transition: all  .25s ease-in-out;
		-webkit-transition: all  .25s ease-in-out;
	}

	.section_sum .dev_box a.feat_image img{
		opacity: 0;
	}

	.price_note{
		top: -50px;
	}

	.section_sum .dev_box .info_con a.heading{
		width: calc(100%);


	}

	.points_con div{
		width: 100% !important;
		margin-bottom: 10px;

	}


}


@media only screen and (max-width:940px) {




.section_featured_single .featured_info{
	right: 0px;
	top: 300px;
	max-width: 300px;
}




	.property_sum_con .sum_box{
		flex: 0 0 50%;

	
	}


	#footer .footer_left .dets_con{
		float: none;
	}

	#footer .footer_left{
		width: 300px;
	}

	#footer .footer_right{
		width: calc(100% - 300px);
	}

	.section.section_intro .left{
		width: calc(100%);
		float: left;
		padding-right: 0px;

	}

	.section.section_intro .right{
		width: 100%;
	}

	.main_cta_form{
		margin-top: 0px;
	}

	.section.section_intro .left .price_note{
		/* width: auto; */
		margin-bottom: 10px;
	}

	.dev_price_size_con{
		display: flex;
		gap: 5px;
		flex-direction: column;
		margin-bottom: 10px;
	
	}

	.intro{
		width: 100% !important;
		margin: 0px;
	}

	.main_cta_form{
		margin-top: 20px;
	}
	
	
}

@media only screen and (max-width:768px) {

	.title_text{
	font-size: 35px;
	
}



	.section_about{

		/* background-image: url('../assets/new_shc/map_bg2.svg'); */

	}

	


	.sev_con .left, .sev_con .right{
		float: left;
		width: 100%;
		padding: 0px;
		box-sizing: border-box;
	
	
	}
	.sev_con .right{
		border-left: none;
	
	}
	


	.point_boxes {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	  }
	  
	  .point_boxes .box {
		text-align: center;
		flex: 0 0 100%; /* Adjust the percentage as needed */
		margin: 10px; /* Add margin to create gaps between boxes */
		padding: 10px;
		position: relative;
		padding-bottom: 0px;
		box-sizing: border-box;
	  }
	
	


	.contact_bar{
		display: flex;
	}

.section_contact .left, .section_contact .right{
	float: none;
	max-width: 100%;
	width: 100%;
	padding: 0px;
	margin-bottom: 30px;

}


.section_video_new .vid_con{

	height: 350px;

}



	/* .gal_image_con{
		position: relative;
		width: 100%;
		display: table;
		min-height: 750px;
		max-width: 950px;
		margin: 0 auto;
		height: 100%;
		cursor: pointer;
	}
	 */
	/* .gal_image img{
		width: 100%;
		height: auto;
		opacity: 0;
	}
	 */

	.gal_image_con{
		height: auto !important;
		min-height: auto !important;
	}

	.gal_image_1{
		top: 0px;
		border-radius: 10px;
		width: 100%;
		max-width: 100%;
		display: table;
		position: relative;
		left: 0px;
		z-index: 2;
	
	}

	.gal_image_2, .gal_image_3{
		display: none;
	}

	.section_gallery .left {
		width: calc(100%) !important;
		float: none;
	}

	.section_gallery .left .con{
		border-radius: 15px !important;
	}

	.section_gallery .right {
		display: none !important;
	}

	.section_values .container .info_box{

		flex: 0 0 50%;
		margin-bottom: 20px;
	}



	#nav #top_bar_mobile{
		display: block;
	}

.section_about .large_image{
	
	width: 100%;
	margin-right: 0px;
	min-height: 250px;
	float: none;
	clear: both;
	display: table;

}




.section_about.section_about_page .large_image{
	margin-bottom: 100px;
}

.section_about.section_about_page .large_image .about_logo{
	max-width: 250px;
}


	
	.property_sum_con .sum_box{
		flex: 0 0 100%;

	
	}



	/***/

#nav .top_bar .top_nav #close_menu{
	position: relative;
	width: 100%;
	height: 45px;
	background-image: url('../assets/icon_close.svg');
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	opacity: 1;

}
#nav .top_bar .top_nav #close_menu:hover{
	opacity: .5;
}

#nav .top_bar .top_nav.active{
	right: 0;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

#nav .top_bar .top_nav{
	position: fixed;
	top: 0px;
	width: 100%;
	max-width: 350px;
	background-color:#343A3B;
	color: #fff;
	display: table;
	margin: 0px;
	padding: 40px;
	padding-top: 15px;
	box-sizing: border-box;
	height: 100vh;
	right: calc(-100vw);
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	
}

#nav .top_bar .top_nav a{
	clear: both;
	display: table;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-top: 20px;
	font-size: 16px;
	color: #FFF;

}

#nav .top_bar .top_nav a:hover{
	margin-left: 10px;
	color: #B89E97;
}

#nav .top_bar .top_nav a.btn_style{
	background-color:#B89E97;
	color:#FFF ;
	padding-bottom: 0px;
	padding: 5px;
	width: 100%;
	text-align: center;
	
	border-radius: 3px;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	border-bottom: none;
}

#nav .top_bar .top_nav a.btn_style:hover{
	margin-left: 0px;
	background-color:#FFF;
	color:#B89E97;
}

	:root{
		--font-size-exlarge:35px;
		--font-size-large:30px;
		--font-size-med:22px;
		--font-size-gen:15px;
		--font-size-small:12px;
		--font-size-smaller:10px;
	}


	#footer .footer_con .footer_col{
		float: left;
		width: 100%;
	}
	

	.section_features .box{
		width: 50%;
	}

	.section_features .box .point_name{
		font-size: 18px;

	}


	.section_mm_about .right, .section_mm_about .left{
		width: 100%;
		padding: 0px;
		margin-bottom: 40px;
	}

	.section_sum .dev_box .info_con .price_note{
		top: -40px;
		
	}


	#footer .footer_left .dets_con{
		float: none;
	}

	#footer .footer_left{
		width: 100%;
		margin-bottom: 30px;
	}

	#footer .footer_right{
		width: calc(100%);
		box-sizing: border-box;
		display: table;
	}

	#footer .footer_right .footer_link_con{
		float: left;
		text-align: left;

	}

	#footer .footer_right .dev_by_con{
		max-width: 100%;
	}

	#footer .footer_right .dev_by_con .single_con{
		width: 100%;
		margin-bottom: 10px;
	}


	#footer .footer_right .footer_link_con{
		box-sizing: border-box;
	}

	#footer .footer_right .footer_link_con a.btn_1{
		display: block;
		width: 200px;
		margin-bottom: 5px;
	}


	.bot_bar .bot_nav{
		display: none;
	}

	.bot_bar .bot_nav.mobile_view{
		display: block !important;
	}

	.mobile_bars{
		display: block;
	}


	#footer .footer_con .footer_col{
		float: left;
		width: 33.33%;
	}


.dev_price_size_con{
	display: flex;
	gap: 20px;
	flex-direction: column;

}


.section.section_intro .left .price_note{
	
	width: 100% !important;
}


	
}

@media only screen and (max-width:480px) {


	.section_about_new .about_con .about_con_box .left{
		float: left;
		width: 100%;
		box-sizing: border-box;
	}
	
	.section_about_new .about_con .about_con_box .right{
		float: left;
		width:100%;
		padding-left: 0px;
		border-left: none;

		border-top: 1px dotted #FFF;

		box-sizing: border-box;
		margin-top: 10px;
		padding-top: 10px;
	}

	




	#footer .footer_con .footer_col{
		float: left;
		width: 100% !important
	}
	



	
	.section_about .btn_1, .section_about .btn_4{
		width: 100% !important;
		float: none;
		display: table;
		margin-right: 0px;
		margin-bottom: 20px;
		box-sizing: border-box;

	}

	


	.section_about.section_about_page .large_image{
		margin-bottom: 150px;
	}


	#footer .footer_con .footer_col{
		float: left;
		width: 100%;
	}

	#footer .footer_con .footer_col .con{
		padding-bottom: 0px;
	}


	.property_sum_con .sum_box{
		flex: 0 0 100%;
	
	}


	.section_features .box{
		width: 100%;
	}

	.section_gallery .left{
		width: calc(100% - 150px);
		float: left;
	}

	.section_gallery .left .con{
		margin-right: 10px;
		height: 300px;
		border-radius: 15px 0  0 15px;
		background-size: cover;
	}
	
	.section_gallery .right{
		width: 150px;
		float: left;
	}

	.section_gallery .right .con{
		height: 145px;
	}

	.section_gallery .container:hover .expand{
		padding-left: 30px;
	}
	
}

@media only screen and (max-width:320px) {

}