@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100;0,9..40,200;0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,800;0,9..40,900;0,9..40,1000;1,9..40,100;1,9..40,200;1,9..40,300;1,9..40,400;1,9..40,500;1,9..40,600;1,9..40,700;1,9..40,800;1,9..40,900;1,9..40,1000&display=swap');

@font-face {
	font-family: 'chronical-regular';
	src: url('../fonts/chronicle/ChronicleDisplayRoman.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;

}
@font-face {
	font-family: 'chronical-ltalic';
	src: url('../fonts/chronicle/ChronicleDisplayLightItalic.otf') format('opentype');
	font-weight: normal;
	font-style: italic;
	font-display: swap;

}
@font-face {
	font-family: 'chronical-semibold';
	src: url('../fonts/chronicle/ChronicleDisplaySemibold.otf') format('opentype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'chronical-bold';
	src: url('../fonts/chronicle/ChronicleDisplayBlack.otf') format('opentype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'chronical-light';
	src: url('../fonts/chronicle/ChronicleDisplayLight.otf') format('opentype');
	font-weight: lighter;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'chronical-extra-light';
	src: url('../fonts/chronicle/ChronicleDisplayExtraLight.otf') format('opentype');
	font-weight: lighter;
	font-style: normal;
	font-display: swap;
}


/* #b58a5c;
#20295a; */

#loading_div
{
	position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    left: 0px;
    filter: alpha(opacity=50);
	background: rgba(255, 255, 255, 0.8);
	display: none;
}
.centeringofscreen
{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
html,body{
	padding: 0;
	margin: 0;
} 
html{
	height: 100%;
	scroll-behavior: smooth;
}
body{ 
	font-family: 'DM Sans', sans-serif !important;
	color:#333333;
	font-size: 15px; 
	font-weight: 300 !important;
	font-style: normal;
	margin: 0px;
	padding:0;
	line-height:inherit; 
	background:#ffffff;  
	/*-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; */
	position: relative;
	overflow-x: hidden;

}

h1,h2,h3,h4,h5,h6{   
	font-family: 'chronical-bold', sans-serif  !important;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #666;
	opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #666;
}

::-ms-input-placeholder { /* Microsoft Edge */
color: #666;
}
a:hover{
  	color:#7b7b74;
}
#map_image_container_mobile
{
	display: none ;
}
.hide1023
{
	display: block;
}
.show1023
{
  	display: none;
}
.show1024
{
  	display: none;
}
.show1024_table
{
	display: none;
}

.show1199
{
  	display: none;
}

#mobile_menu_display{
	z-index: 8;
	position: fixed;
	width: 100vw;
	height: 100vh;
	left:0;
	background-color: #20295a;
	visibility: hidden;
	opacity: 0;
	transition: visibility 3s, opacity 0.3s linear;
	/* visibility: visible;
	opacity: 1;
	color: white;
	padding-top: 150px; */
}

.main_nav_set{
	font-family: 'DM Sans' !important;
	background-color: white;
	left: 5%;
	width: 90%;
	top:30px;
	position: absolute;
	z-index: 9;
	letter-spacing: 1px;
}


.scroll_change_y .main_nav_set
{
	left: 0%;
	width: 100%;
	top:0px;
	position: fixed;
	border-bottom: 1px solid #ccc;
}

.nav_first_row
{
	position: relative;
	border-bottom: 1px solid #cccccc;
	height:40px;
	padding:8px 0px;
}

.nav_first_row_logo
{
	width: 20px;
	position: absolute;  
	left: 50%;
	top:50%;
	transform: translate(-50%, -50%);
}

.nav_first_row_link
{
	top:50%;
	transform: translate(-50%, -50%);
	position: absolute;
	right: -10px;
	text-decoration: none;
	color: #757584;
	font-size: 11pt;
	font-weight: 1000;
}

.nav_first_row_lang
{
	top:50%;
	transform: translate(-50%, -50%);
	position: absolute;
	right: 10px;
	text-decoration: none;
	color: #20295a;
	font-size: 11pt;
	font-weight: 1000;
}

.nav_first_row_lang a
{
	color: #20295a !important;
	text-decoration:none;
}

.img_ddl
{
  	width: 14px;
}

.nav_second_row
{
	position: relative;
	height:80px;
	display: flex;
}

.headregister{
	font-size: 20pt !important
}
.banner_img_containner
{
  	position: relative;
	padding: 0;
}
.scroll_down
{
	width: 120px;
	position: absolute;
	left: 50%;
	top: calc(100vh - 45px);
	transform: translate(-50%, -50%);
	text-decoration: none;
	color:#fff;
	text-align: center;
}
.scroll_change_y .scroll_down
{
	top: 92%;
}
.scroll_down:hover
{
	color:#fff;
}

.scroll_down_img
{
	width: 40px;
	margin-top:10px;
}


.nav_second_row_logo
{
	width: 12.5%;
	position: absolute;  
	left: 120px;
	top:50%;
	transform: translate(-50%, -50%);
}
.nav_second_row_logo.img
{
	width: 100%;
}


.second_row_text_container
{
    position: initial;
    right: 0;
    text-align: center;
	margin: auto;
	width:90%;
}
 
.second_row_text
{
	display: inline-block;
	height: 100%;
	padding-top:24px;
	text-decoration: none;
	color: #20295a;
	text-align: center;
	width: 12.5%;
	font-weight: 1.1;
	font-size: 14pt;
	font-weight: 500;
}


.scroll_change_y .second_row_text
{
	width: 12%;
}

.second_row_text_8
{

	height:100%;
	background-color: #20295a;
	color: white;
	text-align: center;
	position: absolute;
	right: 0;
	top:0;
}

.nav_third_row
{
	display: flex;
	position: relative;
	height:auto;
	width: 100%;
}
.nav_third_row div.fix-w
{
	display: inline-block;
	width: 12.5%;
	margin:0 !important;
	padding:0 !important;
	text-align: center;
}
.nav_third_row div.special
{
	width: 75%;
}

.special-container
{
	width: 100%;
	display: flex;
}
/* .special-container-div:nth-child(1)
{
	width: 0.5%;
	display: inline-block;
	text-align: center;
}
.special-container-div:nth-last-child(1)
{
	width: 0.5%;
	display: inline-block;
	text-align: center;
}
.special-container-div
{
	width: 16.5%;
	display: inline-block;
	text-align: center;
} */

.special-container-div:nth-child(1)
{
	width: 6%;
	display: inline-block;
	text-align: center;
}
.special-container-div:nth-last-child(1)
{
	width: 6%;
	display: inline-block;
	text-align: center;
}
.special-container-div:nth-child(2)
{
	width: 20%;
	display: inline-block;
	text-align: center;
}
.special-container-div:nth-child(3)
{
	width: 20%;
	display: inline-block;
	text-align: center;
}
.special-container-div
{
	width: 16%;
	display: inline-block;
	text-align: center;

	/* width: fit-content;
    margin-left: auto;
    margin-right: auto;
	display: inline-block;
	text-align: center; */
}
.third_row_text
{
	display: inline-block;
	height: 100%;
	padding-top:22px;
	text-decoration: none;
	color: #20295a;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
}
.third_row_text.active
{
	color: #b58a5c;
}
.third_row_text_register
{
	width: 100%;
	height:100%;
	background-color: #20295a;
	color: white;
	text-align: center;
}
.third_row_text_register:hover
{
	background-color: #b58a5c;
	color: white;
}
.third_row_text_register.active
{
	background-color: #b58a5c;
	color: white;
}
.scroll_change_y .third_row_text {
	padding-top:26px;
}
.img_logo_main
{
	width:70%;
	padding:8px 0px;
}

.nav_third_row_clear
{
	display: flex;
	position: relative;
	height:auto;
	width: 94%;
	left: 3%;
}
.scroll_change_y .nav_third_row_clear
{
	height:auto;
	width: 98%;
	left: 1%;
}
.special-container-div-clear
{
	width: fit-content;
    margin-left: auto;
    margin-right: auto;
	display: inline-block;
	text-align: center;
}
.special-container-clear{
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	padding: 10px;
	width: 70%;
	display: flex;
}
.nav_third_row_clear div.fix-w
{
	display: inline-block;
	width: 10%;
	margin:0 !important;
	padding:0 !important;
	text-align: center;
}
.nav_third_row_clear div.special
{
	width: 70%;
}
.nav_third_row_clear div.fix-w-e
{
	display: inline-block;
	width: 20%;
	margin:0 !important;
	padding:0 !important;
	text-align: center;
}
.main_nav_set_clear{
	font-family: 'DM Sans' !important;
	background-color: rgba(0,0,0,0);
	width: 100%;
	position: absolute;
	z-index: 9;
	letter-spacing: 1px;
	border-bottom: 1px solid #ccc;
	padding-top:20px;
	padding-bottom:20px;
}
.scroll_change_y .main_nav_set_clear
{
	left: 0%;
	width: 100%;
	position: fixed;
	background-color: rgba(255,255,255,1);
	color: #20295a;
	padding-top:0px;
	padding-bottom:0px;
}
.scroll_change_y .third_row_text_serene_clear
{
	margin-top: 0px;
}
.logo_main_clear_container
{
	position: relative;
	width: 100%;

}
.img_logo_main_clear
{
	width:100%;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.scroll_change_y .img_logo_main_clear
{
	width:80%;
}
.third_row_text_clear
{
	display: inline-block;
	height: 100%;
	text-decoration: none;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
}
.scroll_change_y .third_row_text_clear
{
	color: #20295a;
}
.third_row_text_clear:hover
{
	color: #20295a;
}
.third_row_text_clear.active
{
	color: #20295a;
}
.scroll_change_y .third_row_text_clear:hover
{
	color: #b58a5c;
}
.scroll_change_y .third_row_text_clear.active
{
	color: #b58a5c;
}
.third_row_text_register_clear
{
	width: 55%;
	height:60px;
	background-color: #20295a;
	color: white;
	padding-top:16px;
}
.scroll_change_y .third_row_text_register_clear
{
	color: white;
}
.scroll_change_y .third_row_text_register_clear:hover
{
	color: white;
}
.scroll_change_y .third_row_text_register_clear:active
{
	color: white;
}
.third_row_text_lang_clear
{
	width: 25%;
	cursor: pointer;
}
.third_row_text_lang_clear:hover
{
	color: white;
}
#ddllang::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    border: 0 !important;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23cccccc' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.dll_lang
{
	min-width: 1rem;
}
.third_row_text_serene_clear
{
	width: 15%;
	display: inline-block;
	margin-top: -20px;
}
.third_row_text_register_clear:hover
{
	background-color: #b58a5c;
	color: white;
}
.third_row_text_register_clear.active
{
	background-color: #b58a5c;
	color: white;
}
.mobile_menu_container_clear{
	background-color: #20295a;
	width: 80px;
	position: absolute;
	right: 0;
	top:0;
	height: 100%;
	display: none;
	cursor: pointer;
}
.form_text_input_underscroll {
	background: transparent;
	border: none;
	border-bottom: 1px solid #cccccc;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	/* text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4); */
	width: 90%;
}

.form_select_input_underscroll {
    border: none;
    border-bottom: 1px solid #cccccc;
    -webkit-box-shadow: none;
    box-shadow: none;
    /* text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4); */
    border-radius: 0;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23cccccc' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    color: #20295a;
    width: 90%;
}

.form_text_input_underscroll,.form_select_input_underscroll {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.form_check_padding{
	padding-left: 12px;
	color: #20295a;
}

.form-check-input
{
  	cursor: pointer;
}

.form_check_padding
{
  	cursor: pointer;
}

.head_txt_budget
{
  	font-size:20px;
	font-weight: 500;
}

.btn_submit_form
{
	background-color: #20295a;
	color: #fff;
	padding:10px 65px;
	font-weight: 300;
	font-size:25px;
	border-color: #20295a;
	letter-spacing: 3px;
}

.btn_submit_form:hover
{
	background-color: #b58a5c;
	border-color: #b58a5c;
	color:#fff;
}
.bth_ebrochure:hover
{
	background-color: #7b7b74;
	border-color: #7b7b74;
}

.policy_form_text
{
	color:#20295a;
	font-weight: 300;
	font-size: 12px;
}

.policy_form_text a
{
	color:#20295a;
	text-decoration: none;
	font-weight:bold;
}


#register_form_section h5{
  	color:#284853;
}

#map_section{
	background-color: #eeebe6;
	padding-top:80px;
	padding-bottom:80px;
}

#footer_section
{
	padding:60px 0px  50px  0px;
	/* background-image:url("../images/footer_bg.jpg"); */
	background-color: #20295a;
	background-size: cover;
	background-repeat: repeat;
}


.maingraycolor{
	color:#b58a5c;
}
.maingreencolor{
	color:#20295a;
}

.head_font_form{
	font-family: 'chronical-light' !important;
	font-weight:100;
	font-size:32px;
	letter-spacing: 3px;
}


.head_font_form2{
	font-family: 'chronical-regular' !important;
	font-weight:100;
	font-size:50px;
	letter-spacing: 5px;
}

.body_meet_font
{
	font-size: 18px;
	line-height: 30px;
	
}

.card_project
{
	max-width: 24%;
	border: 1px solid rgba(51,57,60,0.05) !important;
	margin-right: 1%;
}

.card_project:hover
{
	cursor: pointer;

	box-shadow: 2px 2px  rgba(0,0,0,.125);
}


.card_project:active
{
	/* border: 1px solid rgba(0,0,0,.125)  !important; */
	box-shadow: 1px  rgba(0,0,0,.125);
}

.gallery_select_font_1
{
	padding-bottom: 15px;
	margin-bottom:10px;
	color:#6c8286;
	text-decoration: none;
	border-bottom: 2px solid #829198;
	font-size:12pt;
	cursor: pointer;
}

.gallery_select_font_2
{
	padding-bottom: 15px;
	margin-bottom:10px;
	color:#6c8286;
	text-decoration: none;
	border-bottom: 2px solid #e8e3df;
	font-size:12pt;
	cursor: pointer;
}


.under_scroll_map_text_container {
	border-bottom: 1px solid #93918c;
	width:280px;
	position: absolute;
	bottom: 0;
}

.project_info_text_container
{

}

#project_information_section
{
	background-color: #e0cbb4;
	padding-bottom:60px;
	padding-top:100px;
	background-image:url(../images/raya_bg_sand.jpg);
	background-repeat: no-repeat; 
	background-size:105vw;
}

#visualtour_info_section
{
	background-color: #e0cbb4;
	padding-bottom:60px;
	padding-top:100px;
	background-image:url(../images/raya_bg_sand.jpg);
	background-repeat: no-repeat; 
	background-size:105vw;
}


.visualtour
{
	background-color: #e0cbb4;
	padding-bottom:60px;
	padding-top:100px;
	background-image:url(../images/raya_bg_sand.jpg);
	background-repeat: no-repeat; 
	background-size:105vw;
}

.project_information_brochure_div
{
	position: relative;
	top:50%;
	left:60%;
	transform: translate(-50%, -50%);
}

.project_information_brochure_text
{
	color:#20295a;
	font-size: 35pt;
}

.project_information_brochure_project_name
{
	color:#20295a;
	font-size: 30pt;
	font-family: 'DM Sans', sans-serif !important;
	font-weight: 100;
}

.project_information_brochure_btn
{
	font-size: 15pt;
	font-weight: 600;
	background-color: #20295a;
	color:white;
	padding:18px 30px;
	height:70px;
	width: 250px;
}

.project_information_brochure_btn:hover
{
	background-color: #b58a5c;
	color:#fff;
}

.tabs_container
{
	padding-left:0px;
	padding-right:0px;
}

.my_tabs_select
{
	padding-bottom: 25px;
	margin-bottom:15px;
	color:#93918c;
	text-decoration: none;
	border-bottom: 2px solid #9f988b;
	font-size:15pt;
	cursor: pointer;
}

.my_tabs_select.active
{
	padding-bottom: 24.5px;
	margin-bottom:15px;
	color:#20295a;
	text-decoration: none;
	border-bottom: 3px solid #20295a;
	cursor: pointer;
}

.my_tabs_select_project_information
{
    font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: 2px;
	height: 60px;
}

.project_information_home_col
{
	padding-left:0px;
	padding-right:0px;
}

.project_information_home_li
{
	padding-top:15px;
	padding-bottom:15px;
	border-bottom: 1px solid #9f988b;
	font-size:17px;
	line-height:30px;
	text-align: justify;
}

.project_information_home_li_nolist
{
	text-align: left;
	list-style: none;
	font-size: 18px;
}

.project_information_detail_head
{
	font-size: 18px;
	color: #20295a;
	font-weight: 600;
}

.project_information_smarthome_li
{
	padding-top:15px;
	padding-bottom:15px;
	border-bottom: 1px solid #9f988b;
	list-style: none;
}

.project_information_smarthome_images
{
	vertical-align:top;
	display: inline-block;
	width: 10%;
}

.project_information_smarthome_images img
{
	width: 60px;
}

.project_information_smarthome_text
{
	display: inline-block;
	padding-left:2%;
	width: 80%;
}

.map_select_font_1
{
	padding-bottom: 25px;
	margin-bottom:15px;
	color:#6c8286;
	text-decoration: none;
	border-bottom: 3px solid #829198;
	font-size:15pt;
	cursor: pointer;
}

.map_select_font_2
{
	padding-bottom: 25px;
	margin-bottom:15px;
	color:#6c8286;
	text-decoration: none;
	border-bottom: 3px solid #e8e3df;
	font-size:15pt;
	cursor: pointer;
}

.map_select_font_2 a
{
	color:#6c8286;
	text-decoration: none;
}

.head_map_text_1
{
	font-family: 'chronical-regular', sans-serif  !important;
	color:#20295a;
	font-size: 55px;
	letter-spacing: 6px;
	text-align: center;
}

.head_map_text_1_v2
{
	font-family: 'chronical-regular', sans-serif  !important;
	color:#20295a;
	font-size: 55px;
	letter-spacing: 6px;
}
.head_map_text_1_v2_v3
{
	font-family: 'chronical-regular', sans-serif  !important;
	color:#20295a;
	font-size: 55px;
	letter-spacing: 3px;
	font-weight: 400;
}
.head_map_text_1_v3
{
	font-family: 'chronical-regular', sans-serif  !important;
	color:#20295a;
	font-size: 55px;
	letter-spacing: 6px;
}
.head_map_text_2
{
	color:#93918c;
	font-size: 30pt;
}

.img_text_icon_set
{
	width: 25%;
	display: inline-flex;
}
.img_text_font_set
{
	width: 73%;
	display: inline-block;
}

.developer_text_container
{
	font-size: 18px;
	line-height: 30px;
	margin-bottom:25px;
	text-align: justify;
}


.head_map_num_font
{
	color:#20295a;
	font-size: 30pt;
	display: inline-flex;
}

.sub_head_map_num_font
{
	color:#20295a;
	font-size: 15pt;
	display: inline-flex;
	margin-left:5px;
}

.description_map_num_font
{
	color:#93918c;
	font-size: 12pt;
}

.map_near_container
{

}
.map_near_data
{
	margin-top:30px;
	margin-bottom:30px;
}
.head_maps_detail
{
	font-size: 20px;
	font-weight: normal;
}
.content_maps_detail
{
	margin-top:5px;
	margin-bottom:15px;
	font-size: 16px;
	font-weight: 100;
	line-height: 24px;
}
.img_div_font_head
{
	display: inline-flex;
	height: 24px;
	align-items: center;
	vertical-align: middle;
	width: 40px;
}
.img_font_head
{
	height: 24px;
}
.text_font_head
{
	display: inline-flex;
	align-items: center;
	vertical-align: middle;
	font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.2;
}

.logo_footer
{
  	max-width: 200px;
	margin-top: -50px;
}

.footer_section_underline
{
	margin-top: 20px;
	margin-bottom:20px;
	border-bottom: 1px solid #93918c;
}

.txt_line_picture
{
	max-width: 160px;
	margin-left: auto;
}

.line_picture
{
	max-width: 160px;
	margin-left: auto;
}

.footer_desktop_image_container
{
	width: 300px;
}

.office_name
{
	color: #fff;
	font-weight: bold;
	margin-bottom:10px;
	font-size: 20px;
	font-weight: 600;
}

.office_address
{
	color: #fff;
	font-weight: 400;
	font-size: 20px;
}

.office_address_top
{
	color: #fff;
	font-weight: 400;
	font-size: 20px;
	width: 800px;
}

.office_address_v2{
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	line-height: 28px;
}

.head_office_v2
{
	font-size: 22px;
	font-weight: 300;
	color: #fff;
	line-height: 40px;
}

.head_office_address_v2{
	font-size: 22px;
	font-weight: 300;
	color: #fff;
	line-height: 40px;
}


.office_tel_v2
{
	font-size: 35px;
	font-weight: 300;
	color: #fff;
}

.office_tel
{
	font-size: 35px;
	font-weight: 600;
	padding-left: 3rem;
}

.footer_privacy_text
{
	text-align: center;
	color: #fff;
	font-weight: 400;
}

.footer_copyright_text
{
	color: #fff;
	font-weight: 400;
	font-size:16px;
}

.footer_privacy_copy_right_text
{
	font-size:16px;
	text-align: center;
	color: #fff;
	font-weight: 400;
}

.linkfooter a{
	color: #fff;
	text-decoration: none;
}
.linkfooter{
  	display: inline-block;
}
.linkfooter_1{
  	display: inline-block;width: 120px;text-align: right;cursor:pointer;
}
.linkfooter_2{
  	display: inline-block;width: 200px;text-align: right;cursor:pointer;
}
.linkfooter_3{
  	display: inline-block;width: 120px;text-align: right;cursor:pointer;
}
.linkonfooter
{
	display: block;
}
.linkonfooter a
{
	color: white;
	text-decoration: none;
	padding-right:20px;
	font-weight: 400;
	font-size: 20px;
}
.linkonfooter_2
{
	display: block;
}
.linkonfooter_2 a
{
	color: white;
	text-decoration: none;
	/*padding-right:4%;*/
	font-weight: 400;
	font-size: 20px;
	padding-right:25px;
}

.linktoline
{
	cursor: pointer;
}
.img-full-alway
{
	width: 100%;
}

.btn_to_google_maps
{
	color:#fff;
	background-color: #20295a;
	text-decoration: none;
	padding:15px 20px;
	border:1px solid #93918c;
	font-weight: 400;
	font-size: 24px;
}

.img_in_btn_to_google_maps
{
	width: 25px;
    margin-bottom: 7px;
    margin-right: 10px;
}
.maps_version3{
	color:#284853;
}

.maps_version3 .head_maps_detail
{
	font-size: 50px;
	font-weight: normal;
}
.maps_version3 .text_font_head
{
	display: inline-flex;
	align-items: center;
	vertical-align: middle;
	font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.4;
}
.maps_version3  .content_maps_detail
{
	margin-top:5px;
	margin-bottom:15px;
	font-size: 20px;
	font-weight: 300;
	line-height: 30px;
}
.maps_version3 .text-end
{
	font-weight: 300 !important;
	color:#93918c;
}
#map_detail_text_container
{
	height:990px;
	overflow-y: scroll;
}



.footer_hr
{
	color:white;
	height: 3px !important;
	position: absolute;
    width: 70%;
}
.set_main_logo_container_new
{
	position: absolute;
	left: 9%;
	/* bottom: calc(2% - 60px); */
}
.set_main_logo
{
	width: 40%;
}

.mobile_menu_container {
	background-color: #20295a;
	width: 80px;
	position: absolute;
	right: 0;
	top:0;
	height: 100%;
	display: none;
	cursor: pointer;
}

.mobile_menu {

	padding-top: 6px;
    padding-left: 25px;
}
  
.bar1, .bar2, .bar3 {
    width: 30px;
    height: 2px;
    background-color: #fff;
    margin: 8px 0;
    transition: 0.4s;
}
  
.change .bar1 {
	transform: translate(0, 5px) rotate(-45deg);
	width: 40px;
}
.change .bar2 {opacity: 0;}
.change .bar3 {
	transform: translate(0, -15px) rotate(45deg);
	width: 40px;
}
.change.mobile_menu
{
	padding-top: 12px;
	padding-left: 20px;
}

.showmenu #mobile_menu_display
{
	visibility: visible;
	opacity: 1;
	color: white;
	padding-top: 150px;
	/* transition: visibility 0s, opacity 0.3s linear; */
}

.showmenu .main_nav_set
{
	border-bottom:none;
}

#mobile_register{
	text-align: center;
	height: 50px;
	padding-top:10px;
	width: 80%;
	border: 1px solid white;
	transform: translate(-50%, -50%);
	position: absolute;  
	left: 50%;
	color: #fff;
	font-size: 20px;
	text-decoration: none;
}

.menu_mobile_template{
	text-decoration: none;
	color: #fff;
	font-size: 18pt;
	font-weight: bold;
}
.menu_mobile_link{
	position: absolute;  
	left: 50%;
	transform: translate(-50%, -50%);
	height: 50px;
}
.menu_mobile_link_1{
	top:32%;
}
.menu_mobile_link_2{
	top:38%;
}
.menu_mobile_link_3{
	top:44%;
}
.menu_mobile_link_4{
	top:50%;
}
.menu_mobile_link_5{
	top:56%;
}
.menu_mobile_link_6{
	top:62%;
}
.menu_mobile_link_7{
	top:68%;
}

#mobile_language{
	
	width: 80%;
	position: relative;  
	left: 50%;
	top:67%;
	transform: translate(-50%, -50%);
	height: 50px;
	text-align: center;
}

.nav_lang_mobile
{
	text-decoration: none;
	color: #fff;
	font-size: 13pt;
	font-weight: normal;
}

#mobile_mainsite{
	border: 1px solid white;
	width: 80%;
	position: absolute;  
	left: 50%;
	top:80%;
	transform: translate(-50%, -50%);
	height: 50px;
}

.nav_mobile_logo
{
	width: 22px;
	position: absolute;  
	left: 50%;
	top:50%;
	transform: translate(-50%, -50%);
}

.features_text_container
{
	line-height: 25px;
	font-size: 16px;
	margin-bottom: 20px;
}

.phase2_block_table
{
	font-size: 17px;
}

.my_tabs_select_project_features {
	font-family: 'chronical-regular';
	letter-spacing: 2px;
	font-size: 26px;
	padding-bottom: 20px;
    margin-bottom: 10px;
	margin-top: 30px;
    color: #93918c;
    text-decoration: none;
    border-bottom: 2px solid #93918c;
    cursor: pointer;
}

.my_tabs_select_project_features.active {
	font-size: 26px;
	padding-bottom: 20px;
    margin-bottom: 10px;
	margin-top: 30px;
    color: #20295a;
    text-decoration: none;
    border-bottom: 3px solid #20295a;
    cursor: pointer;
}

.phase_image
{
	padding-right:3rem;
}

.phase_hr
{
	width:70%; 
	margin: auto;
	height:2px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

.maps-section-container
{
	background-color: #efeae6;
	padding-top:50px;
	padding-bottom: 80px;
}

.maps_underline
{
	color: #93918c;
	height: 3px !important;
}

.mobile_budget
{
	display: none;
}

#mobile_budget_select
{
	text-align: center;
	font-size: 20px;
	color: #666666;
	height:90px;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 12'%3e%3cpath fill='none' stroke='%23cccccc' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
	font-weight: bold;
}

.progress_text_main_div
{
	margin-top: auto;
	margin-bottom: auto;
}

span#canvas_progress_circle_percent {
	display: block;
	position: absolute;
	left: 50%;
	top: 45%;
	font-size: 60px;
	transform: translate(-50%, -40%);
	color: #20295a;
}

#canvas_progress_circle_text
{
	display: block;
	position: absolute;
	left: 50%;
	top: 65%;
	font-size: 20px;
	transform: translate(-50%, -50%);
	color: #20295a;
}

.canvas_progress_circle-wrap {
	position: relative;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 300px;
	height: 300px;
}

.right_progress_text
{
	position: relative;
	display: inline-block;
	text-align: left;
	width: 50%;
	left: 0;
	font-size:24px;
	padding-bottom:10px;
}

.right_progress_percent
{
	position: relative;
	display: inline-block;
	text-align: end;
	width: 50%;
	right: 0;
	font-size:24px;
	padding-bottom:10px;
}

.progress{
	background-color: #d8d5d0;
	height: 0.5rem;
}

.color_for_progress{
	background: rgb(151,123,83);
	background: linear-gradient(90deg, rgba(151,123,83,1) 0%, rgba(33,63,74,1) 49%, rgba(33,63,74,1) 75%);
}

/* images gallery css */

.row_gallery {
	display: flex;
	flex-wrap: wrap;
	padding: 0 4px;
	flex-direction: row;
}

/* Create four equal columns that sits next to each other */
.column_gallery {
	flex: 25%;
	max-width: 25%;
	padding: 0 4px;
	flex-direction: column;
}

.column_gallery2 {
	flex: 33%;
	max-width: 33%;
	padding: 0 4px;
	flex-direction: column;
}


.column_gallery img {
	margin-top: 8px;
	vertical-align: middle;
}

.home_type_text_description
{
	display:inline-block;
	width:59%;
}

.home_type_text_area
{
	display:inline-block;
	width:39%;
}


.circle {
	stroke: #20295a;;
	stroke-dasharray: 650;
	stroke-dashoffset: 650;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	opacity: 0.3;
}

.playBut {
	/*  border: 1px solid red;*/
	display: inline-block;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.playBut .triangle {
	transition: all 0.7s ease-in-out;
	-webkit-transition: all 0.7s ease-in-out;
	stroke-dasharray: 240;
	stroke-dashoffset: 480;
	stroke: #b58a5c;
	transform: translateY(0);
}
.playBut.addplayan .triangle {
	stroke-dashoffset: 0;
	opacity: 1;
	stroke: #20295a;
	animation: nudge 0.7s ease-in-out ;
}
.linktel
{
	color: white;
	text-decoration: none;
}
@keyframes nudge {
	0% {
		transform: translateX(0);
	}
	30% {
		transform: translateX(-5px);
	}
	50% {
		transform: translateX(5px);
	}
	70% {
		transform: translateX(-2px);
	}
	100% {
		transform: translateX(0);
	}
}
.playBut.addplayan .circle {
	stroke-dashoffset: 0;
	opacity: 1;
}


.centertheimgnow
{
  cursor: pointer;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translateY(-50%) translateX(-50%) !important;
          transform: translateY(-50%) translateX(-50%) !important;
  z-index:999 !important;
}

.play-video{
	display: block;
	padding-top: 30px;
	font-weight: 600
}

.play-video img{
	display: inline-block;
	vertical-align: middle;
	width: 42px;
	height: 42px;
	margin-right: 10px
}

.play-video:hover a{ color: #44a4bd }

.photo-group{
	display: block;
	padding:0 0px;
	position: relative;
	z-index: 2;
	overflow: visible;
	background:none !important;
}
  
.photo-group img{ 
	width: 100%;
	position: relative;
	z-index: 2 
}

.owl-carousel .owl-nav .owl-prev:before{
    content: url(../images/nav_left.png);
    position: absolute;
    left:-50px;
    top: 45%;
}
.owl-carousel .owl-nav .owl-next:after{
    content: url(../images/nav_right.png);
    position: absolute;
    right:-50px;
    top: 45%;
}
.showon1440
{
	display: none;
}
.hideon1440
{
	display: flex;
}
.showon1655
{
	display: none;
}
.hideon1655
{
	display: flex;
}
.office_div
{
	margin-bottom: 25px;
}
.desktop_footer_style
{
	display: table;
	width: 90%;
}
.mobile_footer_style
{
	display: none;
}
.footer_img_white_container
{
	width: 250px;
}
.office_div_container
{
	padding:25px 0px 25px 0px;
}
.footer_img_serene_logo
{
	width:40%;
	padding:25px 0px 12.5px 0px;
}
.logo_line_footer_container
{
	border-bottom: 0px;
}
.border_footer_beetween_office
{
	border-bottom:1px solid white;
}
.btn-close-set
{
	background-color: #20295a;
}
.table-active-color
{
	background-color: #f2eee8;
	--bs-table-accent-bg:none;
}
.set_indicators
{
	opacity: 0 !important;
	border: 1px solid transparent !important;
	border-radius: 25px;
	height: 8px !important;
	width: 8px !important;
	position: absolute !important;
	margin-right:0px  !important;
	margin-left:1px  !important;
	margin-top:1px  !important;
}
.set_indicators.active
{
	opacity: 1 !important;
	display: flex;
	border: 1px solid transparent !important;
	border-radius: 25px;
	height: 8px !important;
	width: 8px !important;
	position: absolute !important;
	margin-right:0px  !important;
	margin-left:1px  !important;
	margin-top:1px  !important;
}
.set_indicatoes_parent
{
    border: 2px solid #e7e6e8!important;
    padding-top: 0px;
    border-radius: 15px;
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 4px;
    width: 16px;
    height: 16px;
}
.mobile_gallery
{
	display:none;
}
.desktop_gallery
{
	display:flex;
}
.myplantabs
{
	font-weight: 500;
	font-size: 24px;
	height: 60px;
}
#house_plan_block
{
	display: none;
}
.plan_block
{
	display: none;
}
#plan4_block
{
	display: flex;
}
.house_plan_select
{
	color:#93918c;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 3px;
	cursor: pointer;
}
.house_plan_select.active
{
	color:#20295a;
}
#house_plan_select_option
{
	font-family: 'chronical-semibold';
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 20px;
    font-weight: 200;
	letter-spacing: 2px;
    line-height: 1.5;
    color: #20295a;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right -0.25rem center;
    background-size: 32px 32px;
    border: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	outline: none;
}
#house_plan_select_option:hover
{
	outline: none;
    border: none;
 
}
.set_width_modal_content
{
	width: 100%;
	text-align: center;
	background-color:rgba(255,255,255,0);
	border:none;
}
.project_building_modal_image
{
	width: 1024px;
}
.tooltipProject
{
	position:relative; /* making the .tooltip span a container for the tooltip text */
  	border-bottom:1px dashed #000; /* little indicater to indicate it's hoverable */
}
.tooltipProject:before {
	content: attr(data-text); /* here's the magic */
	position:absolute;
	
	/* position tooltip correctly */
	left:100%;
	margin-left:-5px;
   
	/* vertically center */
	top:50%;
	transform:translateY(-50%);
   
	/* the arrow */
	border:10px solid #000;
	border-color: transparent black transparent transparent;
	
	display:none;
}
.tooltipProject:hover:before {
	display:block;
  }
/* Media Query Section */
@media only screen and (max-width: 1919px) {
	.my_tabs_select_project_information {
		font-size: 20px;
	}
}

@media only screen and (max-width: 1680px) {
	.head_office_address_v2
	{
		font-size: 20px;
	}
	.linkonfooter_2 a {
		font-size: 18px;
	}
	.gallery_section_nav
	{
		width: 15%;
	}
	.map_section_nav
	{
		width: 15%;
	}
	.developer_section_nav
	{
		width: 18%;
	}
	
}


@media only screen and (max-width: 1655px) {
	#project_information_section
	{
		background-image:url(../images/raya_bg_sand.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.text_font_head
	{
		font-size: 1.1rem;
	}
	.set_main_logo {
		width: 50%;
	}
	.project_information_brochure_text
	{
		font-size: 25pt;
	}
	.showon1655
	{
		display: flex;
	}
	.hideon1655
	{
		display: none;
	}
	.head_office_v2
	{

	}
	.linkonfooter_2 a
	{
		font-size: 18px;
		padding-right:2%;
	}
	.head_office_address_v2
	{
		font-size: 18px;
	}
}

@media only screen and (max-width: 1655px) {
	.third_row_text
	{
		font-size: 16px;
	}
}

@media only screen and (max-width: 1502px) {
	.head_map_text_1_v2_v3 
	{
		font-size: 40px;
	}
}

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

	.section_info_col
	{
		width:92%;
	}
	.my_tabs_select_project_information {
		font-size: 19px;
	}
	.project_information_home_li {
		line-height: 24px;
		font-size: 16px;
	}
	.project_information_home_li_nolist
	{
		text-align: left;
		list-style: none;
		font-size: 18px;
	}
	.project_information_detail_head
	{
		font-size: 18px;
		color: #20295a;
		font-weight: 600;
	}
	.head_txt_budget
	{
		font-size:1rem;
	}
	.policy_form_text{
		font-size:10pt;
	}
	.home_type_text_description
	{
		display:block;
		width:100%;
		text-align: center !important;
	}

	.home_type_text_area
	{
		display:block;
		width:100%;
		text-align: center !important;
	}
	.second_row_text{
		width: 13%;
		font-size:13pt;
	}
	.third_row_text
	{
		font-size: 16px;
	}
	.scroll_change_y .third_row_text {
		padding-top:22px;
	}
	.special-container-div:nth-child(1)
	{
		width: 5%;
	}
	.special-container-div:nth-last-child(1)
	{
		width: 5%;
	}
	.special-container-div:nth-child(2)
	{
		width: 21%;
	}
	.special-container-div:nth-child(3)
	{
		width: 21%;
	}
	.special-container-div
	{
		width: 16%;
	}
	.gallery_section_nav
	{
		width: 15%;
	}
	.map_section_nav
	{
		width: 15%;
	}
	.developer_section_nav
	{
		width: 18%;
	}
	.office_div
	{
		margin-bottom: 0px;
	}
	.showon1440
	{
		display: flex;
	}
	.hideon1440
	{
		display: none;
	}
	.linkonfooter_2 a
	{
		font-size: 16px;
		padding-right:1%;
	}
	.head_office_v2{

	}
	.head_office_address_v2
	{
		font-size: 16px;
	}
}

@media only screen and (max-width: 1400px) {
	.project_information_smarthome_text
	{
		padding-left:10%;
	}
	.text_font_head
	{
		font-size: 1.4rem;
	}
	.set_main_logo {
		width: 70%;
	}

}


@media only screen and (max-width: 1366px) {
	.my_tabs_select_project_information {
		font-size: 18px;
	}
	.project_information_home_li {
		line-height: 24px;
		font-size: 16px;
	}
	.project_information_home_li_nolist
	{
		text-align: left;
		list-style: none;
		font-size: 16px;
	}
	.project_information_detail_head
	{
		font-size: 16px;
		color: #20295a;
		font-weight: 600;
	}
	.head_txt_budget
	{
		font-size:1rem;
	}
	.policy_form_text{
		font-size:9pt;
	}
	.footer_hr
	{
		display: none;
	}
	.office_div
	{
		margin-bottom: 0px;
	}
	.second_row_text
	{
		font-size:14px;
	}
	.second_row_text_container
	{
		/* margin-right:18%; */
		/*margin-right:20%;*/
		width:80%;
	}
	.office_tel_v2
	{
		font-size: 24px;
		font-weight: 500;
		color: #fff;
	}
	.third_row_text
	{
		font-size: 15px;
	}
}

@media only screen and (max-width: 1280px) {
	.section_info_col
	{
		width:95%;
	}
	.my_tabs_select_project_information {
		font-size: 18px;
	}
	.project_information_home_li {
		line-height: 22px;
		font-size: 14px;
	}
	.project_information_home_li_nolist
	{
		font-size: 14px;
	}
	.project_information_detail_head
	{
		font-size: 14px;
	}
	.third_row_text_clear
	{
		font-size: 14px;
	}
	.third_row_text_register_clear {
		height: 40px;
		padding-top: 8px;
		width: 45%;
	}
}

@media only screen and (min-width: 1200px) {
	.forsetgrid_bbsection
	{
		width: 50%;
	}
}

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

	.main_nav_set
	{
		left: 0%;
		width: 100%;
		top:0px;
		position: fixed;
		border-bottom: 1px solid #ccc;
	}

	.nav_second_row
	{
		height: 60px;
	}
	.second_row_text
	{
		width: 13%;
		font-size: 10pt;
	}
	.third_row_text
	{
		font-size: 13px;
	}

	.head_map_text_1
	{
		display: inline-block;
		text-align:center;
	}
	.head_map_text_2
	{
		display: inline-block;
		text-align:center;
	}
	.col-map-head
	{
		text-align:center;
	}
	#map_image_container_desktop
	{
		display: none;
	}
	#map_image_container_mobile
	{
		display: block;
	}
	.hide1199
	{
		display: none;
	}
	.show1199
	{
		display: block;
	}
	.set_main_logo_container_new
	{
		position: relative;
		left: auto;
    	bottom: auto;
	}
	.set_main_logo
	{
		width: 80%;
	}
	
	.office_address_v2{
		font-size: 15px;
		font-weight: 200;
	}

	.office_tel
	{
		font-size: 15px;
		font-weight: 600;
	}

	.head_map_text_1_v2_v3 
	{
		font-size: 32px;
	}
	.serene_logo_in_developer
	{
		margin-top:30px;
		margin-bottom:30px !important;
	}
	#map_detail_text_container {
		height: 100%;
		overflow-y: auto;
	}
	.text-light-gray
	{
		font-size: 18px;
	}
	.mobile_gallery
	{
		display:flex;
	}
	.desktop_gallery
	{
		display:none;
	}
}

@media only screen and (max-width: 1078px) {
	.third_row_text_clear
	{
		font-size: 12px;
	}
	.third_row_text_register_clear {
		height: 35px;
		padding-top: 8px;
		width: 45%;
	}
}

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

	.office_tel_v2
	{
		font-size: 24px;
		font-weight: 500;
		color: #fff;
	}
	.desktop_footer_style
	{
		width: 95%;
	}
	.footer_img_serene_logo
	{
		padding:25px 0px 25px 0px;
	}
	.linkonfooter_2 a {
		padding-right: 3%;
	}
	.linkonfooter_2 a:nth-last-child(1) {
		padding-right: 0px;
	}
	.footer_img_white_container
	{
		width: 200px;
	}
	.phase_image
	{
		padding-right:0rem;
	}

	.phase_hr
	{
		width:90%; 
	}

	#project_information_section
	{
		background-image:url(../images/raya_bg_sand.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.overview_image_section
	{
		margin-top:0px !important;
	}
	.project_info_text_space
	{
		width:0px;
	}
	.project_info_text_image
	{
		width:41%;
	}
	.project_info_text_container
	{
		width:56%;
	}
	.section_info_col
	{
		width:98%;
	}
	.my_tabs_select_project_information {
		font-size: 17px;
		letter-spacing: 1px;
	}
	.project_information_home_li {
		line-height: 22px;
		font-size: 14px;
	}
	.project_information_home_li_nolist
	{
		font-size: 14px;
	}
	.project_information_detail_head
	{
		font-size: 14px;
	}
	.forsetgrid_bbsection
	{
		width: 60%;
	}
	.project_information_brochure_div
	{
		top:30%;
		left:40%;
	}
	.project_information_smarthome_text
	{
		padding-left:10%;
	}
	.project_information_brochure_text
	{
		font-size: 22pt;
	}

	.head_map_text_1
	{
		text-align:center;
	}
	.head_map_text_2
	{
		text-align:center;
	}
	
	.hide1024
	{
		display: none;
	}
	.show1024
	{
		display: block;
	}
	.show1024_table
	{
		display: table-cell;
	}
	.policy_form_text{
		font-size:9pt;
	}
	.width_1024_100
	{
		width: 90%;
	}
	.office_address
	{
		font-size:10pt;
	}


	#map_section
	{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.map_near_data
	{
		display: contents;
		width: 33%;
	}

	.img_text_icon_set
	{
		width: 30%;
		display: inline-flex;
	}
	.img_text_font_set
	{
		width: 68%;
		display: inline-block;
	}
	.head_txt_budget
	{
		margin-bottom: 20px;
		font-size: 1.25rem;
	}
	.office_name
	{
		font-size: 12pt;
	}
	.office_address
	{
		font-size:  12pt;
	}
	.footer_privacy_text
	{
		font-size: 8pt;
	}

	.footer_copyright_text
	{
		font-size: 8pt;
	}
	
	.scroll_down
	{
		top:90%;

	}
	.set_main_logo
	{
		width: 80%;
	}
	.second_row_text
	{
		width: 12%;
		font-size: 9pt;
	}
	.third_row_text
	{
		padding-top: 17px;
		font-size: 12px;
	}
	.scroll_change_y .third_row_text{
		padding-top: 17px;
	}
	.scroll_change_y .second_row_text {
		width: 11%;
	}
	.second_row_text_container
	{
		width:90%;
		
	}
	.nav_second_row_logo
	{
		width: 70px;
		left:70px;
	}
	.linkonfooter a
	{
		font-size: 10pt;
	}

	.project_information_brochure_btn
	{
		font-size: 15px;
		padding: 14px 20px;
		height: 54px;
	}
}
/* width_1024_100 */

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

	.project_info_text_space
	{
		width: 100%;
	}
	.project_info_text_container
	{
		width: 80%;
	}
	.project_info_text_image
	{
		display: none;
	}
	.second_row_text
	{
		font-size:9pt;
		/*font-size:7pt;*/
	}
	.second_row_text_container
	{
		width:100%;
		
		/* margin-right:13% */
		/*margin-right:23%*/
		
	}
	.hide1023
	{
		display: none;
	}
	.show1023
	{
		display: block;
	}
}

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

	#project_information_section
	{
		background-image:url(../images/raya_bg_sand.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}

	.logo_footer
	{
		max-width: 300px;
		margin-top: -25px;
	}
	.lineoacontainer
	{
		width: auto;
		margin-top: 12%;
		margin-left: 50%;
		transform: translate(-50%, -50%);
		margin-bottom: -30px;
	}
	.set_main_logo {
		width: 90%;
	}
	.card_project
	{
		max-width: none;
		margin-right: 0;
	}
	.project_information_brochure_div {
		position: relative;
		top: 0;
		left: 0;
		transform: none;
	}
	.owl-carousel .owl-nav .owl-prev:before{
		left:0px;
	}
	.owl-carousel .owl-nav .owl-next:after{
		right:0px;
	}
}

@media only screen and (max-width: 991px) {
	.forsetgrid_bbsection
	{
		width: 80%;
	}
	.special-container-div:nth-child(1)
	{
		width: 3%;
	}
	.special-container-div:nth-last-child(1)
	{
		width: 3%;
	}
	.special-container-div:nth-child(2)
	{
		width: 23%;
	}
	.special-container-div:nth-child(3)
	{
		width: 23%;
	}
	.special-container-div
	{
		width: 16%;
	}
	.third_row_text
	{
		padding-top: 17px;
		font-size: 10px;
	}
	.gallery_section_nav
	{
		width: 14%;
	}
	.map_section_nav
	{
		width: 14%;
	}
	.developer_section_nav
	{
		width: 20%;
	}
	.scroll_change_y .third_row_text{
		padding-top: 17px;
	}
	.img_logo_main
	{
		width:90%;
		padding:4px 0px;
		margin-right: -9px;
	}
	.project_info_text_container
	{
		/* margin-top:50px; */
	}
		
	.desktop_footer_style
	{
		display: none;
	}
	.mobile_footer_style
	{
		display: block;
	}
	.line_qr_mobile_container_2
	{
		border:1px solid white;
		margin-top:20px;
		margin-bottom:50px;
	}
	.line_mobile_link_2
	{
		padding:10%;
		padding-top:40%;
	}
	.qr_mobile_link_2
	{
		padding:10%;
	}
	.line_mobile_container_2 {
		position: relative;
	}
	.line_mobile_container_2:after {
		content: '';
		height: 80%;
		width: 1px;
		position: absolute;
		right: 0;
		top: 10%;
		background-color: #fff;
	}
	.footer_privacy_text_mob_2
	{
		text-align: center;
		font-size: 16pt;
		cursor: pointer;
		color: #fff;
		font-weight: 400;
	}
	.footer_copyright_text_mob_2
	{
		font-size: 16pt;
		color: #fff;
		font-weight: 400;
	}
	.set_main_logo_2
	{
		width: auto;
		margin-top: calc(18% + 80px);
		margin-left: 160%;
		transform: translate(50%, -50%);
		margin-bottom: -30px;
	}
	.third_row_text_clear
	{
		font-size: 11px;
	}
	.third_row_text_register_clear {
		height: 35px;
		padding-top: 8px;
		width: 45%;
	}
}

@media (max-width: 800px) {
	.column_gallery {
		flex: 50%;
		max-width: 50%;
	}
	.third_row_text_clear
	{
		font-size: 10px;
	}
	.third_row_text_register_clear {
		height: 30px;
		padding-top: 6px;
		width: 45%;
	}
}

@media only screen and (max-width: 768px) {
	.head_map_text_1_v3
	{
		font-size: 40px;
	}
	.overview_image_section
	{
		margin-top:0px !important;
	}
	#project_information_section
	{
		padding-bottom: 60px;
	}
	.forsetgrid_bbsection
	{
		width: 80%;
	}
	.third_row_text
	{
		padding-top: 13px;
		font-size: 10px;
	}
	.scroll_change_y .third_row_text{
		padding-top: 13px;
	}
	.img_logo_main
	{
		padding:6px 0px;
	}
	.scroll_down
	{
		display: none;
	}
}

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

	.set_width_modal_content
	{
		width: 100%;
	}
	.img_logo_main_clear
	{
		position: relative;
	}
	.project_information_brochure_text
	{
		font-size: 18pt;
	}
	.mobile_menu {

		padding-top: 2px;
	}
	.img_logo_main_clear {
		width: 80%;
		left: 60px;
	}
	.scroll_change_y .nav_third_row_clear
	{
		padding: 6px 0px;
	}
	.scroll_change_y .mobile_menu {

		padding-top: 6px;
	}
	.mobile_menu_container_clear
	{
		display: inline-block;
		background-color: rgba(255,255,255,0);
	}
	.scroll_change_y .mobile_menu_container_clear
	{
		background-color: #20295a;
	}
	.scroll_change_y .nav_third_row_clear {
		height: auto;
		width: 99%;
		left: 1%;
	}
	.scroll_change_y .change.mobile_menu {
		padding-top: 12px;
	}
	.head_map_text_1
	{
		display: block;
		text-align:center;
		font-size: 40pt;
	}
	.head_map_text_2
	{
		display: block;
		text-align:center;
		font-size: 40pt;
	}
	.head_map_text_1_v2_v3
	{
		font-size: 26px;
	}
	.developer_text_container
	{
		font-size: 16px;
		/* text-align: left; */
	}

	.head_map_text_1_v3
	{
		font-size: 28px;
	}
	.footer_privacy_text
	{
		margin-top:20px;
	}
	.footer_copyright_text
	{
		margin-top:20px;
	}
	.form_select_input_underscroll
	{
		width: 100%;
	}
	.under_scroll_map_text_container
	{
		display: none;
	}
	.scroll_down
	{
		top:85%;
	}
	.hideptmobile
	{
		padding-top:0 !important;
	}
	.img_text_icon_set
	{
		width: auto;
		min-width:15%;
	}
	.img_text_font_set
	{
		width: auto;
		min-width:25%;
	}
	.policy_form_text
	{
		font-size: 10pt;
	}
	.policy_form_text_1
	{
		display: inline;
	}
	.policy_form_text_2
	{
		display: inline;
	}
	.office_name
	{
		font-size: 14pt;
		width: 100%;
		text-align: center;
	}
	.office_address
	{
		font-size: 14pt;
		width: 100%;
		text-align: center;
	}
	.txt_line_picture
	{
		margin-left: auto;
		margin-right: auto;
	}
	.line_picture
	{
		margin-left: auto;
		margin-right: auto;
		margin-bottom:30px;

	}
	.logo_footer{
		margin-left: auto;
		margin-right: auto;
		margin-bottom:30px;
	}
	.footer_section_underline
	{
		display: none;
	}
	.linkonfooter
	{
		font-size: 10pt;
		display: block;
		text-align: center;
	}
	.linkonfooter a
	{
		font-size: 10pt;
	}
	.footer_privacy_text
	{
		font-size: 10pt;
	}
	.footer_copyright_text
	{
		font-size: 10pt;
	}
	.second_row_text_container
	{
		display: none;
	}
	.mobile_menu_container
	{
		display: inline-block;
	}

	.nav_first_row
	{
		display: none;
	}
	.nav_second_row_logo
	{
		left: 20%;
		width: 80px;
	}
	.nav_second_row
	{
		padding: 0px 0px;
		height: 50px;
	}
	.nav_third_row
	{
		display: block;
		font-size: 0.7rem;
		border-top: 1px solid #ccc;
	}
	.second_row_text_m
	{
		display: inline-block;
		height: 100%;
		padding-top:18px;
		padding-bottom:18px;
		text-decoration: none;
		color: #757584;
		text-align: center;
	}
	.second_row_text_1_m
	{
		width: 100%;
	}
	.second_row_text_2_m
	{
		width: 100%;
	}
	.second_row_text_3_m
	{
		width: 100%;
		height:100%;
		background-color: #20295a;
		color: white;
	}
	.set_main_logo
	{
		width: auto;
		margin-top:calc(18% + 80px);
		margin-left: 45%;
		transform: translate(-30%, -50%);
		margin-bottom: -30px;
	}
	.set_main_logo_2
	{
		width: auto;
		margin-top:calc(18% + 80px);
		margin-left: 45%;
		transform: translate(-30%, -50%);
		margin-bottom: -30px;
	}
	.txt_line_picture 
	{
		margin-top:30px;
	}
	.maingraycolor{
		font-size: 30pt;
		display: block;
	}
	.maingreencolor{
		font-size: 30pt;
		display: block;
	}
	.footer_copyright_text_mob
	{
		font-size: 15pt;
	}
	.footer_copyright_text_mob_2
	{
		font-size: 15pt;
	}
	.footer_privacy_text_mob
	{
		font-size: 15pt;
		cursor: pointer;
	}
	.footer_privacy_text_mob_2
	{
		font-size: 15pt;
		cursor: pointer;
	}
	.line_qr_mobile_container
	{
		border:1px solid white;
		margin-top:20px;
		margin-bottom:50px;
	}
	.line_qr_mobile_container_2
	{
		border:1px solid white;
		margin-top:20px;
		margin-bottom:50px;
	}
	.line_mobile_link
	{
		padding:10%;
		padding-top:40%;
	}
	.line_mobile_link_2
	{
		padding:10%;
		padding-top:40%;
	}
	.qr_mobile_link
	{
		padding:10%;
	}
	.qr_mobile_link_2
	{
		padding:10%;
	}
	.line_mobile_container {
		position: relative;
	}
	.line_mobile_container:after {
		content: '';
		height: 80%;
		width: 1px;
		position: absolute;
		right: 0;
		top: 10%;
		background-color: #fff;
	}
	.line_mobile_container_2 {
		position: relative;
	}
	.line_mobile_container_2:after {
		content: '';
		height: 80%;
		width: 1px;
		position: absolute;
		right: 0;
		top: 10%;
		background-color: #fff;
	}
	.desktop_budget
	{
		display: none;
	}
	.mobile_budget
	{
		display: block;
	}
	
	.form_select_input_underscroll {
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 12'%3e%3cpath fill='none' stroke='%23cccccc' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
	    height: 80px;
		font-size: 20px;
		font-weight: bold;
	}
	.form_text_input_underscroll {
		background: transparent;
		border: none;
		border-bottom: 1px solid #cccccc;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0;
	    height: 80px;
		font-size: 20px;
		width: 100%;
		font-weight: bold;
	}
	.card_project
	{
		max-width: none;
		margin-right: 0;
	}
	#footer_section
	{
		padding-top:20px;
	}
	.office_address_v2{
		font-size: 20x;
		padding-left: 0rem;
	}
	.office_tel
	{
		font-size: 20px;
		padding-left: 0rem;
	}
	.nav_third_row
	{
		padding: 5px !important;
	}
	.nav_third_row .regis_menu
	{
		display: none !important;
	}
	.nav_third_row .special
	{
		display: none;
	}
	.nav_third_row_clear .special
	{
		display: none;
	}
	.nav_third_row_clear .regis_menu
	{
		display: none !important;
	}
	.img_logo_main
	{
		padding:0px 0px;
	}
	.logo_menu
	{
		width: 150px !important;
	}
	.project_information_home_li_nolist
	{
		font-size: 16px;
	}
	.project_information_detail_head
	{
		font-size: 16px;
	}
	.text_font_head_commu
	{
		font-size: 1rem !important;
	}
}
	
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {
	.column_gallery {
		flex: 50%;
		max-width: 50%;
	}
	.forsetgrid_bbsection
	{
		width: 80%;
	}
	.head_font_form2
	{
		font-size: 30px;
		letter-spacing: 3px;
	}
	.text-head-maps
	{
		font-size: 14px;
	}
	.text-light-gray
	{
		font-size: 14px;
	}
	.myplantabs
	{
		font-weight: 500;
		font-size: 18px;
	}
}

@media only screen and (max-width: 575px) {
	.office_tel_v2
	{
		font-size: 16px;
	}
	.project_info_text_container
	{
		width: 90%;
	}
	.my_tabs_select_project_information {
		font-size: 20px;
		letter-spacing: 2px;
	}
	.overview_image_section
	{
		margin-top:0px !important;
	}
	#project_information_section
	{
		margin-bottom:0px !important;
		padding-bottom: 20px;
	}
	.footer_privacy_text
	{
		text-align: center;
	}
	.footer_copyright_text
	{
		text-align: center !important;
	}
	.scroll_down
	{
		top:90%;
	}
	.scroll_change_y .scroll_down
	{
		top: 95%;
	}
	.maingraycolor{
		font-size: 22pt;
		display: block;
	}
	.maingreencolor{
		font-size: 22pt;
		display: block;
	}
	.head_map_text_1
	{
		display: block;
		text-align:center;
		font-size: 30pt;
	}
	.head_map_text_2
	{
		display: block;
		text-align:center;
		font-size: 30pt;
	}
	.office_name
	{
		font-size: 11pt;
		width: 100%;
		text-align: center;
	}
	.office_address
	{
		font-size: 11pt;
		width: 100%;
		text-align: center;
	}
	.footer_copyright_text_mob
	{
		font-size: 11pt;
	}
	.footer_copyright_text_mob_2
	{
		font-size: 11pt;
	}
	.footer_privacy_text_mob
	{
		text-align: center;
		font-size: 11pt;
		cursor: pointer;
	}
	.footer_privacy_text_mob_2
	{
		text-align: center;
		font-size: 11pt;
		cursor: pointer;
	}
	.line_qr_mobile_container
	{
		border:1px solid white;
		margin-top:20px;
		margin-bottom:50px;
	}
	.line_qr_mobile_container_2
	{
		border:1px solid white;
		margin-top:20px;
		margin-bottom:50px;
	}
	.policy_form_text
	{
		font-size: 9pt;
	}
	.form_text_input_underscroll {
		background: transparent;
		border: none;
		border-bottom: 1px solid #cccccc;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0;
	    height: 60px;
		font-size: 18px;
		width: 100%;
		font-weight: bold;
	}

	.form_select_input_underscroll {
	    height: 60px;
		font-size: 18px;
		font-weight: bold;
	}
	#mobile_budget_select
	{
		font-weight: bold;
		text-align: center;
		font-size: 18px;
		color: #666666;
		height:70px;
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 12'%3e%3cpath fill='none' stroke='%23cccccc' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
	}
	.project_information_smarthome_images
	{
		vertical-align:top;
		display: inline-block;
		width: 20%;
	}
	.project_information_smarthome_text
	{
		display: inline-block;
		padding-left:9%;
		width: 70%;
	}
	.project_information_section_container
	{
		margin-bottom:0px !important;
		padding-bottom:0px !important;
	}
	.project_information_brochure_btn
	{
		margin-top: 15px !important;
	}
	.menu_mobile_template{
		text-decoration: none;
		color: #fff;
		font-size: 14pt;
		font-weight: bold;
		width: 80%;
	}
}

@media only screen and (min-width: 1920px) {
	.forsetgrid_bbsection
	{
		width: 33.3333%;
	}
}