@import url("css/clear.css");
@import url("css/font-awesome.min.css");
@import url("css/sm-clean.css");
@import url("css/swiper.min.css");
@import url("css/prettyPhoto.css");
@import url("css/common.css");

/* ===================================
Global CSS
====================================== */

body.wait-preloader {
    overflow: hidden;
}

body {
    font-family: "acumin-pro", sans-serif;
    font-size: 16px;
    line-height: 36px;
    font-weight: 400;
    color: #264D46;
    background-color: #F6F3E9;
    overflow-x: hidden;
}

body a {
    text-decoration: none;
    color: #264D46;
    transition: color .2s linear, 
        background-color .2s linear, 
        border-color .2s linear;
}

.site-wrapper img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
}

.doc-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: #fff;
}

.doc-loader img {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;    
    left: 50%;
    transform: translate(-50%, -50%);
}

.site-content {
    position: relative;
    margin-top: 150px;
}

.site-content.has-horizontal-slider {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
}

.content-right {
    float: right;
    width: 100%;    
    position: relative;
}

.animate {
    opacity: 0;
    transition: .3s ease-in;    
}

.animate.show-it {
    opacity: 1;    
}

select:focus {
    outline: none;
}

input:invalid {
    box-shadow: none;
    text-decoration: none;
}

input:-moz-ui-invalid {
    box-shadow: none;
}

/* ===================================
   1 .1 Tipper CSS
====================================== */

.tipper {
    width: 100%;
    min-height: 1px;
    position: absolute;
    top: -999px;
    left: -999px;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.15s linear;
    max-width: 500px;
}

.tipper-visible {
    opacity: 1;
}

.tipper-content {
    background: #111;
    border-radius: 3px;
    color: #fff;
    display: block;
    float: left;
    font-size: 22px;
    margin: 0;
    padding: 10px 15px;
    position: relative;
    line-height: 28px;
    font-weight: 700;
}

.tipper-caret {
    width: 0;
    height: 0;
    content: '';
    display: block;
    margin: 0;
    position: absolute;
}

.tipper-left .tipper-content {
    box-shadow: -1px 0 5px rgba(0, 0, 0, 0.35);
}

/* ===================================
Menu CSS
====================================== */

#header-main-menu {
    padding-left: 0px;
    padding-right: 60px;
    width: 40%;
    display: inline-block;
    vertical-align: top;
}

#header-main-menu.no-right-text {
    width: 100%;
}

.main-menu.sm-clean {
    background-color: transparent;
    display: inline-block;
    max-width: 90%;
}

.sm ul {
    padding-left: 0;
}

.sm li {
    border-bottom: 1px solid #264D46;
    width: 100%;
    padding: 14px 40px;
}

.sm-clean a {
    position: relative;
}

.sm-clean a, 
.sm-clean a:hover, 
.sm-clean a:focus,
.sm-clean a:active {
    font-family: 'DomaineSansRegular', sans-serif;
    padding: 5px 0;
    font-size: 1.5625em;
    line-height: 110%;
    font-weight: 400;
}

.sm-clean a:hover {
    color: #F6F3E9;
}

a.current {
    color: #F6F3E9;
}

.sm-clean > li > a:after {
    content: '';
    display: block;
    width: 0;
    height: 67px;
    background-color: #264D46;
    position: absolute;
    left: -40px;
    bottom: -15px;
    z-index: -1;
}

.sm-clean a.current:after, 
.sm-clean a:hover:after, 
.sm-clean ul a:hover:after {
    width: 100%;
}

.sm-clean a span.sub-arrow {
    color: #acacac;
    font-size: 45px !important;
    left: -42px;
}

.sm-clean a span.sub-arrow:before {
    display: block;
    content: '\203A';
    transform: rotate(90deg);
}

.sm-clean a.highlighted span.sub-arrow:before {
    display: block;
    content: '\203A';
    transform: rotate(270deg) translateY(-3px);
    margin-left: -4px;
}

.sm-clean .sub-menu li a,
.sm-clean .children li a {
    color: #bbbbbb;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 10px;
    padding: 10px 0;
    letter-spacing: 0.5px;
    font-weight: 400;
}

.sm-clean .sub-menu li a:hover, 
.sm-clean .sub-menu li a.current, 
.sm-clean .children li a:hover, 
.sm-clean .children li a.current {
    color: #fff;
}

.menu-left-part {
    position: fixed;
/*    position: absolute;*/
    width: calc(50% - 150px);
    height: 100%;
    background-color: #F6F3E9;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 998;
    top: 0;
    left: calc(100%);
    transition: .4s left cubic-bezier(0.22, 0.61, 0.36, 1);
    padding-left: 0px;
    padding-top: 0;
    border-left: 1px solid #264D46;
}

.menu-left-part > * {
    position: relative;
}

.menu-left-part.open {
    left: 65%;          
}


.menu-left-part-2 {
    position: fixed;
/*    position: absolute;*/
    width: calc(100% - 70px);
    height: 100%;
    background-color: #F6F3E9;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 898;
    top: 0;
    left: calc(100%);
    transition: .4s left cubic-bezier(0.22, 0.61, 0.36, 1);
    padding-left: 0px;
    padding-top: 0;
    border-left: 1px solid #264D46;
}

.menu-left-part-2 > * {
    position: relative;
}

.menu-left-part-2.open {
    left: 0%;          
}

.menu-left-part-2.close {
    left: calc(100% - 50px);
}


.menu-left-part-3 {
    position: fixed;
/*    position: absolute;*/
    width: calc(100% - 70px);
    height: 100%;
    background-color: #F6F3E9;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 897;
    top: 0;
    left: calc(100%);
    transition: .4s left cubic-bezier(0.22, 0.61, 0.36, 1);
    padding-left: 0px;
    padding-top: 0;
    border-left: 1px solid #264D46;
}

.menu-left-part-3 > * {
    position: relative;
}

.menu-left-part-3.open {
    left: 0%;          
}

.menu-left-part-3.close {
    left: calc(100% - 50px);
}

.logo-holder {
    line-height: 0;
    font-size: 0;
}

.logo-holder img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
}

.menu-title {
    display: block;
    position: absolute;
    bottom: 5%;
    transform: rotate(270deg);
    left: 9%;
    font-size: 1.2em;
}

.menu-right-part-1 {
    position: fixed;
/*    position: absolute;*/
    width: 0;
    right: 4%;
    top: 0;
    z-index: 999;
    transition: 0.2s left cubic-bezier(0.22, 0.61, 0.36, 1), 
        0s 0.2s background linear;
    height: 100%;
    overflow: visible;
}

.menu-right-part-2 {
    position: fixed;
/*    position: absolute;*/
    width: 0;
    right: 8.2%;
    top: 0;
    z-index: 897;
    transition: 0.2s left cubic-bezier(0.22, 0.61, 0.36, 1), 
        0s 0.2s background linear;
    height: 100%;
    overflow: visible;
}

.menu-right-part-3 {
    position: fixed;
/*    position: absolute;*/
    width: 0;
    right: 4%;
    top: 0;
    z-index: 895;
    transition: 0.2s left cubic-bezier(0.22, 0.61, 0.36, 1), 
        0s 0.2s background linear;
    height: 100%;
    overflow: visible;
}

/*-----------------------Toggle--------------------------*/
.toggle-holder {
    position: absolute;
    width: 95px;
    height: 100%;
    border-left: 1px solid #264D46;
}

#toggle {
    height: 100%;
    position: relative;
    transition: transform .3s linear;
    background-color: #F6F3E9;
}

.open #toggle, 
.done #toggle {
    background-color: #F6F3E9;
}

#toggle:hover {
    cursor: pointer;
}

#toggle:before, 
#toggle:after {
    content: '';
    height: 1px;
    width: 0;
    background: #264D46;
    left: 12px;
    position: absolute;
    transform-origin: 50% 50%;
    transition: all 0.25s;
    top: 50%;
}

#toggle:before {    
    transform: translate3d(0, -8px, 0px);    
}

#toggle.on:before {
    transform: rotate3d(0, 0, 1, 45deg) translate3d(0, 0, 0) !important;
    background-color: black;
    margin-left: 10px !important;
    width: 35px !important;
}

#toggle.on:after {
    transform: rotate3d(0, 0, 1, -45deg) !important;
    background-color: black;
    margin-left: 10px !important;
    width: 35px !important;
}

#toggle:after { 
    transform: translate3d(0, 8px, 0);
}

#toggle .menu-line {
    width: 0;
    height: 1px;
    background: #264D46;
    left: 12px;
    position: absolute;
    transition: all 0.25s;
    top: 50%;
}

#toggle.all-loaded .menu-line {
    width: 35px;
    margin-left: 8px;
    transform: rotate(90deg);
}

#toggle.all-loaded:before {
    width: 35px;
    margin-left: 16px;
    transform: rotate(90deg);
}

#toggle.all-loaded:after {
    width: 35px;
    transform: rotate(90deg);
}

#toggle.on .menu-line {
    opacity: 0;
}

/*-----------------------link house--------------------------*/

.linkhome-toggle-holder {
    position: absolute;
    right: 0%;
    width: 80px;
    height: 100%;
    border-left: 1px solid #264D46;
    border-right: 1px solid #264D46;
}

.linkhome2-toggle-holder {
    position: absolute;
    left: 0%;
    width: 80px;
    height: 100%;
    z-index: 888;
}

#lh-toggle {
    height: 100%;
    position: relative;
    transition: transform .3s linear;
    background-color: #F6F3E9;
}

.open #lh-toggle, 
.done #lh-toggle {
    background-color: #F6F3E9;
}

#lh-toggle:hover {
    cursor: pointer;
}

.closeX {
    background-color: #264D46;
    position: relative;
    cursor: pointer;
}

.closeX:before, .closeX:after {
    content: "";
    position: absolute;
    height: 1.5px;
    width: 30px;
    top: 50px;
    left: 30%;
    background-color: #264D46;
}

.closeX:before {
    transform: rotate(45deg);
}

.closeX:after {
    transform: rotate(-45deg);
}



#lh-toggle-close {
    height: 100%;
    position: relative;
    transition: transform .3s linear;
    background-color: #F6F3E9;
}

.open #lh-toggle-close, 
.done #lh-toggle-close {
    background-color: #F6F3E9;
}

#lh-toggle-close:hover {
    cursor: pointer;
}

.lh-menu-line {
    font-family: 'DomaineSansRegular', sans-serif;
    color: #264D46;
    transform: rotate(270deg);
    left: -85px;
    width: 250px;
    font-size: 2.1875em;
    position: absolute;
    transition: all 0.25s;
    top: 78%;
}

.olhth-arrow {
    position: absolute;
    right: 20px;
    top: 0%;
    transform-origin: 100% 100%;
    transform: rotate(90deg);
/*    width: 30px !important;*/
    max-width: 33px !important;
    max-height: 33px !important;
}

.clhth-arrow {
    position: absolute;
    right: -10px;
    top: -75%;
    transform-origin: 100% 100%;
    transform: rotate(270deg);
/*    width: 30px !important;*/
    max-width: 33px !important;
    max-height: 33px !important;
}


/*-----------------------townhouses--------------------------*/

.townhouses-toggle-holder {
    position: absolute;
    right: 0%;
    width: 80px;
    height: 100%;
    border-left: 1px solid #264D46;
}

.townhouses2-toggle-holder {
    position: absolute;
    left: 0%;
    width: 80px;
    height: 100%;
    z-index: 888;
}

#th-toggle {
    height: 100%;
    position: relative;
    transition: transform .3s linear;
    background-color: #F6F3E9;
}

.open #th-toggle, 
.done #th-toggle {
    background-color: #F6F3E9;
}

#th-toggle:hover {
    cursor: pointer;
}

#th-toggle-close {
    height: 100%;
    position: relative;
    transition: transform .3s linear;
    background-color: #F6F3E9;
}

.open #th-toggle-close, 
.done #th-toggle-close {
    background-color: #F6F3E9;
}

#th-toggle-close:hover {
    cursor: pointer;
}

.th-menu-line {
    font-family: 'DomaineSansRegular', sans-serif;
    color: #264D46;
    transform: rotate(270deg);
    left: -85px;
    width: 250px;
    font-size: 2.1875em;
    position: absolute;
    transition: all 0.25s;
    top: 78%;
}
/* ===================================
Horizontal Slider CSS
====================================== */

.horizontal-slider {
    padding-left: 100vw;
    padding-bottom: 0vh;
    background-color: #BAB6B0;
}

.horizontal-slider .swiper-slide {
    display: flex;
    align-items: center;
    width: auto;
    height: calc(100vh - 0px);
}

.horizontal-slider .swiper-slide.animate-slide {
    transition: transform .3s linear;
    transform: translateX(80px);
    opacity: 0;
}

.horizontal-slider .swiper-slide.animate-slide.animate-done {
    transform: translateX(0);
    opacity: 1;
}

/* ===================================
Pages CSS
====================================== */

/* ===================================
General Info YTL CSS
====================================== */

.box1 {
    width: 30%;
    position: absolute;
    bottom: 30px;
}

.box2 {
    width: 30%;
    position: absolute;
    bottom: 30px;
    left: 27%;
}

.titletext {
    color: #264D46;
    font-weight: 600;
    font-size: 0.75em;
    line-height: 1;
    padding-bottom: 1px;
    margin-left: 40px;
}

.bodytext {
    color: #264D46;
    font-weight: 400;
    font-size: 0.75em;
    line-height: 1;
    padding: 3px 0px;
    margin-left: 40px;
}

.gapgap {
    margin: -10px;
}

.socialtable {
    border: 0px;
    padding: 4px 37px;
}

.socialtable td {
    padding: 0px;
    border: 0px;
}

.site-wrapper .socialtable img {
    padding-right: 4px;
    width: 80%;
}

.site-wrapper .ytllandlogo {
    padding: 10px 37px;
    width: 34%;
}

/* ===================================
Index CSS
====================================== */
/*Universal: Index CSS*/

.welcome-mobile {
    display: none;
}

.virtualbtn-mobile {
    display: none;
}

.downdetails-mobile {
    display: none;
}

.hptitle {
    color: #264D46;
    font-size: 1em;
}

/*=================================================*/

.background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0; 
    background-image: url('images/homepage.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0% 76%;
    animation: zoominion 2.2s forwards;
}

.welcometitle {
    font-family: 'DomaineSansRegular', sans-serif;
    position: absolute;
    bottom: 50px;
    left: 65px;
    font-size: 4.375em;
    color: #F6F3E9;
}

.welcomebtn {
    position: absolute;
    bottom: 35px;
    right: 100px;
    border: 1px solid #F6F3E9;
    width: 315px;
    padding: 4px 4px 5px 17px;
    font-size: 1.125em;
    color: #F6F3E9;
}

.welcomebtn:hover {
    background-color: #F6F3E9;
    color: #264D46;
}

.arrowright {
    height: 16px !important;
    width: 16px !important;
    margin: 10px;
    float: right;
}

.arrowrightgreen {
    display: none !important;
    height: 16px !important;
    width: 16px !important;
    margin: 10px;
    float: right;
}

.welcomebtn:hover .arrowright {
    display: none !important;
}

.welcomebtn:hover .arrowrightgreen {
    display: inline !important;
}

.welcomeguide {
    font-family: "acumin-pro", sans-serif;
    font-weight: 400;
    position: absolute;
    top: 150px;
    right: -20px;
    font-size: 1.875em;
    color: #F6F3E9;
    transform: rotate(270deg);
    opacity: .5;
    animation: blinker 2s linear infinite;
}

.arrowdown {
    height: 23px !important;
    width: 23px !important;
    margin: 10px;
    padding-left: 5px;
    float: right;
}

.header-logo {
    position: absolute;
    top: 35px;
    left: 65px;
}

.header-logo img {
    max-width: none;
    max-height: none;
    width: 190px;
}

/*=================================================*/

.horizontal-slider .carousel-item-text {
    max-width: 500px;
    text-align: center;
    padding: 0vh 155px;
}

.quotebox-mobile {
    display: none;
}

.quotetxt {
    font-family: 'DomaineSansRegular', sans-serif;
    font-size: 2.1875em;
    color: #F6F3E9;
}

.authtxt {
    font-size: 1.125em;
    color: #F6F3E9;
}

/*=================================================*/

.hpbtn {
    border: 1px solid #264D46;
    width: 245px;
    padding: 9px 7px;
    font-size: 0.835em;
    color: #264D46;
}

.hpbtn:hover {
    background-color: #264D46;
    color: #F6F3E9;
}

.hparrowrightgreen {
    height: 13px !important;
    width: 13px !important;
    margin: 3px;
    float: right;
}

.hparrowright {
    display: none !important;
    height: 13px !important;
    width: 13px !important;
    margin: 3px;
    float: right;
}

.hpbtn:hover .hparrowright {
    display: inline !important;
}

.hpbtn:hover .hparrowrightgreen {
    display: none !important;
}

.leaf {
    background: url('images/daun.webp');
    background-blend-mode: multiply; 
    background-position: -100px bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.hp-box-content1 {
    padding: 0vh 90px;
}

.cnt1title {
    margin-bottom: 30px;
}

.hppic1 {
    width: 935px;
    overflow: hidden;
    display: grid;
}

.cnt1subt-mobile {
    display: none;
}

.cnt1subt {
    font-family: 'DomaineSansRegular', sans-serif;
    padding-top: 16px;
    float: left;
    width: 350px;
    line-height: .94;
}

.cnt1subt span{
    font-size: 3.4375em;
    color: #264D46;
}

.cnt1para {
    font-family: "acumin-pro", sans-serif;
    font-weight: 400;
    padding-top: 20px;
    float: right;
    width: 407px;
    line-height: 1.2;
    font-size: 1.125em;
    color: #264D46;
}

.c1btn {
    margin-top: 30px;
    margin-right: 120px;
    margin-bottom: 52px;
    float: left;
}

/*=================================================*/

.hp-box-content2 {
    padding: 0vh 0px;
}

.cnt2title {
    margin-bottom: 10px;
}

.cbox2 {
    width: 520px;
    line-height: .95;
    height: auto;
}

.cnt2subt {
    font-family: 'DomaineSansRegular', sans-serif;
    padding-top: 25px;
    float: left;
    width: 470px;
}

.cnt2subt span{
    font-size: 3.4375em;
    color: #264D46;
}

.cnt2subt-mobile {
    display: none;
}

.cnt2para {
    font-family: "acumin-pro", sans-serif;
    font-weight: 400;
    padding-top: 55px;
    float: left;
    width: 434px;
    line-height: 1.2;
    font-size: 1.125em;
    color: #264D46;
    display: grid;
}

.c2btn {
    margin-top: 45px;
    margin-bottom: 325px;
    float: left;
}

/*=================================================*/

.hp-box-content3 {
    width: 1375px;
    margin-right: 30px;
    padding-top: 45px;
}

.hppic3 {
    width: 100%;
    overflow: hidden;
    display: grid;
}

.hp-box-content3-mobile {
    display: none;
}

/*=================================================*/

.leaf2 {
    background: url('images/leaf.webp');
    background-blend-mode: multiply; 
    background-position: bottom right;
    background-size: 80% auto;
    background-repeat: no-repeat;
}

.hp-box-content4 {
    width: 1265px;
    margin-right: 70px;
    padding-top: 0px;
}

.unitbx {
    float: right;
    width: 540px;
}

/*.cnt3title {
    padding: 8px 0px;
    width: 870px;
}*/

.unitsub {
  font-family: 'DomaineSansRegular', sans-serif;
  padding-top: 35px;
  line-height: 1.1;
}

.unitsub span {
  font-size: 3.4375em;
  color: #264D46;
}

.cnt3para {
    font-family: "acumin-pro", sans-serif;
    font-weight: 400;
    float: left;
    width: 560px;
    line-height: 1.2;
    font-size: 1.125em;
    color: #264D46;
    padding-top: 50px;
}

.unitdesc {
    width: 400px;
}

.fpbtn {
    float: left;
    margin-top: 40px;
}

.c3btn {
  margin-top: 40px;
  margin-left: 23px;
  margin-bottom: 220px;
  float: left;
}

.unitbx2 {
    float: left;
    width: 50%;
    height: 67px;
}

.hppic4 {
    width: 52.6%;
    float: left;
    overflow: hidden;
    display: grid;
}

.hppic4 img {
    margin-right: 25px;
}

.hppic4-mobile {
    display: none;
}

.emptygap {
    width: 52.6%;
    height: 23px;
    float: left;
    display: grid;
/*    border: 1px solid;*/
}

.hppic5 {
    width: 52.6%;
    overflow: hidden;
    display: grid;
}

.hppic5 img {
    padding-top: 0px;
}

.hppic5-mobile {
    display: none;
}

/*=================================================*/

.hp-box-content5 {
    width: 1175px;
}

.cnt5title {
    padding: 0px 0px 30px 0px;
}

.hppic6 {
    width: 100%;
    margin-bottom: 22px;
/*    border: 1px solid #264D46;*/
}

.cnt3subt-mobile {
    display: none;
}

/*=================================================*/

.leaves {
    background: url('images/leaves.webp');
    background-blend-mode: multiply; 
    background-position: top right;
    background-size: 50% auto;
    background-repeat: no-repeat;
}

.hp-box-content6 {
    padding: 0vh 130px 0vh 50px;
}

.cbox3 {
    width: 550px;
    height: auto;
}

.cnt3subt {
    font-family: 'DomaineSansRegular', sans-serif;
    padding-top: 110px;
    float: left;
    width: 579px;
    line-height: 1.1;
}

.cnt3subt span{
    font-size: 3.4375em;
    color: #264D46;
}

.cnt4para {
    font-family: "acumin-pro", sans-serif;
    font-weight: 400;
    padding-top: 40px;
    float: left;
    width: 615px;
    line-height: 1.3;
    font-size: 1.125em;
    color: #264D46;
}

.cbox4 {
    width: 441px;
}

.cbox4-mobile {
    display: none;
}

.c4btn {
    margin-top: 35px;
    float: left;
}

.c5btn {
    margin-top: 35px;
    margin-left: 25px;
    margin-bottom: 418px;
    float: left;
}

/*=================================================*/

.hp-box-content7{
    width: 750px; 
}

.formtitle {
    font-family: 'DomaineSansRegular', sans-serif;
    text-align: center;
    font-size: 2.1875em;
    color: #F6F3E9;
    margin-bottom: 60px;
}

.formcontent {
    width: 100%;
}

.tqformbox {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    width: 100%;
    height: 90%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #264D46;
    color: #F6F3E9;
}

.tqtxt{
    text-align: center;
    line-height: 1.5;
    font-size: 1.7em;
}

.formtable {
    padding: 0px 95px;
    width: 100%;
    border: 0;
    border-collapse: separate;
    border-spacing: 0;
}

.formtable tr,
.formtable td {
    padding: 0px;
    border: none;
}

.forminputname {
    margin-top: -10px;
    color: #F6F3E9;
    font-size: 0.875em;
    float: left;
}

.errFor {
    float: right;
    font-size: 0.875em;
    margin-top: -10px;
    color: #FF2D2D;
}

.errName {
    display: none;
}

.errEmail {
    display: none;
}

.errMobile {
    display: none;
}

.errAge {
    display: none;
}

.errMarketing {
    display: none;
}

.errOthers {
    display: none;
}

.errInterest {
    display: none;
}

.errAgree {
    display: none;
}

.forminput {
    margin-bottom: 10px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #F6F3E9;
    background-color: transparent; 
    color: #F6F3E9;       
    outline: none;
    font-size: 0.875em;
    padding: 2px 0 5px 0;
}

.formdropdown {
    margin-bottom: 10px;
    padding-top: 4px;
    padding-bottom: 5px;
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent url('images/arrowdown.svg') no-repeat right top;
    background-size: 12px 12px;
    border: none;
    border-bottom: 1px solid #F6F3E9;
    color: #F6F3E9;
    font-size: 0.875em;
}

.formdropdown option {
    background: #264D46;
    color: #F6F3E9;
}


.agreetable {
    padding: 0px 95px;
    width: 100%;
    border: 0;
    border-collapse: separate;
    border-spacing: 0;
}

.agreetable tr,
.agreetable td {
    padding: 0px;
    border: none;
}

.formradio {
    margin-top: 5px;
    margin-bottom: 30px;
    margin-right: 33px;
    margin-left: 0px;
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border:1px solid #F6F3E9;
    border-radius: 50%;
    outline: none;
    background-color: transparent;
    position: relative;
}

.formradio:checked::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70%;
    height: 70%;
    border-radius: 50%;
    background: #F6F3E9;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.formradio::-ms-check {
    display: none;
}

.agreementdesc {
    margin-top: 5px;
    color: #F6F3E9;
    font-size: .75em;
    line-height: 1.2;
}

.formsubmit {
    margin: 50px 0px 10px 0px; 
    background-color: #264D46;
    border: 1px solid #F6F3E9;
    color: #F6F3E9;
    width: 100%;
    padding: 12px 15px;
    font-size: 0.875em;
    text-align: left;
}

.formsubmit:hover {
    background-color: #F6F3E9;
    color: #264D46;
}

.hpformarrowright {
    height: 12px !important;
    width: 12px !important;
    margin: 2px;
    float: right;
}

.hpformarrowrightgreen {
    display: none !important;
    height: 12px !important;
    width: 12px !important;
    margin: 2px;
    float: right;
}

.formsubmit:hover .hpformarrowright {
    display: none !important;
}

.formsubmit:hover .hpformarrowrightgreen {
    display: inline !important;
}

.hp-box-content8 {

}

.cbox5 {
    width: 550px;
}

.cbox6 {
    margin-top: 552px;
    margin-left: 45px;
    width: 165px;
    float: left;
}

.projectby {
    margin-top: 715px;
    margin-right: 95px;
    width: 214px;
    float: right;
}

.titletext2 {
    color: #F6F3E9;
    font-weight: 600;
    font-size: 0.75em;
    line-height: 1;
    padding-bottom: 1px;
    padding-left: 4px;
}

.bodytext2 {
    color: #F6F3E9;
    font-weight: 400;
    font-size: 0.75em;
    line-height: 1;
    padding: 3px 4px;
}

.socialtable2 {
    border: 0px;
    padding: 4px 0px;
}

.socialtable2 td {
    padding: 2px;
    border: 0px;
}

.site-wrapper .socialtable2 img {
    /*padding-right: 35px;
    width: 80%;*/
    padding-right: 4px;
    width: 85%;
}

.gapgap2 {
/*    margin: -7px;*/
    margin: -11px;
}

.ytllandlogo2 {
    padding: 10px 4px;
    width: 40% !important;
}




/*=================================================*/
/*=================================================*/
/*=================================================*/
/*Universal Sharing: Intro/Features CSS*/
.header-logo2 {
    position: absolute;
    top: 65px;
    left: 60px;
}

.header-logo2 img {
    max-width: none;
    max-height: none;
    width: 190px;
}

.scrollguide {
    top: 50%;
    left: 2.4%;
    width: 230px;
    font-size: .9em;
    line-height: 1.3em;
    color: #264D46;
    position: absolute;
    text-align: center;
    opacity: .2;
    animation: blinker 2s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 1; /* Fully visible text in the middle of the animation */
  }
}

.pagetitle {
    position: absolute;
    bottom: 70px;
    left: 2.2%;
    width: 230px;
    font-size: 1em;
    text-align: center;
    color: #264D46;
}


.linkleaves {
    background: url('images/leaves.webp');
    background-blend-mode: multiply; 
    background-position: 45% top;
    background-size: 73% auto;
    background-repeat: no-repeat;
}

.linkshortcutbox {
    height: 100vh;
    width: 405px;
    border-left: 1px solid #264D46;
    margin-right: 90px;
}

.linkshortcutbtn {
    margin-left: 10%;
    margin-top: 20px;
    float: left;
    border: 1px solid #264D46;
    width: 300px;
    padding: 1px 16px;
    font-size: 0.875em;
    color: #264D46;
}

.linkshortcutbtn:hover {
    background-color: #264D46;
    color: #F6F3E9;
}

.linkarrowrightgreen {
    height: 12px !important;
    width: 12px !important;
    margin: 11px 0px;
    float: right;
}

.linkarrowright {
    display: none !important;
    height: 12px !important;
    width: 12px !important;
    margin: 11px 0px;
    float: right;
}

.linkshortcutbtn:hover .linkarrowright {
    display: inline !important;
}

.linkshortcutbtn:hover .linkarrowrightgreen {
    display: none !important;
}

.pushdownload {
    color: #264D46;
    margin-top: 180%;
    margin-left: 10%;
    float: left;
    border: 1px solid #264D46;
    width: 300px;
    padding: 1px 16px;
    font-size: 0.875em;
}

.pushdownload:hover {
    background-color: #264D46;
    color: #F6F3E9;
}

.downloadarrowgreen {
    height: 13px !important;
    width: 13px !important;
    margin: 11px 0px;
    float: right;
}

.downloadarrow {
    display: none !important;
    height: 13px !important;
    width: 13px !important;
    margin: 11px 0px;
    float: right;
}

.pushdownload:hover .downloadarrow {
    display: inline !important;
}

.pushdownload:hover .downloadarrowgreen {
    display: none !important;
}

/*=================================================*/
/*=================================================*/
/*=================================================*/


/* ===================================
Introduction CSS
====================================== */

.hor-intro {
    padding-left: 16.3vw;
    background-color: #F6F3E9;
}

.in-box-content1 {
    width: 535px;
    margin-left: 40px;
    margin-right: 30px;
}

.in-cnt1subt {
    font-family: 'DomaineSansRegular', sans-serif;
    float: left;
    width: 535px;
    padding-bottom: 40px;
    line-height: 1.1;
}

.in-cnt1subt span{
    font-size: 2.1875em;
    color: #264D46;
}

.in-cnt1para {
    float: left;
    width: 520px;
    line-height: 1.2;
    font-size: 1.125em;
    color: #264D46;
    margin-bottom: 215px;
}

/*=================================================*/


.in-box-content2 {
    width: 1450px;
    margin-left: 30px;
    margin-right: 30px;
}

.in-pic1 {
    width: 100%;
    overflow: hidden;
    display: grid;
}


/*=================================================*/


.in-box-content3 {
    width: 510px;
    margin-left: 20px;
}

.iconfaci {
    display: flex;
    justify-content: center;
    align-items: center;
}

.iconfaci img {
    width: 50px;
    height: 50px;
}

.icondesc {
    font-family: 'DomaineSansRegular', sans-serif;
    margin-left: 15px;
    line-height: 1.2;
    font-size: 1.25em;
    color: #264D46;
}

.tablefaci {
    margin-left: 5px;
    border: 0;
    padding: 0;
}

.tablefaci td {
    border: 0;
}

.gate {
    margin-top: 83%;
    border-bottom: 1px solid #264D46;
}

.parks {
    border-bottom: 1px solid #264D46;
}

.lowden {
    border-bottom: 1px solid #264D46;
}

.pool {
    border-bottom: 1px solid #264D46;
}

.mrt {
/*    border-bottom: 1px solid #264D46;    */
}

/*=================================================*/


.in-box-content4 {
    position: relative;
    height: 100vh;
    width: 1000px;
    margin-right: 30px;
    border-left: 1px solid #264D46;
}

.in-title1 {
    position: absolute;
    top: 55px;
    left: 80px;
    z-index: 1;
    color: #264D46;
    font-family: 'DomaineSansRegular', sans-serif;
    font-size: 1.25em;
}

.mapplan {
    width: 90%;
    margin-left: 2%;
    margin-top: 4%;
}

.mapplan-mobile {
    display: none;
}


/* ===================================
Features CSS
====================================== */

.hor-feat {
    padding-left: 16.3vw;
    background-color: #F6F3E9;
}

.slidermobile {
    margin-bottom: 0px;
}

.ft-box-content1 {
    width: 1530px;
    margin-left: 50px;
    margin-right: 40px;
}

.ft-pic1 {
    width: 100%;
    overflow: hidden;
    display: grid;
}

/*=================================================*/

.ft-box-content2 {
    margin-right: 60px;
}

.ft-pic2 {
    width: 950px;
    overflow: hidden;
    display: grid;
}

.ft-cnt1subt {
    font-family: 'DomaineSansRegular', sans-serif;
    float: right;
    width: 525px;
    padding-top: 40px;
    padding-bottom: 50px;
    line-height: 1.1;
    font-size: 2.1875em;
    color: #264D46;
}

.ft-cnt1subt-mobile {
    display: none;
}

/*=================================================*/

.ft-box-content3 {
    margin-right: 60px;
}

.ft-cnt1para {
    width: 437px;
    line-height: 1.2;
    font-size: 1.125em;
    color: #264D46;
    margin-bottom: 595px;
}

/*=================================================*/

.ft-box-content4 {
    width: 2090px;
    height: 100vh;
    border-left: 1px solid #264D46;
    position: relative;
}

.ft-pic3 {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.rightindibox {
    display: none;
}

.ft-pic3-mobile {
    display: none;
}



/* ===================================
Unit Type CSS
====================================== */

.unit-mobile {
    display: none;
}

.hor-unit {
    padding-left: 16.3vw;
    background-color: #F6F3E9;
}

.ut-box-content1 {
    width: 590px;
    margin-left: 60px;
    margin-right: 40px;
}

.ut-cnt1subt {
    float: left;
    width: 560px;
    line-height: 1.15;
    padding-bottom: 100%;
}

.ut-cnt1subt span{
    font-family: 'DomaineSansRegular', sans-serif;
    font-size: 2.1875em;
    color: #264D46;
}

/*=================================================*/

.ut-box-content2 {
    width: 1080px;
    margin-right: 30px;
}

.ut-cnt1title {
    font-family: 'DomaineSansRegular', sans-serif;
    padding: 0px 0px 40px 0px;
    color: #264D46;
    font-size: 1.25em;
}

.ut-pic1 {
    width: 100%;
    overflow: hidden;
    display: grid;
}

/*=================================================*/

.ut-box-content3 {
    width: 670px;
    margin-right: 50px;
}

.ut-pic2 {
    margin-top: 75px;
    width: 100%;
    float: left;
    overflow: hidden;
    display: grid;
}

.emptygap2 {
    width: 100%;
    height: 25px;
    float: left;
    display: grid;
/*    border: 1px solid;*/
}

.ut-pic3 {
    width: 100%;
    overflow: hidden;
    display: grid;
}

.ut-pic3 img {
    padding-top: 0px;
}

/*=================================================*/

.ut-box-content4 {
    margin-right: 60px;
}

.ut-cnt1para {
    width: 505px;
    line-height: 1.3;
    font-size: 1.125em;
    color: #264D46;
    margin-bottom: 525px;
}

/*=================================================*/

.gappage {
    border-left: 1px solid #264D46;
    height: 100vh;
    margin-right: 80px;
}

.ut-box-content5 {
    margin-right: 100px;
}

.ut-cnt2para {
    width: 520px;
    line-height: 1.3;
    font-size: 1.125em;
    color: #264D46;
    margin-bottom: 565px;
}

.ut-download{
    margin-right: 250px;
}

.linkleaves1 {
    background: url('images/leaves.webp');
    background-blend-mode: multiply; 
    background-position: 12% top;
    background-size: 60% auto;
    background-repeat: no-repeat;
}

/*=================================================*/

.hor-linkhome {
    padding-left: 4vw;
    background-color: #F6F3E9;
}

.lh-download {
    margin-right: 15px;
}

.lh-box-content1{
    margin-left: 60px;
    width: 500px;
}

.lh-box1 {
    float: left;
    width: 200px;
    line-height: 21px;
}

.lh-title {
    color: #264D46;
    font-size: 1.125em;
    font-weight: 600;
}

.lh-sub {
    color: #264D46;
    font-size: 1.125em;
}

.lh-gap {
    margin: 5px;
}

.lh-map {
    margin-top: 40px;
}

.lh-map img {
    width: 50%;
}

.lh-box2 {
    float: right;
    width: 295px;
    line-height: 21px;
    margin-bottom: 200px;
}

/*=================================================*/

.lh-box-content2{
    width: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.lh-gf {
    width: 75%;
    margin-bottom: 20%;
}

.gftitle {
    text-align: center;
    color: #264D46;
    font-size: 1.125em;
    font-weight: 600;
}

/*=================================================*/

.lh-box-content3{
    width: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
}

.lh-ff {
    width: 65%;
    margin-bottom: 72%;
}

.fftitle {
    text-align: center;
    color: #264D46;
    font-size:1.125em;
    font-weight: 600;
}

/*=================================================*/

.lh-box-content4{
    width: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 90px;
}

.lh-sf {
    width: 65%;
    margin-bottom: 94%;
}

.sftitle {
    text-align: center;
    color: #264D46;
    font-size: 1.125em;
    font-weight: 600;
}

/*=================================================*/

.hor-townhouses {
    padding-left: 4vw;
    background-color: #F6F3E9;
}

.th-box-content1 {
    margin-left: 60px;
    margin-bottom: 45%;
    width: 400px;
}

.th-box1 {
    float: left;
    width: 200px;
    line-height: 21px;
}

.th-box2 {
    float: right;
    width: 200px;
    line-height: 21px;
    margin-bottom: 120px;
}

.th-title {
    color: #264D46;
    font-size: 1.125em;
    font-weight: 600;
}

.th-sub {
    color: #264D46;
    font-size: 1.125em;
}

.th-gap {
    margin: 5px;
}

.th-map {
    margin-top: 40px;
}

/*=================================================*/

.th-box-content2{
    width: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 75%;
}

.th-gf {
    width: 60%;
    margin-bottom: 35%;
}

/*=================================================*/

.th-box-content3{
    width: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 25px;
    margin-bottom: 68%;
}

.th-ff {
    width: 95%;
    margin-bottom: 100%;
}

/*=================================================*/

.th-box-content4{
    width: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 60px;
    margin-left: 60px;
    margin-bottom: 50%;
}

.th-sf {
    width: 98%;
    margin-bottom: 25%;
}

/*=================================================*/

.gappage2 {
    border-left: 1px solid #264D46;
    height: 100vh;
    margin-right: 10px;
}

.th-box-content5 {
    margin-left: 60px;
    margin-bottom: 54%;
    width: 400px;
}

/*=================================================*/

.th-box-content6 {
    width: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 16%;
}

.th-gf1 {
    width: 75%;
    margin-bottom: 10%;
}

/*=================================================*/

.th-box-content7 {
    width: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 25px;
    margin-right: 90px;
    margin-bottom: 16%;
}

.th-ff1 {
    width: 95%;
    margin-bottom: 136%;
}

/*=================================================*/

.th-download{
    margin-right: 15px;
}

.linkleaves2 {
    background: url('images/leaves.webp');
    background-blend-mode: multiply; 
    background-position: 90% top;
    background-size: 85% auto;
    background-repeat: no-repeat;
}




/* ===================================
Virtual Showroom CSS
====================================== */

.hor-virtual {
    padding-left: 16.3vw;
    background-color: #F6F3E9;
}

.vrbuttonarea {
    position: absolute;
    top: 76vh;
    left: 60px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.vrbtn {
    margin-top: 15px;
    float: left;
    border: 1px solid #264D46;
    width: 210px;
    padding: 7px 16px;
    font-size: 0.875em;
    color: #264D46;
    background-color: #F6F3E9;
    text-align: left;
}

.vrbtn:hover {
    background-color: #264D46;
    color: #F6F3E9;
}

.vrbtn.selectedvr {
    background-color: #264D46;
    color: #F6F3E9;
}

.vrbox {
    display: none;
}

.vrbox.selectedvr {
    display: block;
}

.vr-box-content1 {
    width: 74vw;
    height: 86vh;
    margin-left: 60px;
}

.vr-box-content2 {
    width: 74vw;
    height: 86vh;
    margin-left: 60px;
}



/* ===================================
Location CSS
====================================== */

.hor-loca {
    padding-left: 16.3vw;
    background-color: #F6F3E9;
}

.lo-box-content1 {
    width: 520px;
    margin-left: 60px;
    margin-right: 60px;
}

.lo-cnt1subt {
    float: left;
    width: 485px;
    padding-bottom: 40px;
    line-height: 1;
}

.lo-cnt1subt span{
    font-family: 'DomaineSansRegular', sans-serif;
    font-size: 2.1875em;
    color: #264D46;
}

.lo-cnt1subt-mobile {
    display: none;
}

.mobilemap {
    display: none;
}

/*=================================================*/

.lo-cnt1para {
    float: left;
    width: 520px;
    line-height: 1.3;
    font-size: 1.125em;
    color: #264D46;
    margin-bottom: 270px;
}

.lo-box-content2 {
    width: 1200px;
    height: 835px;
    padding-top: 0px;
}

/*=================================================*/

.lo-box-content3 {
    width: 490px;
    margin-left: 60px;
}

.loctitle {
    font-family: 'DomaineSansRegular', sans-serif;
    margin-top: 3px;
    margin-left: 30px;
    font-size: 1.25em;
    color: #264D46;
}

.locdetails {
    margin-left: 10px;
    margin-top: -18px;
    margin-bottom: 20px;
    font-size: 1.125em;
    color: #264D46;
    line-height: 1.1;
}

.highway {
/*    border: 1px solid;*/
    border-bottom: 1px solid #264D46;
}

.healthcare {
    border-bottom: 1px solid #264D46;
}

.comretail {
    border-bottom: 1px solid #264D46;
}

.education {
    border-bottom: 1px solid #264D46;
}

.recreation {
/*    border-bottom: 1px solid #264D46;*/
}


/* ===================================
Registration CSS
====================================== */

.hor-register {
    padding-left: 16.3vw;
    background-color: #F6F3E9;
}

.regisleaves {
    background: url('images/registerleaves.webp');
    background-blend-mode: multiply; 
    background-position: -75px bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.rt-box-content1 {
    width: 78vw;
    margin-left: 60px;
    margin-right: 40px;
}

.rt-cnt1subt {
    float: left;
    width: 530px;
    padding-bottom: 30%;
}

.rt-cnt1subt span {
    font-family: 'DomaineSansRegular', sans-serif;
    font-size: 2.1875em;
    color: #264D46;
}

.rt-boxform {
    float: right;
    margin-right: 200px;
    width: 600px;
}

.formcontent2 {
    width: 100%;
}

.formtable2 {
    padding: 0px 5px;
    width: 100%;
    border: 0;
    border-collapse: separate;
    border-spacing: 0;
}

.formtable2 tr,
.formtable2 td {
    padding: 0px;
    border: none;
}

.forminputname2 {
    margin-top: -10px;
    color: #264D46;
    font-size: 0.875em;
    float: left;
}

.errFor2 {
    float: right;
    font-size: 0.875em;
    margin-top: -10px;
    color: #FF2D2D;
}


.forminput2 {
    margin-bottom: 13px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #264D46;
    background-color: transparent; 
    color: #264D46;       
    outline: none;
    font-size: 0.875em;
    padding: 10px 0 0 0;
}

.formdropdown2 {
    margin-bottom: 15px;
    padding-top: 11px;
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent url('images/arrowdowngreen.svg') no-repeat right top;
    background-size: 12px 12px;
    border: none;
    border-bottom: 1px solid #264D46;
    color: #264D46;
    font-size: 0.875em;
}

.formdropdown2 option {
    background: #F6F3E9;
    color: #264D46;
}


.agreetable2 {
    padding: 0px 5px;
    width: 100%;
    border: 0;
    border-collapse: separate;
    border-spacing: 0;
}

.agreetable2 tr,
.agreetable2 td {
    padding: 0px;
    border: none;
}

.formradio2 {
    margin-top: 5px;
    margin-bottom: 30px;
    margin-right: 33px;
    margin-left: 0px;
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border:1px solid #264D46;
    border-radius: 50%;
    outline: none;
    background-color: transparent;
    position: relative;
}

.formradio2:checked::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70%;
    height: 70%;
    border-radius: 50%;
    background: #264D46;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.formradio2::-ms-check {
    display: none;
}

.agreementdesc2 {
    margin-top: 5px;
    color: #264D46;
    font-size: .75em;
    line-height: 1.2;
}

.formsubmit2 {
    margin: 50px 0px 10px 0px; 
    background-color: transparent;
    border: 1px solid #264D46;
    color: #264D46;
    width: 100%;
    padding: 12px 15px;
    font-size: 0.875em;
    text-align: left;
}

.formsubmit2:hover {
    background-color: #264D46;
    color: #F6F3E9;
}

.rtformarrowrightgreen {
    height: 12px !important;
    width: 12px !important;
    margin: 2px;
    float: right;
}

.rtformarrowright {
    display: none !important;
    height: 12px !important;
    width: 12px !important;
    margin: 2px;
    float: right;
}


.formsubmit2:hover .rtformarrowright {
    display: inline !important;
}

.formsubmit2:hover .rtformarrowrightgreen {
    display: none !important;
}

.tqformbox2 {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #F6F3E9;
    color: #264D46;
}

.tqtxt2 {
    text-align: center;
    line-height: 1.5;
    font-size: 1.7em;
}



/* ===================================
About CSS
====================================== */

.hor-about {
    padding-left: 16.3vw;
    background-color: #F6F3E9;
}


.ab-box-content1 {
    width: 680px;
    margin-left: 60px;
    margin-right: 40px;
}

.ab-pic1 {
    width: 100%;
    overflow: hidden;
    display: grid;
}


.ab-box-content2 {
    padding: 0vh 0px;
}

.ab-cbox {
    width: 520px;
    line-height: .95;
    height: auto;
}

.ab-cnt1subt {
    font-family: 'DomaineSansRegular', sans-serif;
    padding-top: 25px;
    float: left;
    width: 520px;
}

.ab-cnt1subt span{
    font-size: 2.1875em;
    color: #264D46;
}

.ab-cnt1para {
    font-family: "acumin-pro", sans-serif;
    font-weight: 400;
    padding-top: 55px;
    float: left;
    width: 434px;
    line-height: 1.2;
    font-size: 1.125em;
    color: #264D46;
    display: grid;
}

.c6btn {
    margin-top: 45px;
    margin-bottom: 510px;
    float: left;
}








@media all and (max-width: 3840px) {

    .menu-right-part-1 {
        right: 4.8%;
    }

    .menu-title {
        bottom: 6%;
        left: 15%;
        font-size: 2.6em;
    }

    .toggle-holder {
        width: 185px;
    }

    #toggle .menu-line {
        left: 12px;
    }   

    #toggle.all-loaded .menu-line {
        width: 80px;
        margin-left: 40px;
    }

    #toggle.all-loaded:before {
        width: 80px;
        margin-left: 25px;
    }

    #toggle.all-loaded:after {
        width: 80px;
    }

    #toggle:before, #toggle:after {
        left: 40px;
    }

    #toggle.on:before {
        width: 80px !important;
    }

    #toggle.on:after {
        width: 80px !important;
    }




    .sm-clean a, 
    .sm-clean a:hover, 
    .sm-clean a:focus, 
    .sm-clean a:active {
        padding: 30px 50px;
        font-size: 3.5625em;
    }

    .sm-clean > li > a:after {
        height: 155px;
    }




    .box1 {
        bottom: 80px;
    }

    .box2 {
        bottom: 80px;
    }

    .titletext {
        font-size: 1.65em;
        line-height: 1.2;
        margin-left: 85px;
    }

    .bodytext {
        font-size: 1.65em;
        line-height: 1.2;
        margin-left: 85px;
    }

    .gapgap {
        margin: -3px;
    }

    .socialtable {
        padding: 4px 85px;
    }

    .site-wrapper .socialtable img {
        padding-right: 35px;
        width: 80%;
    }

    .site-wrapper .ytllandlogo {
        padding: 10px 80px;
        width: 36%;
    }





    .background {
        background-position: 0% 88%;
    }

    .header-logo {
        top: 130px;
        left: 120px;
    }

    .header-logo img {
        width: 430px;
    }

    .welcometitle {
        bottom: 125px;
        left: 133px;
        font-size: 8.675em;
    }

    .welcomebtn {
        bottom: 80px;
        right: 215px;
        width: 640px;
        padding: 30px 30px 30px 35px;
        font-size: 2.125em;
    }

    .arrowright {
        height: 30px !important;
        width: 30px !important;
        margin: 3px;
    }

    .arrowrightgreen {
        height: 30px !important;
        width: 30px !important;
        margin: 3px;
    }

    .welcomeguide {
        top: 360px;
        right: 0px;
        font-size: 3.875em;
    }

    .arrowdown {
        height: 50px !important;
        width: 50px !important;
        margin: 0px;
        padding-left: 31px;
    }





    .horizontal-slider .carousel-item-text {
        max-width: 1025px;
        padding: 0vh 265px;
    }

    .quotetxt {
        font-size: 4.5875em;
        line-height: 1;
    }

    .authtxt {
        font-size: 2.125em;
        line-height: 3;
    }




    
    /* ===================================
    Index CSS
    ====================================== */
    /*Universal: Index CSS*/

    .hptitle {
        font-size: 2em;
    }

    .hpbtn {
        width: 450px;
        padding: 18px 13px;
        font-size: 0.735em;
    }

    .hparrowrightgreen {
        height: 20px !important;
        width: 20px !important;
        margin: 5px;
    }

    .hparrowright {
        height: 20px !important;
        width: 20px !important;
        margin: 5px;
    }







    .leaf {
        background-position: -210px bottom;
        background-size: 80% auto;
    }

    .hp-box-content1 {
        padding: 0vh 170px;
    }

    .cnt1title {
        margin-bottom: 110px;
    }

    .hppic1 {
        width: 100%;
    }

    .cnt1subt {
        padding-top: 40px;
        width: 700px;
        line-height: 1;
    }

    .cnt1subt span{
        font-size: 6.8375em;
    }

    .cnt1para {
        padding-top: 60px;
        width: 837px;
        line-height: 1.2;
        font-size: 2.325em;
        display: grid;
    }

    .c1btn {
        margin-top: 65px;
        margin-right: 85px;
        margin-bottom: 100px;
    }





    .cnt2title {
        margin-bottom: 90px;
    }

    .cbox2 {
        width: 1060px;
        line-height: 1;
    }

    .cnt2subt {
        padding-top: 25px;
        width: 950px;
    }

    .cnt2subt span{
        font-size: 6.8375em;
    }

    .cnt2para {
        padding-top: 140px;
        width: 895px;
        line-height: 1.2;
        font-size: 2.325em;
    }

    .c2btn {
        margin-top: 100px;
        margin-bottom: 745px;
    }





    .hp-box-content3 {
        width: 2870px;
        margin-right: 60px;
        padding-top: 25px;
    }






    .leaf2 {
        background-position: bottom right;
        background-size: 85% auto;
    }

    .hp-box-content4 {
        width: 2508px;
        margin-right: 70px;
        padding-top: 0px;
    }

    .unitbx {
        width: 1025px;
    }

    .unitsub {
      padding-top: 115px;
      line-height: 1.1;
    }

    .unitsub span {
      font-size: 6.8375em;
    }

    .cnt3para {
        width: 980px;
        line-height: 1.2;
        font-size: 2.325em;
        padding-top: 100px;
    }

    .unitdesc {
        width: 835px;
    }   

    .fpbtn {
        margin-top: 80px;
    }

    .c3btn {
      margin-top: 80px;
      margin-left: 23px;
      margin-bottom: 570px;
    }

    .unitbx2 {
        width: 50%;
        height: 142px;
    }

    .hppic4 {
        width: 55.6%;
    }

    .hppic4 img {
        margin-right: 25px;
    }

    .emptygap {
        width: 55.6%;
        height: 45px;
    }

    .hppic5 {
        width: 55.6%;
    }

    .hppic5 img {
        padding-top: 0px;
    }






    .hp-box-content5 {
        width: 2550px;
    }

    .cnt5title {
        padding: 0px 0px 100px 0px;
    }

    .hppic6 {
        width: 100%;
        margin-bottom: 60px;
    }







    .leaves {
        background-position: top right;
        background-size: 60% auto;
    }

    .hp-box-content6 {
        padding: 0vh 150px 0vh 100px;
    }

    .cbox3 {
        width: 1260px;
    }

    .cnt3subt {
        padding-top: 110px;
        width: 1200px;
        line-height: 1.1;
    }

    .cnt3subt span{
        font-size: 6.8375em;
    }

    .cnt4para {
        padding-top: 115px;
        width: 1100px;
        line-height: 1.3;
        font-size: 2.325em;
    }

    .cbox4 {
        width: 910px;
    }

    .c4btn {
        margin-top: 70px;
    }

    .c5btn {
        margin-top: 70px;
        margin-left: 25px;
        margin-bottom: 800px;
    }







    .hp-box-content7{
        width: 1600px; 
    }

    .formtitle {
        font-size: 4.1875em;
        margin-bottom: 60px;
    }

    .formtable {
        padding: 0px 180px;
        width: 100%;
    }

    .forminputname {
        margin-top: 40px;
        font-size: 1.875em;
    }

    .errFor {
        font-size: 1.875em;
        margin-top: 40px;
    }

    .forminput {
        margin-bottom: 0px;
        width: 100%;
        font-size: 1.875em;
        padding: 30px 0 10px 0;
    }

    .formdropdown {
        margin-bottom: 0px;
        padding-top: 25px;
        padding-bottom: 15px;
        width: 100%;
        background-size: 25px 25px;
        font-size: 1.875em;
    }

    .agreetable {
        padding: 0px 180px;
        width: 100%;
    }

    .formradio {
        margin-top: 36px;
        margin-bottom: 50px;
        margin-right: 90px;
        margin-left: 0px;
        width: 40px;
        height: 40px;
    }

    .agreementdesc {
        margin-top: 50px;
        font-size: 1.62em;
        line-height: 1.2;
    }

    .formsubmit {
        margin: 100px 0px 50px 0px; 
        width: 100%;
        padding: 20px 35px;
        font-size: 1.875em;
    }

    .hpformarrowright {
        height: 25px !important;
        width: 25px !important;
        margin: 4px;
    }

    .hpformarrowrightgreen {
        height: 25px !important;
        width: 25px !important;
        margin: 4px;
    }

    .tqformbox {
        width: 100%;
        height: 90%;
    }

    .tqtxt{
        line-height: 1.1;
        font-size: 3.7em;
    }







    .hp-box-content8 {

    }

    .cbox5 {
        width: 1250px;
    }

    .cbox6 {
        margin-top: 1200px;
        margin-left: 70px;
        width: 450px;
    }

    .projectby {
        margin-top: 1550px;
        margin-right: 200px;
        width: 520px;
    }

    .titletext2 {
        font-size: 1.65em;
        line-height: 1.2;
        padding-bottom: 1px;
        padding-left: 40px;
    }

    .bodytext2 {
        font-size: 1.65em;
        line-height: 1.2;
        padding: 0px 40px;
    }

    .socialtable2 {
        padding: 4px 40px;
    }

    .site-wrapper .socialtable2 img {
        padding-right: 35px;
        width: 80%;
    }

    .gapgap2 {
        margin: -3px;
    }

    .ytllandlogo2 {
        padding: 10px 38px;
        width: 35% !important;
    }




    /* ===================================
    Introduction CSS
    ====================================== */
    /*Universal: Introduction CSS*/

    .header-logo2 {
        top: 130px;
        left: 111.5px;
    }

    .header-logo2 img {
        width: 450px;
    }

    .scrollguide {
        top: 50%;
        left: 2.5%;
        width: 480px;
        font-size: 1.8em;
        line-height: 1.3em;
    }

    .pagetitle {
        bottom: 7%;
        left: 2.4%;
        width: 480px;
        font-size: 2.1em;
    }

    .hor-intro {
        padding-left: 17.5vw;
    }


    .linkleaves {
        background-position: 45% top;
        background-size: 90% auto;
    }

    .linkshortcutbox {
        height: 100vh;
        width: 800px;
        margin-right: 185px;
    }

    .linkshortcutbtn {
        margin-left: 11%;
        margin-top: 6%;
        width: 560px;
        padding: 18px 30px;
        font-size: 1.785em;
    }

    .linkarrowrightgreen {
        height: 22px !important;
        width: 22px !important;
        margin: 7px 0px;
    }

    .linkarrowright {
        height: 22px !important;
        width: 22px !important;
        margin: 7px 0px;
    }

    .pushdownload {
        margin-top: 216%;
        margin-left: 11%;
        width: 560px;
        padding: 18px 30px;
        font-size: 1.785em;
    }

    .downloadarrowgreen {
        height: 22px !important;
        width: 22px !important;
        margin: 7px 0px;
    }

    .downloadarrow {
        height: 22px !important;
        width: 22px !important;
        margin: 7px 0px;
    }

/*=================================================*/

    .in-box-content1 {
        width: 1300px;
        margin-left: 8%;
        margin-right: 5%;
    }

    .in-cnt1subt {
        width: 1135px;
        padding-bottom: 7%;
        line-height: 1.1;
    }

    .in-cnt1subt span{
        font-size: 4.5875em;
    }

    .in-cnt1para {
        width: 1075px;
        line-height: 1.2;
        font-size: 2.325em;
        margin-bottom: 57%;
    }

/*=================================================*/


    .in-box-content2 {
        width: 3360px;
        margin-left: 30px;
        margin-right: 30px;
    }

    .in-pic1 {
        width: 100%;
    }


/*=================================================*/


    .in-box-content3 {
        width: 1125px;
        margin-left: 20px;
    }

    .iconfaci img {
        width: 100px;
        height: 100px;
    }

    .icondesc {
        margin-left: 90px;
        line-height: 1.2;
        font-size: 2.75em;
    }

    .tablefaci {
        margin-left: 5px;
        padding: 13px 20px 13px 35px;
    }

    .gate {
        margin-top: 99%;
    }

/*=================================================*/


    .in-box-content4 {
        height: 100vh;
        width: 2116px;
        margin-right: 30px;
    }

    .in-title1 {
        top: 119px;
        left: 112px;
        font-size: 2.65em;
    }

    .mapplan {
        width: 100%;
        margin-left: 0%;
        margin-top: 6%;
    }




    /* ===================================
    Features CSS
    ====================================== */

    .hor-feat {
        padding-left: 18vw;
    }

    .ft-box-content1 {
        width: 3385px;
        margin-left: 90px;
        margin-right: 40px;
    }

    .ft-pic1 {
        width: 100%;
    }

    /*=================================================*/

    .ft-box-content2 {
        margin-right: 60px;
    }

    .ft-pic2 {
        width: 2180px;
    }

    .ft-cnt1subt {
        width: 1025px;
        padding-top: 90px;
        padding-bottom: 100px;
        line-height: 1.2;
        font-size: 4.1875em;
    }

    /*=================================================*/

    .ft-box-content3 {
        margin-right: 140px;
    }

    .ft-cnt1para {
        width: 940px;
        line-height: 1.2;
        font-size: 2.425em;
        margin-bottom: 1315px;
    }

    /*=================================================*/

    .ft-box-content4 {
        width: 4560px;
        height: 100vh;
    }

    .ft-pic3 {
        width: 100%;
        bottom: 0;
    }




     /* ===================================
    Unit Type CSS
    ====================================== */
    /*=================================================*/
    /*Toggle Unit Types: Link Houses  & Townhouses*/
    /*=================================================*/

    .menu-right-part-2 {
        right: 9.2%;
    }

    .linkhome-toggle-holder { /*Open*/
        width: 170px;
    }

    .closeX:before, .closeX:after {
        height: 2.5px;
        width: 60px;
        top: 100px;
        left: 33%;
    }

    .lh-menu-line {
        left: -155px;
        width: 480px;
        font-size: 4.175em;
        top: 82%;
    }

    .linkhome2-toggle-holder { /*Close*/
        left: 0%;
        width: 170px;
    }

    /*=================================================*/

    .menu-right-part-3 {
        right: 4.8%;
    }

    .townhouses-toggle-holder { /*Open*/
        width: 170px;
    }

    .th-menu-line {
        left: -155px;
        width: 480px;
        font-size: 4.175em;
        top: 82%;
    }

    .townhouses2-toggle-holder { /*Close*/
        left: 0%;
        width: 170px;
    }

    /*=================================================*/
    /*Arrow Toggle Unit Types*/
    /*=================================================*/

    .olhth-arrow {
        right: 20px;
        top: -70%;
        max-width: 66px !important;
        max-height: 66px !important;
    }

    .clhth-arrow {
        right: -30px;
        top: -200%;
        max-width: 66px !important;
        max-height: 66px !important;
    }
    /*=================================================*/

    .hor-unit {
        padding-left: 18vw;
    }

    .ut-box-content1 {
        width: 1190px;
        margin-left: 100px;
        margin-right: 40px;
    }

    .ut-cnt1subt {
        width: 1160px;
        line-height: 1.15;
        padding-bottom: 113%;
    }

    .ut-cnt1subt span{
        font-size: 4.3875em;
    }

    /*=================================================*/

    .ut-box-content2 {
        width: 2430px;
        margin-right: 70px;
    }

    .ut-cnt1title {
        padding: 15px 0px 85px 0px;
        font-size: 2.75em;
    }

    .ut-pic1 {
        width: 100%;
    }

    /*=================================================*/

    .ut-box-content3 {
        width: 1505px;
        margin-right: 95px;
    }

    .ut-pic2 {
        margin-top: 140px;
        width: 100%;
    }

    .emptygap2 {
        width: 100%;
        height: 65px;
    }

    .ut-pic3 {
        width: 100%;
    }

    .ut-pic3 img {
        padding-top: 0px;
    }

    /*=================================================*/

    .ut-box-content4 {
        margin-right: 140px;
    }

    .ut-cnt1para {
        width: 1005px;
        line-height: 1.3;
        font-size: 2.225em;
        margin-bottom: 1245px;
    }

    /*=================================================*/

    .gappage {
        height: 100vh;
        margin-right: 180px;
    }

    .ut-box-content5 {
        margin-right: 100px;
    }

    .ut-cnt2para {
        width: 1060px;
        line-height: 1.3;
        font-size: 2.225em;
        margin-bottom: 1340px;
    }

    .ut-download{
        margin-right: 525px;
    }

    .linkleaves1 {
        background-position: 12% top;
        background-size: 60% auto;
    }

    /*=================================================*/

    .hor-linkhome {
        padding-left: 4vw;
    }

    .lh-download {
        margin-right: 120px;
    }

    .lh-box-content1{
        margin-left: 100px;
        width: 1000px;
    }

    .lh-box1 {
        width: 400px;
        line-height: 45px;
    }

    .lh-title {
        font-size: 2.325em;
        font-weight: 600;
    }

    .lh-sub {
        font-size: 2.325em;
    }

    .lh-gap {
        margin: 5px;
    }

    .lh-map {
        margin-top: 90px;
    }

    .lh-map img {
        width: 55%;
    }

    .lh-box2 {
        width: 550px;
        line-height: 45px;
        margin-bottom: 470px;
    }

    /*=================================================*/

    .lh-box-content2{
        width: 795px;
    }

    .lh-gf {
        width: 75%;
        margin-bottom: 20%;
    }

    .gftitle {
        font-size: 2.325em;
    }

    /*=================================================*/

    .lh-box-content3{
        width: 605px;
        margin-left: 15px;
    }

    .lh-ff {
        width: 95%;
        margin-bottom: 90%;
    }

    .fftitle {
        font-size: 2.325em;
    }

    /*=================================================*/

    .lh-box-content4{
        width: 700px;
        margin-right: 190px;
    }

    .lh-sf {
        width: 75%;
        margin-bottom: 105%;
    }

    .sftitle {
        font-size: 2.325em;
    }

    /*=================================================*/

    .hor-townhouses {
        padding-left: 4vw;
    }

    .th-box-content1 {
        margin-left: 100px;
        margin-bottom: 74%;
        width: 1005px;
    }

    .th-box1 {
        width: 400px;
        line-height: 45px;
    }

    .th-title {
        font-size: 2.325em;
        font-weight: 600;
    }

    .th-sub {
        font-size: 2.325em;
    }

    .th-gap {
        margin: 5px;
    }

    .th-map {
        margin-top: 90px;
    }

    .th-map img {
        width: 55%;
    }

    .th-box2 {
        width: 550px;
        line-height: 45px;
        margin-bottom: 120px;
    }

    /*=================================================*/

    .th-box-content2{
        width: 480px;
        margin-bottom: 125%;
    }

    .th-gf {
        width: 100%;
        margin-bottom: 50%;
    }

    /*=================================================*/

    .th-box-content3{
        width: 550px;
        margin-left: 25px;
        margin-bottom: 104%;
    }

    .th-ff {
        width: 100%;
        margin-bottom: 100%;
    }

    /*=================================================*/

    .th-box-content4{
        width: 550px;
        margin-right: 160px;
        margin-left: 160px;
        margin-bottom: 70%;
    }

    .th-sf {
        width: 100%;
        margin-bottom: 25%;
    }

    /*=================================================*/

    .gappage2 {
        height: 100vh;
        margin-right: 80px;
    }

    .th-box-content5 {
        margin-left: 60px;
        margin-bottom: 78%;
        width: 1005px;
    }

    /*=================================================*/

    .th-box-content6 {
        width: 600px;
        margin-bottom: 46%;
    }

    .th-gf1 {
        width: 100%;
        margin-bottom: 10%;
    }

    /*=================================================*/

    .th-box-content7 {
        width: 650px;
        margin-left: 150px;
        margin-right: 90px;
        margin-bottom: 30%;
    }

    .th-ff1 {
        width: 100%;
        margin-bottom: 114%;
    }

    /*=================================================*/

    .th-download{
        margin-right: 120px;
    }

    .linkleaves2 {
        background-position: 90% top;
        background-size: 85% auto;
    }



    /* ===================================
    Virtual Showroom CSS
    ====================================== */

    .hor-virtual {
        padding-left: 18vw;
    }

    .vrbuttonarea {
        top: 76vh;
        left: 110px;
    }

    .vrbtn {
        margin-top: 35px;
        width: 470px;
        padding: 20px 35px;
        font-size: 1.675em;
    }

    .vr-box-content1 {
        width: 72vw;
        height: 86vh;
        margin-left: 100px;
    }

    .vr-box-content2 {
        width: 72vw;
        height: 86vh;
        margin-left: 100px;
    }




    /* ===================================
    Location CSS
    ====================================== */

    .hor-loca {
        padding-left: 18vw;
    }

    .lo-box-content1 {
        width: 1180px;
        margin-left: 60px;
        margin-right: 60px;
    }

    .lo-cnt1subt {
        width: 1170px;
        padding-bottom: 130px;
        line-height: 1;
    }

    .lo-cnt1subt span{
        font-size: 5.0875em;
    }

    .lo-cnt1para {
        width: 1130px;
        line-height: 1.3;
        font-size: 2.425em;
        margin-bottom: 730px;
    }

    /*=================================================*/

    .lo-box-content2 {
        width: 2200px;
        height: 1900px;
        padding-top: 10px;
    }

    /*=================================================*/

    .lo-box-content3 {
        width: 1000px;
        margin-left: 80px;
    }

    .loctitle {
        margin-top: 30px;
        margin-left: 12px;
        font-size: 2.65em;
    }

    .locdetails {
        margin-left: 10px;
        margin-top: -18px;
        margin-bottom: 20px;
        font-size: 2.425em;
        line-height: 1.2;
    }





    /* ===================================
    Registration CSS
    ====================================== */

    .hor-register {
        padding-left: 18vw;
    }

    .regisleaves {
        background-position: -75px bottom;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .rt-box-content1 {
        width: 77vw;
        margin-left: 140px;
        margin-right: 40px;
    }

    .rt-cnt1subt {
        width: 995px;
        padding-bottom: 27%;
        line-height: 1.2;
    }

    .rt-cnt1subt span {
        font-size: 4.1875em;
    }

    .rt-boxform {
        margin-right: 400px;
        width: 1240px;
    }

    .formcontent2 {
        width: 100%;
    }

    .formtable2 {
        padding: 0px 5px;
        width: 100%;
    }

    .forminputname2 {
        margin-top: 40px;
        font-size: 1.875em;
    }

    .errFor2 {
        font-size: 1.875em;
        margin-top: 40px;
    }


    .forminput2 {
        margin-bottom: 0px;
        width: 100%;
        font-size: 1.875em;
        padding: 30px 0 10px 0;
    }

    .formdropdown2 {
        margin-bottom: 0px;
        padding-top: 25px;
        padding-bottom: 15px;
        width: 100%;
        background-size: 25px 25px;
        font-size: 1.875em;
    }

    .agreetable2 {
        padding: 0px 5px;
        width: 100%;
    }

    .formradio2 {
        margin-top: 36px;
        margin-bottom: 50px;
        margin-right: 90px;
        margin-left: 0px;
        width: 40px;
        height: 40px;
    }

    .agreementdesc2 {
        margin-top: 50px;
        font-size: 1.62em;
        line-height: 1.2;
    }

    .formsubmit2 {
        margin: 100px 0px 50px 0px; 
        width: 100%;
        padding: 20px 35px;
        font-size: 1.875em;
    }

    .rtformarrowright {
        height: 25px !important;
        width: 25px !important;
        margin: 4px;
    }

    .rtformarrowrightgreen {
        height: 25px !important;
        width: 25px !important;
        margin: 4px;
    }



    /* ===================================
    About CSS
    ====================================== */

    .hor-about {
        padding-left: 18vw;
    }


    .ab-box-content1 {
        width: 1515px;
        margin-left: 100px;
        margin-right: 90px;
    }

    .ab-pic1 {
        width: 100%;
    }

    /*=================================================*/

    .ab-box-content2 {
        padding: 0vh 0px;
    }

    .ab-cbox {
        width: 860px;
        line-height: .95;
    }

    .ab-cnt1subt {
        padding-top: 25px;
        width: 820px;
    }

    .ab-cnt1subt span{
        font-size: 4.5875em;
    }

    .ab-cnt1para {
        padding-top: 120px;
        width: 875px;
        line-height: 1.2;
        font-size: 2.225em;
    }

    .c6btn {
        margin-top: 100px;
        margin-bottom: 1140px;
    }

}








@media all and (max-width: 3200px) {

    .menu-right-part-1 {
        right: 4.4%;
    }

    .menu-title {
        bottom: 6%;
        left: 12%;
        font-size: 2.2em;
    }

    .toggle-holder {
        width: 140px;
    }

    #toggle .menu-line {
        left: 12px;
    }   

    #toggle.all-loaded .menu-line {
        width: 80px;
        margin-left: 20px;
    }

    #toggle.all-loaded:before {
        width: 80px;
        margin-left: 25px;
    }

    #toggle.all-loaded:after {
        width: 80px;
    }

    #toggle:before, #toggle:after {
        left: 20px;
    }

    #toggle.on:before {
        width: 80px !important;
    }

    #toggle.on:after {
        width: 80px !important;
    }




    .menu-left-part.open {
        left: 65.5%;
    }

    .sm-clean a, 
    .sm-clean a:hover, 
    .sm-clean a:focus, 
    .sm-clean a:active {
        padding: 22px 35px;
        font-size: 2.7625em;
    }

    .sm-clean > li > a:after {
        height: 125px;
    }




    .box1 {
        bottom: 80px;
    }

    .box2 {
        bottom: 80px;
    }

    .titletext {
        font-size: 1.35em;
        line-height: 1.2;
        margin-left: 85px;
    }

    .bodytext {
        font-size: 1.35em;
        line-height: 1.2;
        margin-left: 85px;
    }

    .gapgap {
        margin: -5px;
    }

    .socialtable {
        padding: 4px 85px;
    }

    .site-wrapper .socialtable img {
        padding-right: 25px;
        width: 80%;
    }

    .site-wrapper .ytllandlogo {
        padding: 10px 80px;
        width: 36%;
    }





    .background {
        background-position: 0% 88%;
    }

    .header-logo {
        top: 108px;
        left: 100px;
    }

    .header-logo img {
        width: 360px;
    }

    .welcometitle {
        bottom: 105px;
        left: 110px;
        font-size: 7.075em;
    }

    .welcomebtn {
        bottom: 65px;
        right: 215px;
        width: 547px;
        padding: 25px 30px 25px 35px;
        font-size: 2.065em;
    }

    .arrowright {
        height: 30px !important;
        width: 30px !important;
        margin: 3px;
    }

    .arrowrightgreen {
        height: 30px !important;
        width: 30px !important;
        margin: 3px;
    }

    .welcomeguide {
        top: 300px;
        right: -40px;
        font-size: 3.375em;
    }

    .arrowdown {
        height: 45px !important;
        width: 45px !important;
        margin: 0px;
        padding-left: 31px;
    }





    .horizontal-slider .carousel-item-text {
        max-width: 1025px;
        padding: 0vh 240px;
    }

    .quotetxt {
        font-size: 4.2875em;
        line-height: 1;
    }

    .authtxt {
        font-size: 2.025em;
        line-height: 3;
    }




    
    /* ===================================
    Index CSS
    ====================================== */
    /*Universal: Index CSS*/

    .hptitle {
        font-size: 1.5em;
    }

    .hpbtn {
        width: 370px;
        padding: 18px 26px;
        font-size: 0.735em;
    }

    .hparrowrightgreen {
        height: 20px !important;
        width: 20px !important;
        margin: 5px;
    }

    .hparrowright {
        height: 20px !important;
        width: 20px !important;
        margin: 5px;
    }







    .leaf {
        background-position: -210px bottom;
        background-size: 80% auto;
    }

    .hp-box-content1 {
        padding: 0vh 170px;
    }

    .cnt1title {
        margin-bottom: 70px;
    }

    .hppic1 {
        width: 1650px;
    }

    .cnt1subt {
        padding-top: 40px;
        width: 700px;
        line-height: 1;
    }

    .cnt1subt span{
        font-size: 5.9em;
    }

    .cnt1para {
        padding-top: 50px;
        width: 708px;
        line-height: 1.2;
        font-size: 1.97em;
    }

    .c1btn {
        margin-top: 65px;
        margin-right: 85px;
        margin-bottom: 100px;
    }





    .cnt2title {
        margin-bottom: 55px;
    }

    .cbox2 {
        width: 900px;
        line-height: 1;
    }

    .cnt2subt {
        padding-top: 25px;
        width: 950px;
    }

    .cnt2subt span{
        font-size: 5.9em;
    }

    .cnt2para {
        padding-top: 120px;
        width: 760px;
        line-height: 1.2;
        font-size: 1.97em;
    }

    .c2btn {
        margin-top: 100px;
        margin-bottom: 600px;
    }





    .hp-box-content3 {
        width: 2490px;
        margin-right: 60px;
        padding-top: 35px;
    }






    .leaf2 {
        background-position: bottom right;
        background-size: 83% auto;
    }

    .hp-box-content4 {
        width: 2300px;
        margin-right: 20px;
        padding-top: 0px;
    }

    .unitbx {
        width: 1020px;
    }

    .unitsub {
      padding-top: 75px;
      line-height: 1.1;
    }

    .unitsub span {
      font-size: 5.9em;
    }

    .cnt3para {
        width: 980px;
        line-height: 1.2;
        font-size: 1.97em;
        padding-top: 100px;
    }

    .unitdesc {
        width: 700px;
    }   

    .fpbtn {
        margin-top: 80px;
    }

    .c3btn {
      margin-top: 80px;
      margin-left: 23px;
      margin-bottom: 424px;
    }

    .unitbx2 {
        width: 50%;
        height: 109px;
    }

    .hppic4 {
        width: 51.9%;
    }

    .hppic4 img {
        margin-right: 25px;
    }

    .emptygap {
        width: 51.9%;
        height: 51px;
    }

    .hppic5 {
        width: 51.9%;
    }

    .hppic5 img {
        padding-top: 0px;
    }






    .hp-box-content5 {
        width: 2165px;
    }

    .cnt5title {
        padding: 0px 0px 70px 0px;
    }

    .hppic6 {
        width: 100%;
        margin-bottom: 22px;
    }







    .leaves {
        background-position: top right;
        background-size: 60% auto;
    }

    .hp-box-content6 {
        padding: 0vh 80px 0vh 100px;
    }

    .cbox3 {
        width: 1085px;
    }

    .cnt3subt {
        padding-top: 110px;
        width: 1200px;
        line-height: 1.1;
    }

    .cnt3subt span{
        font-size: 5.9em;
    }

    .cnt4para {
        padding-top: 90px;
        width: 1100px;
        line-height: 1.3;
        font-size: 1.97em;
    }

    .cbox4 {
        width: 770px;
    }

    .c4btn {
        margin-top: 70px;
    }

    .c5btn {
        margin-top: 70px;
        margin-left: 25px;
        margin-bottom: 710px;
    }







    .hp-box-content7{
        width: 1490px; 
    }

    .formtitle {
        font-size: 4.0875em;
        margin-bottom: 60px;
    }

    .formtable {
        padding: 0px 200px;
        width: 100%;
    }

    .forminputname {
        margin-top: 30px;
        font-size: 1.675em;
    }

    .errFor {
        font-size: 1.675em;
        margin-top: 30px;
    }

    .forminput {
        margin-bottom: 0px;
        width: 100%;
        font-size: 1.675em;
        padding: 30px 0 10px 0;
    }

    .formdropdown {
        margin-bottom: 0px;
        padding-top: 25px;
        padding-bottom: 15px;
        width: 100%;
        background-size: 25px 25px;
        font-size: 1.675em;
    }

    .agreetable {
        padding: 0px 200px;
        width: 100%;
    }

    .formradio {
        margin-top: 36px;
        margin-bottom: 50px;
        margin-right: 90px;
        margin-left: 0px;
        width: 40px;
        height: 40px;
    }

    .agreementdesc {
        margin-top: 50px;
        font-size: 1.40em;
        line-height: 1.2;
    }

    .formsubmit {
        margin: 100px 0px 50px 0px; 
        width: 100%;
        padding: 20px 35px;
        font-size: 1.675em;
    }

    .hpformarrowright {
        height: 25px !important;
        width: 25px !important;
        margin: 4px;
    }

    .hpformarrowrightgreen {
        height: 25px !important;
        width: 25px !important;
        margin: 4px;
    }

    .tqformbox {
        width: 100%;
        height: 90%;
    }

    .tqtxt{
        line-height: 1.1;
        font-size: 3.4em;
    }







    .hp-box-content8 {

    }

    .cbox5 {
        width: 1080px;
    }

    .cbox6 {
        margin-top: 1020px;
        margin-left: 70px;
        width: 380px;
    }

    .projectby {
        margin-top: 1340px;
        margin-right: 145px;
        width: 480px;
    }

    .titletext2 {
        font-size: 1.35em;
        line-height: 1.2;
        padding-bottom: 1px;
        padding-left: 40px;
    }

    .bodytext2 {
        font-size: 1.35em;
        line-height: 1.2;
        padding: 0px 40px;
    }

    .socialtable2 {
        padding: 4px 40px;
    }

    .site-wrapper .socialtable2 img {
        padding-right: 20px;
        width: 80%;
    }

    .gapgap2 {
        margin: -3px;
    }

    .ytllandlogo2 {
        padding: 10px 38px;
        width: 29% !important;
    }



    /* ===================================
    Introduction CSS
    ====================================== */
    /*Universal: Introduction CSS*/

    .header-logo2 {
        top: 115px;
        left: 111.5px;
    }

    .header-logo2 img {
        width: 350px;
    }

    .scrollguide {
        top: 50%;
        left: 2.5%;
        width: 400px;
        font-size: 1.5em;
        line-height: 1.3em;
    }

    .pagetitle {
        bottom: 7%;
        left: 2.4%;
        width: 400px;
        font-size: 1.7em;
    }

    .hor-intro {
        padding-left: 17.7vw;
    }


    .linkleaves {
        background-position: 0% top;
        background-size: 86% auto;
    }

    .linkshortcutbox {
        height: 100vh;
        width: 590px;
        margin-right: 185px;
    }

    .linkshortcutbtn {
        margin-left: 11%;
        margin-top: 5.5%;
        width: 438px;
        padding: 11px 30px;
        font-size: 1.395em;
    }

    .linkarrowrightgreen {
        height: 20px !important;
        width: 22px !important;
        margin: 7px 0px;
    }

    .linkarrowright {
        height: 20px !important;
        width: 22px !important;
        margin: 7px 0px;
    }

    .pushdownload {
        margin-top: 240%;
        margin-left: 11%;
        width: 438px;
        padding: 11px 30px;
        font-size: 1.395em;
    }

    .downloadarrowgreen {
        height: 20px !important;
        width: 20px !important;
        margin: 7px 0px;
    }

    .downloadarrow {
        height: 20px !important;
        width: 20px !important;
        margin: 7px 0px;
    }

/*=================================================*/

    .in-box-content1 {
        width: 1090px;
        margin-left: 7%;
        margin-right: 5%;
    }

    .in-cnt1subt {
        width: 955px;
        padding-bottom: 7%;
        line-height: 1.1;
    }

    .in-cnt1subt span{
        font-size: 3.9em;
    }

    .in-cnt1para {
        width: 955px;
        line-height: 1.2;
        font-size: 2.025em;
        margin-bottom: 54%;
    }

/*=================================================*/


    .in-box-content2 {
        width: 2800px;
        margin-left: 30px;
        margin-right: 50px;
    }

    .in-pic1 {
        width: 100%;
    }


/*=================================================*/


    .in-box-content3 {
        width: 1035px;
        margin-left: 20px;
    }

    .iconfaci img {
        width: 90px;
        height: 90px;
    }

    .icondesc {
        margin-left: 80px;
        line-height: 1.2;
        font-size: 2.45em;
    }

    .tablefaci {
        margin-left: 5px;
        padding: 10px 20px 10px 30px;
    }

    .gate {
        margin-top: 85%;
    }

/*=================================================*/


    .in-box-content4 {
        height: 100vh;
        width: 1755px;
        margin-right: 30px;
    }

    .in-title1 {
        top: 119px;
        left: 90px;
        font-size: 2.15em;
    }

    .mapplan {
        width: 95%;
        margin-left: 0%;
        margin-top: 6%;
    }




    /* ===================================
    Features CSS
    ====================================== */

    .hor-feat {
        padding-left: 18vw;
    }

    .ft-box-content1 {
        width: 2785px;
        margin-left: 90px;
        margin-right: 70px;
    }

    .ft-pic1 {
        width: 100%;
    }

    /*=================================================*/

    .ft-box-content2 {
        margin-right: 110px;
    }

    .ft-pic2 {
        width: 1790px;
    }

    .ft-cnt1subt {
        width: 825px;
        padding-top: 70px;
        padding-bottom: 80px;
        line-height: 1.2;
        font-size: 3.4875em;
    }

    /*=================================================*/

    .ft-box-content3 {
        margin-right: 140px;
    }

    .ft-cnt1para {
        width: 786px;
        line-height: 1.2;
        font-size: 2.025em;
        margin-bottom: 1092px;
    }

    /*=================================================*/

    .ft-box-content4 {
        width: 3830px;
        height: 100vh;
    }

    .ft-pic3 {
        width: 100%;
        bottom: 0;
    }



     /* ===================================
    Unit Type CSS
    ====================================== */
    /*=================================================*/
    /*Toggle Unit Types: Link Houses  & Townhouses*/
    /*=================================================*/

    .menu-right-part-2 {
        right: 8.2%;
    }

    .linkhome-toggle-holder { /*Open*/
        width: 125px;
    }

    .closeX:before, .closeX:after {
        height: 2.5px;
        width: 55px;
        top: 90px;
        left: 30%;
    }

    .lh-menu-line {
        left: -138px;
        width: 400px;
        font-size: 3.575em;
        top: 81%;
    }

    .linkhome2-toggle-holder { /*Close*/
        left: 0%;
        width: 125px;
    }

    /*=================================================*/

    .menu-right-part-3 {
        right: 4.3%;
    }

    .townhouses-toggle-holder { /*Open*/
        width: 125px;
    }

    .th-menu-line {
        left: -140px;
        width: 400px;
        font-size: 3.575em;
        top: 81%;
    }

    .townhouses2-toggle-holder { /*Close*/
        left: 0%;
        width: 125px;
    }

    /*=================================================*/
    /*Arrow Toggle Unit Types*/
    /*=================================================*/

    .olhth-arrow {
        right: 20px;
        top: -55%;
        max-width: 55px !important;
        max-height: 55px !important;
    }

    .clhth-arrow {
        right: -30px;
        top: -150%;
        max-width: 55px !important;
        max-height: 55px !important;
    }
    /*=================================================*/

    .hor-unit {
        padding-left: 18vw;
    }

    .ut-box-content1 {
        width: 960px;
        margin-left: 100px;
        margin-right: 70px;
    }

    .ut-cnt1subt {
        width: 960px;
        line-height: 1.15;
        padding-bottom: 118%;
    }

    .ut-cnt1subt span{
        font-size: 3.6875em;
    }

    /*=================================================*/

    .ut-box-content2 {
        width: 2025px;
        margin-right: 70px;
    }

    .ut-cnt1title {
        padding: 14px 0px 70px 0px;
        font-size: 2.4em;
    }

    .ut-pic1 {
        width: 100%;
    }

    /*=================================================*/

    .ut-box-content3 {
        width: 1259px;
        margin-right: 95px;
    }

    .ut-pic2 {
        margin-top: 125px;
        width: 100%;
    }

    .emptygap2 {
        width: 100%;
        height: 57px;
    }

    .ut-pic3 {
        width: 100%;
    }

    .ut-pic3 img {
        padding-top: 0px;
    }

    /*=================================================*/

    .ut-box-content4 {
        margin-right: 100px;
    }

    .ut-cnt1para {
        width: 935px;
        line-height: 1.3;
        font-size: 2.025em;
        margin-bottom: 1028px;
    }

    /*=================================================*/

    .gappage {
        height: 100vh;
        margin-right: 140px;
    }

    .ut-box-content5 {
        margin-right: 120px;
    }

    .ut-cnt2para {
        width: 975px;
        line-height: 1.3;
        font-size: 2.025em;
        margin-bottom: 1110px;
    }

    .ut-download{
        margin-right: 430px;
    }

    .linkleaves1 {
        background-position: 12% top;
        background-size: 60% auto;
    }

    /*=================================================*/

    .hor-linkhome {
        padding-left: 4vw;
    }

    .lh-download {
        margin-right: 110px;
    }

    .lh-box-content1{
        margin-left: 100px;
        width: 920px;
    }

    .lh-box1 {
        width: 360px;
        line-height: 40px;
    }

    .lh-title {
        font-size: 2.025em;
        font-weight: 600;
    }

    .lh-sub {
        font-size: 2.025em;
    }

    .lh-gap {
        margin: 0px;
    }

    .lh-map {
        margin-top: 90px;
    }

    .lh-map img {
        width: 55%;
    }

    .lh-box2 {
        width: 550px;
        line-height: 40px;
        margin-bottom: 410px;
    }

    /*=================================================*/

    .lh-box-content2{
        width: 499px;
    }

    .lh-gf {
        width: 100%;
        margin-bottom: 36%;
    }

    .gftitle {
        font-size: 2.025em;
    }

    /*=================================================*/

    .lh-box-content3{
        width: 440px;
        margin-left: 130px;
    }

    .lh-ff {
        width: 100%;
        margin-bottom: 115%;
    }

    .fftitle {
        font-size: 2.025em;
    }

    /*=================================================*/

    .lh-box-content4{
        width: 440px;
        margin-right: 300px;
        margin-left: 130px;
    }

    .lh-sf {
        width: 100%;
        margin-bottom: 149%;
    }

    .sftitle {
        font-size: 2.025em;
    }

    /*=================================================*/

    .hor-townhouses {
        padding-left: 4vw;
    }

    .th-box-content1 {
        margin-left: 100px;
        margin-bottom: 70%;
        width: 825px;
    }

    .th-box1 {
        width: 330px;
        line-height: 38px;
    }

    .th-title {
        font-size: 2.025em;
        font-weight: 600;
    }

    .th-sub {
        font-size: 2.025em;
    }

    .th-gap {
        margin: 0px;
    }

    .th-map {
        margin-top: 90px;
    }

    .th-map img {
        width: 55%;
    }

    .th-box2 {
        width: 425px;
        line-height: 38px;
        margin-bottom: 118px;
    }

    /*=================================================*/

    .th-box-content2{
        width: 290px;
        margin-bottom: 155%;
    }

    .th-gf {
        width: 100%;
        margin-bottom: 60%;
    }

    /*=================================================*/

    .th-box-content3{
        width: 460px;
        margin-left: 160px;
        margin-bottom: 72%;
    }

    .th-ff {
        width: 100%;
        margin-bottom: 105%;
    }

    /*=================================================*/

    .th-box-content4{
        width: 455px;
        margin-right: 160px;
        margin-left: 160px;
        margin-bottom: 57%;
    }

    .th-sf {
        width: 100%;
        margin-bottom: 35%;
    }

    /*=================================================*/

    .gappage2 {
        height: 100vh;
        margin-right: 70px;
    }

    .th-box-content5 {
        margin-left: 60px;
        margin-bottom: 74%;
        width: 820px;
    }

    /*=================================================*/

    .th-box-content6 {
        width: 490px;
        margin-bottom: 46%;
    }

    .th-gf1 {
        width: 100%;
        margin-bottom: 10%;
    }

    /*=================================================*/

    .th-box-content7 {
        width: 480px;
        margin-left: 150px;
        margin-right: 165px;
        margin-bottom: 28%;
    }

    .th-ff1 {
        width: 100%;
        margin-bottom: 114%;
    }

    /*=================================================*/

    .th-download{
        margin-right: 110px;
    }

    .linkleaves2 {
        background-position: 90% top;
        background-size: 85% auto;
    }





    /* ===================================
    Virtual Showroom CSS
    ====================================== */

    .hor-virtual {
        padding-left: 18vw;
    }

    .vrbuttonarea {
        top: 76vh;
        left: 95px;
    }

    .vrbtn {
        margin-top: 35px;
        width: 395px;
        padding: 13px 30px;
        font-size: 1.485em;
    }

    .vr-box-content1 {
        width: 72vw;
        height: 86vh;
        margin-left: 100px;
    }

    .vr-box-content2 {
        width: 72vw;
        height: 86vh;
        margin-left: 100px;
    }





    /* ===================================
    Location CSS
    ====================================== */

    .hor-loca {
        padding-left: 18vw;
    }

    .lo-box-content1 {
        width: 980px;
        margin-left: 100px;
        margin-right: 40px;
    }

    .lo-cnt1subt {
        width: 880px;
        padding-bottom: 105px;
        line-height: 1;
    }

    .lo-cnt1subt span{
        font-size: 3.9em;
    }

    .lo-cnt1para {
        width: 930px;
        line-height: 1.3;
        font-size: 2em;
        margin-bottom: 607px;
    }


    /*=================================================*/


    .lo-box-content2 {
        width: 2170px;
        height: 1560px;
        padding-top: 10px;
    }

    /*=================================================*/

    .lo-box-content3 {
        width: 835px;
        margin-left: 80px;
    }

    .loctitle {
        margin-top: 25px;
        margin-left: 12px;
        font-size: 2.22em;
    }

    .locdetails {
        margin-left: 10px;
        margin-top: -18px;
        margin-bottom: 20px;
        font-size: 1.95em;
        line-height: 1.2;
    }



    /* ===================================
    Registration CSS
    ====================================== */

    .hor-register {
        padding-left: 18vw;
    }

    .regisleaves {
        background-position: -75px bottom;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .rt-box-content1 {
        width: 77vw;
        margin-left: 105px;
        margin-right: 40px;
    }

    .rt-cnt1subt {
        width: 895px;
        padding-bottom: 27%;
        line-height: 1.2;
    }

    .rt-cnt1subt span {
        font-size: 3.6875em;
    }

    .rt-boxform {
        margin-right: 290px;
        width: 1090px;
    }

    .formcontent2 {
        width: 100%;
    }

    .formtable2 {
        padding: 0px 5px;
        width: 100%;
    }

    .forminputname2 {
        margin-top: 30px;
        font-size: 1.675em;
    }

    .errFor2 {
        font-size: 1.675em;
        margin-top: 30px;
    }


    .forminput2 {
        margin-bottom: 0px;
        width: 100%;
        font-size: 1.675em;
        padding: 30px 0 10px 0;
    }

    .formdropdown2 {
        margin-bottom: 0px;
        padding-top: 25px;
        padding-bottom: 15px;
        width: 100%;
        background-size: 25px 25px;
        font-size: 1.675em;
    }

    .agreetable2 {
        padding: 0px 5px;
        width: 100%;
    }

    .formradio2 {
        margin-top: 36px;
        margin-bottom: 50px;
        margin-right: 90px;
        margin-left: 0px;
        width: 40px;
        height: 40px;
    }

    .agreementdesc2 {
        margin-top: 50px;
        font-size: 1.40em;
        line-height: 1.2;
    }

    .formsubmit2 {
        margin: 100px 0px 50px 0px; 
        width: 100%;
        padding: 20px 35px;
        font-size: 1.675em;
    }

    .rtformarrowright {
        height: 25px !important;
        width: 25px !important;
        margin: 4px;
    }

    .rtformarrowrightgreen {
        height: 25px !important;
        width: 25px !important;
        margin: 4px;
    }


    /* ===================================
    About CSS
    ====================================== */

    .hor-about {
        padding-left: 18vw;
    }


    .ab-box-content1 {
        width: 1255px;
        margin-left: 90px;
        margin-right: 90px;
    }

    .ab-pic1 {
        width: 100%;
    }

    /*=================================================*/

    .ab-box-content2 {
        padding: 0vh 0px;
    }

    .ab-cbox {
        width: 860px;
        line-height: .95;
    }

    .ab-cnt1subt {
        padding-top: 25px;
        width: 820px;
    }

    .ab-cnt1subt span{
        font-size: 4.0375em;
    }

    .ab-cnt1para {
        padding-top: 95px;
        width: 780px;
        line-height: 1.2;
        font-size: 2.025em;
    }

    .c6btn {
        margin-top: 80px;
        margin-bottom: 940px;
    }

}









@media all and (max-width: 2560px) {

    .menu-right-part-1 {
        right: 4.3%;
    }

    .menu-title {
        bottom: 6%;
        left: 10%;
        font-size: 1.8em;
    }

    .toggle-holder {
        width: 110px;
    }

    #toggle .menu-line {
        left: 5px;
    }   

    #toggle.all-loaded .menu-line {
        width: 60px;
        margin-left: 20px;
    }

    #toggle.all-loaded:before {
        width: 60px;
        margin-left: 20px;
    }

    #toggle.all-loaded:after {
        width: 60px;
    }

    #toggle:before, #toggle:after {
        left: 15px;
    }

    #toggle.on:before {
        width: 60px !important;
    }

    #toggle.on:after {
        width: 60px !important;
    }




    .menu-left-part.open {
        left: 65%;
    }

    .sm-clean a, 
    .sm-clean a:hover, 
    .sm-clean a:focus, 
    .sm-clean a:active {
        padding: 12px 20px;
        font-size: 2.0625em;
    }

    .sm-clean > li > a:after {
        height: 90px;
    }




    .box1 {
        bottom: 45px;
    }

    .box2 {
        bottom: 45px;
    }

    .titletext {
        font-size: 1.15em;
        line-height: 1.2;
        margin-left: 55px;
    }

    .bodytext {
        font-size: 1.15em;
        line-height: 1.2;
        margin-left: 55px;
    }

    .gapgap {
        margin: -8px;
    }

    .socialtable {
        padding: 4px 55px;
    }

    .site-wrapper .socialtable img {
        padding-right: 16px;
        width: 80%;
    }

    .site-wrapper .ytllandlogo {
        padding: 10px 50px;
        width: 38%;
    }





    .background {
        background-position: 0% 88%;
    }

    .header-logo {
        top: 80px;
        left: 80px;
    }

    .header-logo img {
        width: 270px;
    }

    .welcometitle {
        bottom: 80px;
        left: 90px;
        font-size: 5.675em;
    }

    .welcomebtn {
        bottom: 55px;
        right: 151px;
        width: 420px;
        padding: 15px 15px 15px 25px;
        font-size: 1.655em;
    }

    .arrowright {
        height: 25px !important;
        width: 25px !important;
        margin: 5px;
    }

    .arrowrightgreen {
        height: 25px !important;
        width: 25px !important;
        margin: 5px;
    }

    .welcomeguide {
        top: 240px;
        right: -11px;
        font-size: 2.675em;
    }

    .arrowdown {
        height: 35px !important;
        width: 35px !important;
        margin: 5px;
        padding-left: 10px;
    }





    .horizontal-slider .carousel-item-text {
        max-width: 860px;
        padding: 0vh 175px;
    }

    .quotetxt {
        font-size: 3.0875em;
        line-height: 1;
    }

    .authtxt {
        font-size: 1.525em;
        line-height: 3;
    }




    
    /* ===================================
    Index CSS
    ====================================== */
    /*Universal: Index CSS*/

    .hptitle {
        font-size: 1.2em;
    }

    .hpbtn {
        width: 350px;
        padding: 14px 10px;
        font-size: 0.885em; }

    .hparrowrightgreen {
        height: 15px !important;
        width: 15px !important;
        margin: 5px;
    }

    .hparrowright {
        height: 15px !important;
        width: 15px !important;
        margin: 5px;
    }







    .leaf {
        background-position: -210px bottom;
        background-size: 80% auto;
    }

    .hp-box-content1 {
        padding: 0vh 125px;
    }

    .cnt1title {
        margin-bottom: 60px;
    }

    .hppic1 {
        width: 1300px;
    }

    .cnt1subt {
        padding-top: 30px;
        width: 500px;
        line-height: 1;
    }

    .cnt1subt span{
        font-size: 4.8em;
    }

    .cnt1para {
        padding-top: 40px;
        width: 542px;
        line-height: 1.2;
        font-size: 1.5em;
    }

    .c1btn {
        margin-top: 50px;
        margin-right: 85px;
        margin-bottom: 90px;
    }





    .cnt2title {
        margin-bottom: 42px;
    }

    .cbox2 {
        width: 730px;
        line-height: 1;
    }

    .cnt2subt {
        padding-top: 25px;
        width: 670px;
    }

    .cnt2subt span{
        font-size: 4.8em;
    }

    .cnt2para {
        padding-top: 76px;
        width: 575px;
        line-height: 1.2;
        font-size: 1.5em;
    }

    .c2btn {
        margin-top: 65px;
        margin-bottom: 500px;
    }





    .hp-box-content3 {
        width: 1969px;
        margin-right: 60px;
        padding-top: 35px;
    }






    .leaf2 {
        background-position: bottom right;
        background-size: 83% auto;
    }

    .hp-box-content4 {
        width: 1855px;
        margin-right: 20px;
        padding-top: 0px;
    }

    .unitbx {
        width: 849px;
    }

    .unitsub {
      padding-top: 66px;
      line-height: 1.1;
    }

    .unitsub span {
      font-size: 4.8em;
    }

    .cnt3para {
        width: 785px;
        line-height: 1.2;
        font-size: 1.5em;
        padding-top: 80px;
    }

    .unitdesc {
        width: 536px;
    }   

    .fpbtn {
        margin-top: 80px;
    }

    .c3btn {
      margin-top: 80px;
      margin-left: 23px;
      margin-bottom: 347px;
    }

    .unitbx2 {
        width: 50%;
        height: 96px;
    }

    .hppic4 {
        width: 50.5%;
    }

    .hppic4 img {
        margin-right: 25px;
    }

    .emptygap {
        width: 50.5%;
        height: 51px;
    }

    .hppic5 {
        width: 50.5%;
    }

    .hppic5 img {
        padding-top: 0px;
    }






    .hp-box-content5 {
        width: 1686px;
    }

    .cnt5title {
        padding: 0px 0px 55px 0px;
    }

    .hppic6 {
        width: 100%;
        margin-bottom: 60px;
    }







    .leaves {
        background-position: top right;
        background-size: 60% auto;
    }

    .hp-box-content6 {
        padding: 0vh 140px 0vh 65px;
    }

    .cbox3 {
        width: 825px;
    }

    .cnt3subt {
        padding-top: 110px;
        width: 870px;
        line-height: 1.1;
    }

    .cnt3subt span{
        font-size: 4.8em;
    }

    .cnt4para {
        padding-top: 75px;
        width: 870px;
        line-height: 1.3;
        font-size: 1.5em;
    }

    .cbox4 {
        width: 582px;
    }

    .c4btn {
        margin-top: 70px;
    }

    .c5btn {
        margin-top: 70px;
        margin-left: 25px;
        margin-bottom: 560px;
    }







    .hp-box-content7{
        width: 1200px; 
    }

    .formtitle {
        font-size: 3.4875em;
        margin-bottom: 50px;
    }

    .formtable {
        padding: 0px 170px;
        width: 100%;
    }

    .forminputname {
        margin-top: 20px;
        font-size: 1.475em;
    }

    .errFor {
        font-size: 1.475em;
        margin-top: 20px;
    }

    .forminput {
        margin-bottom: 0px;
        width: 100%;
        font-size: 1.475em;
        padding: 20px 0 10px 0;
    }

    .formdropdown {
        margin-bottom: 0px;
        padding-top:20px;
        padding-bottom: 10px;
        width: 100%;
        background-size: 20px 20px;
        font-size: 1.475em;
    }

    .agreetable {
        padding: 0px 170px;
        width: 100%;
    }

    .formradio {
        margin-top: 45px;
        margin-bottom: 50px;
        margin-right: 60px;
        margin-left: 0px;
        width: 30px;
        height: 30px;
    }

    .agreementdesc {
        margin-top: 50px;
        font-size: 1.13em;
        line-height: 1.2;
    }

    .formsubmit {
        margin: 70px 0px 50px 0px; 
        width: 100%;
        padding: 20px 35px;
        font-size: 1.475em;
    }

    .hpformarrowright {
        height: 20px !important;
        width: 20px !important;
        margin: 4px;
    }

    .hpformarrowrightgreen {
        height: 20px !important;
        width: 20px !important;
        margin: 4px;
    }

    .tqformbox {
        width: 100%;
        height: 90%;
    }

    .tqtxt{
        line-height: 1.1;
        font-size: 3.4em;
    }







    .hp-box-content8 {

    }

    .cbox5 {
        width: 910px;
    }

    .cbox6 {
        margin-top: 821px;
        margin-left: 70px;
        width: 330px;
    }

    .projectby {
        margin-top: 1050px;
        margin-right: 145px;
        width: 360px;
    }

    .titletext2 {
        font-size: 1.15em;
        line-height: 1.2;
        padding-bottom: 1px;
        padding-left: 40px;
    }

    .bodytext2 {
        font-size: 1.15em;
        line-height: 1.2;
        padding: 0px 40px;
    }

    .socialtable2 {
        padding: 4px 40px;
    }

    .site-wrapper .socialtable2 img {
        padding-right: 20px;
        width: 80%;
    }

    .gapgap2 {
        margin: -8px;
    }

    .ytllandlogo2 {
        padding: 10px 38px;
        width: 36% !important;
    }


    /* ===================================
    Introduction CSS
    ====================================== */
    /*Universal: Introduction CSS*/

    .header-logo2 {
        top: 79px;
        left: 84.5px;
    }

    .header-logo2 img {
        width: 280px;
    }

    .scrollguide {
        top: 50%;
        left: 2.5%;
        width: 320px;
        font-size: 1.2em;
        line-height: 1.3em;
    }

    .pagetitle {
        bottom: 7%;
        left: 2.4%;
        width: 320px;
        font-size: 1.4em;
    }

    .hor-intro {
        padding-left: 17.5vw;
    }


    .linkleaves {
        background-position: 0% top;
        background-size: 86% auto;
    }

    .linkshortcutbox {
        height: 100vh;
        width: 455px;
        margin-right: 185px;
    }

    .linkshortcutbtn {
        margin-left: 12%;
        margin-top: 6%;
        width: 356px;
        padding: 5px 30px;
        font-size: 1.21em;
    }

    .linkarrowrightgreen {
        height: 17px !important;
        width: 17px !important;
        margin: 7px 0px;
    }

    .linkarrowright {
        height: 17px !important;
        width: 17px !important;
        margin: 7px 0px;
    }

    .pushdownload {
        margin-top: 230%;
        margin-left: 12%;
        width: 356px;
        padding: 5px 30px;
        font-size: 1.21em;
    }

    .downloadarrowgreen {
        height: 17px !important;
        width: 17px !important;
        margin: 7px 0px;
    }

    .downloadarrow {
        height: 17px !important;
        width: 17px !important;
        margin: 7px 0px;
    }

/*=================================================*/

    .in-box-content1 {
        width: 830px;
        margin-left: 7%;
        margin-right: 5%;
    }

    .in-cnt1subt {
        width: 740px;
        padding-bottom: 9%;
        line-height: 1.1;
    }

    .in-cnt1subt span{
        font-size: 2.95em;
    }

    .in-cnt1para {
        width: 740px;
        line-height: 1.2;
        font-size: 1.525em;
        margin-bottom: 58%;
    }

/*=================================================*/


    .in-box-content2 {
        width: 2240px;
        margin-left: 30px;
        margin-right: 50px;
    }

    .in-pic1 {
        width: 100%;
    }


/*=================================================*/


    .in-box-content3 {
        width: 755px;
        margin-left: 20px;
    }

    .iconfaci img {
        width: 70px;
        height: 70px;
    }

    .icondesc {
        margin-left: 55px;
        line-height: 1.2;
        font-size: 1.75em;
    }

    .tablefaci {
        margin-left: 5px;
        padding: 7px 20px 7px 20px;
    }

    .gate {
        margin-top: 92%;
    }

/*=================================================*/


    .in-box-content4 {
        height: 100vh;
        width: 1425px;
        margin-right: 15px;
    }

    .in-title1 {
        top: 80px;
        left: 85px;
        font-size: 1.75em;
    }

    .mapplan {
        width: 94%;
        margin-left: 0%;
        margin-top: 5%;
    }




    /* ===================================
    Features CSS
    ====================================== */

    .hor-feat {
        padding-left: 18vw;
    }

    .ft-box-content1 {
        width: 2225px;
        margin-left: 90px;
        margin-right: 55px;
    }

    .ft-pic1 {
        width: 100%;
    }

    /*=================================================*/

    .ft-box-content2 {
        margin-right: 80px;
    }

    .ft-pic2 {
        width: 1440px;
    }

    .ft-cnt1subt {
        width: 725px;
        padding-top: 60px;
        padding-bottom: 40px;
        line-height: 1.2;
        font-size: 2.8875em;
    }

    /*=================================================*/

    .ft-box-content3 {
        margin-right: 100px;
    }

    .ft-cnt1para {
        width: 593px;
        line-height: 1.2;
        font-size: 1.525em;
        margin-bottom: 900px;
    }

    /*=================================================*/

    .ft-box-content4 {
        width: 3030px;
        height: 100vh;
    }

    .ft-pic3 {
        width: 100%;
        bottom: 0;
    }



     /* ===================================
    Unit Type CSS
    ====================================== */
    /*=================================================*/
    /*Toggle Unit Types: Link Houses  & Townhouses*/
    /*=================================================*/

    .menu-right-part-2 {
        right: 8%;
    }

    .linkhome-toggle-holder { /*Open*/
        width: 95px;
    }

    .closeX:before, .closeX:after {
        height: 2.5px;
        width: 45px;
        top: 68px;
        left: 28%;
    }

    .lh-menu-line {
        left: -120px;
        width: 340px;
        font-size: 2.975em;
        top: 79%;
    }

    .linkhome2-toggle-holder { /*Close*/
        left: 0%;
        width: 95px;
    }

    /*=================================================*/

    .menu-right-part-3 {
        right: 4.3%;
    }

    .townhouses-toggle-holder { /*Open*/
        width: 95px;
    }

    .th-menu-line {
        left: -120px;
        width: 340px;
        font-size: 2.975em;
        top: 79%;
    }

    .townhouses2-toggle-holder { /*Close*/
        left: 0%;
        width: 95px;
    }

    /*=================================================*/
    /*Arrow Toggle Unit Types*/
    /*=================================================*/

    .olhth-arrow {
        right: 20px;
        top: -45%;
        max-width: 50px !important;
        max-height: 50px !important;
    }

    .clhth-arrow {
        right: -30px;
        top: -150%;
        max-width: 50px !important;
        max-height: 50px !important;
    }
    /*=================================================*/

    .hor-unit {
        padding-left: 18vw;
    }

    .ut-box-content1 {
        width: 740px;
        margin-left: 80px;
        margin-right: 70px;
    }

    .ut-cnt1subt {
        width: 770px;
        line-height: 1.15;
        padding-bottom: 123%;
    }

    .ut-cnt1subt span{
        font-size: 2.875em;
    }

    /*=================================================*/

    .ut-box-content2 {
        width: 1615px;
        margin-right: 50px;
    }

    .ut-cnt1title {
        padding: 2px 0px 50px 0px;
        font-size: 1.7em;
    }

    .ut-pic1 {
        width: 100%;
    }

    /*=================================================*/

    .ut-box-content3 {
        width: 1000px;
        margin-right: 80px;
    }

    .ut-pic2 {
        margin-top: 90px;
        width: 100%;
    }

    .emptygap2 {
        width: 100%;
        height: 45px;
    }

    .ut-pic3 {
        width: 100%;
    }

    .ut-pic3 img {
        padding-top: 0px;
    }

    /*=================================================*/

    .ut-box-content4 {
        margin-right: 90px;
    }

    .ut-cnt1para {
        width: 660px;
        line-height: 1.3;
        font-size: 1.465em;
        margin-bottom: 830px;
    }

    /*=================================================*/

    .gappage {
        height: 100vh;
        margin-right: 140px;
    }

    .ut-box-content5 {
        margin-right: 120px;
    }

    .ut-cnt2para {
        width: 710px;
        line-height: 1.3;
        font-size: 1.465em;
        margin-bottom: 888px;
    }

    .ut-download{
        margin-right: 370px;
    }

    .linkleaves1 {
        background-position: 12% top;
        background-size: 60% auto;
    }

    /*=================================================*/

    .hor-linkhome {
        padding-left: 4vw;
    }

    .lh-download {
        margin-right: 115px;
    }

    .lh-box-content1{
        margin-left: 100px;
        margin-right: 100px;
        width: 580px;
    }

    .lh-box1 {
        width: 240px;
        line-height: 31px;
    }

    .lh-title {
        font-size: 1.55em;
        font-weight: 600;
    }

    .lh-sub {
        font-size: 1.55em;
    }

    .lh-gap {
        margin: -1px;
    }

    .lh-map {
        margin-top: 60px;
    }

    .lh-map img {
        width: 55%;
    }

    .lh-box2 {
        width: 320px;
        line-height: 31px;
        margin-bottom: 350px;
    }

    /*=================================================*/

    .lh-box-content2{
        width: 397px;
    }

    .lh-gf {
        width: 100%;
        margin-bottom: 33%;
    }

    .gftitle {
        font-size: 1.55em;
    }

    /*=================================================*/

    .lh-box-content3{
        width: 350px;
        margin-left: 130px;
    }

    .lh-ff {
        width: 100%;
        margin-bottom: 113%;
    }

    .fftitle {
        font-size: 1.55em;
    }

    /*=================================================*/

    .lh-box-content4{
        width: 350px;
        margin-right: 250px;
        margin-left: 130px;
    }

    .lh-sf {
        width: 100%;
        margin-bottom: 146%;
    }

    .sftitle {
        font-size: 1.55em;
    }

    /*=================================================*/

    .hor-townhouses {
        padding-left: 4vw;
    }

    .th-box-content1 {
        margin-left: 70px;
        margin-bottom: 64%;
        width: 690px;
    }

    .th-box1 {
        width: 270px;
        line-height: 31px;
    }

    .th-title {
        font-size: 1.55em;
        font-weight: 600;
    }

    .th-sub {
        font-size: 1.55em;
    }

    .th-gap {
        margin: -1px;
    }

    .th-map {
        margin-top: 60px;
    }

    .th-map img {
        width: 55%;
    }

    .th-box2 {
        width: 370px;
        line-height: 31px;
        margin-bottom: 118px;
    }

    /*=================================================*/

    .th-box-content2{
        width: 218px;
        margin-bottom: 170%;
    }

    .th-gf {
        width: 100%;
        margin-bottom: 73%;
    }

    /*=================================================*/

    .th-box-content3{
        width: 365px;
        margin-left: 130px;
        margin-bottom: 75%;
    }

    .th-ff {
        width: 100%;
        margin-bottom: 102%;
    }

    /*=================================================*/

    .th-box-content4{
        width: 365px;
        margin-right: 125px;
        margin-left: 115px;
        margin-bottom: 61%;
    }

    .th-sf {
        width: 100%;
        margin-bottom: 30%;
    }

    /*=================================================*/

    .gappage2 {
        height: 100vh;
        margin-right: 70px;
    }

    .th-box-content5 {
        margin-left: 20px;
        margin-bottom: 71%;
        width: 680px;
    }

    /*=================================================*/

    .th-box-content6 {
        width: 395px;
        margin-bottom: 42%;
    }

    .th-gf1 {
        width: 100%;
        margin-bottom: 10%;
    }

    /*=================================================*/

    .th-box-content7 {
        width: 366px;
        margin-left: 125px;
        margin-right: 150px;
        margin-bottom: 25%;
    }

    .th-ff1 {
        width: 100%;
        margin-bottom: 133%;
    }

    /*=================================================*/

    .th-download{
        margin-right: 115px;
    }

    .linkleaves2 {
        background-position: 90% top;
        background-size: 85% auto;
    }



    /* ===================================
    Virtual Showroom CSS
    ====================================== */

    .hor-virtual {
        padding-left: 18vw;
    }

    .vrbuttonarea {
        top: 77vh;
        left: 76px;
    }

    .vrbtn {
        margin-top: 23px;
        width: 320px;
        padding: 12px 30px;
        font-size: 1.115em;
    }

    .vr-box-content1 {
        width: 72vw;
        height: 86vh;
        margin-left: 70px;
    }

    .vr-box-content2 {
        width: 72vw;
        height: 86vh;
        margin-left: 70px;
    }




    /* ===================================
    Location CSS
    ====================================== */

    .hor-loca {
        padding-left: 18vw;
    }

    .lo-box-content1 {
        width: 740px;
        margin-left: 80px;
        margin-right: 40px;
    }

    .lo-cnt1subt {
        width: 765px;
        padding-bottom: 80px;
        line-height: 1;
    }

    .lo-cnt1subt span{
        font-size: 3em;
    }

    .lo-cnt1para {
        width: 717px;
        line-height: 1.3;
        font-size: 1.54em;
        margin-bottom: 510px;
    }


    /*=================================================*/


    .lo-box-content2 {
        width: 1700px;
        height: 1238px;
        padding-top: 2px;
    }

    /*=================================================*/

    .lo-box-content3 {
        width: 620px;
        margin-left: 70px;
    }

    .loctitle {
        margin-top: 25px;
        margin-left: 12px;
        font-size: 1.7em;
    }

    .locdetails {
        margin-left: 10px;
        margin-top: -18px;
        margin-bottom: 20px;
        font-size: 1.5em;
        line-height: 1.2;
    }



    /* ===================================
    Registration CSS
    ====================================== */

    .hor-register {
        padding-left: 18vw;
    }

    .regisleaves {
        background-position: -75px bottom;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .rt-box-content1 {
        width: 76vw;
        margin-left: 85px;
        margin-right: 40px;
    }

    .rt-cnt1subt {
        width: 704px;
        padding-bottom: 27%;
        line-height: 1.2;
    }

    .rt-cnt1subt span {
        font-size: 2.9875em;
    }

    .rt-boxform {
        margin-right: 140px;
        width: 860px;
    }

    .formcontent2 {
        width: 100%;
    }

    .formtable2 {
        padding: 0px 5px;
        width: 100%;
    }

    .forminputname2 {
        margin-top: 20px;
        font-size: 1.475em;
    }

    .errFor2 {
        font-size: 1.475em;
        margin-top: 20px;
    }


    .forminput2 {
        margin-bottom: 0px;
        width: 100%;
        font-size: 1.475em;
        padding: 20px 0 10px 0;
    }

    .formdropdown2 {
        margin-bottom: 0px;
        padding-top: 20px;
        padding-bottom: 10px;
        width: 100%;
        background-size: 20px 20px;
        font-size: 1.475em;
    }

    .agreetable2 {
        padding: 0px 5px;
        width: 100%;
    }

    .formradio2 {
        margin-top: 45px;
        margin-bottom: 50px;
        margin-right: 60px;
        margin-left: 0px;
        width: 30px;
        height: 30px;
    }

    .agreementdesc2 {
        margin-top: 50px;
        font-size: 1.13em;
        line-height: 1.2;
    }

    .formsubmit2 {
        margin: 70px 0px 50px 0px; 
        width: 100%;
        padding: 20px 35px;
        font-size: 1.475em;
    }

    .rtformarrowright {
        height: 20px !important;
        width: 20px !important;
        margin: 4px;
    }

    .rtformarrowrightgreen {
        height: 20px !important;
        width: 20px !important;
        margin: 4px;
    }


    /* ===================================
    About CSS
    ====================================== */

    .hor-about {
        padding-left: 18vw;
    }


    .ab-box-content1 {
        width: 995px;
        margin-left: 70px;
        margin-right: 80px;
    }

    .ab-pic1 {
        width: 100%;
    }

    /*=================================================*/

    .ab-box-content2 {
        padding: 0vh 0px;
    }

    .ab-cbox {
        width: 700px;
        line-height: .95;
    }

    .ab-cnt1subt {
        padding-top: 25px;
        width: 600px;
    }

    .ab-cnt1subt span{
        font-size: 3.1275em;
    }

    .ab-cnt1para {
        padding-top: 80px;
        width: 640px;
        line-height: 1.2;
        font-size: 1.625em;
    }

    .c6btn {
        margin-top: 60px;
        margin-bottom: 740px;
    }

}






@media all and (max-width: 2240px) {

    .menu-right-part-1 {
        right: 4.3%;
    }

    .menu-title {
        bottom: 6%;
        left: 8%;
        font-size: 1.7em;
    }

    .toggle-holder {
        width: 110px;
    }

    #toggle .menu-line {
        left: 5px;
    }   

    #toggle.all-loaded .menu-line {
        width: 60px;
        margin-left: 20px;
    }

    #toggle.all-loaded:before {
        width: 60px;
        margin-left: 20px;
    }

    #toggle.all-loaded:after {
        width: 60px;
    }

    #toggle:before, #toggle:after {
        left: 15px;
    }

    #toggle.on:before {
        width: 60px !important;
    }

    #toggle.on:after {
        width: 60px !important;
    }




    .menu-left-part.open {
        left: 65.5%;
    }

    .sm-clean a, 
    .sm-clean a:hover, 
    .sm-clean a:focus, 
    .sm-clean a:active {
        padding: 12px 13px;
        font-size: 1.6625em;
    }

    .sm-clean > li > a:after {
        height: 85px;
    }




    .box1 {
        bottom: 45px;
    }

    .box2 {
        bottom: 45px;
    }

    .titletext {
        font-size: 0.98em;
        line-height: 1.1;
        margin-left: 55px;
    }

    .bodytext {
        font-size: 0.98em;
        line-height: 1.1;
        margin-left: 55px;
    }

    .gapgap {
        margin: -10px;
    }

    .socialtable {
        padding: 4px 55px;
    }

    .site-wrapper .socialtable img {
        padding-right: 16px;
        width: 80%;
    }

    .site-wrapper .ytllandlogo {
        padding: 10px 50px;
        width: 38%;
    }





    .background {
        background-position: 0% 90%;
    }

    .header-logo {
        top: 70px;
        left: 70px;
    }

    .header-logo img {
        width: 260px;
    }

    .welcometitle {
        bottom: 70px;
        left: 79px;
        font-size: 5.075em;
    }

    .welcomebtn {
        bottom: 55px;
        right: 139px;
        width: 375px;
        padding: 10px 15px 10px 17px;
        font-size: 1.455em;
    }

    .arrowright {
        height: 20px !important;
        width: 20px !important;
        margin: 8px;
    }

    .arrowrightgreen {
        height: 20px !important;
        width: 20px !important;
        margin: 8px;
    }

    .welcomeguide {
        top: 195px;
        right: -11px;
        font-size: 2.375em;
    }

    .arrowdown {
        height: 30px !important;
        width: 30px !important;
        margin: 8px;
        padding-left: 10px;
    }





    .horizontal-slider .carousel-item-text {
        max-width: 860px;
        padding: 0vh 165px;
    }

    .quotetxt {
        font-size: 2.7875em;
        line-height: 1;
    }

    .authtxt {
        font-size: 1.325em;
        line-height: 3;
    }




    
    /* ===================================
    Index CSS
    ====================================== */
    /*Universal: Index CSS*/

    .hptitle {
        font-size: 1.2em;
    }

    .hpbtn {
        width: 300px;
        padding: 14px 18px;
        font-size: 0.825em; 
    }

    .hparrowrightgreen {
        height: 15px !important;
        width: 15px !important;
        margin: 5px;
    }

    .hparrowright {
        height: 15px !important;
        width: 15px !important;
        margin: 5px;
    }







    .leaf {
        background-position: -210px bottom;
        background-size: 80% auto;
    }

    .hp-box-content1 {
        padding: 0vh 120px;
    }

    .cnt1title {
        margin-bottom: 45px;
    }

    .hppic1 {
        width: 1180px;
    }

    .cnt1subt {
        padding-top: 30px;
        width: 470px;
        line-height: 1;
    }

    .cnt1subt span{
        font-size: 4.3em;
    }

    .cnt1para {
        padding-top: 32px;
        width: 497px;
        line-height: 1.2;
        font-size: 1.37em;
    }

    .c1btn {
        margin-top: 35px;
        margin-right: 85px;
        margin-bottom: 75px;
    }





    .cnt2title {
        margin-bottom: 24px;
    }

    .cbox2 {
        width: 645px;
        line-height: 1;
    }

    .cnt2subt {
        padding-top: 25px;
        width: 635px;
    }

    .cnt2subt span{
        font-size: 4.3em;
    }

    .cnt2para {
        padding-top: 76px;
        width: 525px;
        line-height: 1.2;
        font-size: 1.37em;
    }

    .c2btn {
        margin-top: 65px;
        margin-bottom: 435px;
    }





    .hp-box-content3 {
        width: 1815px;
        margin-right: 40px;
        padding-top: 60px;
    }






    .leaf2 {
        background-position: bottom right;
        background-size: 83% auto;
    }

    .hp-box-content4 {
        width: 1705px;
        margin-right: 20px;
        padding-top: 0px;
    }

    .unitbx {
        width: 782px;
    }

    .unitsub {
      padding-top: 45px;
      line-height: 1.1;
    }

    .unitsub span {
      font-size: 4.3em;
    }

    .cnt3para {
        width: 785px;
        line-height: 1.2;
        font-size: 1.37em;
        padding-top: 60px;
    }

    .unitdesc {
        width: 487px;
    }   

    .fpbtn {
        margin-top: 60px;
    }

    .c3btn {
      margin-top: 60px;
      margin-left: 23px;
      margin-bottom: 320px;
    }

    .unitbx2 {
        width: 50%;
        height: 82px;
    }

    .hppic4 {
        width: 50.8%;
    }

    .hppic4 img {
        margin-right: 25px;
    }

    .emptygap {
        width: 50.8%;
        height: 45px;
    }

    .hppic5 {
        width: 50.8%;
    }

    .hppic5 img {
        padding-top: 0px;
    }






    .hp-box-content5 {
        width: 1552px;
    }

    .cnt5title {
        padding: 0px 0px 45px 0px;
    }

    .hppic6 {
        width: 100%;
        margin-bottom: 25px;
    }







    .leaves {
        background-position: top right;
        background-size: 60% auto;
    }

    .hp-box-content6 {
        padding: 0vh 140px 0vh 65px;
    }

    .cbox3 {
        width: 685px;
    }

    .cnt3subt {
        padding-top: 110px;
        width: 775px;
        line-height: 1.1;
    }

    .cnt3subt span{
        font-size: 4.3em;
    }

    .cnt4para {
        padding-top: 75px;
        width: 755px;
        line-height: 1.3;
        font-size: 1.37em;
    }

    .cbox4 {
        width: 532px;
    }

    .c4btn {
        margin-top: 50px;
    }

    .c5btn {
        margin-top: 50px;
        margin-left: 25px;
        margin-bottom: 535px;
    }







    .hp-box-content7{
        width: 1080px; 
    }

    .formtitle {
        font-size: 3.4875em;
        margin-bottom: 50px;
    }

    .formtable {
        padding: 0px 145px;
        width: 100%;
    }

    .forminputname {
        margin-top: 15px;
        font-size: 1.275em;
    }

    .errFor {
        font-size: 1.275em;
        margin-top: 15px;
    }

    .forminput {
        margin-bottom: 0px;
        width: 100%;
        font-size: 1.275em;
        padding: 15px 0 10px 0;
    }

    .formdropdown {
        margin-bottom: 0px;
        padding-top: 15px;
        padding-bottom: 10px;
        width: 100%;
        background-size: 16px 16px;
        font-size: 1.275em;
    }

    .agreetable {
        padding: 0px 145px;
        width: 100%;
    }

    .formradio {
        margin-top: 45px;
        margin-bottom: 50px;
        margin-right: 60px;
        margin-left: 0px;
        width: 30px;
        height: 30px;
    }

    .agreementdesc {
        margin-top: 35px;
        font-size: 1.02em;
        line-height: 1.2;
    }

    .formsubmit {
        margin: 58px 0px 50px 0px;
        width: 100%;
        padding: 16px 35px;
        font-size: 1.275em;
    }

    .hpformarrowright {
        height: 15px !important;
        width: 15px !important;
        margin: 4px;
    }

    .hpformarrowrightgreen {
        height: 15px !important;
        width: 15px !important;
        margin: 4px;
    }

    .tqformbox {
        width: 100%;
        height: 90%;
    }

    .tqtxt{
        line-height: 1.1;
        font-size: 3.4em;
    }







    .hp-box-content8 {

    }

    .cbox5 {
        width: 770px;
    }

    .cbox6 {
        margin-top: 715px;
        margin-left: 50px;
        width: 285px;
    }

    .projectby {
        margin-top: 925px;
        margin-right: 70px;
        width: 360px;
    }

    .titletext2 {
        font-size: 0.98em;
        line-height: 1.2;
        padding-bottom: 1px;
        padding-left: 40px;
    }

    .bodytext2 {
        font-size: 0.98em;
        line-height: 1.2;
        padding: 0px 40px;
    }

    .socialtable2 {
        padding: 4px 40px;
    }

    .site-wrapper .socialtable2 img {
        padding-right: 12px;
        width: 80%;
    }

    .gapgap2 {
        margin: -8px;
    }

    .ytllandlogo2 {
        padding: 10px 38px;
        width: 31% !important;
    }

    


    /* ===================================
    Introduction CSS
    ====================================== */
    /*Universal: Introduction CSS*/

    .header-logo2 {
        top: 75px;
        left: 74.5px;
    }

    .header-logo2 img {
        width: 245px;
    }

    .scrollguide {
        top: 50%;
        left: 2.5%;
        width: 275px;
        font-size: 1em;
        line-height: 1.3em;
    }

    .pagetitle {
        bottom: 6%;
        left: 2.4%;
        width: 275px;
        font-size: 1.25em;
    }

    .hor-intro {
        padding-left: 17.5vw;
    }


    .linkleaves {
        background-position: 0% top;
        background-size: 86% auto;
    }

    .linkshortcutbox {
        height: 100vh;
        width: 390px;
        margin-right: 185px;
    }

    .linkshortcutbtn {
        margin-left: 15%;
        margin-top: 6%;
        width: 320px;
        padding: 5px 15px;
        font-size: 1.05em;
    }

    .linkarrowrightgreen {
        height: 17px !important;
        width: 17px !important;
        margin: 10px 0px;
    }

    .linkarrowright {
        height: 15px !important;
        width: 15px !important;
        margin: 7px 0px;
    }

    .pushdownload {
        margin-top: 249%;
        margin-left: 15%;
        width: 320px;
        padding: 5px 15px;
        font-size: 1.05em;
    }

    .downloadarrowgreen {
        height: 15px !important;
        width: 15px !important;
        margin: 10px 0px;
    }

    .downloadarrow {
        height: 15px !important;
        width: 15px !important;
        margin: 10px 0px;
    }

/*=================================================*/

    .in-box-content1 {
        width: 740px;
        margin-left: 8%;
        margin-right: 5%;
    }

    .in-cnt1subt {
        width: 660px;
        padding-bottom: 10%;
        line-height: 1.1;
    }

    .in-cnt1subt span{
        font-size: 2.65em;
    }

    .in-cnt1para {
        width: 636px;
        line-height: 1.2;
        font-size: 1.355em;
        margin-bottom: 54%;
    }

/*=================================================*/


    .in-box-content2 {
        width: 1955px;
        margin-left: 30px;
        margin-right: 50px;
    }

    .in-pic1 {
        width: 100%;
    }


/*=================================================*/


    .in-box-content3 {
        width: 675px;
        margin-left: 5px;
    }

    .iconfaci img {
        width: 60px;
        height: 60px;
    }

    .icondesc {
        margin-left: 50px;
        line-height: 1.2;
        font-size: 1.55em;
    }

    .tablefaci {
        margin-left: 5px;
        padding: 4px 20px 4px 20px;
    }

    .gate {
        margin-top: 90%;
    }

/*=================================================*/


    .in-box-content4 {
        height: 100vh;
        width: 1225px;
        margin-right: 10px;
    }

    .in-title1 {
        top: 68px;
        left: 80px;
        font-size: 1.5em;
    }

    .mapplan {
        width: 94%;
        margin-left: 0%;
        margin-top: 6%;
    }



    /* ===================================
    Features CSS
    ====================================== */

    .hor-feat {
        padding-left: 18vw;
    }

    .ft-box-content1 {
        width: 1945px;
        margin-left: 90px;
        margin-right: 50px;
    }

    .ft-pic1 {
        width: 100%;
    }

    /*=================================================*/

    .ft-box-content2 {
        margin-right: 80px;
    }

    .ft-pic2 {
        width: 1250px;
    }

    .ft-cnt1subt {
        width: 590px;
        padding-top: 60px;
        padding-bottom: 50px;
        line-height: 1.2;
        font-size: 2.3975em;
    }

    /*=================================================*/

    .ft-box-content3 {
        margin-right: 100px;
    }

    .ft-cnt1para {
        width: 550px;
        line-height: 1.2;
        font-size: 1.415em;
        margin-bottom: 775px;
    }

    /*=================================================*/

    .ft-box-content4 {
        width: 2630px;
        height: 100vh;
    }

    .ft-pic3 {
        width: 100%;
        bottom: 0;
    }



    /* ===================================
    Unit Type CSS
    ====================================== */
    /*=================================================*/
    /*Toggle Unit Types: Link Houses  & Townhouses*/
    /*=================================================*/

    .menu-right-part-2 {
        right: 8.5%;
    }

    .linkhome-toggle-holder { /*Open*/
        width: 95px;
    }

    .closeX:before, .closeX:after {
        height: 2.5px;
        width: 40px;
        top: 60px;
        left: 28%;
    }

    .lh-menu-line {
        left: -95px;
        width: 290px;
        font-size: 2.575em;
        top: 79%;
    }

    .linkhome2-toggle-holder { /*Close*/
        left: 0%;
        width: 95px;
    }

    /*=================================================*/

    .menu-right-part-3 {
        right: 4.3%;
    }

    .townhouses-toggle-holder { /*Open*/
        width: 95px;
    }

    .th-menu-line {
        left: -95px;
        width: 290px;
        font-size: 2.575em;
        top: 79%;
    }

    .townhouses2-toggle-holder { /*Close*/
        left: 0%;
        width: 95px;
    }

    /*=================================================*/
    /*Arrow Toggle Unit Types*/
    /*=================================================*/

    .olhth-arrow {
        right: 20px;
        top: -30%;
        max-width: 40px !important;
        max-height: 40px !important;
    }

    .clhth-arrow {
        right: -30px;
        top: -100%;
        max-width: 40px !important;
        max-height: 40px !important;
    }
    /*=================================================*/

    .hor-unit {
        padding-left: 18vw;
    }

    .ut-box-content1 {
        width: 656px;
        margin-left: 70px;
        margin-right: 65px;
    }

    .ut-cnt1subt {
        width: 672px;
        line-height: 1.15;
        padding-bottom: 122%;
    }

    .ut-cnt1subt span{
        font-size: 2.585em;
    }

    /*=================================================*/

    .ut-box-content2 {
        width: 1415px;
        margin-right: 50px;
    }

    .ut-cnt1title {
        padding: 10px 0px 46px 0px;
        font-size: 1.55em;
    }

    .ut-pic1 {
        width: 100%;
    }

    /*=================================================*/

    .ut-box-content3 {
        width: 865px;
        margin-right: 70px;
    }

    .ut-pic2 {
        margin-top: 90px;
        width: 100%;
    }

    .emptygap2 {
        width: 100%;
        height: 45px;
    }

    .ut-pic3 {
        width: 100%;
    }

    .ut-pic3 img {
        padding-top: 0px;
    }

    /*=================================================*/

    .ut-box-content4 {
        margin-right: 90px;
    }

    .ut-cnt1para {
        width: 660px;
        line-height: 1.25;
        font-size: 1.465em;
        margin-bottom: 700px;
    }

    /*=================================================*/

    .gappage {
        height: 100vh;
        margin-right: 140px;
    }

    .ut-box-content5 {
        margin-right: 90px;
    }

    .ut-cnt2para {
        width: 710px;
        line-height: 1.25;
        font-size: 1.465em;
        margin-bottom: 760px;
    }

    .ut-download{
        margin-right: 370px;
    }

    .linkleaves1 {
        background-position: 12% top;
        background-size: 60% auto;
    }

    /*=================================================*/

    .hor-linkhome {
        padding-left: 4vw;
    }

    .lh-download {
        margin-right: 110px;
    }

    .lh-box-content1{
        margin-left: 90px;
        margin-right: 55px;
        width: 560px;
    }

    .lh-box1 {
        width: 240px;
        line-height: 27px;
    }

    .lh-title {
        font-size: 1.35em;
        font-weight: 600;
    }

    .lh-sub {
        font-size: 1.35em;
    }

    .lh-gap {
        margin: -2px;
    }

    .lh-map {
        margin-top: 50px;
    }

    .lh-map img {
        width: 55%;
    }

    .lh-box2 {
        width: 320px;
        line-height: 27px;
        margin-bottom: 330px;
    }

    /*=================================================*/

    .lh-box-content2{
        width: 349px;
    }

    .lh-gf {
        width: 100%;
        margin-bottom: 32%;
    }

    .gftitle {
        font-size: 1.35em;
    }

    /*=================================================*/

    .lh-box-content3{
        width: 307px;
        margin-left: 110px;
    }

    .lh-ff {
        width: 100%;
        margin-bottom: 111%;
    }

    .fftitle {
        font-size: 1.35em;
    }

    /*=================================================*/

    .lh-box-content4{
        width: 306px;
        margin-right: 250px;
        margin-left: 97px;
    }

    .lh-sf {
        width: 100%;
        margin-bottom: 146%;
    }

    .sftitle {
        font-size: 1.35em;
    }

    /*=================================================*/

    .hor-townhouses {
        padding-left: 4vw;
    }

    .th-box-content1 {
        margin-left: 70px;
        margin-bottom: 63%;
        width: 585px;
    }

    .th-box1 {
        width: 230px;
        line-height: 27px;
    }

    .th-title {
        font-size: 1.35em;
        font-weight: 600;
    }

    .th-sub {
        font-size: 1.35em;
    }

    .th-gap {
        margin: -2px;
    }

    .th-map {
        margin-top: 50px;
    }

    .th-map img {
        width: 55%;
    }

    .th-box2 {
        width: 320px;
        line-height: 27px;
        margin-bottom: 118px;
    }

    /*=================================================*/

    .th-box-content2{
        width: 190px;
        margin-bottom: 170%;
    }

    .th-gf {
        width: 100%;
        margin-bottom: 73%;
    }

    /*=================================================*/

    .th-box-content3{
        width: 318px;
        margin-left: 130px;
        margin-bottom: 73%;
    }

    .th-ff {
        width: 100%;
        margin-bottom: 102%;
    }

    /*=================================================*/

    .th-box-content4{
        width: 320px;
        margin-right: 125px;
        margin-left: 100px;
        margin-bottom: 59%;
    }

    .th-sf {
        width: 100%;
        margin-bottom: 30%;
    }

    /*=================================================*/

    .gappage2 {
        height: 100vh;
        margin-right: 70px;
    }

    .th-box-content5 {
        margin-left: 20px;
        margin-bottom: 68%;
        width: 585px;
    }

    /*=================================================*/

    .th-box-content6 {
        width: 344px;
        margin-bottom: 42%;
    }

    .th-gf1 {
        width: 100%;
        margin-bottom: 10%;
    }

    /*=================================================*/

    .th-box-content7 {
        width: 318px;
        margin-left: 120px;
        margin-right: 150px;
        margin-bottom: 25%;
    }

    .th-ff1 {
        width: 100%;
        margin-bottom: 133%;
    }

    /*=================================================*/

    .th-download{
        margin-right: 110px;
    }

    .linkleaves2 {
        background-position: 90% top;
        background-size: 85% auto;
    }




    /* ===================================
    Virtual Showroom CSS
    ====================================== */

    .hor-virtual {
        padding-left: 18vw;
    }

    .vrbuttonarea {
        top: 77vh;
        left: 75px;
    }

    .vrbtn {
        margin-top: 20px;
        width: 276px;
        padding: 11px 25px;
        font-size: 0.95em;
    }

    .vr-box-content1 {
        width: 72vw;
        height: 86vh;
        margin-left: 60px;
    }

    .vr-box-content2 {
        width: 72vw;
        height: 86vh;
        margin-left: 60px;
    }





    /* ===================================
    Location CSS
    ====================================== */

    .hor-loca {
        padding-left: 18vw;
    }

    .lo-box-content1 {
        width: 615px;
        margin-left: 75px;
        margin-right: 40px;
    }

    .lo-cnt1subt {
        width: 595px;
        padding-bottom: 65px;
        line-height: 1;
    }

    .lo-cnt1subt span{
        font-size: 2.5em;
    }

    .lo-cnt1para {
        width: 597px;
        line-height: 1.3;
        font-size: 1.29em;
        margin-bottom: 457px;
    }


    /*=================================================*/


    .lo-box-content2 {
        width: 1600px;
        height: 1080px;
        padding-top: 2px;
    }

    /*=================================================*/

    .lo-box-content3 {
        width: 565px;
        margin-left: 55px;
    }

    .loctitle {
        margin-top: 18px;
        margin-left: 25px;
        font-size: 1.5em;
    }

    .locdetails {
        margin-left: 10px;
        margin-top: -18px;
        margin-bottom: 20px;
        font-size: 1.3em;
        line-height: 1.3;
    }



    /* ===================================
    Registration CSS
    ====================================== */

    .hor-register {
        padding-left: 18vw;
    }

    .regisleaves {
        background-position: -75px bottom;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .rt-box-content1 {
        width: 76vw;
        margin-left: 80px;
        margin-right: 40px;
    }

    .rt-cnt1subt {
        width: 627px;
        padding-bottom: 27%;
        line-height: 1.2;
    }

    .rt-cnt1subt span {
        font-size: 2.5875em;
    }

    .rt-boxform {
        margin-right: 140px;
        width: 790px;
    }

    .formcontent2 {
        width: 100%;
    }

    .formtable2 {
        padding: 0px 5px;
        width: 100%;
    }

    .forminputname2 {
        margin-top: 15px;
        font-size: 1.275em;
    }

    .errFor2 {
        font-size: 1.275em;
        margin-top: 15px;
    }


    .forminput2 {
        margin-bottom: 0px;
        width: 100%;
        font-size: 1.275em;
        padding: 14px 0 10px 0;
    }

    .formdropdown2 {
        margin-bottom: 0px;
        padding-top: 15px;
        padding-bottom: 10px;
        width: 100%;
        background-size: 16px 16px;
        font-size: 1.275em;
    }

    .agreetable2 {
        padding: 0px 5px;
        width: 100%;
    }

    .formradio2 {
        margin-top: 45px;
        margin-bottom: 50px;
        margin-right: 60px;
        margin-left: 0px;
        width: 30px;
        height: 30px;
    }

    .agreementdesc2 {
        margin-top: 35px;
        font-size: 1.02em;
        line-height: 1.2;
    }

    .formsubmit2 {
        margin: 58px 0px 50px 0px;
        width: 100%;
        padding: 16px 35px;
        font-size: 1.275em;
    }

    .rtformarrowright {
        height: 15px !important;
        width: 15px !important;
        margin: 4px;
    }

    .rtformarrowrightgreen {
        height: 15px !important;
        width: 15px !important;
        margin: 4px;
    }



    /* ===================================
    About CSS
    ====================================== */

    .hor-about {
        padding-left: 18vw;
    }


    .ab-box-content1 {
        width: 875px;
        margin-left: 60px;
        margin-right: 70px;
    }

    .ab-pic1 {
        width: 100%;
    }

    /*=================================================*/

    .ab-box-content2 {
        padding: 0vh 0px;
    }

    .ab-cbox {
        width: 525px;
        line-height: .95;
    }

    .ab-cnt1subt {
        padding-top: 25px;
        width: 600px;
    }

    .ab-cnt1subt span{
        font-size: 2.5475em;
    }

    .ab-cnt1para {
        padding-top: 73px;
        width: 506px;
        line-height: 1.2;
        font-size: 1.295em;
    }

    .c6btn {
        margin-top: 55px;
        margin-bottom: 670px;
    }

}






@media all and (max-width: 2048px) {

    .menu-right-part-1 {
        right: 4%;
    }

    .menu-title {
        bottom: 4%;
        left: 9%;
        font-size: 1.3em;
    }

    .toggle-holder {
        width: 95px;
    }

    #toggle .menu-line {
        left: 12px;
    }   

    #toggle.all-loaded .menu-line {
        width: 35px;
        margin-left: 11px;
    }

    #toggle.all-loaded:before {
        width: 35px;
        margin-left: 16px;
    }

    #toggle.all-loaded:after {
        width: 35px;
    }

    #toggle:before, #toggle:after {
        left: 15px;
    }

    #toggle.on:before {
        width: 35px !important;
    }

    #toggle.on:after {
        width: 35px !important;
    }




    .sm-clean a, 
    .sm-clean a:hover, 
    .sm-clean a:focus,
    .sm-clean a:active {
        padding: 10px 5px;
        font-size: 1.7625em;
    }

    .sm-clean > li > a:after {
        height: 80px;
    }




    .box1 {
        bottom: 30px;
    }

    .box2 {
        bottom: 30px;
    }

    .titletext {
        font-size: 0.75em;
        line-height: 1;
        margin-left: 50px;
    }

    .bodytext {
        font-size: 0.75em;
        line-height: 1;
        margin-left: 50px;
    }

    .gapgap {
        margin: -10px;
    }

    .socialtable {
        padding: 4px 48px;
    }

    .site-wrapper .socialtable img {
        padding-right: 4px;
        width: 80%;
    }

    .site-wrapper .ytllandlogo {
        padding: 10px 47px;
        width: 34%;
    }





    .background {
        background-position: 0% 88%;
    }

    .header-logo {
        top: 65px;
        left: 65px;
    }

    .header-logo img {
        width: 230px;
    }

    .welcometitle {
        bottom: 55px;
        left: 65px;
        font-size: 4.695em;
    }

    .welcomebtn {
        bottom: 35px;
        right: 100px;
        width: 315px;
        padding: 4px 4px 5px 17px;
        font-size: 1.125em;
    }

    .arrowright {
        height: 16px !important;
        width: 16px !important;
        margin: 10px;
    }

    .arrowrightgreen {
        height: 16px !important;
        width: 16px !important;
        margin: 10px;
    }

    .welcomeguide {
        top: 160px;
        right: -18px;
        font-size: 1.875em;
    }

    .arrowdown {
        height: 23px !important;
        width: 23px !important;
        margin: 10px;
        padding-left: 5px;
    }





    .horizontal-slider .carousel-item-text {
        max-width: 570px;
        padding: 0vh 185px;
    }

    .quotetxt {
        font-size: 2.4875em;
    }

    .authtxt {
        font-size: 1.325em;
        line-height: 2; 
    }







    /* ===================================
    Index CSS
    ====================================== */
    /*Universal: Index CSS*/

    .hptitle {
        font-size: 1em;
    }

    .hpbtn {
        width: 265px;
        padding: 10px 13px;
        font-size: 0.805em;
    }

    .hparrowrightgreen {
        height: 13px !important;
        width: 13px !important;
        margin: 3px;
    }

    .hparrowright {
        height: 13px !important;
        width: 13px !important;
        margin: 3px;
    }







    .leaf {
        background-position: -100px bottom;
        background-size: 70% auto;
    }

    .hp-box-content1 {
        padding: 0vh 100px;
    }

    .cnt1title {
        margin-bottom: 50px;
    }

    .hppic1 {
        width: 1070px;
    }

    .cnt1subt {
        padding-top: 20px;
        width: 350px;
        line-height: 1;
    }

    .cnt1subt span{
        font-size: 3.6375em;
    }

    .cnt1para {
        padding-top: 30px;
        width: 445px;
        line-height: 1.2;
        font-size: 1.225em;
    }

    .c1btn {
        margin-top: 35px;
        margin-right: 85px;
        margin-bottom: 70px;
    }





    .cnt2title {
        margin-bottom: 35px;
    }

    .cbox2 {
        width: 570px;
        line-height: 1;
    }

    .cnt2subt {
        padding-top: 25px;
        width: 510px;
    }

    .cnt2subt span{
        font-size: 3.6375em;
    }

    .cnt2para {
        padding-top: 55px;
        width: 472px;
        line-height: 1.2;
        font-size: 1.225em;
    }

    .c2btn {
        margin-top: 45px;
        margin-bottom: 434px;
    }





    .hp-box-content3 {
        width: 1613px;
        margin-right: 30px;
        padding-top: 45px;
    }






    .leaf2 {
        background-position: bottom right;
        background-size: 80% auto;
    }

    .hp-box-content4 {
        width: 1420px;
        margin-right: 70px;
        padding-top: 0px;
    }

    .unitbx {
        width: 593px;
    }

    .unitsub {
      padding-top: 55px;
      line-height: 1.1;
    }

    .unitsub span {
      font-size: 3.6375em;
    }

    .cnt3para {
        width: 620px;
        line-height: 1.2;
        font-size: 1.225em;
        padding-top: 50px;
    }

    .unitdesc {
        width: 440px;
    }   

    .fpbtn {
        margin-top: 40px;
    }

    .c3btn {
      margin-top: 40px;
      margin-left: 23px;
      margin-bottom: 333px;
    }

    .unitbx2 {
        width: 50%;
        height: 87px;
    }

    .hppic4 {
        width: 54.3%;
    }

    .hppic4 img {
        margin-right: 25px;
    }

    .emptygap {
        width: 54.3%;
        height: 36px;
    }

    .hppic5 {
        width: 54.3%;
    }

    .hppic5 img {
        padding-top: 0px;
    }






    .hp-box-content5 {
        width: 1380px;
    }

    .cnt5title {
        padding: 0px 0px 48px 0px;
    }

    .hppic6 {
        width: 100%;
        margin-bottom: 40px;
    }







    .leaves {
        background-position: top right;
        background-size: 50% auto;
    }

    .hp-box-content6 {
        padding: 0vh 130px 0vh 50px;
    }

    .cbox3 {
        width: 600px;
    }

    .cnt3subt {
        padding-top: 110px;
        width: 600px;
        line-height: 1.1;
    }

    .cnt3subt span{
        font-size: 3.6375em;
    }

    .cnt4para {
        padding-top: 40px;
        width: 615px;
        line-height: 1.3;
        font-size: 1.225em;
    }

    .cbox4 {
        width: 480px;
    }

    .c4btn {
        margin-top: 35px;
    }

    .c5btn {
        margin-top: 35px;
        margin-left: 25px;
        margin-bottom: 530px;
    }







    .hp-box-content7{
        width: 900px; 
    }

    .formtitle {
        font-size: 2.5875em;
        margin-bottom: 70px;
    }

    .formtable {
        padding: 0px 130px;
        width: 100%;
    }

    .forminputname {
        margin-top: 0px;
        font-size: 0.975em;
    }

    .errFor {
        font-size: 0.975em;
        margin-top: 0px;
    }

    .forminput {
        margin-bottom: 10px;
        width: 100%;
        font-size: 0.975em;
        padding: 15px 0 10px 0;
    }

    .formdropdown {
        margin-bottom: 4px;
        padding-top: 10px;
        padding-bottom: 10px;
        width: 100%;
        background-size: 12px 12px;
        font-size: 0.975em;
    }

    .agreetable {
        padding: 0px 130px;
        width: 100%;
    }

    .formradio {
        margin-top: 5px;
        margin-bottom: 30px;
        margin-right: 33px;
        margin-left: 0px;
        width: 20px;
        height: 20px;
    }

    .agreementdesc {
        margin-top: 5px;
        font-size: .75em;
        line-height: 1.2;
    }

    .formsubmit {
        margin: 50px 0px 10px 0px; 
        width: 100%;
        padding: 12px 15px;
        font-size: 0.975em;
    }

    .hpformarrowright {
        height: 12px !important;
        width: 12px !important;
        margin: 2px;
    }

    .hpformarrowrightgreen {
        height: 12px !important;
        width: 12px !important;
        margin: 2px;
    }

    .tqformbox {
        width: 100%;
        height: 90%;
    }

    .tqtxt{
        line-height: 1.5;
        font-size: 1.9em;
    }







    .hp-box-content8 {

    }

    .cbox5 {
        width: 575px;
    }

    .cbox6 {
        margin-top: 735px;
        margin-left: 61px;
        width: 165px;
    }

    .projectby {
        margin-top: 895px;
        margin-right: 80px;
        width: 220px;
    }

    .titletext2 {
        font-size: 0.75em;
        line-height: 1;
        padding-bottom: 1px;
        padding-left: 4px;
    }

    .bodytext2 {
        font-size: 0.75em;
        line-height: 1;
        padding: 3px 4px;
    }

    .socialtable2 {
        padding: 4px 0px;
    }

    .site-wrapper .socialtable2 img {
        padding-right: 4px;
        width: 85%;
    }

    .gapgap2 {
        margin: -11px;
    }

    .ytllandlogo2 {
        padding: 10px 4px;
        width: 40% !important;
    }


    /* ===================================
    Introduction CSS
    ====================================== */
    /*Universal: Introduction CSS*/

    .header-logo2 {
        top: 60px;
        left: 59.5px;
    }

    .header-logo2 img {
        width: 240px;
    }

    .scrollguide {
        top: 50%;
        left: 2.5%;
        width: 250px;
        font-size: 1em;
        line-height: 1.3em;
    }

    .pagetitle {
        bottom: 6%;
        left: 2.4%;
        width: 250px;
        font-size: 1.2em;
    }

    .hor-intro {
        padding-left: 17.5vw;
    }


    .linkleaves {
        background-position: 0% top;
        background-size: 86% auto;
    }

    .linkshortcutbox {
        height: 100vh;
        width: 330px;
        margin-right: 185px;
    }

    .linkshortcutbtn {
        margin-left: 16%;
        margin-top: 7%;
        width: 290px;
        padding: 1px 15px;
        font-size: 0.9em;
    }

    .linkarrowrightgreen {
        height: 13px !important;
        width: 13px !important;
        margin: 10px 0px;
    }

    .linkarrowright {
        height: 13px !important;
        width: 13px !important;
        margin: 10px 0px;
    }

    .pushdownload {
        margin-top: 265%;
        margin-left: 16%;
        width: 290px;
        padding: 1px 15px;
        font-size: 0.9em;
    }

    .downloadarrowgreen {
        height: 13px !important;
        width: 13px !important;
        margin: 10px 0px;
    }

    .downloadarrow {
        height: 13px !important;
        width: 13px !important;
        margin: 10px 0px;
    }

/*=================================================*/

    .in-box-content1 {
        width: 660px;
        margin-left: 8%;
        margin-right: 5%;
    }

    .in-cnt1subt {
        width: 580px;
        padding-bottom: 10%;
        line-height: 1.1;
    }

    .in-cnt1subt span{
        font-size: 2.35em;
    }

    .in-cnt1para {
        width: 585px;
        line-height: 1.2;
        font-size: 1.205em;
        margin-bottom: 60%;
    }

/*=================================================*/


    .in-box-content2 {
        width: 1795px;
        margin-left: 30px;
        margin-right: 35px;
    }

    .in-pic1 {
        width: 100%;
    }


/*=================================================*/


    .in-box-content3 {
        width: 590px;
        margin-left: 5px;
    }

    .iconfaci img {
        width: 50px;
        height: 50px;
    }

    .icondesc {
        margin-left: 40px;
        line-height: 1.2;
        font-size: 1.35em;
    }

    .tablefaci {
        margin-left: 5px;
        padding: 6px 20px 6px 20px;
    }

    .gate {
        margin-top: 95%;
    }

/*=================================================*/


    .in-box-content4 {
        height: 100vh;
        width: 1125px;
        margin-right: 5px;
    }

    .in-title1 {
        top: 61px;
        left: 65px;
        font-size: 1.4em;
    }

    .mapplan {
        width: 95%;
        margin-left: 0%;
        margin-top: 5%;
    }




    /* ===================================
    Features CSS
    ====================================== */

    .hor-feat {
        padding-left: 18vw;
    }

    .ft-box-content1 {
        width: 1785px;
        margin-left: 55px;
        margin-right: 40px;
    }

    .ft-pic1 {
        width: 100%;
    }

    /*=================================================*/

    .ft-box-content2 {
        margin-right: 70px;
    }

    .ft-pic2 {
        width: 1140px;
    }

    .ft-cnt1subt {
        width: 550px;
        padding-top: 50px;
        padding-bottom: 45px;
        line-height: 1.2;
        font-size: 2.2975em;
    }

    /*=================================================*/

    .ft-box-content3 {
        margin-right: 100px;
    }

    .ft-cnt1para {
        width: 476px;
        line-height: 1.2;
        font-size: 1.255em;
        margin-bottom: 720px;
    }

    /*=================================================*/

    .ft-box-content4 {
        width: 2430px;
        height: 100vh;
    }

    .ft-pic3 {
        width: 100%;
        bottom: 0;
    }



    /* ===================================
    Unit Type CSS
    ====================================== */
    /*=================================================*/
    /*Toggle Unit Types: Link Houses  & Townhouses*/
    /*=================================================*/

    .menu-right-part-2 {
        right: 8.6%;
    }

    .linkhome-toggle-holder { /*Open*/
        width: 95px;
    }

    .closeX:before, .closeX:after {
        height: 2.3px;
        width: 35px;
        top: 55px;
        left: 31%;
    }

    .lh-menu-line {
        left: -95px;
        width: 290px;
        font-size: 2.575em;
        top: 79%;
    }

    .linkhome2-toggle-holder { /*Close*/
        left: 0%;
        width: 95px;
    }

    /*=================================================*/

    .menu-right-part-3 {
        right: 4%;
    }

    .townhouses-toggle-holder { /*Open*/
        width: 95px;
    }

    .th-menu-line {
        left: -95px;
        width: 290px;
        font-size: 2.575em;
        top: 79%;
    }

    .townhouses2-toggle-holder { /*Close*/
        left: 0%;
        width: 95px;
    }

    /*=================================================*/
    /*Arrow Toggle Unit Types*/
    /*=================================================*/

    .olhth-arrow {
        right: 20px;
        top: -30%;
        max-width: 40px !important;
        max-height: 40px !important;
    }

    .clhth-arrow {
        right: -30px;
        top: -100%;
        max-width: 40px !important;
        max-height: 40px !important;
    }
    /*=================================================*/

    .hor-unit {
        padding-left: 18vw;
    }

    .ut-box-content1 {
        width: 594px;
        margin-left: 70px;
        margin-right: 65px;
    }

    .ut-cnt1subt {
        width: 620px;
        line-height: 1.15;
        padding-bottom: 122%;
    }

    .ut-cnt1subt span{
        font-size: 2.385em;
    }

    /*=================================================*/

    .ut-box-content2 {
        width: 1295px;
        margin-right: 50px;
    }

    .ut-cnt1title {
        padding: 0px 0px 37px 0px;
        font-size: 1.45em;
    }

    .ut-pic1 {
        width: 100%;
    }

    /*=================================================*/

    .ut-box-content3 {
        width: 795px;
        margin-right: 60px;
    }

    .ut-pic2 {
        margin-top: 72px;
        width: 100%;
    }

    .emptygap2 {
        width: 100%;
        height: 41px;
    }

    .ut-pic3 {
        width: 100%;
    }

    .ut-pic3 img {
        padding-top: 0px;
    }

    /*=================================================*/

    .ut-box-content4 {
        margin-right: 90px;
    }

    .ut-cnt1para {
        width: 580px;
        line-height: 1.25;
        font-size: 1.265em;
        margin-bottom: 660px;
    }

    /*=================================================*/

    .gappage {
        height: 100vh;
        margin-right: 100px;
    }

    .ut-box-content5 {
        margin-right: 90px;
    }

    .ut-cnt2para {
        width: 605px;
        line-height: 1.25;
        font-size: 1.265em;
        margin-bottom: 705px;
    }

    .ut-download{
        margin-right: 365px;
    }

    .linkleaves1 {
        background-position: 12% top;
        background-size: 60% auto;
    }

    /*=================================================*/

    .hor-linkhome {
        padding-left: 4vw;
    }

    .lh-download {
        margin-right: 110px;
    }

    .lh-box-content1{
        margin-left: 50px;
        margin-right: 55px;
        width: 460px;
    }

    .lh-box1 {
        width: 190px;
        line-height: 25px;
    }

    .lh-title {
        font-size: 1.15em;
        font-weight: 600;
    }

    .lh-sub {
        font-size: 1.15em;
    }

    .lh-gap {
        margin: -2px;
    }

    .lh-map {
        margin-top: 40px;
    }

    .lh-map img {
        width: 55%;
    }

    .lh-box2 {
        width: 260px;
        line-height: 25px;
        margin-bottom: 285px;
    }

    /*=================================================*/

    .lh-box-content2{
        width: 320px;
    }

    .lh-gf {
        width: 100%;
        margin-bottom: 27%;
    }

    .gftitle {
        font-size: 1.15em;
    }

    /*=================================================*/

    .lh-box-content3{
        width: 281px;
        margin-left: 88px;
    }

    .lh-ff {
        width: 100%;
        margin-bottom: 107%;
    }

    .fftitle {
        font-size: 1.15em;
    }

    /*=================================================*/

    .lh-box-content4{
        width: 280px;
        margin-right: 215px;
        margin-left: 97px;
    }

    .lh-sf {
        width: 100%;
        margin-bottom: 141%;
    }

    .sftitle {
        font-size: 1.15em;
    }

    /*=================================================*/

    .hor-townhouses {
        padding-left: 4vw;
    }

    .th-box-content1 {
        margin-left: 50px;
        margin-bottom: 70%;
        width: 485px;
    }

    .th-box1 {
        width: 190px;
        line-height: 25px;
    }

    .th-title {
        font-size: 1.15em;
        font-weight: 600;
    }

    .th-sub {
        font-size: 1.15em;
    }

    .th-gap {
        margin: -2px;
    }

    .th-map {
        margin-top: 40px;
    }

    .th-map img {
        width: 55%;
    }

    .th-box2 {
        width: 260px;
        line-height: 25px;
        margin-bottom: 118px;
    }

    /*=================================================*/

    .th-box-content2{
        width: 174px;
        margin-bottom: 170%;
    }

    .th-gf {
        width: 100%;
        margin-bottom: 73%;
    }

    /*=================================================*/

    .th-box-content3{
        width: 291px;
        margin-left: 130px;
        margin-bottom: 69%;
    }

    .th-ff {
        width: 100%;
        margin-bottom: 103%;
    }

    /*=================================================*/

    .th-box-content4{
        width: 292px;
        margin-right: 125px;
        margin-left: 100px;
        margin-bottom: 56%;
    }

    .th-sf {
        width: 100%;
        margin-bottom: 30%;
    }

    /*=================================================*/

    .gappage2 {
        height: 100vh;
        margin-right: 50px;
    }

    .th-box-content5 {
        margin-left: 20px;
        margin-bottom: 75%;
        width: 480px;
    }

    /*=================================================*/

    .th-box-content6 {
        width: 315px;
        margin-bottom: 41%;
    }

    .th-gf1 {
        width: 100%;
        margin-bottom: 10%;
    }

    /*=================================================*/

    .th-box-content7 {
        width: 293px;
        margin-left: 120px;
        margin-right: 150px;
        margin-bottom: 22%;
    }

    .th-ff1 {
        width: 100%;
        margin-bottom: 133%;
    }

    /*=================================================*/

    .th-download{
        margin-right: 110px;
    }

    .linkleaves2 {
        background-position: 90% top;
        background-size: 85% auto;
    }





    /* ===================================
    Virtual Showroom CSS
    ====================================== */

    .hor-virtual {
        padding-left: 18vw;
    }

    .vrbuttonarea {
        top: 78vh;
        left: 65px;
    }

    .vrbtn {
        margin-top: 18px;
        width: 250px;
        padding: 10px 25px;
        font-size: 0.9em;
    }

    .vr-box-content1 {
        width: 72vw;
        height: 86vh;
        margin-left: 60px;
    }

    .vr-box-content2 {
        width: 72vw;
        height: 86vh;
        margin-left: 60px;
    }





    /* ===================================
    Location CSS
    ====================================== */

    .hor-loca {
        padding-left: 18vw;
    }

    .lo-box-content1 {
        width: 565px;
        margin-left: 65px;
        margin-right: 40px;
    }

    .lo-cnt1subt {
        width: 550px;
        padding-bottom: 60px;
        line-height: 1;
    }

    .lo-cnt1subt span{
        font-size: 2.3em;
    }

    .lo-cnt1para {
        width: 555px;
        line-height: 1.3;
        font-size: 1.19em;
        margin-bottom: 405px;
    }


    /*=================================================*/


    .lo-box-content2 {
        width: 1500px;
        height: 990px;
        padding-top: 2px;
    }

    /*=================================================*/

    .lo-box-content3 {
        width: 515px;
        margin-left: 55px;
    }

    .loctitle {
        margin-top: 15px;
        margin-left: 27px;
        font-size: 1.35em;
    }

    .locdetails {
        margin-left: 10px;
        margin-top: -18px;
        margin-bottom: 20px;
        font-size: 1.18em;
        line-height: 1.3;
    }


    /* ===================================
    Registration CSS
    ====================================== */

    .hor-register {
        padding-left: 18vw;
    }

    .regisleaves {
        background-position: -75px bottom;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .rt-box-content1 {
        width: 76vw;
        margin-left: 75px;
        margin-right: 40px;
    }

    .rt-cnt1subt {
        width: 570px;
        padding-bottom: 27%;
        line-height: 1.2;
    }

    .rt-cnt1subt span {
        font-size: 2.3875em;
    }

    .rt-boxform {
        margin-right: 140px;
        width: 640px;
    }

    .formcontent2 {
        width: 100%;
    }

    .formtable2 {
        padding: 0px 5px;
        width: 100%;
    }

    .forminputname2 {
        margin-top: 0px;
        font-size: 0.975em;
    }

    .errFor2 {
        font-size: 0.975em;
        margin-top: 0px;
    }


    .forminput2 {
        margin-bottom: 10px;
        width: 100%;
        font-size: 0.975em;
        padding: 15px 0 10px 0;
    }

    .formdropdown2 {
        margin-bottom: 4px;
        padding-top: 10px;
        padding-bottom: 10px;
        width: 100%;
        background-size: 12px 12px;
        font-size: 0.975em;
    }

    .agreetable2 {
        padding: 0px 5px;
        width: 100%;
    }

    .formradio2 {
        margin-top: 5px;
        margin-bottom: 30px;
        margin-right: 33px;
        margin-left: 0px;
        width: 20px;
        height: 20px;
    }

    .agreementdesc2 {
        margin-top: 15px;
        font-size: .85em;
        line-height: 1.2;
    }

    .formsubmit2 {
        margin: 50px 0px 10px 0px; 
        width: 100%;
        padding: 12px 15px;
        font-size: 0.975em;
    }

    .rtformarrowright {
        height: 12px !important;
        width: 12px !important;
        margin: 2px;
    }

    .rtformarrowrightgreen {
        height: 12px !important;
        width: 12px !important;
        margin: 2px;
    }


    /* ===================================
    About CSS
    ====================================== */

    .hor-about {
        padding-left: 18vw;
    }


    .ab-box-content1 {
        width: 800px;
        margin-left: 50px;
        margin-right: 60px;
    }

    .ab-pic1 {
        width: 100%;
    }

    /*=================================================*/

    .ab-box-content2 {
        padding: 0vh 0px;
    }

    .ab-cbox {
        width: 525px;
        line-height: .95;
    }

    .ab-cnt1subt {
        padding-top: 25px;
        width: 600px;
    }

    .ab-cnt1subt span{
        font-size: 2.3475em;
    }

    .ab-cnt1para {
        padding-top: 65px;
        width: 461px;
        line-height: 1.2;
        font-size: 1.195em;
    }

    .c6btn {
        margin-top: 50px;
        margin-bottom: 620px;
    }

}







@media all and (max-width: 1920px) {

    .menu-right-part-1 {
        right: 4%;
    }

    .menu-title {
        bottom: 5%;
        left: 9%;
        font-size: 1.2em;
    }

    .toggle-holder {
        width: 95px;
    }

    #toggle .menu-line {
        left: 12px;
    }   

    #toggle.all-loaded .menu-line {
        width: 35px;
        margin-left: 8px;
    }

    #toggle.all-loaded:before {
        width: 35px;
        margin-left: 16px;
    }

    #toggle.all-loaded:after {
        width: 35px;
    }

    #toggle:before, #toggle:after {
        left: 12px;
    }

    #toggle.on:before {
        width: 35px !important;
    }

    #toggle.on:after {
        width: 35px !important;
    }




    .sm-clean a, 
    .sm-clean a:hover, 
    .sm-clean a:focus,
    .sm-clean a:active {
        padding: 5px 0;
        font-size: 1.5625em;
    }

    .sm-clean > li > a:after {
        height: 67px;
    }




    .box1 {
        bottom: 30px;
    }

    .box2 {
        bottom: 30px;
    }

    .titletext {
        font-size: 0.75em;
        line-height: 1;
        margin-left: 40px;
    }

    .bodytext {
        font-size: 0.75em;
        line-height: 1;
        margin-left: 40px;
    }

    .gapgap {
        margin: -10px;
    }

    .socialtable {
        padding: 4px 38px;
    }

    .site-wrapper .socialtable img {
        padding-right: 4px;
        width: 80%;
    }

    .site-wrapper .ytllandlogo {
        padding: 10px 37px;
        width: 34%;
    }





    .background {
        background-position: 0% 76%;
    }

    .header-logo {
        top: 35px;
        left: 65px;
    }

    .header-logo img {
        width: 190px;
    }

    .welcometitle {
        bottom: 50px;
        left: 65px;
        font-size: 4.375em;
    }

    .welcomebtn {
        bottom: 35px;
        right: 100px;
        width: 315px;
        padding: 4px 4px 5px 17px;
        font-size: 1.125em;
    }

    .arrowright {
        height: 16px !important;
        width: 16px !important;
        margin: 10px;
    }

    .arrowrightgreen {
        height: 16px !important;
        width: 16px !important;
        margin: 10px;
    }

    .welcomeguide {
        top: 150px;
        right: -20px;
        font-size: 1.875em;
    }

    .arrowdown {
        height: 23px !important;
        width: 23px !important;
        margin: 10px;
        padding-left: 5px;
    }





    .horizontal-slider .carousel-item-text {
        max-width: 500px;
        padding: 0vh 155px;
    }

    .quotetxt {
        font-size: 2.1875em;
    }

    .authtxt {
        font-size: 1.125em;
    }







    /* ===================================
    Index CSS
    ====================================== */
    /*Universal: Index CSS*/

    .hptitle {
        font-size: 1em;
    }

    .hpbtn {
        width: 245px;
        padding: 9px 7px;
        font-size: 0.835em;
    }

    .hparrowrightgreen {
        height: 13px !important;
        width: 13px !important;
        margin: 3px;
    }

    .hparrowright {
        height: 13px !important;
        width: 13px !important;
        margin: 3px;
    }







    .leaf {
        background-position: -100px bottom;
        background-size: 70% auto;
    }

    .hp-box-content1 {
        padding: 0vh 90px;
    }

    .cnt1title {
        margin-bottom: 30px;
    }

    .hppic1 {
        width: 935px;
    }

    .cnt1subt {
        padding-top: 16px;
        width: 350px;
        line-height: .94;
    }

    .cnt1subt span{
        font-size: 3.4375em;
    }

    .cnt1para {
        padding-top: 20px;
        width: 407px;
        line-height: 1.2;
        font-size: 1.125em;
    }

    .c1btn {
        margin-top: 30px;
        margin-right: 120px;
        margin-bottom: 52px;
    }





    .cnt2title {
        margin-bottom: 10px;
    }

    .cbox2 {
        width: 520px;
        line-height: .95;
    }

    .cnt2subt {
        padding-top: 25px;
        width: 470px;
    }

    .cnt2subt span{
        font-size: 3.4375em;
    }

    .cnt2para {
        padding-top: 55px;
        width: 434px;
        line-height: 1.2;
        font-size: 1.125em;
    }

    .c2btn {
        margin-top: 45px;
        margin-bottom: 325px;
    }





    .hp-box-content3 {
        width: 1375px;
        margin-right: 30px;
        padding-top: 45px;
    }






    .leaf2 {
        background-position: bottom right;
        background-size: 80% auto;
    }

    .hp-box-content4 {
        width: 1265px;
        margin-right: 70px;
        padding-top: 0px;
    }

    .unitbx {
        width: 540px;
    }

    .unitsub {
      padding-top: 35px;
      line-height: 1.1;
    }

    .unitsub span {
      font-size: 3.4375em;
    }

    .cnt3para {
        width: 560px;
        line-height: 1.2;
        font-size: 1.125em;
        padding-top: 50px;
    }

    .unitdesc {
        width: 400px;
    }   

    .fpbtn {
        margin-top: 40px;
    }

    .c3btn {
      margin-top: 40px;
      margin-left: 23px;
      margin-bottom: 220px;
    }

    .unitbx2 {
        width: 50%;
        height: 67px;
    }

    .hppic4 {
        width: 52.6%;
    }

    .hppic4 img {
        margin-right: 25px;
    }

    .emptygap {
        width: 52.6%;
        height: 23px;
    }

    .hppic5 {
        width: 52.6%;
    }

    .hppic5 img {
        padding-top: 0px;
    }






    .hp-box-content5 {
        width: 1175px;
    }

    .cnt5title {
        padding: 0px 0px 30px 0px;
    }

    .hppic6 {
        width: 100%;
        margin-bottom: 22px;
    }







    .leaves {
        background-position: top right;
        background-size: 50% auto;
    }

    .hp-box-content6 {
        padding: 0vh 130px 0vh 50px;
    }

    .cbox3 {
        width: 550px;
    }

    .cnt3subt {
        padding-top: 110px;
        width: 579px;
        line-height: 1.1;
    }

    .cnt3subt span{
        font-size: 3.4375em;
    }

    .cnt4para {
        padding-top: 40px;
        width: 615px;
        line-height: 1.3;
        font-size: 1.125em;
    }

    .cbox4 {
        width: 441px;
    }

    .c4btn {
        margin-top: 35px;
    }

    .c5btn {
        margin-top: 35px;
        margin-left: 25px;
        margin-bottom: 418px;
    }







    .hp-box-content7{
        width: 750px; 
    }

    .formtitle {
        font-size: 2.1875em;
        margin-bottom: 60px;
    }

    .formtable {
        padding: 0px 95px;
        width: 100%;
    }

    .forminputname {
        margin-top: -10px;
        font-size: 0.875em;
    }

    .errFor {
        font-size: 0.875em;
        margin-top: -10px;
    }

    .forminput {
        margin-bottom: 10px;
        width: 100%;
        font-size: 0.875em;
        padding: 2px 0 5px 0;
    }

    .formdropdown {
        margin-bottom: 10px;
        padding-top: 4px;
        padding-bottom: 5px;
        width: 100%;
        background-size: 12px 12px;
        font-size: 0.875em;
    }

    .agreetable {
        padding: 0px 95px;
        width: 100%;
    }

    .formradio {
        margin-top: 5px;
        margin-bottom: 30px;
        margin-right: 33px;
        margin-left: 0px;
        width: 18px;
        height: 18px;
    }

    .agreementdesc {
        margin-top: 5px;
        font-size: .75em;
        line-height: 1.2;
    }

    .formsubmit {
        margin: 50px 0px 10px 0px; 
        width: 100%;
        padding: 12px 15px;
        font-size: 0.875em;
    }

    .hpformarrowright {
        height: 12px !important;
        width: 12px !important;
        margin: 2px;
    }

    .hpformarrowrightgreen {
        height: 12px !important;
        width: 12px !important;
        margin: 2px;
    }

    .tqformbox {
        width: 100%;
        height: 90%;
    }

    .tqtxt{
        line-height: 1.5;
        font-size: 1.7em;
    }







    .hp-box-content8 {

    }

    .cbox5 {
        width: 550px;
    }

    .cbox6 {
        margin-top: 552px;
        margin-left: 45px;
        width: 165px;
    }

    .projectby {
        margin-top: 715px;
        margin-right: 95px;
        width: 214px;
    }

    .titletext2 {
        font-size: 0.75em;
        line-height: 1;
        padding-bottom: 1px;
        padding-left: 4px;
    }

    .bodytext2 {
        font-size: 0.75em;
        line-height: 1;
        padding: 3px 4px;
    }

    .socialtable2 {
        padding: 4px 0px;
    }

    .site-wrapper .socialtable2 img {
        padding-right: 4px;
        width: 85%;
    }

    .gapgap2 {
        margin: -11px;
    }

    .ytllandlogo2 {
        padding: 10px 4px;
        width: 40% !important;
    }



    /* ===================================
    Introduction CSS
    ====================================== */
    /*Universal: Introduction CSS*/
    .header-logo2 {
        top: 65px;
        left: 65px;
    }

    .header-logo2 img {
        width: 190px;
    }

    .scrollguide {
        top: 50%;
        left: 2.4%;
        width: 230px;
        font-size: .9em;
        line-height: 1.3em;
    }

    .pagetitle {
        bottom: 70px;
        left: 2.2%;
        width: 230px;
        font-size: 1em;
    }

    .hor-intro {
        padding-left: 16.3vw;
    }


    .linkleaves {
        background-position: 45% top;
        background-size: 73% auto;
    }

    .linkshortcutbox {
        height: 100vh;
        width: 405px;
        margin-right: 90px;
    }

    .linkshortcutbtn {
        margin-left: 10%;
        margin-top: 20px;
        width: 300px;
        padding: 1px 16px;
        font-size: 0.875em;
    }

    .linkarrowrightgreen {
        height: 12px !important;
        width: 12px !important;
        margin: 11px 0px;
    }

    .linkarrowright {
        height: 12px !important;
        width: 12px !important;
        margin: 11px 0px;
    }

    .pushdownload {
        margin-top: 180%;
        margin-left: 10%;
        width: 300px;
        padding: 1px 16px;
        font-size: 0.875em;
    }

    .downloadarrowgreen {
        height: 13px !important;
        width: 13px !important;
        margin: 11px 0px;
    }

    .downloadarrow {
        height: 13px !important;
        width: 13px !important;
        margin: 11px 0px;
    }

    /*=================================================*/


    .in-box-content1 {
        width: 535px;
        margin-left: 40px;
        margin-right: 30px;
    }

    .in-cnt1subt {
        width: 535px;
        padding-bottom: 40px;
        line-height: 1.1;
    }

    .in-cnt1subt span{
        font-size: 2.1875em;
    }

    .in-cnt1para {
        width: 520px;
        line-height: 1.2;
        font-size: 1.125em;
        margin-bottom: 215px;
    }

    /*=================================================*/


    .in-box-content2 {
        width: 1450px;
        margin-left: 30px;
        margin-right: 30px;
    }

    .in-pic1 {
        width: 100%;
    }


    /*=================================================*/


    .in-box-content3 {
        width: 510px;
        margin-left: 20px;
    }

    .iconfaci img {
        width: 50px;
        height: 50px;
    }

    .icondesc {
        margin-left: 15px;
        line-height: 1.2;
        font-size: 1.25em;
    }

    .tablefaci {
        margin-left: 5px;
        border: 0;
        padding: 0;
    }

    .gate {
        margin-top: 83%;
    }

    /*=================================================*/


    .in-box-content4 {
        height: 100vh;
        width: 1000px;
        margin-right: 30px;
    }

    .in-title1 {
        position: absolute;
        top: 45px;
        left: 70px;
        font-size: 1.25em;
    }

    .mapplan {
        width: 90%;
        margin-left: 2%;
        margin-top: 4%;
    }



    /* ===================================
    Features CSS
    ====================================== */

    .hor-feat {
        padding-left: 16.3vw;
    }

    .ft-box-content1 {
        width: 1530px;
        margin-left: 50px;
        margin-right: 40px;
    }

    .ft-pic1 {
        width: 100%;
    }

    /*=================================================*/

    .ft-box-content2 {
        margin-right: 60px;
    }

    .ft-pic2 {
        width: 950px;
    }

    .ft-cnt1subt {
        width: 525px;
        padding-top: 40px;
        padding-bottom: 50px;
        line-height: 1.1;
        font-size: 2.1875em;
    }

    /*=================================================*/

    .ft-box-content3 {
        margin-right: 60px;
    }

    .ft-cnt1para {
        width: 437px;
        line-height: 1.2;
        font-size: 1.125em;
        margin-bottom: 595px;
    }

    /*=================================================*/

    .ft-box-content4 {
        width: 2090px;
        height: 100vh;
    }

    .ft-pic3 {
        width: 100%;
        bottom: 0;
    }


    /* ===================================
    Unit Type CSS
    ====================================== */
    /*=================================================*/
    /*Toggle Unit Types: Link Houses  & Townhouses*/
    /*=================================================*/

    .menu-right-part-2 {
        right: 8.2%;
    }

    .linkhome-toggle-holder { /*Open*/
        width: 80px;
    }

    .closeX:before, .closeX:after {
        height: 1.5px;
        width: 30px;
        top: 50px;
        left: 30%;
    }

    .lh-menu-line {
        left: -85px;
        width: 250px;
        font-size: 2.1875em;
        top: 78%;
    }

    .linkhome2-toggle-holder { /*Close*/
        left: 0%;
        width: 80px;
    }

    /*=================================================*/

    .menu-right-part-3 {
        right: 4%;
    }

    .townhouses-toggle-holder { /*Open*/
        width: 80px;
    }

    .th-menu-line {
        left: -85px;
        width: 250px;
        font-size: 2.1875em;
        top: 78%;
    }

    .townhouses2-toggle-holder { /*Close*/
        left: 0%;
        width: 80px;
    }

    /*=================================================*/
    /*Arrow Toggle Unit Types*/
    /*=================================================*/

    .olhth-arrow {
        right: 20px;
        top: 0%;
        max-width: 33px !important;
        max-height: 33px !important;
    }

    .clhth-arrow {
        right: -30px;
        top: -75%;
        max-width: 33px !important;
        max-height: 33px !important;
    }
    /*=================================================*/

    .hor-unit {
        padding-left: 16.3vw;
    }

    .ut-box-content1 {
        width: 590px;
        margin-left: 60px;
        margin-right: 40px;
    }

    .ut-cnt1subt {
        width: 560px;
        line-height: 1.15;
        padding-bottom: 100%;
    }

    .ut-cnt1subt span{
        font-size: 2.1875em;
    }


    /*=================================================*/

    .ut-box-content2 {
        width: 1080px;
        margin-right: 30px;
    }

    .ut-cnt1title {
        padding: 0px 0px 40px 0px;
        font-size: 1.25em;
    }

    .ut-pic1 {
        width: 100%;
    }

    /*=================================================*/

    .ut-box-content3 {
        width: 670px;
        margin-right: 50px;
    }

    .ut-pic2 {
        margin-top: 75px;
        width: 100%;
    }

    .emptygap2 {
        width: 100%;
        height: 25px;
    }

    .ut-pic3 {
        width: 100%;
    }

    .ut-pic3 img {
        padding-top: 0px;
    }


    /*=================================================*/

    .ut-box-content4 {
        margin-right: 60px;
    }

    .ut-cnt1para {
        width: 505px;
        line-height: 1.3;
        font-size: 1.125em;
        margin-bottom: 525px;
    }

    /*=================================================*/

    .gappage {
        height: 100vh;
        margin-right: 80px;
    }

    .ut-box-content5 {
        margin-right: 100px;
    }

    .ut-cnt2para {
        width: 520px;
        line-height: 1.3;
        font-size: 1.125em;
        margin-bottom: 565px;
    }

    .ut-download{
        margin-right: 250px;
    }

    .linkleaves1 {
        background-position: 12% top;
        background-size: 60% auto;
    }

    /*=================================================*/

    .hor-linkhome {
        padding-left: 4vw;
    }

    .lh-download {
        margin-right: 15px;
    }

    .lh-box-content1{
        margin-left: 60px;
/*        margin-right: 55px;*/
        width: 500px;
    }

    .lh-box1 {
        width: 200px;
        line-height: 21px;
    }

    .lh-title {
        font-size: 1.125em;
        font-weight: 600;
    }

    .lh-sub {
        font-size: 1.125em;
    }

    .lh-gap {
        margin: 5px;
    }

    .lh-map {
        margin-top: 40px;
    }

    .lh-map img {
        width: 50%;
    }

    .lh-box2 {
        width: 295px;
        line-height: 21px;
        margin-bottom: 200px;
    }

    /*=================================================*/

    .lh-box-content2{
        width: 350px;
    }

    .lh-gf {
        width: 75%;
        margin-bottom: 20%;
    }

    .gftitle {
        font-size: 1.125em;
    }

    /*=================================================*/

    .lh-box-content3{
        width: 350px;
        margin-left: 15px;
    }

    .lh-ff {
        width: 65%;
        margin-bottom: 72%;
    }

    .fftitle {
        font-size: 1.125em;
    }

    /*=================================================*/

    .lh-box-content4{
        width: 350px;
        margin-right: 90px;
        margin-left: 0px;
    }

    .lh-sf {
        width: 65%;
        margin-bottom: 94%;
    }

    .sftitle {
        font-size: 1.125em;
    }

    /*=================================================*/

    .hor-townhouses {
        padding-left: 4vw;
    }

    .th-box-content1 {
        margin-left: 60px;
        margin-bottom: 43%;
        width: 420px;
    }

    .th-box1 {
        width: 200px;
        line-height: 21px;
    }

    .th-title {
        font-size: 1.125em;
        font-weight: 600;
    }

    .th-sub {
        font-size: 1.125em;
    }

    .th-gap {
        margin: 5px;
    }

    .th-map {
        margin-top: 40px;
    }

    .th-map img {
        width: 50%;
    }

    .th-box2 {
        width: 200px;
        line-height: 21px;
        margin-bottom: 120px;
    }

    /*=================================================*/

    .th-box-content2{
        width: 250px;
        margin-bottom: 75%;
    }

    .th-gf {
        width: 60%;
        margin-bottom: 35%;
    }

    /*=================================================*/

    .th-box-content3{
        width: 250px;
        margin-left: 25px;
        margin-bottom: 68%;
    }

    .th-ff {
        width: 95%;
        margin-bottom: 100%;
    }

    /*=================================================*/

    .th-box-content4{
        width: 250px;
        margin-right: 60px;
        margin-left: 60px;
        margin-bottom: 50%;
    }

    .th-sf {
        width: 98%;
        margin-bottom: 25%;
    }

    /*=================================================*/

    .gappage2 {
        height: 100vh;
        margin-right: 10px;
    }

    .th-box-content5 {
        margin-left: 60px;
        margin-bottom: 54%;
        width: 420px;
    }

    /*=================================================*/

    .th-box-content6 {
        width: 350px;
        margin-bottom: 16%;
    }

    .th-gf1 {
        width: 75%;
        margin-bottom: 10%;
    }

    /*=================================================*/

    .th-box-content7 {
        width: 250px;
        margin-left: 25px;
        margin-right: 90px;
        margin-bottom: 16%;
    }

    .th-ff1 {
        width: 95%;
        margin-bottom: 136%;
    }

    /*=================================================*/

    .th-download{
        margin-right: 15px;
    }

    .linkleaves2 {
        background-position: 90% top;
        background-size: 85% auto;
    }




    /* ===================================
    Virtual Showroom CSS
    ====================================== */

    .hor-virtual {
        padding-left: 16.3vw;
    }

    .vrbuttonarea {
        top: 76vh;
        left: 59px;
    }

    .vrbtn {
        margin-top: 18px;
        width: 210px;
        padding: 7px 21px;
        font-size: 0.8em;
    }

    .vr-box-content1 {
        width: 75vw;
        height: 86vh;
        margin-left: 40px;
    }

    .vr-box-content2 {
        width: 75vw;
        height: 86vh;
        margin-left: 40px;
    }



    /* ===================================
    Location CSS
    ====================================== */

    .hor-loca {
        padding-left: 16.3vw;
    }

    .lo-box-content1 {
        width: 520px;
        margin-left: 60px;
        margin-right: 60px;
    }

    .lo-cnt1subt {
        width: 485px;
        padding-bottom: 40px;
        line-height: 1;
    }

    .lo-cnt1subt span{
        font-size: 2.1875em;    
    }

    .lo-cnt1para {
        width: 520px;
        line-height: 1.3;
        font-size: 1.125em;
        margin-bottom: 270px;
    }


    /*=================================================*/


    .lo-box-content2 {
        width: 1200px;
        height: 835px;
        padding-top: 0px;
    }

    /*=================================================*/

    .lo-box-content3 {
        width: 490px;
        margin-left: 60px;
    }

    .loctitle {
        margin-top: 3px;
        margin-left: 30px;
        font-size: 1.25em;
    }

    .locdetails {
        margin-left: 10px;
        margin-top: -18px;
        margin-bottom: 20px;
        font-size: 1.125em;
        line-height: 1.1;
    }



    /* ===================================
    Registration CSS
    ====================================== */

    .hor-register {
        padding-left: 16.3vw;
    }

    .regisleaves {
        background-blend-mode: multiply; 
        background-position: -75px bottom;
        background-size: cover;
    }

    .rt-box-content1 {
        width: 78vw;
        margin-left: 60px;
        margin-right: 40px;
    }

    .rt-cnt1subt {
        width: 530px;
        padding-bottom: 30%;
    }

    .rt-cnt1subt span {
        font-size: 2.1875em;
    }

    .rt-boxform {
        margin-right: 200px;
        width: 600px;
    }

    .formcontent2 {
        width: 100%;
    }

    .formtable2 {
        padding: 0px 5px;
        width: 100%;
    }

    .forminputname2 {
        margin-top: -10px;
        font-size: 0.875em;
    }

    .errFor2 {
        font-size: 0.875em;
        margin-top: -10px;
    }


    .forminput2 {
        margin-bottom: 10px;
        width: 100%;
        font-size: 0.875em;
        padding: 2px 0 5px 0;
    }

    .formdropdown2 {
        margin-bottom: 10px;
        padding-top: 4px;
        padding-bottom: 5px;
        width: 100%;
        background-size: 12px 12px;
        font-size: 0.875em;
    }

    .agreetable2 {
        padding: 0px 5px;
        width: 100%;
    }

    .formradio2 {
        margin-top: 5px;
        margin-bottom: 30px;
        margin-right: 33px;
        margin-left: 0px;
        width: 18px;
        height: 18px;
    }

    .agreementdesc2 {
        margin-top: 5px;
        font-size: .75em;
        line-height: 1.2;
    }

    .formsubmit2 {
        margin: 50px 0px 10px 0px; 
        width: 100%;
        padding: 12px 15px;
        font-size: 0.875em;
    }

    .rtformarrowright {
        height: 12px !important;
        width: 12px !important;
        margin: 2px;
    }

    .rtformarrowrightgreen {
        height: 12px !important;
        width: 12px !important;
        margin: 2px;
    }


    /* ===================================
    About CSS
    ====================================== */

    .hor-about {
        padding-left: 16.3vw;
    }


    .ab-box-content1 {
        width: 675px;
        margin-left: 45px;
        margin-right: 55px;
    }

    .ab-pic1 {
        width: 100%;
    }

    /*=================================================*/

    .ab-box-content2 {
        padding: 0vh 0px;
    }

    .ab-cbox {
        width: 520px;
        line-height: .95;
    }

    .ab-cnt1subt {
        padding-top: 25px;
        width: 520px;
    }

    .ab-cnt1subt span{
        font-size: 2.1875em;
    }

    .ab-cnt1para {
        padding-top: 55px;
        width: 434px;
        line-height: 1.2;
        font-size: 1.125em;
    }

    .c6btn {
        margin-top: 45px;
        margin-bottom: 510px;
    }

}







@media all and (max-width: 1600px) {

    .menu-right-part-1 {
        right: 4.7%;
    }

    .menu-title {
        bottom: 5%;
        left: 10%;
        font-size: 1.2em;
    }

    .toggle-holder {
        width: 75px;
    }

    #toggle .menu-line {
        left: 12px;
    }   

    #toggle.all-loaded .menu-line {
        width: 35px;
        margin-left: 8px;
    }

    #toggle.all-loaded:before {
        width: 35px;
        margin-left: 16px;
    }

    #toggle.all-loaded:after {
        width: 35px;
    }

    #toggle:before, #toggle:after {
        left: 12px;
    }

    #toggle.on:before {
        width: 35px !important;
    }

    #toggle.on:after {
        width: 35px !important;
    }




    .sm-clean a, 
    .sm-clean a:hover, 
    .sm-clean a:focus,
    .sm-clean a:active {
        padding: 2px 0;
        font-size: 1.1625em;
    }

    .sm-clean > li > a:after {
        height: 55px;
    }




    .box1 {
        bottom: 30px;
    }

    .box2 {
        bottom: 30px;
    }

    .titletext {
        font-size: 0.57em;
        line-height: 1;
        margin-left: 40px;
    }

    .bodytext {
        font-size: 0.57em;
        line-height: .6;
        margin-left: 40px;
    }

    .gapgap {
        margin: -12px;
    }

    .socialtable {
        padding: 4px 38px;
    }

    .site-wrapper .socialtable img {
        padding-right: 4px;
        width: 80%;
    }

    .site-wrapper .ytllandlogo {
        padding: 10px 37px;
        width: 34%;
    }





    .background {
        background-position: 0% 76%;
    }

    .header-logo {
        top: 35px;
        left: 45px;
    }

    .header-logo img {
        width: 150px;
    }

    .welcometitle {
        bottom: 34px;
        left: 55px;
        font-size: 3.675em; 
    }

    .welcomebtn {
        bottom: 25px;
        right: 94px;
        width: 262px;
        padding: 2px 4px 2px 17px;
        font-size: .925em;
    }

    .arrowright {
        height: 14px !important;
        width: 14px !important;
        margin: 11px;
    }

    .arrowrightgreen {
        height: 14px !important;
        width: 14px !important;
        margin: 11px;
    }

    .welcomeguide {
        top: 120px;
        right: -11px;
        font-size: 1.575em;
    }

    .arrowdown {
        height: 18px !important;
        width: 18px !important;
        margin: 12px;
        padding-left: 0px;
    }





    .horizontal-slider .carousel-item-text {
        max-width: 460px;
        padding: 0vh 120px;
        line-height: 1; 
    }

    .quotetxt {
        font-size: 1.5875em;
        line-height: 1.2;
    }

    .authtxt {
        font-size: .9em;
        line-height: 3;
    }







    /* ===================================
    Index CSS
    ====================================== */
    /*Universal: Index CSS*/

    .hptitle {
        font-size: .8em;
    }

    .hpbtn {
        width: 190px;
        padding: 6px 8px;
        font-size: 0.775em;
    }

    .hparrowrightgreen {
        height: 9px !important;
        width: 9px !important;
        margin: 2px;
    }

    .hparrowright {
        height: 9px !important;
        width: 9px !important;
        margin: 2px;
    }







    .leaf {
        background-position: -100px bottom;
        background-size: 70% auto;
    }

    .hp-box-content1 {
        padding: 0vh 90px;
    }

    .cnt1title {
        margin-bottom: 30px;
    }

    .hppic1 {
        width: 760px;
    }

    .cnt1subt {
        padding-top: 16px;
        width: 350px;
        line-height: 1;
    }

    .cnt1subt span{
        font-size: 2.5375em;
    }

    .cnt1para {
        padding-top: 20px;
        width: 327px;
        line-height: 1.2;
        font-size: .9025em;
    }

    .c1btn {
        margin-top: 25px;
        margin-right: 85px;
        margin-bottom: 35px;
    }





    .cnt2title {
        margin-bottom: 10px;
    }

    .cbox2 {
        width: 385px;
        line-height: 1;
    }

    .cnt2subt {
        padding-top: 27px;
        width: 470px;
    }

    .cnt2subt span{
        font-size: 2.5375em;
    }

    .cnt2para {
        padding-top: 50px;
        width: 348px;
        line-height: 1.2;
        font-size: .9025em;
    }

    .c2btn {
        margin-top: 34px;
        margin-bottom: 280px;
    }





    .hp-box-content3 {
        width: 1140px;
        margin-right: 30px;
        padding-top: 45px;
    }






    .leaf2 {
        background-position: bottom right;
        background-size: 80% auto;
    }

    .hp-box-content4 {
        width: 1045px;
        margin-right: 29px;
        padding-top: 0px;
    }

    .unitbx {
        width: 455px;
    }

    .unitsub {
      padding-top: 31px;
      line-height: 1.1;
    }

    .unitsub span {
      font-size: 2.5375em;
    }

    .cnt3para {
        width: 460px;
        line-height: 1.2;
        font-size: .9025em;
        padding-top: 45px;
    }

    .unitdesc {
        width: 346px;
    }   

    .fpbtn {
        margin-top: 40px;
    }

    .c3btn {
      margin-top: 40px;
      margin-left: 23px;
      margin-bottom: 207px;
    }

    .unitbx2 {
        width: 50%;
        height: 66px;
    }

    .hppic4 {
        width: 52.6%;
    }

    .hppic4 img {
        margin-right: 25px;
    }

    .emptygap {
        width: 52.6%;
        height: 23px;
    }

    .hppic5 {
        width: 52.6%;
    }

    .hppic5 img {
        padding-top: 0px;
    }






    .hp-box-content5 {
        width: 977px;
    }

    .cnt5title {
        padding: 0px 0px 26px 0px;
    }

    .hppic6 {
        width: 100%;
        margin-bottom: 19px;
    }







    .leaves {
        background-position: top right;
        background-size: 50% auto;
    }

    .hp-box-content6 {
        padding: 0vh 60px 0vh 30px;
    }

    .cbox3 {
        width: 450px;
    }

    .cnt3subt {
        padding-top: 90px;
        width: 450px;
        line-height: 1.1;
    }

    .cnt3subt span{
        font-size: 2.5375em;
    }

    .cnt4para {
        padding-top: 40px;
        width: 450px;
        line-height: 1.3;
        font-size: .9025em;
    }

    .cbox4 {
        width: 355px;
    }

    .c4btn {
        margin-top: 35px;
    }

    .c5btn {
        margin-top: 35px;
        margin-left: 25px;
        margin-bottom: 355px;
    }







    .hp-box-content7{
        width: 610px; 
    }

    .formtitle {
        font-size: 2.0875em;
        margin-bottom: 60px;
    }

    .formtable {
        padding: 0px 95px;
        width: 100%;
    }

    .forminputname {
        margin-top: -15px;
        font-size: 0.775em;
    }

    .errFor {
        font-size: 0.775em;
        margin-top: -15px;
    }

    .forminput {
        margin-bottom: 10px;
        width: 100%;
        font-size: 0.775em;
        padding: 2px 0 5px 0;
    }

    .formdropdown {
        margin-bottom: 10px;
        padding-top: 6px;
        padding-bottom: 5px;
        width: 100%;
        background-size: 8px 8px;
        font-size: 0.775em;
    }

    .agreetable {
        padding: 0px 95px;
        width: 100%;
    }

    .formradio {
        margin-top: 6px;
        margin-bottom: 30px;
        margin-right: 33px;
        margin-left: 0px;
        width: 15px;
        height: 15px;
    }

    .agreementdesc {
        margin-top: 0px;
        font-size: .54em;
        line-height: 1.2;
    }

    .formsubmit {
        margin: 26px 0px 10px 0px; 
        width: 100%;
        padding: 8px 10px;
        font-size: 0.775em;
    }

    .hpformarrowright {
        height: 10px !important;
        width: 10px !important;
        margin: 2px;    
    }

    .hpformarrowrightgreen {
        height: 10px !important;
        width: 10px !important;
        margin: 2px;
    }

    .tqformbox {
        width: 100%;
        height: 90%;
    }

    .tqtxt{
        line-height: 1.5;
        font-size: 1.7em;
    }







    .hp-box-content8 {

    }

    .cbox5 {
        width: 465px;
    }

    .cbox6 {
        margin-top: 505px;
        margin-left: 35px;
        width: 165px;
    }

    .projectby {
        margin-top: 625px;
        margin-right: 100px;
        width: 160px;
    }

    .titletext2 {
        font-size: 0.57em;
        line-height: 1;
        padding-bottom: 1px;
        padding-left: 4px;
    }

    .bodytext2 {
        font-size: 0.57em;
        line-height: .6;
        padding: 3px 4px;
    }

    .socialtable2 {
        padding: 4px 0px;
    }

    .site-wrapper .socialtable2 img {
        padding-right: 0px;
        width: 80%;
    }

    .gapgap2 {
        margin: -12px;
    }

    .ytllandlogo2 {
        padding: 10px 4px;
        width: 38% !important;
    }



    /* ===================================
    Introduction CSS
    ====================================== */
    /*Universal: Introduction CSS*/
    .header-logo2 {
        top: 50px;
        left: 50px;
    }

    .header-logo2 img {
        width: 165px;
    }

    .scrollguide {
        top: 50%;
        left: 2.4%;
        width: 185px;
        font-size: .7em;
        line-height: 1.3em;
    }

    .pagetitle {
        bottom: 45px;
        left: 2.4%;
        width: 185px;
        font-size: 0.85em;
    }

    .hor-intro {
        padding-left: 16.3vw;
    }


    .linkleaves {
        background-position: 45% top;
        background-size: 73% auto;
    }

    .linkshortcutbox {
        height: 100vh;
        width: 250px;
        margin-right: 90px;
    }

    .linkshortcutbtn {
        margin-left: 10%;
        margin-top: 17px;
        width: 188px;
        height: 24px;
        padding: 0px 10px;
        font-size: 0.635em;
        line-height: 2.2;
    }

    .linkarrowrightgreen {
        height: 9px !important;
        width: 9px !important;
        margin: 8px 0px;
    }

    .linkarrowright {
        height: 9px !important;
        width: 9px !important;
        margin: 8px 0px;
    }

    .pushdownload {
        margin-top: 249%;
        margin-left: 10%;
        width: 188px;
        height: 24px;
        padding: 0px 10px;
        font-size: 0.635em;
        line-height: 2.2;
    }

    .downloadarrowgreen {
        height: 9px !important;
        width: 9px !important;
        margin: 8px 0px;
    }

    .downloadarrow {
        height: 9px !important;
        width: 9px !important;
        margin: 8px 0px;
    }

    /*=================================================*/


    .in-box-content1 {
        width: 400px;
        margin-left: 40px;
        margin-right: 30px;
    }

    .in-cnt1subt {
        width: 420px;
        padding-bottom: 40px;
        line-height: 1.1;
    }

    .in-cnt1subt span{
        font-size: 1.6875em;
    }

    .in-cnt1para {
        width: 420px;
        line-height: 1.2;
        font-size: 0.865em;
        margin-bottom: 225px;
    }

    /*=================================================*/


    .in-box-content2 {
        width: 1235px;
        margin-left: 30px;
        margin-right: 20px;
    }

    .in-pic1 {
        width: 100%;
    }


    /*=================================================*/


    .in-box-content3 {
        width: 440px;
        margin-left: 10px;
    }

    .iconfaci img {
        width: 37px;
        height: 37px;
    }

    .icondesc {
        margin-left: 20px;
        line-height: 1.2;
        font-size: 1em;
    }

    .tablefaci {
        margin-left: 5px;
        padding: 0px 20px 0px 8px;
    }

    .gate {
        margin-top: 87%;
    }

    /*=================================================*/


    .in-box-content4 {
        height: 100vh;
        width: 785px;
        margin-right: 20px;
    }

    .in-title1 {
        top: 36px;
        left: 74px;
        font-size: 0.92em;
    }

    .mapplan {
        width: 92%;
        margin-left: 3%;
        margin-top: 4%;
    }



    /* ===================================
    Features CSS
    ====================================== */

    .hor-feat {
        padding-left: 16.3vw;
    }

    .ft-box-content1 {
        width: 1230px;
        margin-left: 35px;
        margin-right: 30px;
    }

    .ft-pic1 {
        width: 100%;
    }

    /*=================================================*/

    .ft-box-content2 {
        margin-right: 45px;
    }

    .ft-pic2 {
        width: 787px;
    }

    .ft-cnt1subt {
        width: 380px;
        padding-top: 35px;
        padding-bottom: 45px;
        line-height: 1.1;
        font-size: 1.5885em;
    }

    /*=================================================*/

    .ft-box-content3 {
        margin-right: 60px;
    }

    .ft-cnt1para {
        width: 328px;
        line-height: 1.2;
        font-size: .845em;
        margin-bottom: 495px;
    }

    /*=================================================*/

    .ft-box-content4 {
        width: 1690px;
        height: 100vh;
    }

    .ft-pic3 {
        width: 100%;
        bottom: 0;
    }


    /* ===================================
    Unit Type CSS
    ====================================== */
    /*=================================================*/
    /*Toggle Unit Types: Link Houses  & Townhouses*/
    /*=================================================*/

    .menu-right-part-2 {
        right: 9.05%;
    }

    .linkhome-toggle-holder { /*Open*/
        width: 70px;
    }

    .closeX:before, .closeX:after {
        height: 1.5px;
        width: 25px;
        top: 40px;
        left: 32%;
    }

    .lh-menu-line {
        left: -65px;
        width: 200px;
        font-size: 1.6875em;
        top: 78%;
    }

    .linkhome2-toggle-holder { /*Close*/
        left: 0%;
        width: 70px;
    }

    /*=================================================*/

    .menu-right-part-3 {
        right: 4.7%;
    }

    .townhouses-toggle-holder { /*Open*/
        width: 70px;
    }

    .th-menu-line {
        left: -65px;
        width: 200px;
        font-size: 1.6875em;
        top: 78%;
    }

    .townhouses2-toggle-holder { /*Close*/
        left: 0%;
        width: 70px;
    }

    /*=================================================*/
    /*Arrow Toggle Unit Types*/
    /*=================================================*/

    .olhth-arrow {
        right: 20px;
        top: 0%;
        max-width: 27px !important;
        max-height: 27px !important;
    }

    .clhth-arrow {
        right: -5px;
        top: -50%;
        max-width: 27px !important;
        max-height: 27px !important;
    }
    /*=================================================*/

    .hor-unit {
        padding-left: 16.3vw;
    }

    .ut-box-content1 {
        width: 450px;
        margin-left: 45px;
        margin-right: 20px;
    }

    .ut-cnt1subt {
        width: 450px;
        line-height: 1.1;
        padding-bottom: 112%;
    }

    .ut-cnt1subt span{
        font-size: 1.6875em;
    }


    /*=================================================*/

    .ut-box-content2 {
        width: 892px;
        margin-right: 30px;
    }

    .ut-cnt1title {
        padding: 0px 0px 20px 0px;
        font-size: 1em;
    }

    .ut-pic1 {
        width: 100%;
    }

    /*=================================================*/

    .ut-box-content3 {
        width: 551px;
        margin-right: 40px;
    }

    .ut-pic2 {
        margin-top: 56px;
        width: 100%;
    }

    .emptygap2 {
        width: 100%;
        height: 25px;
    }

    .ut-pic3 {
        width: 100%;
    }

    .ut-pic3 img {
        padding-top: 0px;
    }


    /*=================================================*/

    .ut-box-content4 {
        margin-right: 40px;
    }

    .ut-cnt1para {
        width: 418px;
        line-height: 1.2;
        font-size: 0.9em;
        margin-bottom: 450px;
    }

    /*=================================================*/

    .gappage {
        height: 100vh;
        margin-right: 80px;
    }

    .ut-box-content5 {
        margin-right: 65px;
    }

    .ut-cnt2para {
        width: 420px;
        line-height: 1.2;
        font-size: 0.9em;
        margin-bottom: 480px;
    }

    .ut-download{
        margin-right: 230px;
    }

    .linkleaves1 {
        background-position: 12% top;
        background-size: 60% auto;
    }

    /*=================================================*/

    .hor-linkhome {
        padding-left: 4vw;
    }

    .lh-download {
        margin-right: 15px;
    }

    .lh-box-content1{
        margin-left: 40px;
        margin-right: 40px;
        width: 350px;
    }

    .lh-box1 {
        width: 145px;
        line-height: 17px;
    }

    .lh-title {
        font-size: .9em;
        font-weight: 600;
    }

    .lh-sub {
        font-size: .9em;
    }

    .lh-gap {
        margin: 0px;
    }

    .lh-map {
        margin-top: 40px;
    }

    .lh-map img {
        width: 50%;
    }

    .lh-box2 {
        width: 200px;
        line-height: 17px;
        margin-bottom: 200px;
    }

    /*=================================================*/

    .lh-box-content2{
        width: 220px;
    }

    .lh-gf {
        width: 100%;
        margin-bottom: 26%;
    }

    .gftitle {
        font-size: .9em;
    }

    /*=================================================*/

    .lh-box-content3{
        width: 195px;
        margin-left: 60px;
    }

    .lh-ff {
        width: 100%;
        margin-bottom: 103%;
    }

    .fftitle {
        font-size: .9em;
    }

    /*=================================================*/

    .lh-box-content4{
        width: 195px;
        margin-right: 150px;
        margin-left: 50px;
    }

    .lh-sf {
        width: 100%;
        margin-bottom: 138%;
    }

    .sftitle {
        font-size: .9em;
    }

    /*=================================================*/

    .hor-townhouses {
        padding-left: 4vw;
    }

    .th-box-content1 {
        margin-left: 30px;
        margin-bottom: 54%;
        width: 370px;
    }

    .th-box1 {
        width: 155px;
        line-height: 17px;
    }

    .th-title {
        font-size: .9em;
        font-weight: 600;
    }

    .th-sub {
        font-size: .9em;
    }

    .th-gap {
        margin: 0px;
    }

    .th-map {
        margin-top: 40px;
    }

    .th-map img {
        width: 50%;
    }

    .th-box2 {
        width: 200px;
        line-height: 17px;
        margin-bottom: 120px;
    }

    /*=================================================*/

    .th-box-content2{
        width: 120px;
        margin-bottom: 165%;
    }

    .th-gf {
        width: 100%;
        margin-bottom: 65%;
    }

    /*=================================================*/

    .th-box-content3{
        width: 202px;
        margin-left: 75px;
        margin-bottom: 72%;
    }

    .th-ff {
        width: 100%;
        margin-bottom: 98%;
    }

    /*=================================================*/

    .th-box-content4{
        width: 201px;
        margin-right: 60px;
        margin-left: 60px;
        margin-bottom: 61%;
    }

    .th-sf {
        width: 100%;
        margin-bottom: 25%;
    }

    /*=================================================*/

    .gappage2 {
        height: 100vh;
        margin-right: 10px;
    }

    .th-box-content5 {
        margin-left: 40px;
        margin-bottom: 57%;
        width: 375px;
    }

    /*=================================================*/

    .th-box-content6 {
        width: 218px;
        margin-bottom: 35%;
    }

    .th-gf1 {
        width: 100%;
        margin-bottom: 10%;
    }

    /*=================================================*/

    .th-box-content7 {
        width: 201px;
        margin-left: 75px;
        margin-right: 90px;
        margin-bottom: 21%;
    }

    .th-ff1 {
        width: 100%;
        margin-bottom: 133%;
    }

    /*=================================================*/

    .th-download{
        margin-right: 15px;
    }

    .linkleaves2 {
        background-position: 90% top;
        background-size: 85% auto;
    }






    /* ===================================
    Virtual Showroom CSS
    ====================================== */

    .hor-virtual {
        padding-left: 16.3vw;
    }

    .vrbuttonarea {
        top: 76vh;
        left: 50px;
    }

    .vrbtn {
        margin-top: 13px;
        width: 175px;
        padding: 7px 16px;
        font-size: 0.63em;
    }

    .vr-box-content1 {
        width: 75vw;
        height: 86vh;
        margin-left: 40px;
    }

    .vr-box-content2 {
        width: 75vw;
        height: 86vh;
        margin-left: 40px;
    }




    /* ===================================
    Location CSS
    ====================================== */

    .hor-loca {
        padding-left: 16.3vw;
    }

    .lo-box-content1 {
        width: 375px;
        margin-left: 40px;
        margin-right: 35px;
    }

    .lo-cnt1subt {
        width: 370px;
        padding-bottom: 40px;
        line-height: 1.1;
    }

    .lo-cnt1subt span{
        font-size: 1.55em;
    }

    .lo-cnt1para {
        width: 374px;
        line-height: 1.3;
        font-size: 0.81em;
        margin-bottom: 275px;
    }


    /*=================================================*/


    .lo-box-content2 {
        width: 1100px;
        height: 685px;
        padding-top: 0px;
    }

    /*=================================================*/

    .lo-box-content3 {
        width: 395px;
        margin-left: 35px;
    }

    .loctitle {
        margin-top: 1px;
        margin-left: 30px;
        font-size: 0.95em;
    }

    .locdetails {
        margin-left: 10px;
        margin-top: -21px;
        margin-bottom: 20px;
        font-size: 0.9em;
        line-height: 1.2;
    }


    /* ===================================
    Registration CSS
    ====================================== */

    .hor-register {
        padding-left: 16.3vw;
    }

    .regisleaves {
        background-blend-mode: multiply; 
        background-position: -75px bottom;
        background-size: cover;
    }

    .rt-box-content1 {
        width: 76vw;
        margin-left: 60px;
        margin-right: 40px;
    }

    .rt-cnt1subt {
        width: 395px;
        padding-bottom: 20%;
    }

    .rt-cnt1subt span {
        font-size: 1.6875em;
    }

    .rt-boxform {
        margin-right: 160px;
        width: 470px;
    }

    .formcontent2 {
        width: 100%;
    }

    .formtable2 {
        padding: 0px 5px;
        width: 100%;
    }

    .forminputname2 {
        margin-top: -15px;
        font-size: 0.775em;
    }

    .errFor2 {
        font-size: 0.775em;
        margin-top: -15px;
    }


    .forminput2 {
        margin-bottom: 10px;
        width: 100%;
        font-size: 0.775em;
        padding: 2px 0 5px 0;
    }

    .formdropdown2 {
        margin-bottom: 10px;
        padding-top: 6px;
        padding-bottom: 5px;
        width: 100%;
        background-size: 8px 8px;
        font-size: 0.775em;
    }

    .agreetable2 {
        padding: 0px 5px;
        width: 100%;
    }

    .formradio2 {
        margin-top: 6px;
        margin-bottom: 30px;
        margin-right: 33px;
        margin-left: 0px;
        width: 15px;
        height: 15px;
    }

    .agreementdesc2 {
        margin-top: 0px;
        font-size: .6em;
        line-height: 1.2;
    }

    .formsubmit2 {
        margin: 26px 0px 10px 0px; 
        width: 100%;
        padding: 8px 10px;
        font-size: 0.775em;
    }

    .rtformarrowright {
        height: 10px !important;
        width: 10px !important;
        margin: 2px;
    }

    .rtformarrowrightgreen {
        height: 10px !important;
        width: 10px !important;
        margin: 2px;
    }


    /* ===================================
    About CSS
    ====================================== */

    .hor-about {
        padding-left: 16.3vw;
    }


    .ab-box-content1 {
        width: 550px;
        margin-left: 40px;
        margin-right: 45px;
    }

    .ab-pic1 {
        width: 100%;
    }

    /*=================================================*/

    .ab-box-content2 {
        padding: 0vh 0px;
    }

    .ab-cbox {
        width: 330px;
        line-height: .95;
    }

    .ab-cnt1subt {
        padding-top: 25px;
        width: 320px;
    }

    .ab-cnt1subt span{
        font-size: 1.6875em;
    }

    .ab-cnt1para {
        padding-top: 50px;
        width: 302px;
        line-height: 1.2;
        font-size: 0.825em;
    }

    .c6btn {
        margin-top: 35px;
        margin-bottom: 430px;
    }

}








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

    .menu-right-part-1 {
        right: 4.7%;
    }

    .menu-title {
        bottom: 5%;
        left: 10%;
        font-size: 1.2em;
    }

    .toggle-holder {
        width: 75px;
    }

    #toggle .menu-line {
        left: 12px;
    }   

    #toggle.all-loaded .menu-line {
        width: 35px;
        margin-left: 8px;
    }

    #toggle.all-loaded:before {
        width: 35px;
        margin-left: 16px;
    }

    #toggle.all-loaded:after {
        width: 35px;
    }

    #toggle:before, #toggle:after {
        left: 12px;
    }

    #toggle.on:before {
        width: 35px !important;
    }

    #toggle.on:after {
        width: 35px !important;
    }




    .sm-clean a, 
    .sm-clean a:hover, 
    .sm-clean a:focus,
    .sm-clean a:active {
        padding: 2px 0;
        font-size: 1.1625em;
    }

    .sm-clean > li > a:after {
        height: 55px;
    }




    .box1 {
        bottom: 30px;
    }

    .box2 {
        bottom: 30px;
    }

    .titletext {
        font-size: 0.57em;
        line-height: 1;
        margin-left: 40px;
    }

    .bodytext {
        font-size: 0.57em;
        line-height: .6;
        margin-left: 40px;
    }

    .gapgap {
        margin: -12px;
    }

    .socialtable {
        padding: 4px 38px;
    }

    .site-wrapper .socialtable img {
        padding-right: 4px;
        width: 80%;
    }

    .site-wrapper .ytllandlogo {
        padding: 10px 37px;
        width: 34%;
    }





    .background {
        background-position: 0% 76%;
    }

    .header-logo {
        top: 35px;
        left: 45px;
    }

    .header-logo img {
        width: 150px;
    }

    .welcometitle {
        bottom: 34px;
        left: 55px;
        font-size: 3.675em; 
    }

    .welcomebtn {
        bottom: 25px;
        right: 94px;
        width: 262px;
        padding: 2px 4px 2px 17px;
        font-size: .925em;
    }

    .arrowright {
        height: 14px !important;
        width: 14px !important;
        margin: 11px;
    }

    .arrowrightgreen {
        height: 14px !important;
        width: 14px !important;
        margin: 11px;
    }

    .welcomeguide {
        top: 120px;
        right: -11px;
        font-size: 1.575em;
    }

    .arrowdown {
        height: 18px !important;
        width: 18px !important;
        margin: 12px;
        padding-left: 0px;
    }





    .horizontal-slider .carousel-item-text {
        max-width: 460px;
        padding: 0vh 120px;
        line-height: 1; 
    }

    .quotetxt {
        font-size: 1.5875em;
        line-height: 1.2;
    }

    .authtxt {
        font-size: .9em;
        line-height: 3;
    }







    /* ===================================
    Index CSS
    ====================================== */
    /*Universal: Index CSS*/

    .hptitle {
        font-size: .8em;
    }

    .hpbtn {
        width: 190px;
        padding: 6px 8px;
        font-size: 0.775em;
    }

    .hparrowrightgreen {
        height: 9px !important;
        width: 9px !important;
        margin: 2px;
    }

    .hparrowright {
        height: 9px !important;
        width: 9px !important;
        margin: 2px;
    }







    .leaf {
        background-position: -100px bottom;
        background-size: 70% auto;
    }

    .hp-box-content1 {
        padding: 0vh 90px;
    }

    .cnt1title {
        margin-bottom: 30px;
    }

    .hppic1 {
        width: 760px;
    }

    .cnt1subt {
        padding-top: 16px;
        width: 350px;
        line-height: 1;
    }

    .cnt1subt span{
        font-size: 2.5375em;
    }

    .cnt1para {
        padding-top: 20px;
        width: 327px;
        line-height: 1.2;
        font-size: .9025em;
    }

    .c1btn {
        margin-top: 25px;
        margin-right: 85px;
        margin-bottom: 35px;
    }





    .cnt2title {
        margin-bottom: 10px;
    }

    .cbox2 {
        width: 385px;
        line-height: 1;
    }

    .cnt2subt {
        padding-top: 27px;
        width: 470px;
    }

    .cnt2subt span{
        font-size: 2.5375em;
    }

    .cnt2para {
        padding-top: 50px;
        width: 348px;
        line-height: 1.2;
        font-size: .9025em;
    }

    .c2btn {
        margin-top: 34px;
        margin-bottom: 280px;
    }





    .hp-box-content3 {
        width: 1140px;
        margin-right: 30px;
        padding-top: 45px;
    }






    .leaf2 {
        background-position: bottom right;
        background-size: 80% auto;
    }

    .hp-box-content4 {
        width: 1045px;
        margin-right: 29px;
        padding-top: 0px;
    }

    .unitbx {
        width: 455px;
    }

    .unitsub {
      padding-top: 31px;
      line-height: 1.1;
    }

    .unitsub span {
      font-size: 2.5375em;
    }

    .cnt3para {
        width: 460px;
        line-height: 1.2;
        font-size: .9025em;
        padding-top: 45px;
    }

    .unitdesc {
        width: 346px;
    }   

    .fpbtn {
        margin-top: 40px;
    }

    .c3btn {
      margin-top: 40px;
      margin-left: 23px;
      margin-bottom: 207px;
    }

    .unitbx2 {
        width: 50%;
        height: 66px;
    }

    .hppic4 {
        width: 52.6%;
    }

    .hppic4 img {
        margin-right: 25px;
    }

    .emptygap {
        width: 52.6%;
        height: 23px;
    }

    .hppic5 {
        width: 52.6%;
    }

    .hppic5 img {
        padding-top: 0px;
    }






    .hp-box-content5 {
        width: 977px;
    }

    .cnt5title {
        padding: 0px 0px 26px 0px;
    }

    .hppic6 {
        width: 100%;
        margin-bottom: 19px;
    }







    .leaves {
        background-position: top right;
        background-size: 50% auto;
    }

    .hp-box-content6 {
        padding: 0vh 60px 0vh 30px;
    }

    .cbox3 {
        width: 450px;
    }

    .cnt3subt {
        padding-top: 90px;
        width: 450px;
        line-height: 1.1;
    }

    .cnt3subt span{
        font-size: 2.5375em;
    }

    .cnt4para {
        padding-top: 40px;
        width: 450px;
        line-height: 1.3;
        font-size: .9025em;
    }

    .cbox4 {
        width: 355px;
    }

    .c4btn {
        margin-top: 35px;
    }

    .c5btn {
        margin-top: 35px;
        margin-left: 25px;
        margin-bottom: 355px;
    }







    .hp-box-content7{
        width: 610px; 
    }

    .formtitle {
        font-size: 2.0875em;
        margin-bottom: 60px;
    }

    .formtable {
        padding: 0px 95px;
        width: 100%;
    }

    .forminputname {
        margin-top: -15px;
        font-size: 0.775em;
    }

    .errFor {
        font-size: 0.775em;
        margin-top: -15px;
    }

    .forminput {
        margin-bottom: 10px;
        width: 100%;
        font-size: 0.775em;
        padding: 2px 0 5px 0;
    }

    .formdropdown {
        margin-bottom: 10px;
        padding-top: 6px;
        padding-bottom: 5px;
        width: 100%;
        background-size: 8px 8px;
        font-size: 0.775em;
    }

    .agreetable {
        padding: 0px 95px;
        width: 100%;
    }

    .formradio {
        margin-top: 6px;
        margin-bottom: 30px;
        margin-right: 33px;
        margin-left: 0px;
        width: 15px;
        height: 15px;
    }

    .agreementdesc {
        margin-top: 0px;
        font-size: .54em;
        line-height: 1.2;
    }

    .formsubmit {
        margin: 26px 0px 10px 0px; 
        width: 100%;
        padding: 8px 10px;
        font-size: 0.775em;
    }

    .hpformarrowright {
        height: 10px !important;
        width: 10px !important;
        margin: 2px;    
    }

    .hpformarrowrightgreen {
        height: 10px !important;
        width: 10px !important;
        margin: 2px;
    }

    .tqformbox {
        width: 100%;
        height: 90%;
    }

    .tqtxt{
        line-height: 1.5;
        font-size: 1.7em;
    }







    .hp-box-content8 {

    }

    .cbox5 {
        width: 465px;
    }

    .cbox6 {
        margin-top: 505px;
        margin-left: 35px;
        width: 165px;
    }

    .projectby {
        margin-top: 625px;
        margin-right: 100px;
        width: 160px;
    }

    .titletext2 {
        font-size: 0.57em;
        line-height: 1;
        padding-bottom: 1px;
        padding-left: 4px;
    }

    .bodytext2 {
        font-size: 0.57em;
        line-height: .6;
        padding: 3px 4px;
    }

    .socialtable2 {
        padding: 4px 0px;
    }

    .site-wrapper .socialtable2 img {
        padding-right: 0px;
        width: 80%;
    }

    .gapgap2 {
        margin: -12px;
    }

    .ytllandlogo2 {
        padding: 10px 4px;
        width: 38% !important;
    }



    /* ===================================
    Introduction CSS
    ====================================== */
    /*Universal: Introduction CSS*/
    .header-logo2 {
        top: 50px;
        left: 50px;
    }

    .header-logo2 img {
        width: 165px;
    }

    .scrollguide {
        top: 50%;
        left: 2.4%;
        width: 185px;
        font-size: .7em;
        line-height: 1.3em;
    }

    .pagetitle {
        bottom: 45px;
        left: 2.4%;
        width: 185px;
        font-size: 0.85em;
    }

    .hor-intro {
        padding-left: 17.8vw;
    }


    .linkleaves {
        background-position: 45% top;
        background-size: 73% auto;
    }

    .linkshortcutbox {
        height: 100vh;
        width: 250px;
        margin-right: 90px;
    }

    .linkshortcutbtn {
        margin-left: 10%;
        margin-top: 17px;
        width: 188px;
        height: 24px;
        padding: 0px 10px;
        font-size: 0.635em;
        line-height: 2.2;
    }

    .linkarrowrightgreen {
        height: 9px !important;
        width: 9px !important;
        margin: 8px 0px;
    }

    .linkarrowright {
        height: 9px !important;
        width: 9px !important;
        margin: 8px 0px;
    }

    .pushdownload {
        margin-top: 249%;
        margin-left: 10%;
        width: 188px;
        height: 24px;
        padding: 0px 10px;
        font-size: 0.635em;
        line-height: 2.2;
    }

    .downloadarrowgreen {
        height: 9px !important;
        width: 9px !important;
        margin: 8px 0px;
    }

    .downloadarrow {
        height: 9px !important;
        width: 9px !important;
        margin: 8px 0px;
    }

    /*=================================================*/


    .in-box-content1 {
        width: 400px;
        margin-left: 40px;
        margin-right: 30px;
    }

    .in-cnt1subt {
        width: 420px;
        padding-bottom: 40px;
        line-height: 1.1;
    }

    .in-cnt1subt span{
        font-size: 1.6875em;
    }

    .in-cnt1para {
        width: 420px;
        line-height: 1.2;
        font-size: 0.865em;
        margin-bottom: 225px;
    }

    /*=================================================*/


    .in-box-content2 {
        width: 1235px;
        margin-left: 30px;
        margin-right: 20px;
    }

    .in-pic1 {
        width: 100%;
    }


    /*=================================================*/


    .in-box-content3 {
        width: 440px;
        margin-left: 10px;
    }

    .iconfaci img {
        width: 37px;
        height: 37px;
    }

    .icondesc {
        margin-left: 20px;
        line-height: 1.2;
        font-size: 1em;
    }

    .tablefaci {
        margin-left: 5px;
        padding: 0px 20px 0px 8px;
    }

    .gate {
        margin-top: 87%;
    }

    /*=================================================*/


    .in-box-content4 {
        height: 100vh;
        width: 785px;
        margin-right: 20px;
    }

    .in-title1 {
        top: 36px;
        left: 74px;
        font-size: 0.92em;
    }

    .mapplan {
        width: 92%;
        margin-left: 3%;
        margin-top: 4%;
    }



    /* ===================================
    Features CSS
    ====================================== */

    .hor-feat {
        padding-left: 17.8vw;
    }

    .ft-box-content1 {
        width: 1230px;
        margin-left: 35px;
        margin-right: 30px;
    }

    .ft-pic1 {
        width: 100%;
    }

    /*=================================================*/

    .ft-box-content2 {
        margin-right: 45px;
    }

    .ft-pic2 {
        width: 787px;
    }

    .ft-cnt1subt {
        width: 380px;
        padding-top: 35px;
        padding-bottom: 45px;
        line-height: 1.1;
        font-size: 1.5885em;
    }

    /*=================================================*/

    .ft-box-content3 {
        margin-right: 60px;
    }

    .ft-cnt1para {
        width: 328px;
        line-height: 1.2;
        font-size: .845em;
        margin-bottom: 495px;
    }

    /*=================================================*/

    .ft-box-content4 {
        width: 1690px;
        height: 100vh;
    }

    .ft-pic3 {
        width: 100%;
        bottom: 0;
    }


    /* ===================================
    Unit Type CSS
    ====================================== */
    /*=================================================*/
    /*Toggle Unit Types: Link Houses  & Townhouses*/
    /*=================================================*/

    .menu-right-part-2 {
        right: 9.05%;
    }

    .linkhome-toggle-holder { /*Open*/
        width: 70px;
    }

    .closeX:before, .closeX:after {
        height: 1.5px;
        width: 25px;
        top: 40px;
        left: 32%;
    }

    .lh-menu-line {
        left: -65px;
        width: 200px;
        font-size: 1.6875em;
        top: 78%;
    }

    .linkhome2-toggle-holder { /*Close*/
        left: 0%;
        width: 70px;
    }

    /*=================================================*/

    .menu-right-part-3 {
        right: 4.7%;
    }

    .townhouses-toggle-holder { /*Open*/
        width: 70px;
    }

    .th-menu-line {
        left: -65px;
        width: 200px;
        font-size: 1.6875em;
        top: 78%;
    }

    .townhouses2-toggle-holder { /*Close*/
        left: 0%;
        width: 70px;
    }

    /*=================================================*/
    /*Arrow Toggle Unit Types*/
    /*=================================================*/

    .olhth-arrow {
        right: 20px;
        top: 0%;
        max-width: 27px !important;
        max-height: 27px !important;
    }

    .clhth-arrow {
        right: -5px;
        top: -50%;
        max-width: 27px !important;
        max-height: 27px !important;
    }
    /*=================================================*/

    .hor-unit {
        padding-left: 17.8vw;
    }

    .ut-box-content1 {
        width: 450px;
        margin-left: 45px;
        margin-right: 20px;
    }

    .ut-cnt1subt {
        width: 450px;
        line-height: 1.1;
        padding-bottom: 112%;
    }

    .ut-cnt1subt span{
        font-size: 1.6875em;
    }


    /*=================================================*/

    .ut-box-content2 {
        width: 892px;
        margin-right: 30px;
    }

    .ut-cnt1title {
        padding: 0px 0px 20px 0px;
        font-size: 1em;
    }

    .ut-pic1 {
        width: 100%;
    }

    /*=================================================*/

    .ut-box-content3 {
        width: 551px;
        margin-right: 40px;
    }

    .ut-pic2 {
        margin-top: 56px;
        width: 100%;
    }

    .emptygap2 {
        width: 100%;
        height: 25px;
    }

    .ut-pic3 {
        width: 100%;
    }

    .ut-pic3 img {
        padding-top: 0px;
    }


    /*=================================================*/

    .ut-box-content4 {
        margin-right: 40px;
    }

    .ut-cnt1para {
        width: 418px;
        line-height: 1.2;
        font-size: 0.9em;
        margin-bottom: 450px;
    }

    /*=================================================*/

    .gappage {
        height: 100vh;
        margin-right: 80px;
    }

    .ut-box-content5 {
        margin-right: 65px;
    }

    .ut-cnt2para {
        width: 420px;
        line-height: 1.2;
        font-size: 0.9em;
        margin-bottom: 480px;
    }

    .ut-download{
        margin-right: 230px;
    }

    .linkleaves1 {
        background-position: 12% top;
        background-size: 60% auto;
    }

    /*=================================================*/

    .hor-linkhome {
        padding-left: 4vw;
    }

    .lh-download {
        margin-right: 15px;
    }

    .lh-box-content1{
        margin-left: 40px;
        margin-right: 40px;
        width: 350px;
    }

    .lh-box1 {
        width: 145px;
        line-height: 17px;
    }

    .lh-title {
        font-size: .9em;
        font-weight: 600;
    }

    .lh-sub {
        font-size: .9em;
    }

    .lh-gap {
        margin: 0px;
    }

    .lh-map {
        margin-top: 40px;
    }

    .lh-map img {
        width: 50%;
    }

    .lh-box2 {
        width: 200px;
        line-height: 17px;
        margin-bottom: 200px;
    }

    /*=================================================*/

    .lh-box-content2{
        width: 220px;
    }

    .lh-gf {
        width: 100%;
        margin-bottom: 26%;
    }

    .gftitle {
        font-size: .9em;
    }

    /*=================================================*/

    .lh-box-content3{
        width: 195px;
        margin-left: 60px;
    }

    .lh-ff {
        width: 100%;
        margin-bottom: 103%;
    }

    .fftitle {
        font-size: .9em;
    }

    /*=================================================*/

    .lh-box-content4{
        width: 195px;
        margin-right: 150px;
        margin-left: 50px;
    }

    .lh-sf {
        width: 100%;
        margin-bottom: 138%;
    }

    .sftitle {
        font-size: .9em;
    }

    /*=================================================*/

    .hor-townhouses {
        padding-left: 4vw;
    }

    .th-box-content1 {
        margin-left: 30px;
        margin-bottom: 54%;
        width: 370px;
    }

    .th-box1 {
        width: 155px;
        line-height: 17px;
    }

    .th-title {
        font-size: .9em;
        font-weight: 600;
    }

    .th-sub {
        font-size: .9em;
    }

    .th-gap {
        margin: 0px;
    }

    .th-map {
        margin-top: 40px;
    }

    .th-map img {
        width: 50%;
    }

    .th-box2 {
        width: 200px;
        line-height: 17px;
        margin-bottom: 120px;
    }

    /*=================================================*/

    .th-box-content2{
        width: 120px;
        margin-bottom: 165%;
    }

    .th-gf {
        width: 100%;
        margin-bottom: 65%;
    }

    /*=================================================*/

    .th-box-content3{
        width: 202px;
        margin-left: 75px;
        margin-bottom: 72%;
    }

    .th-ff {
        width: 100%;
        margin-bottom: 98%;
    }

    /*=================================================*/

    .th-box-content4{
        width: 201px;
        margin-right: 60px;
        margin-left: 60px;
        margin-bottom: 61%;
    }

    .th-sf {
        width: 100%;
        margin-bottom: 25%;
    }

    /*=================================================*/

    .gappage2 {
        height: 100vh;
        margin-right: 10px;
    }

    .th-box-content5 {
        margin-left: 40px;
        margin-bottom: 57%;
        width: 375px;
    }

    /*=================================================*/

    .th-box-content6 {
        width: 218px;
        margin-bottom: 35%;
    }

    .th-gf1 {
        width: 100%;
        margin-bottom: 10%;
    }

    /*=================================================*/

    .th-box-content7 {
        width: 201px;
        margin-left: 75px;
        margin-right: 90px;
        margin-bottom: 21%;
    }

    .th-ff1 {
        width: 100%;
        margin-bottom: 133%;
    }

    /*=================================================*/

    .th-download{
        margin-right: 15px;
    }

    .linkleaves2 {
        background-position: 90% top;
        background-size: 85% auto;
    }






    /* ===================================
    Virtual Showroom CSS
    ====================================== */

    .hor-virtual {
        padding-left: 17.8vw;
    }

    .vrbuttonarea {
        top: 76vh;
        left: 50px;
    }

    .vrbtn {
        margin-top: 13px;
        width: 175px;
        padding: 7px 16px;
        font-size: 0.63em;
    }

    .vr-box-content1 {
        width: 75vw;
        height: 86vh;
        margin-left: 40px;
    }

    .vr-box-content2 {
        width: 75vw;
        height: 86vh;
        margin-left: 40px;
    }




    /* ===================================
    Location CSS
    ====================================== */

    .hor-loca {
        padding-left: 17.8vw;
    }

    .lo-box-content1 {
        width: 375px;
        margin-left: 40px;
        margin-right: 35px;
    }

    .lo-cnt1subt {
        width: 370px;
        padding-bottom: 40px;
        line-height: 1.1;
    }

    .lo-cnt1subt span{
        font-size: 1.55em;
    }

    .lo-cnt1para {
        width: 374px;
        line-height: 1.3;
        font-size: 0.81em;
        margin-bottom: 275px;
    }


    /*=================================================*/


    .lo-box-content2 {
        width: 1100px;
        height: 685px;
        padding-top: 0px;
    }

    /*=================================================*/

    .lo-box-content3 {
        width: 395px;
        margin-left: 35px;
    }

    .loctitle {
        margin-top: 1px;
        margin-left: 30px;
        font-size: 0.95em;
    }

    .locdetails {
        margin-left: 10px;
        margin-top: -21px;
        margin-bottom: 20px;
        font-size: 0.9em;
        line-height: 1.2;
    }


    /* ===================================
    Registration CSS
    ====================================== */

    .hor-register {
        padding-left: 17.8vw;
    }

    .regisleaves {
        background-blend-mode: multiply; 
        background-position: -75px bottom;
        background-size: cover;
    }

    .rt-box-content1 {
        width: 76vw;
        margin-left: 60px;
        margin-right: 40px;
    }

    .rt-cnt1subt {
        width: 395px;
        padding-bottom: 20%;
    }

    .rt-cnt1subt span {
        font-size: 1.6875em;
    }

    .rt-boxform {
        margin-right: 160px;
        width: 470px;
    }

    .formcontent2 {
        width: 100%;
    }

    .formtable2 {
        padding: 0px 5px;
        width: 100%;
    }

    .forminputname2 {
        margin-top: -15px;
        font-size: 0.775em;
    }

    .errFor2 {
        font-size: 0.775em;
        margin-top: -15px;
    }


    .forminput2 {
        margin-bottom: 10px;
        width: 100%;
        font-size: 0.775em;
        padding: 2px 0 5px 0;
    }

    .formdropdown2 {
        margin-bottom: 10px;
        padding-top: 6px;
        padding-bottom: 5px;
        width: 100%;
        background-size: 8px 8px;
        font-size: 0.775em;
    }

    .agreetable2 {
        padding: 0px 5px;
        width: 100%;
    }

    .formradio2 {
        margin-top: 6px;
        margin-bottom: 30px;
        margin-right: 33px;
        margin-left: 0px;
        width: 15px;
        height: 15px;
    }

    .agreementdesc2 {
        margin-top: 0px;
        font-size: .6em;
        line-height: 1.2;
    }

    .formsubmit2 {
        margin: 26px 0px 10px 0px; 
        width: 100%;
        padding: 8px 10px;
        font-size: 0.775em;
    }

    .rtformarrowright {
        height: 10px !important;
        width: 10px !important;
        margin: 2px;
    }

    .rtformarrowrightgreen {
        height: 10px !important;
        width: 10px !important;
        margin: 2px;
    }


    /* ===================================
    About CSS
    ====================================== */

    .hor-about {
        padding-left: 17.8vw;
    }


    .ab-box-content1 {
        width: 550px;
        margin-left: 40px;
        margin-right: 45px;
    }

    .ab-pic1 {
        width: 100%;
    }

    /*=================================================*/

    .ab-box-content2 {
        padding: 0vh 0px;
    }

    .ab-cbox {
        width: 330px;
        line-height: .95;
    }

    .ab-cnt1subt {
        padding-top: 25px;
        width: 320px;
    }

    .ab-cnt1subt span{
        font-size: 1.6875em;
    }

    .ab-cnt1para {
        padding-top: 50px;
        width: 302px;
        line-height: 1.2;
        font-size: 0.825em;
    }

    .c6btn {
        margin-top: 35px;
        margin-bottom: 430px;
    }

}






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

    .menu-right-part-1 {
        right: 5.3%;
    }

    .menu-title {
        bottom: 4%;
        left: 11%;
        font-size: 1.2em;
    }

    .toggle-holder {
        width: 75px;
    }

    #toggle .menu-line {
        left: 12px;
    }   

    #toggle.all-loaded .menu-line {
        width: 35px;
        margin-left: 8px;
    }

    #toggle.all-loaded:before {
        width: 35px;
        margin-left: 16px;
    }

    #toggle.all-loaded:after {
        width: 35px;
    }

    #toggle:before, #toggle:after {
        left: 12px;
    }

    #toggle.on:before {
        width: 35px !important;
    }

    #toggle.on:after {
        width: 35px !important;
    }




    .sm-clean a, 
    .sm-clean a:hover, 
    .sm-clean a:focus,
    .sm-clean a:active {
        padding: 6px 0;
        font-size: 1.2925em;
    }

    .sm-clean > li > a:after {
        height: 65px;
    }




    .box1 {
        bottom: 30px;
        width: 33%;
    }

    .box2 {
        bottom: 30px;
        width: 39%;
        left: 33%;
    }

    .titletext {
        font-size: 0.65em;
        line-height: 1;
        margin-left: 40px;
    }

    .bodytext {
        font-size: 0.65em;
        line-height: .8;
        margin-left: 40px;
    }

    .gapgap {
        margin: -10px;
    }

    .socialtable {
        padding: 4px 38px;
    }

    .site-wrapper .socialtable img {
        padding-right: 4px;
        width: 80%;
    }

    .site-wrapper .ytllandlogo {
        padding: 10px 37px;
        width: 34%;
    }





    .background {
        background-position: 0% 100%;
    }

    .header-logo {
        top: 45px;
        left: 50px;
    }

    .header-logo img {
        width: 185px;
    }

    .welcometitle {
        bottom: 43px;
        left: 40px;
        font-size: 3.295em; 
    }

    .welcomebtn {
        bottom: 35px;
        right: 94px;
        width: 262px;
        padding: 2px 4px 2px 17px;
        font-size: .925em;
    }

    .arrowright {
        height: 12px !important;
        width: 12px !important;
        margin: 12px;
    }

    .arrowrightgreen {
        height: 12px !important;
        width: 12px !important;
        margin: 12px;
    }

    .welcomeguide {
        top: 120px;
        right: -11px;
        font-size: 1.575em;
    }

    .arrowdown {
        height: 18px !important;
        width: 18px !important;
        margin: 12px;
        padding-left: 0px;
    }





    .horizontal-slider .carousel-item-text {
        max-width: 460px;
        padding: 0vh 130px;
        line-height: 1; 
    }

    .quotetxt {
        font-size: 1.875em;
        line-height: 1.2;
    }

    .authtxt {
        font-size: .95em;
        line-height: 3;
    }







    /* ===================================
    Index CSS
    ====================================== */
    /*Universal: Index CSS*/

    .hptitle {
        font-size: .8em;
    }

    .hpbtn {
        width: 190px;
        padding: 6px 8px;
        font-size: 0.675em;
    }

    .hparrowrightgreen {
        height: 9px !important;
        width: 9px !important;
        margin: 2px;
    }

    .hparrowright {
        height: 9px !important;
        width: 9px !important;
        margin: 2px;
    }







    .leaf {
        background-position: -100px bottom;
        background-size: 70% auto;
    }

    .hp-box-content1 {
        padding: 0vh 90px;
    }

    .cnt1title {
        margin-bottom: 30px;
    }

    .hppic1 {
        width: 850px;
    }

    .cnt1subt {
        padding-top: 16px;
        width: 350px;
        line-height: 1;
    }

    .cnt1subt span{
        font-size: 2.9375em;
    }

    .cnt1para {
        padding-top: 20px;
        width: 363px;
        line-height: 1.2;
        font-size: 1em;
    }

    .c1btn {
        margin-top: 30px;
        margin-right: 85px;
        margin-bottom: 52px;
    }





    .cnt2title {
        margin-bottom: 10px;
    }

    .cbox2 {
        width: 450px;
        line-height: 1;
    }

    .cnt2subt {
        padding-top: 27px;
        width: 445px;
    }

    .cnt2subt span{
        font-size: 2.9375em;
    }

    .cnt2para {
        padding-top: 50px;
        width: 385px;
        line-height: 1.2;
        font-size: 1em;
    }

    .c2btn {
        margin-top: 34px;
        margin-bottom: 315px;
    }





    .hp-box-content3 {
        width: 1255px;
        margin-right: 30px;
        padding-top: 45px;
    }






    .leaf2 {
        background-position: bottom right;
        background-size: 80% auto;
    }

    .hp-box-content4 {
        width: 1115px;
        margin-right: 29px;
        padding-top: 0px;
    }

    .unitbx {
        width: 465px;
    }

    .unitsub {
      padding-top: 31px;
      line-height: 1.1;
    }

    .unitsub span {
      font-size: 2.9375em;
    }

    .cnt3para {
        width: 460px;
        line-height: 1.2;
        font-size: 1em;
        padding-top: 45px;
    }

    .unitdesc {
        width: 370px;
    }   

    .fpbtn {
        margin-top: 40px;
    }

    .c3btn {
      margin-top: 40px;
      margin-left: 23px;
      margin-bottom: 227px;
    }

    .unitbx2 {
        width: 50%;
        height: 67px;
    }

    .hppic4 {
        width: 54.6%;
    }

    .hppic4 img {
        margin-right: 25px;
    }

    .emptygap {
        width: 54.6%;
        height: 20px;
    }

    .hppic5 {
        width: 54.6%;
    }

    .hppic5 img {
        padding-top: 0px;
    }






    .hp-box-content5 {
        width: 1075px;
    }

    .cnt5title {
        padding: 0px 0px 28px 0px;
    }

    .hppic6 {
        width: 100%;
        margin-bottom: 19px;
    }







    .leaves {
        background-position: top right;
        background-size: 50% auto;
    }

    .hp-box-content6 {
        padding: 0vh 60px 0vh 30px;
    }

    .cbox3 {
        width: 530px;
    }

    .cnt3subt {
        padding-top: 90px;
        width: 500px;
        line-height: 1.1;
    }

    .cnt3subt span{
        font-size: 2.9375em;
    }

    .cnt4para {
        padding-top: 40px;
        width: 450px;
        line-height: 1.3;
        font-size: 1em;
    }

    .cbox4 {
        width: 390px;
    }

    .c4btn {
        margin-top: 35px;
    }

    .c5btn {
        margin-top: 35px;
        margin-left: 25px;
        margin-bottom: 385px;
    }







    .hp-box-content7{
        width: 670px; 
    }

    .formtitle {
        font-size: 2.0875em;
        margin-bottom: 60px;
    }

    .formtable {
        padding: 0px 95px;
        width: 100%;
    }

    .forminputname {
        margin-top: -12px;
        font-size: 0.785em;
    }

    .errFor {
        font-size: 0.785em;
        margin-top: -12px;
    }

    .forminput {
        margin-bottom: 12px;
        width: 100%;
        font-size: 0.785em;
        padding: 0px 0 0 0;
    }

    .formdropdown {
        margin-bottom: 15px;
        padding-top: 5px;
        width: 100%;
        background-size: 10px 10px;
        font-size: 0.785em;
    }

    .agreetable {
        padding: 0px 95px;
        width: 100%;
    }

    .formradio {
        margin-top: 6px;
        margin-bottom: 30px;
        margin-right: 33px;
        margin-left: 0px;
        width: 16px;
        height: 16px;
    }

    .agreementdesc {
        margin-top: 0px;
        font-size: .63em;
        line-height: 1.2;
    }

    .formsubmit {
        margin: 26px 0px 10px 0px; 
        width: 100%;
        padding: 8px 10px;
        font-size: 0.785em;
    }

    .hpformarrowright {
        height: 10px !important;
        width: 10px !important;
        margin: 2px;    
    }

    .hpformarrowrightgreen {
        height: 10px !important;
        width: 10px !important;
        margin: 2px;
    }

    .tqformbox {
        width: 100%;
        height: 90%;
    }

    .tqtxt{
        line-height: 1.5;
        font-size: 1.7em;
    }







    .hp-box-content8 {

    }

    .cbox5 {
        width: 490px;
    }

    .cbox6 {
        margin-top: 540px;
        margin-left: 45px;
        width: 165px;
    }

    .projectby {
        margin-top: 685px;
        margin-right: 100px;
        width: 170px;
    }

    .titletext2 {
        font-size: 0.65em;
        line-height: 1;
        padding-bottom: 1px;
        padding-left: 4px;
    }

    .bodytext2 {
        font-size: 0.65em;
        line-height: .8;
        padding: 3px 4px;
    }

    .socialtable2 {
        padding: 4px 0px;
    }

    .site-wrapper .socialtable2 img {
        padding-right: 0px;
        width: 80%;
    }

    .gapgap2 {
        margin: -11px;
    }

    .ytllandlogo2 {
        padding: 10px 4px;
        width: 43% !important;
    }



    /* ===================================
    Introduction CSS
    ====================================== */
    /*Universal: Introduction CSS*/
    .header-logo2 {
        top: 60px;
        left: 52px;
    }

    .header-logo2 img {
        width: 180px;
    }

    .scrollguide {
        top: 50%;
        left: 3%;
        width: 190px;
        font-size: .75em;
        line-height: 1.3em;
    }

    .pagetitle {
        bottom: 65px;
        left: 3%;
        width: 190px;
        font-size: 0.85em;
    }

    .hor-intro {
        padding-left: 19.5vw;
    }


    .linkleaves {
        background-position: 45% top;
        background-size: 73% auto;
    }

    .linkshortcutbox {
        height: 100vh;
        width: 310px;
        margin-right: 90px;
    }

    .linkshortcutbtn {
        margin-left: 10%;
        margin-top: 20px;
        width: 230px;
        padding: 2px 14px;
        font-size: 0.685em;
        line-height: 25px;
        height: auto;
    }

    .linkarrowrightgreen {
        height: 9px !important;
        width: 9px !important;
        margin: 8px 0px;
    }

    .linkarrowright {
        height: 9px !important;
        width: 9px !important;
        margin: 8px 0px;
    }

    .pushdownload {
        margin-top: 228%;
        margin-left: 10%;
        width: 230px;
        padding: 2px 14px;
        font-size: 0.685em;
        line-height: 25px;
        height: auto;
    }

    .downloadarrowgreen {
        height: 9px !important;
        width: 9px !important;
        margin: 8px 0px;
    }

    .downloadarrow {
        height: 9px !important;
        width: 9px !important;
        margin: 8px 0px;
    }

    /*=================================================*/


    .in-box-content1 {
        width: 440px;
        margin-left: 40px;
        margin-right: 15px;
    }

    .in-cnt1subt {
        width: 440px;
        padding-bottom: 45px;
        line-height: 1.1;
    }

    .in-cnt1subt span{
        font-size: 1.7875em;
    }

    .in-cnt1para {
        width: 420px;
        line-height: 1.2;
        font-size: 0.885em;
        margin-bottom: 270px;
    }

    /*=================================================*/


    .in-box-content2 {
        width: 1355px;
        margin-left: 30px;
        margin-right: 20px;
    }

    .in-pic1 {
        width: 100%;
    }


    /*=================================================*/


    .in-box-content3 {
        width: 470px;
        margin-left: 10px;
    }

    .iconfaci img {
        width: 40px;
        height: 40px;
    }

    .icondesc {
        margin-left: 20px;
        line-height: 1.2;
        font-size: 1.1em;
    }

    .tablefaci {
        margin-left: 5px;
        padding: 0px 20px 0px 8px;
    }

    .gate {
        margin-top: 93%;
    }

    /*=================================================*/


    .in-box-content4 {
        height: 100vh;
        width: 935px;
        margin-right: 20px;
    }

    .in-title1 {
        top: 45px;
        left: 74px;
        font-size: 1.13em;
    }

    .mapplan {
        width: 92%;
        margin-left: 2%;
        margin-top: 5%;
    }




    /* ===================================
    Features CSS
    ====================================== */

    .hor-feat {
        padding-left: 19.5vw;
    }

    .ft-box-content1 {
        width: 1380px;
        margin-left: 35px;
        margin-right: 30px;
    }

    .ft-pic1 {
        width: 100%;
    }

    /*=================================================*/

    .ft-box-content2 {
        margin-right: 50px;
    }

    .ft-pic2 {
        width: 887px;
    }

    .ft-cnt1subt {
        width: 410px;
        padding-top: 35px;
        padding-bottom: 45px;
        line-height: 1.2;
        font-size: 1.6995em;
    }

    /*=================================================*/

    .ft-box-content3 {
        margin-right: 60px;
    }

    .ft-cnt1para {
        width: 348px;
        line-height: 1.2;
        font-size: .895em;
        margin-bottom: 569px;
    }

    /*=================================================*/

    .ft-box-content4 {
        width: 1890px;
        height: 100vh;
    }

    .ft-pic3 {
        width: 100%;
        bottom: 0;
    }



    /* ===================================
    Unit Type CSS
    ====================================== */
    /*=================================================*/
    /*Toggle Unit Types: Link Houses  & Townhouses*/
    /*=================================================*/

    .menu-right-part-2 {
        right: 10.1%;
    }

    .linkhome-toggle-holder { /*Open*/
        width: 70px;
    }

    .closeX:before, .closeX:after {
        height: 1.5px;
        width: 25px;
        top: 40px;
        left: 32%;
    }

    .lh-menu-line {
        left: -62px;
        width: 200px;
        font-size: 1.6875em;
        top: 80%;
    }

    .linkhome2-toggle-holder { /*Close*/
        left: 0%;
        width: 70px;
    }

    /*=================================================*/

    .menu-right-part-3 {
        right: 5.3%;
    }

    .townhouses-toggle-holder { /*Open*/
        width: 70px;
    }

    .th-menu-line {
        left: -62px;
        width: 200px;
        font-size: 1.6875em;
        top: 80%;
    }

    .townhouses2-toggle-holder { /*Close*/
        left: 0%;
        width: 70px;
    }

    /*=================================================*/
    /*Arrow Toggle Unit Types*/
    /*=================================================*/

    .olhth-arrow {
        right: 20px;
        top: 0%;
        max-width: 27px !important;
        max-height: 27px !important;
    }

    .clhth-arrow {
        right: -5px;
        top: -50%;
        max-width: 27px !important;
        max-height: 27px !important;
    }
    /*=================================================*/

    .hor-unit {
        padding-left: 19.5vw;
    }

    .ut-box-content1 {
        width: 450px;
        margin-left: 45px;
        margin-right: 25px;
    }

    .ut-cnt1subt {
        width: 450px;
        line-height: 1.2;
        padding-bottom: 126%;
    }

    .ut-cnt1subt span{
        font-size: 1.6875em;
    }


    /*=================================================*/

    .ut-box-content2 {
        width: 1007px;
        margin-right: 30px;
    }

    .ut-cnt1title {
        padding: 0px 0px 20px 0px;
        font-size: 1em;
    }

    .ut-pic1 {
        width: 100%;
    }

    /*=================================================*/

    .ut-box-content3 {
        width: 626px;
        margin-right: 40px;
    }

    .ut-pic2 {
        margin-top: 56px;
        width: 100%;
    }

    .emptygap2 {
        width: 100%;
        height: 25px;
    }

    .ut-pic3 {
        width: 100%;
    }

    .ut-pic3 img {
        padding-top: 0px;
    }


    /*=================================================*/

    .ut-box-content4 {
        margin-right: 60px;
    }

    .ut-cnt1para {
        width: 418px;
        line-height: 1.3;
        font-size: 0.93em;
        margin-bottom: 520px;
    }

    /*=================================================*/

    .gappage {
        height: 100vh;
        margin-right: 80px;
    }

    .ut-box-content5 {
        margin-right: 65px;
    }

    .ut-cnt2para {
        width: 445px;
        line-height: 1.3;
        font-size: 0.93em;
        margin-bottom: 560px;
    }

    .ut-download{
        margin-right: 230px;
    }

    .linkleaves1 {
        background-position: 12% top;
        background-size: 60% auto;
    }

    /*=================================================*/

    .hor-linkhome {
        padding-left: 4vw;
    }

    .lh-download {
        margin-right: 20px;
    }

    .lh-box-content1{
        margin-left: 40px;
        margin-right: 40px;
        width: 350px;
    }

    .lh-box1 {
        width: 145px;
        line-height: 19px;
    }

    .lh-title {
        font-size: .93em;
        font-weight: 600;
    }

    .lh-sub {
        font-size: .93em;
    }

    .lh-gap {
        margin: 0px;
    }

    .lh-map {
        margin-top: 40px;
    }

    .lh-map img {
        width: 50%;
    }

    .lh-box2 {
        width: 200px;
        line-height: 19px;
        margin-bottom: 170px;
    }

    /*=================================================*/

    .lh-box-content2{
        width: 250px;
    }

    .lh-gf {
        width: 100%;
        margin-bottom: 26%;
    }

    .gftitle {
        font-size: .93em;
    }

    /*=================================================*/

    .lh-box-content3{
        width: 222px;
        margin-left: 60px;
    }

    .lh-ff {
        width: 100%;
        margin-bottom: 103%;
    }

    .fftitle {
        font-size: .93em;
    }

    /*=================================================*/

    .lh-box-content4{
        width: 221px;
        margin-right: 150px;
        margin-left: 60px;
    }

    .lh-sf {
        width: 100%;
        margin-bottom: 138%;
    }

    .sftitle {
        font-size: .93em;
    }

    /*=================================================*/

    .hor-townhouses {
        padding-left: 4vw;
    }

    .th-box-content1 {
        margin-left: 40px;
        margin-bottom: 55%;
        width: 345px;
    }

    .th-box1 {
        width: 145px;
        line-height: 19px;
    }

    .th-title {
        font-size: .93em;
        font-weight: 600;
    }

    .th-sub {
        font-size: .93em;
    }

    .th-gap {
        margin: 0px;
    }

    .th-map {
        margin-top: 40px;
    }

    .th-map img {
        width: 50%;
    }

    .th-box2 {
        width: 200px;
        line-height: 19px;
        margin-bottom: 170px;
    }

    /*=================================================*/

    .th-box-content2{
        width: 136px;
        margin-bottom: 165%;
    }

    .th-gf {
        width: 100%;
        margin-bottom: 65%;
    }

    /*=================================================*/

    .th-box-content3{
        width: 228px;
        margin-left: 75px;
        margin-bottom: 74%;
    }

    .th-ff {
        width: 100%;
        margin-bottom: 98%;
    }

    /*=================================================*/

    .th-box-content4{
        width: 229px;
        margin-right: 70px;
        margin-left: 60px;
        margin-bottom: 63%;
    }

    .th-sf {
        width: 100%;
        margin-bottom: 25%;
    }

    /*=================================================*/

    .gappage2 {
        height: 100vh;
        margin-right: 10px;
    }

    .th-box-content5 {
        margin-left: 40px;
        margin-bottom: 61%;
        width: 350px;
    }

    /*=================================================*/

    .th-box-content6 {
        width: 247px;
        margin-bottom: 35%;
    }

    .th-gf1 {
        width: 100%;
        margin-bottom: 10%;
    }

    /*=================================================*/

    .th-box-content7 {
        width: 229px;
        margin-left: 75px;
        margin-right: 90px;
        margin-bottom: 21%;
    }

    .th-ff1 {
        width: 100%;
        margin-bottom: 133%;
    }

    /*=================================================*/

    .th-download{
        margin-right: 20px;
    }

    .linkleaves2 {
        background-position: 90% top;
        background-size: 85% auto;
    }




    /* ===================================
    Virtual Showroom CSS
    ====================================== */

    .hor-virtual {
        padding-left: 19.5vw;
    }

    .vrbuttonarea {
        top: 79vh;
        left: 50px;
    }

    .vrbtn {
        margin-top: 13px;
        width: 192px;
        padding: 8px 16px;
        font-size: 0.68em;
    }

    .vr-box-content1 {
        width: 69vw;
        height: 86vh;
        margin-left: 40px;
    }

    .vr-box-content2 {
        width: 69vw;
        height: 86vh;
        margin-left: 40px;
    }




    /* ===================================
    Location CSS
    ====================================== */

    .hor-loca {
        padding-left: 19.5vw;
    }

    .lo-box-content1 {
        width: 410px;
        margin-left: 50px;
        margin-right: 35px;
    }

    .lo-cnt1subt {
        width: 395px;
        padding-bottom: 55px;
        line-height: 1.1;
    }

    .lo-cnt1subt span{
        font-size: 1.77em;
    }

    .lo-cnt1para {
        width: 409px;
        line-height: 1.3;
        font-size: 0.89em;
        margin-bottom: 308px;
    }


    /*=================================================*/


    .lo-box-content2 {
        width: 1100px;
        height: 775px;
        padding-top: 0px;
    }

    /*=================================================*/

    .lo-box-content3 {
        width: 415px;
        margin-left: 35px;
    }

    .loctitle {
        margin-top: 1px;
        margin-left: 30px;
        font-size: 1em;
    }

    .locdetails {
        margin-left: 10px;
        margin-top: -21px;
        margin-bottom: 20px;
        font-size: 0.96em;
        line-height: 1.2;
    }


    /* ===================================
    Registration CSS
    ====================================== */

    .hor-register {
        padding-left: 19.5vw;
    }

    .regisleaves {
        background-blend-mode: multiply; 
        background-position: -75px bottom;
        background-size: cover;
    }

    .rt-box-content1 {
        width: 73vw;
        margin-left: 60px;
        margin-right: 40px;
    }

    .rt-cnt1subt {
        width: 395px;
        padding-bottom: 20%;
    }

    .rt-cnt1subt span {
        font-size: 1.6875em;
    }

    .rt-boxform {
        margin-right: 80px;
        width: 480px;
    }

    .formcontent2 {
        width: 100%;
    }

    .formtable2 {
        padding: 0px 5px;
        width: 100%;
    }

    .forminputname2 {
        margin-top: -12px;
        font-size: 0.785em;
    }

    .errFor2 {
        font-size: 0.785em;
        margin-top: -12px;
    }


    .forminput2 {
        margin-bottom: 12px;
        width: 100%;
        font-size: 0.785em;
        padding: 0px 0 0 0;
    }

    .formdropdown2 {
        margin-bottom: 15px;
        padding-top: 5px;
        width: 100%;
        background-size: 10px 10px;
        font-size: 0.785em;
    }

    .agreetable2 {
        padding: 0px 5px;
        width: 100%;
    }

    .formradio2 {
        margin-top: 6px;
        margin-bottom: 30px;
        margin-right: 33px;
        margin-left: 0px;
        width: 16px;
        height: 16px;
    }

    .agreementdesc2 {
        margin-top: 0px;
        font-size: .62em;
        line-height: 1.2;
    }

    .formsubmit2 {
        margin: 26px 0px 10px 0px; 
        width: 100%;
        padding: 8px 10px;
        font-size: 0.785em;
    }

    .rtformarrowright {
        height: 10px !important;
        width: 10px !important;
        margin: 2px;
    }

    .rtformarrowrightgreen {
        height: 10px !important;
        width: 10px !important;
        margin: 2px;
    }


    /* ===================================
    About CSS
    ====================================== */

    .hor-about {
        padding-left: 19.5vw;
    }


    .ab-box-content1 {
        width: 620px;
        margin-left: 40px;
        margin-right: 45px;
    }

    .ab-pic1 {
        width: 100%;
    }

    /*=================================================*/

    .ab-box-content2 {
        padding: 0vh 0px;
    }

    .ab-cbox {
        width: 330px;
        line-height: 1.2;
    }

    .ab-cnt1subt {
        padding-top: 25px;
        width: 320px;
    }

    .ab-cnt1subt span{
        font-size: 1.7875em;
    }

    .ab-cnt1para {
        padding-top: 45px;
        width: 334px;
        line-height: 1.2;
        font-size: 0.905em;
    }

    .c6btn {
        margin-top: 40px;
        margin-bottom: 487px;
    }

}






@media all and (max-width: 1366px) {

    .menu-right-part-1 {
        right: 4.85%;
    }

    .menu-title {
        bottom: 4%;
        left: 8%;
        font-size: 1.1em;
    }

    .toggle-holder {
        width: 65px;
    }

    #toggle .menu-line {
        left: 12px;
    }   

    #toggle.all-loaded .menu-line {
        width: 30px;
        margin-left: 5px;
    }

    #toggle.all-loaded:before {
        width: 30px;
        margin-left: 14px;
    }

    #toggle.all-loaded:after {
        width: 30px;
    }

    #toggle:before, #toggle:after {
        left: 10px;
    }

    #toggle.on:before {
        width: 30px !important;
        margin-left: 4px !important;
    }

    #toggle.on:after {
        width: 30px !important;
        margin-left: 4px !important;
    }




    .menu-left-part.open {
        left: 66%;
    }

    .sm li {
        padding: 14px 30px;
    }

    .sm-clean a, 
    .sm-clean a:hover, 
    .sm-clean a:focus,
    .sm-clean a:active {
        padding: 1px 0;
        font-size: 0.8925em;
    }

    .sm-clean > li > a:after {
        height: 48px;
    }




    .box1 {
        bottom: 15px;
        width: 33%;
    }

    .box2 {
        bottom: 20px;
        width: 39%;
        left: 30%;
    }

    .titletext {
        font-size: 0.65em;
        line-height: 1;
        margin-left: 35px;
    }

    .bodytext {
        font-size: 0.65em;
        line-height: .8;
        margin-left: 35px;
    }

    .gapgap {
        margin: -12px;
    }

    .socialtable {
        padding: 4px 34px;
    }

    .site-wrapper .socialtable img {
        padding-right: 1px;
        width: 80%;
    }

    .site-wrapper .ytllandlogo {
        padding: 10px 32px;
        width: 32%;
    }





    .background {
        background-position: 0% 70%;
    }

    .header-logo {
        top: 25px;
        left: 45px;
    }

    .header-logo img {
        width: 125px;
    }

    .welcometitle {
        bottom: 25px;
        left: 40px;
        font-size: 2.85em;  
    }

    .welcomebtn {
        bottom: 20px;
        right: 88px;
        width: 230px;
        padding: 1px 1px 2px 17px;
        font-size: .835em;
    }

    .arrowright {
        height: 12px !important;
        width: 12px !important;
        margin: 12px;
    }

    .arrowrightgreen {
        height: 12px !important;
        width: 12px !important;
        margin: 12px;
    }

    .welcomeguide {
        top: 91px;
        right: -3px;
        font-size: 1.275em;
    }

    .arrowdown {
        height: 15px !important;
        width: 15px !important;
        margin: 14px;
        padding-left: 0px;
    }





    .horizontal-slider .carousel-item-text {
        max-width: 460px;
        padding: 0vh 125px;
        line-height: 1; 
    }

    .quotetxt {
        font-size: 1.5475em;
        line-height: 1.2;
    }

    .authtxt {
        font-size: .83em;
        line-height: 3;
    }







    /* ===================================
    Index CSS
    ====================================== */
    /*Universal: Index CSS*/

    .hptitle {
        font-size: .6em;
    }

    .hpbtn {
        width: 180px;
        padding: 6px 8px;
        font-size: 0.85em;
    }

    .hparrowrightgreen {
        height: 9px !important;
        width: 9px !important;
        margin: 2px;
    }

    .hparrowright {
        height: 9px !important;
        width: 9px !important;
        margin: 2px;
    }







    .leaf {
        background-position: -100px bottom;
        background-size: 70% auto;
    }

    .hp-box-content1 {
        padding: 0vh 70px;
    }

    .cnt1title {
        margin-bottom: 15px;
    }

    .hppic1 {
        width: 600px;
    }

    .cnt1subt {
        padding-top: 10px;
        width: 220px;
        line-height: 1;
    }

    .cnt1subt span{
        font-size: 2.0375em;
    }

    .cnt1para {
        padding-top: 15px;
        width: 320px;
        line-height: 1.4;
        font-size: .8em;
    }

    .c1btn {
        margin-top: 25px;
        margin-right: 85px;
        margin-bottom: 43px;
    }





    .cnt2title {
        margin-bottom: 10px;
    }

    .cbox2 {
        width: 345px;
        line-height: 1;
    }

    .cnt2subt {
        padding-top: 10px;
        width: 325px;
    }

    .cnt2subt span{
        font-size: 2.3375em;
    }

    .cnt2para {
        padding-top: 35px;
        width: 305px;
        line-height: 1.4;
        font-size: .8em;
    }

    .c2btn {
        margin-top: 33px;
        margin-bottom: 195px;
    }





    .hp-box-content3 {
        width: 930px;
        margin-right: 30px;
        padding-top: 15px;
    }






    .leaf2 {
        background-position: bottom right;
        background-size: 80% auto;
    }

    .hp-box-content4 {
        width: 880px;
        margin-right: 75px;
        padding-top: 0px;
    }

    .unitbx {
        width: 405px;
    }

    .unitsub {
      padding-top: 15px;
      line-height: 1;
    }

    .unitsub span {
      font-size: 2.3375em;
    }

    .cnt3para {
        width: 425px;
        line-height: 1.4;
        font-size: .8em;
        padding-top: 30px;
    }

    .unitdesc {
        width: 315px;
    }   

    .fpbtn {
        margin-top: 35px;
    }

    .c3btn {
      margin-top: 35px;
      margin-left: 13px;
      margin-bottom: 148px;
    }

    .unitbx2 {
        width: 51.2%;
        height: 51px;
    }

    .hppic4 {
        width: 51.2%;
    }

    .hppic4 img {
        margin-right: 25px;
    }

    .emptygap {
        width: 51.2%;
        height: 16px;
    }

    .hppic5 {
        width: 51.2%;
    }

    .hppic5 img {
        padding-top: 0px;
    }






    .hp-box-content5 {
        width: 790px;
    }

    .cnt5title {
        padding: 0px 0px 20px 0px;
    }

    .hppic6 {
        width: 100%;
        margin-bottom: 30px;
    }







    .leaves {
        background-position: top right;
        background-size: 50% auto;
    }

    .hp-box-content6 {
        padding: 0vh 100px 0vh 30px;
    }

    .cbox3 {
        width: 405px;
    }

    .cnt3subt {
        padding-top: 15px;
        width: 405px;
        line-height: 1.1;
    }

    .cnt3subt span{
        font-size: 2.3375em;
    }

    .cnt4para {
        padding-top: 30px;
        width: 420px;
        line-height: 1.4;
        font-size: .8em;
    }

    .cbox4 {
        width: 325px;
    }

    .c4btn {
        margin-top: 30px;
    }

    .c5btn {
        margin-top: 30px;
        margin-left: 15px;
        margin-bottom: 210px;
    }







    .hp-box-content7{
        width: 570px; 
    }

    .formtitle {
        font-size: 1.4875em;
        margin-bottom: 45px;
    }

    .formtable {
        padding: 0px 70px;
        width: 100%;
    }

    .forminputname {
        margin-top: -20px;
        font-size: 0.685em;
    }

    .errFor {
        margin-top: -20px;
        font-size: 0.685em;
    }

    .forminput {
        margin-bottom: 19px;
        width: 100%;
        font-size: 0.685em;
        padding: 0px 0 5px 0;
    }

    .formdropdown {
        margin-bottom: 20px;
        padding-top: 3px;
        padding-bottom: 5px;
        width: 100%;
        background-size: 8px 8px;
        font-size: 0.685em;
    }

    .agreetable {
        padding: 0px 70px;
        width: 100%;
    }

    .formradio {
        margin-top: 0px;
        margin-bottom: 30px;
        margin-right: 33px;
        margin-left: 0px;
        width: 14px;
        height: 14px;
    }

    .agreementdesc {
        margin-top: 0px;
        font-size: .56em;
        line-height: 1.3;
    }

    .formsubmit {
        margin: 26px 0px 40px 0px; 
        width: 100%;
        padding: 8px 10px;
        font-size: 0.685em;
    }

    .hpformarrowright {
        height: 10px !important;
        width: 10px !important;
        margin: 2px;    
    }

    .hpformarrowrightgreen {
        height: 10px !important;
        width: 10px !important;
        margin: 2px;
    }

    .tqformbox {
        width: 100%;
        height: 90%;
    }

    .tqtxt{
        line-height: 1.5;
        font-size: 1.7em;
    }







    .hp-box-content8 {

    }

    .cbox5 {
        width: 470px;
    }

    .cbox6 {
        margin-top: 325px;
        margin-left: 45px;
        width: 165px;
    }

    .projectby {
        margin-top: 465px;
        margin-right: 90px;
        width: 170px;
    }

    .titletext2 {
        font-size: 0.65em;
        line-height: 1;
        padding-bottom: 1px;
        padding-left: 4px;
    }

    .bodytext2 {
        font-size: 0.65em;
        line-height: .8;
        padding: 3px 4px;
    }

    .socialtable2 {
        padding: 4px 0px;
    }

    .site-wrapper .socialtable2 img {
        padding-right: 0px;
        width: 80%;
    }

    .gapgap2 {
        margin: -12px;
    }

    .ytllandlogo2 {
        padding: 10px 4px;
        width: 37% !important;
    }



    /* ===================================
    Introduction CSS
    ====================================== */
    /*Universal: Introduction CSS*/
    .header-logo2 {
        top: 48px;
        left: 38px;
    }

    .header-logo2 img {
        width: 130px;
    }

    .scrollguide {
        top: 50%;
        left: 2.5%;
        width: 135px;
        font-size: .62em;
        line-height: 1.4em;
    }

    .pagetitle {
        bottom: 45px;
        left: 2.4%;
        width: 135px;
        font-size: 0.7em;
    }

    .hor-intro {
        padding-left: 15vw;
    }


    .linkleaves {
        background-position: 45% top;
        background-size: 73% auto;
    }

    .linkshortcutbox {
        height: 100vh;
        width: 240px;
        margin-right: 90px;
    }

    .linkshortcutbtn {
        margin-left: 11%;
        margin-top: 15px;
        width: 183px;
        padding: 0px 14px;
        font-size: 0.665em;
        line-height: 25px;
        height: auto;
    }

    .linkarrowrightgreen {
        height: 9px !important;
        width: 9px !important;
        margin: 8px 0px;
    }

    .linkarrowright {
        height: 9px !important;
        width: 9px !important;
        margin: 8px 0px;
    }

    .pushdownload {
        margin-top: 195%;
        margin-left: 11%;
        width: 183px;
        padding: 0px 14px;
        font-size: 0.665em;
        line-height: 25px;
        height: auto;
    }

    .downloadarrowgreen {
        height: 9px !important;
        width: 9px !important;
        margin: 8px 0px;
    }

    .downloadarrow {
        height: 9px !important;
        width: 9px !important;
        margin: 8px 0px;
    }

    /*=================================================*/


    .in-box-content1 {
        width: 375px;
        margin-left: 35px;
        margin-right: 15px;
    }

    .in-cnt1subt {
        width: 375px;
        padding-bottom: 30px;
        line-height: 1.1;
    }

    .in-cnt1subt span{
        font-size: 1.5275em;
    }

    .in-cnt1para {
        width: 370px;
        line-height: 1.4;
        font-size: 0.8em;
        margin-bottom: 45px;
    }

    /*=================================================*/


    .in-box-content2 {
        width: 910px;
        margin-left: 30px;
        margin-right: 20px;
    }

    .in-pic1 {
        width: 100%;
    }


    /*=================================================*/


    .in-box-content3 {
        width: 370px;
        margin-left: 10px;
    }

    .iconfaci img {
        width: 34px;
        height: 34px;
    }

    .icondesc {
        margin-left: 5px;
        line-height: 1.2;
        font-size: 0.8em;
    }

    .tablefaci {
        margin-left: 0px;
        padding: 0px 0px 0px 5px;
    }

    .gate {
        margin-top: 60%;
    }

    /*=================================================*/


    .in-box-content4 {
        height: 100vh;
        width: 645px;
        margin-right: 20px;
    }

    .in-title1 {
        top: 25px;
        left: 35px;
        font-size: 0.85em;
    }

    .mapplan {
        width: 90%;
        margin-left: 2%;
        margin-top: 6%;
    }



    /* ===================================
    Features CSS
    ====================================== */

    .hor-feat {
        padding-left: 15vw;
    }

    .ft-box-content1 {
        width: 955px;
        margin-left: 35px;
        margin-right: 30px;
    }

    .ft-pic1 {
        width: 100%;
    }

    /*=================================================*/

    .ft-box-content2 {
        margin-right: 40px;
    }

    .ft-pic2 {
        width: 620px;
    }

    .ft-cnt1subt {
        width: 315px;
        padding-top: 13px;
        padding-bottom: 23px;
        line-height: 1.2;
        font-size: 1.2995em;
    }

    /*=================================================*/

    .ft-box-content3 {
        margin-right: 60px;
    }

    .ft-cnt1para {
        width: 310px;
        line-height: 1.25;
        font-size: .8em;
        margin-bottom: 340px;
    }

    /*=================================================*/

    .ft-box-content4 {
        width: 1350px;
        height: 100vh;
    }

    .ft-pic3 {
        width: 100%;
        bottom: 0;
    }



    /* ===================================
    Unit Type CSS
    ====================================== */
    /*=================================================*/
    /*Toggle Unit Types: Link Houses  & Townhouses*/
    /*=================================================*/

    .menu-left-part-2 {
        width: calc(100% - 65px);
    }


    .menu-right-part-2 {
        right: 9.2%;
    }

    .linkhome-toggle-holder { /*Open*/
        width: 60px;
    }

    .closeX:before, .closeX:after {
        height: 1.3px;
        width: 25px;
        top: 35px;
        left: 32%;
    }

    .lh-menu-line {
        left: -50px;
        width: 160px;
        font-size: 1.2875em;
        top: 77%;
    }

    .linkhome2-toggle-holder { /*Close*/
        left: 0%;
        width: 60px;
    }

    /*=================================================*/

    .menu-right-part-3 {
        right: 4.8%;
    }

    .townhouses-toggle-holder { /*Open*/
        width: 60px;
    }

    .th-menu-line {
        left: -50px;
        width: 160px;
        font-size: 1.2875em;
        top: 77%;
    }

    .townhouses2-toggle-holder { /*Close*/
        left: 0%;
        width: 60px;
    }

    /*=================================================*/
    /*Arrow Toggle Unit Types*/
    /*=================================================*/

    .olhth-arrow {
        right: 25px;
        top: 15%;
        max-width: 19px !important;
        max-height: 19px !important;
    }

    .clhth-arrow {
        right: 5px;
        top: -25%;
        max-width: 19px !important;
        max-height: 19px !important;
    }
    /*=================================================*/

    .hor-unit {
        padding-left: 15vw;
    }

    .ut-box-content1 {
        width: 350px;
        margin-left: 30px;
        margin-right: 25px;
    }

    .ut-cnt1subt {
        width: 350px;
        line-height: 1.1;
        padding-bottom: 109%;
    }

    .ut-cnt1subt span{
        font-size: 1.3575em;
    }


    /*=================================================*/

    .ut-box-content2 {
        width: 695px;
        margin-right: 30px;
    }

    .ut-cnt1title {
        padding: 0px 0px 16px 0px;
        font-size: .8em;
    }

    .ut-pic1 {
        width: 100%;
    }

    /*=================================================*/

    .ut-box-content3 {
        width: 426px;
        margin-right: 35px;
    }

    .ut-pic2 {
        margin-top: 52px;
        width: 100%;
    }

    .emptygap2 {
        width: 100%;
        height: 24px;
    }

    .ut-pic3 {
        width: 100%;
    }

    .ut-pic3 img {
        padding-top: 0px;
    }


    /*=================================================*/

    .ut-box-content4 {
        margin-right: 40px;
    }

    .ut-cnt1para {
        width: 370px;
        line-height: 1.3;
        font-size: .8em;
        margin-bottom: 315px;
    }

    .ut-cnt2para {
        width: 370px;
        line-height: 1.3;
        font-size: .8em;
        margin-bottom: 350px;
    }

    /*=================================================*/

    .gappage {
        height: 100vh;
        margin-right: 80px;
    }

    .ut-box-content5 {
        margin-right: 60px;
    }

    .ut-download{
        margin-right: 210px;
    }

    .linkleaves1 {
        background-position: 12% top;
        background-size: 60% auto;
    }

    /*=================================================*/

    .hor-linkhome {
        padding-left: 4vw;
    }

    .lh-download {
        margin-right: 20px;
    }

    .lh-box-content1{
        margin-left: 40px;
        margin-right: 20px;
        width: 314px;
    }

    .lh-box1 {
        width: 115px;
        line-height: 15.5px;
    }

    .lh-title {
        font-size: .75em;
        font-weight: 600;
    }

    .lh-sub {
        font-size: .75em;
    }

    .lh-gap {
        margin: 0px;
    }

    .lh-map {
        margin-top: 30px;
    }

    .lh-map img {
        width: 60%;
    }

    .lh-box2 {
        width: 180px;
        line-height: 14.5px;
        margin-bottom: 150px;
    }

    /*=================================================*/

    .lh-box-content2{
        width: 178px;
    }

    .lh-gf {
        width: 100%;
        margin-bottom: 26%;
    }

    .gftitle {
        font-size: .7em;
    }

    /*=================================================*/

    .lh-box-content3{
        width: 158px;
        margin-left: 50px;
    }

    .lh-ff {
        width: 100%;
        margin-bottom: 103%;
    }

    .fftitle {
        font-size: .7em;
    }

    /*=================================================*/

    .lh-box-content4{
        width: 157px;
        margin-right: 125px;
        margin-left: 50px;
    }

    .lh-sf {
        width: 100%;
        margin-bottom: 138%;
    }

    .sftitle {
        font-size: .7em;
    }

    /*=================================================*/

    .hor-townhouses {
        padding-left: 4vw;
    }

    .th-box-content1 {
        margin-left: 40px;
        margin-bottom: 33%;
        width: 330px;
    }

    .th-box1 {
        width: 130px;
        line-height: 15.5px;
    }

    .th-title {
        font-size: .75em;
        font-weight: 600;
    }

    .th-sub {
        font-size: .75em;
    }

    .th-gap {
        margin: 0px;
    }

    .th-map {
        margin-top: 40px;
    }

    .th-map img {
        width: 60%;
    }

    .th-box2 {
        width: 180px;
        line-height: 14.5px;
        margin-bottom: 115px;
    }

    /*=================================================*/

    .th-box-content2{
        width: 96px;
        margin-bottom: 150%;
    }

    .th-gf {
        width: 100%;
        margin-bottom: 65%;
    }

    /*=================================================*/

    .th-box-content3{
        width: 160px;
        margin-left: 50px;
        margin-bottom: 68%;
    }

    .th-ff {
        width: 100%;
        margin-bottom: 98%;
    }

    /*=================================================*/

    .th-box-content4{
        width: 157px;
        margin-right: 50px;
        margin-left: 45px;
        margin-bottom: 57%;
    }

    .th-sf {
        width: 100%;
        margin-bottom: 29%;
    }

    /*=================================================*/

    .gappage2 {
        height: 100vh;
        margin-right: 10px;
    }

    .th-box-content5 {
        margin-left: 40px;
        margin-bottom: 43%;
        width: 325px;
    }

    /*=================================================*/

    .th-box-content6 {
        width: 170px;
        margin-bottom: 35%;
    }

    .th-gf1 {
        width: 100%;
        margin-bottom: 10%;
    }

    /*=================================================*/

    .th-box-content7 {
        width: 157px;
        margin-left: 55px;
        margin-right: 60px;
        margin-bottom: 20%;
    }

    .th-ff1 {
        width: 100%;
        margin-bottom: 135%;
    }

    /*=================================================*/

    .th-download{
        margin-right: 20px;
    }

    .linkleaves2 {
        background-position: 90% top;
        background-size: 85% auto;
    }



    /* ===================================
    Virtual Showroom CSS
    ====================================== */

    .hor-virtual {
        padding-left: 15vw;
    }

    .vrbuttonarea {
        top: 73vh;
        left: 40px;
    }

    .vrbtn {
        margin-top: 10px;
        width: 140px;
        padding: 6px 9px;
        font-size: 0.6em;
    }

    .vr-box-content1 {
        width: 75vw;
        height: 85vh;
        margin-left: 30px;
    }

    .vr-box-content2 {
        width: 75vw;
        height: 85vh;
        margin-left: 30px;
    }




    /* ===================================
    Location CSS
    ====================================== */

    .hor-loca {
        padding-left: 15vw;
    }

    .lo-box-content1 {
        width: 380px;
        margin-left: 40px;
        margin-right: 30px;
    }

    .lo-cnt1subt {
        width: 340px;
        padding-bottom: 30px;
        line-height: 1.1;
    }

    .lo-cnt1subt span{
        font-size: 1.48em;
    }

    .lo-cnt1para {
        width: 370px;
        line-height: 1.3;
        font-size: .8em;
        margin-bottom: 175px;
    }


    /*=================================================*/


    .lo-box-content2 {
        width: 830px;
        height: 545px;
        padding-top: 0px;
    }

    /*=================================================*/

    .lo-box-content3 {
        width: 310px;
        margin-left: 30px;
    }

    .loctitle {
        margin-top: 1px;
        margin-left: 25px;
        font-size: .8em;
    }

    .locdetails {
        margin-left: -3px;
        margin-top: -20px;
        margin-bottom: 12px;
        font-size: .75em;
        line-height: 1.2;
    }


    /* ===================================
    Registration CSS
    ====================================== */

    .hor-register {
        padding-left: 15vw;
    }

    .regisleaves {
        background-blend-mode: multiply; 
        background-position: -75px bottom;
        background-size: cover;
    }

    .rt-box-content1 {
        width: 73vw;
        margin-left: 50px;
        margin-right: 40px;
    }

    .rt-cnt1subt {
        width: 370px;
        padding-bottom: 20%;
    }

    .rt-cnt1subt span {
        font-size: 1.3575em;
    }

    .rt-boxform {
        margin-right: 40px;
        width: 480px;
    }

    .formcontent2 {
        width: 100%;
    }

    .formtable2 {
        padding: 0px 20px;
        width: 100%;
    }

    .forminputname2 {
        margin-top: -20px;
        font-size: 0.685em;
    }

    .errFor2 {
        margin-top: -20px;
        font-size: 0.685em;     
    }


    .forminput2 {
        margin-bottom: 20px;
        width: 100%;
        font-size: 0.685em;
        padding: 0px 0 5px 0;
    }

    .formdropdown2 {
        margin-bottom: 20px;
        padding-top: 1px;
        padding-bottom: 5px;
        width: 100%;
        background-size: 8px 8px;
        font-size: 0.685em;
    }

    .agreetable2 {
        padding: 0px 20px;
        width: 100%;
    }

    .formradio2 {
        margin-top: 0px;
        margin-bottom: 30px;
        margin-right: 33px;
        margin-left: 0px;
        width: 14px;
        height: 14px;
    }

    .agreementdesc2 {
        margin-top: 0px;
        margin-bottom: 8px;
        font-size: .575em;
        line-height: 1.3;
    }

    .formsubmit2 {
        margin: 26px 0px 0px 0px; 
        width: 100%;
        padding: 8px 10px;
        font-size: 0.685em;
    }

    .rtformarrowright {
        height: 10px !important;
        width: 10px !important;
        margin: 2px;
    }

    .rtformarrowrightgreen {
        height: 10px !important;
        width: 10px !important;
        margin: 2px;
    }


    /* ===================================
    About CSS
    ====================================== */

    .hor-about {
        padding-left: 15vw;
    }


    .ab-box-content1 {
        width: 420px;
        margin-left: 35px;
        margin-right: 35px;
    }

    .ab-pic1 {
        width: 100%;
    }

    /*=================================================*/

    .ab-box-content2 {
        padding: 0vh 0px;
    }

    .ab-cbox {
        width: 330px;
        line-height: 1.2;
    }

    .ab-cnt1subt {
        padding-top: 25px;
        width: 320px;
    }

    .ab-cnt1subt span{
        font-size: 1.5575em;
    }

    .ab-cnt1para {
        padding-top: 30px;
        width: 300px;
        line-height: 1.4;
        font-size: .8em;
    }

    .c6btn {
        margin-top: 30px;
        margin-bottom: 270px;
    }

}






@media all and (max-width: 1310px) {

    .menu-right-part-1 {
        right: 4.85%;
    }

    .menu-title {
        bottom: 4%;
        left: 10%;
        font-size: 1em;
    }

    .toggle-holder {
        width: 65px;
    }

    #toggle .menu-line {
        left: 10px;
    }   

    #toggle.all-loaded .menu-line {
        width: 32px;
        margin-left: 3px;
    }

    #toggle.all-loaded:before {
        width: 32px;
        margin-left: 12px;
    }

    #toggle.all-loaded:after {
        width: 32px;
    }

    #toggle:before, #toggle:after {
        left: 7px;
    }

    #toggle.on:before {
        width: 32px !important;
        margin-left: 7px !important;
    }

    #toggle.on:after {
        width: 32px !important;
        margin-left: 7px !important;
    }




    .menu-left-part.open {
        left: 66%;
    }

    .sm li {
        padding: 14px 25px;
    }

    .sm-clean a, 
    .sm-clean a:hover, 
    .sm-clean a:focus,
    .sm-clean a:active {
        padding: 1px 0;
        font-size: 0.893em;
    }

    .sm-clean > li > a:after {
        height: 47px;
    }




    .box1 {
        bottom: 15px;
        width: 37%;
    }

    .box2 {
        bottom: 20px;
        width: 46%;
        left: 32%;
    }

    .titletext {
        font-size: 0.7em;
        line-height: 1;
        margin-left: 25px;
    }

    .bodytext {
        font-size: 0.7em;
        line-height: .8;
        margin-left: 25px;
    }

    .gapgap {
        margin: -12px;
    }

    .socialtable {
        padding: 4px 24px;
    }

    .site-wrapper .socialtable img {
        padding-right: 1px;
        width: 80%;
    }

    .site-wrapper .ytllandlogo {
        padding: 10px 23px;
        width: 32%;
    }





    .background {
        background-position: 0% 75%;
    }

    .header-logo {
        top: 38px;
        left: 40px;
    }

    .header-logo img {
        width: 125px;
    }

    .welcometitle {
        bottom: 20px;
        left: 40px;
        font-size: 2.85em;  
    }

    .welcomebtn {
        bottom: 15px;
        right: 75px;
        width: 217px;
        padding: 1px 4px 1px 14px;
        font-size: .745em;
    }

    .arrowright {
        height: 12px !important;
        width: 12px !important;
        margin: 12px;
    }

    .arrowrightgreen {
        height: 12px !important;
        width: 12px !important;
        margin: 12px;
    }

    .welcomeguide {
        top: 95px;
        right: -2px;
        font-size: 1.175em;
    }

    .arrowdown {
        height: 15px !important;
        width: 15px !important;
        margin: 12px;
        padding-left: 0px;
    }





    .horizontal-slider .carousel-item-text {
        max-width: 460px;
        padding: 0vh 125px;
        line-height: 1; 
    }

    .quotetxt {
        font-size: 1.5475em;
        line-height: 1.2;
    }

    .authtxt {
        font-size: .83em;
        line-height: 3;
    }







    /* ===================================
    Index CSS
    ====================================== */
    /*Universal: Index CSS*/

    .hptitle {
        font-size: .65em;
    }

    .hpbtn {
        width: 200px;
        padding: 6px 7px;
        font-size: 0.9em;
    }

    .hparrowrightgreen {
        height: 10px !important;
        width: 10px !important;
        margin: 2px;
    }

    .hparrowright {
        height: 10px !important;
        width: 10px !important;
        margin: 2px;
    }







    .leaf {
        background-position: -100px bottom;
        background-size: 70% auto;
    }

    .hp-box-content1 {
        padding: 0vh 75px;
    }

    .cnt1title {
        margin-bottom: 20px;
    }

    .hppic1 {
        width: 600px;
    }

    .cnt1subt {
        padding-top: 14px;
        width: 250px;
        line-height: 1;
    }

    .cnt1subt span{
        font-size: 2.0175em;
    }

    .cnt1para {
        padding-top: 15px;
        width: 336px;
        line-height: 1.3;
        font-size: .85em;
    }

    .c1btn {
        margin-top: 19px;
        margin-right: 60px;
        margin-bottom: 22px;
    }





    .cnt2title {
        margin-bottom: 10px;
    }

    .cbox2 {
        width: 370px;
        line-height: 1;
    }

    .cnt2subt {
        padding-top: 10px;
        width: 350px;
    }

    .cnt2subt span{
        font-size: 2.5175em;
    }

    .cnt2para {
        padding-top: 35px;
        width: 325px;
        line-height: 1.2;
        font-size: .85em;
    }

    .c2btn {
        margin-top: 25px;
        margin-bottom: 193px;
    }





    .hp-box-content3 {
        width: 935px;
        margin-right: 25px;
        padding-top: 45px;
    }






    .leaf2 {
        background-position: bottom right;
        background-size: 80% auto;
    }

    .hp-box-content4 {
        width: 940px;
        margin-right: 70px;
        padding-top: 0px;
    }

    .unitbx {
        width: 460px;
    }

    .unitsub {
      padding-top: 15px;
      line-height: 1;
    }

    .unitsub span {
      font-size: 2.5175em;
    }

    .cnt3para {
        width: 459px;
        line-height: 1.2;
        font-size: .85em;
        padding-top: 38px;
    }

    .unitdesc {
        width: 353px;
    }   

    .fpbtn {
        margin-top: 25px;
    }

    .c3btn {
      margin-top: 25px;
      margin-left: 13px;
      margin-bottom: 152px;
    }

    .unitbx2 {
        width: 50%;
        height: 56px;
    }

    .hppic4 {
        width: 48.2%;
    }

    .hppic4 img {
        margin-right: 25px;
    }

    .emptygap {
        width: 48.2%;
        height: 17px;
    }

    .hppic5 {
        width: 48.2%;
    }

    .hppic5 img {
        padding-top: 0px;
    }






    .hp-box-content5 {
        width: 800px;
    }

    .cnt5title {
        padding: 0px 0px 19px 0px;
    }

    .hppic6 {
        width: 100%;
        margin-bottom: 10px;
    }







    .leaves {
        background-position: top right;
        background-size: 50% auto;
    }

    .hp-box-content6 {
        padding: 0vh 40px 0vh 30px;
    }

    .cbox3 {
        width: 450px;
    }

    .cnt3subt {
        padding-top: 10px;
        width: 450px;
        line-height: 1.1;
    }

    .cnt3subt span{
        font-size: 2.5175em;
    }

    .cnt4para {
        padding-top: 40px;
        width: 450px;
        line-height: 1.4;
        font-size: .85em;
    }

    .cbox4 {
        width: 331px;
    }

    .c4btn {
        margin-top: 35px;
    }

    .c5btn {
        margin-top: 35px;
        margin-left: 15px;
        margin-bottom: 160px;
    }







    .hp-box-content7{
        width: 565px; 
    }

    .formtitle {
        font-size: 1.5875em;
        margin-bottom: 45px;
    }

    .formtable {
        padding: 0px 75px;
        width: 100%;
    }

    .forminputname {
        margin-top: -17px;
        font-size: 0.785em;
    }

    .errFor {
        font-size: 0.785em;
        margin-top: -17px;
    }

    .forminput {
        margin-bottom: 9px;
        width: 100%;
        font-size: 0.785em;
        padding: 0px 0 5px 0;
    }

    .formdropdown {
        margin-bottom: 5px;
        padding-top: 1px;
        padding-bottom: 5px;
        width: 100%;
        background-size: 8px 8px;
        font-size: 0.785em;
    }

    .agreetable {
        padding: 0px 75px;
        width: 100%;
    }

    .formradio {
        margin-top: 6px;
        margin-bottom: 30px;
        margin-right: 20px;
        margin-left: 0px;
        width: 14px;
        height: 14px;
    }

    .agreementdesc {
        margin-top: 6px;
        margin-bottom: 8px;
        font-size: .55em;
        line-height: 1.2;
    }

    .formsubmit {
        margin: 26px 0px 40px 0px; 
        width: 100%;
        padding: 8px 10px;
        font-size: 0.785em;
    }

    .hpformarrowright {
        height: 10px !important;
        width: 10px !important;
        margin: 2px;    
    }

    .hpformarrowrightgreen {
        height: 10px !important;
        width: 10px !important;
        margin: 2px;
    }

    .tqformbox {
        width: 100%;
        height: 90%;
    }

    .tqtxt{
        line-height: 1.5;
        font-size: 1.7em;
    }







    .hp-box-content8 {

    }

    .cbox5 {
        width: 460px;
    }

    .cbox6 {
        margin-top: 325px;
        margin-left: 25px;
        width: 165px;
    }

    .projectby {
        margin-top: 470px;
        margin-right: 95px;
        width: 175px;
    }

    .titletext2 {
        font-size: 0.7em;
        line-height: 1;
        padding-bottom: 1px;
        padding-left: 4px;
    }

    .bodytext2 {
        font-size: 0.7em;
        line-height: .8;
        padding: 3px 4px;
    }

    .socialtable2 {
        padding: 4px 0px;
    }

    .site-wrapper .socialtable2 img {
        padding-right: 0px;
        width: 80%;
    }

    .gapgap2 {
        margin: -12px;
    }

    .ytllandlogo2 {
        padding: 10px 4px;
        width: 37% !important;
    }



    /* ===================================
    Introduction CSS
    ====================================== */
    /*Universal: Introduction CSS*/
    .header-logo2 {
        top: 48px;
        left: 45px;
    }

    .header-logo2 img {
        width: 150px;
    }

    .scrollguide {
        top: 50%;
        left: 2.5%;
        width: 165px;
        font-size: .62em;
        line-height: 1.4em;
    }

    .pagetitle {
        bottom: 45px;
        left: 2.4%;
        width: 165px;
        font-size: 0.75em;
    }

    .hor-intro {
        padding-left: 18vw;
    }


    .linkleaves {
        background-position: 45% top;
        background-size: 73% auto;
    }

    .linkshortcutbox {
        height: 100vh;
        width: 240px;
        margin-right: 90px;
    }

    .linkshortcutbtn {
        margin-left: 10%;
        margin-top: 15px;
        width: 183px;
        padding: 0px 14px;
        font-size: 0.705em;
        line-height: 25px;
        height: auto;
    }

    .linkarrowrightgreen {
        height: 9px !important;
        width: 9px !important;
        margin: 8px 0px;
    }

    .linkarrowright {
        height: 9px !important;
        width: 9px !important;
        margin: 8px 0px;
    }

    .pushdownload {
        margin-top: 204%;
        margin-left: 10%;
        width: 183px;
        padding: 0px 14px;
        font-size: 0.705em;
        line-height: 25px;
        height: auto;
    }

    .downloadarrowgreen {
        height: 9px !important;
        width: 9px !important;
        margin: 8px 0px;
    }

    .downloadarrow {
        height: 9px !important;
        width: 9px !important;
        margin: 8px 0px;
    }

    /*=================================================*/


    .in-box-content1 {
        width: 410px;
        margin-left: 40px;
        margin-right: 15px;
    }

    .in-cnt1subt {
        width: 410px;
        padding-bottom: 40px;
        line-height: 1.1;
    }

    .in-cnt1subt span{
        font-size: 1.6575em;
    }

    .in-cnt1para {
        width: 410px;
        line-height: 1.3;
        font-size: 0.85em;
        margin-bottom: 65px;
    }

    /*=================================================*/


    .in-box-content2 {
        width: 970px;
        margin-left: 30px;
        margin-right: 20px;
    }

    .in-pic1 {
        width: 100%;
    }


    /*=================================================*/


    .in-box-content3 {
        width: 420px;
        margin-left: 10px;
    }

    .iconfaci img {
        width: 35px;
        height: 35px;
    }

    .icondesc {
        margin-left: 20px;
        line-height: 1.2;
        font-size: 0.85em;
    }

    .tablefaci {
        margin-left: 5px;
        padding: 0px 20px 0px 8px;
    }

    .gate {
        margin-top: 62%;
    }

    /*=================================================*/


    .in-box-content4 {
        height: 100vh;
        width: 650px;
        margin-right: 20px;
    }

    .in-title1 {
        top: 25px;
        left: 35px;
        font-size: 0.95em;
    }

    .mapplan {
        width: 93%;
        margin-left: 1%;
        margin-top: 5%;
    }



    /* ===================================
    Features CSS
    ====================================== */

    .hor-feat {
        padding-left: 18vw;
    }

    .ft-box-content1 {
        width: 970px;
        margin-left: 35px;
        margin-right: 30px;
    }

    .ft-pic1 {
        width: 100%;
    }

    /*=================================================*/

    .ft-box-content2 {
        margin-right: 40px;
    }

    .ft-pic2 {
        width: 600px;
    }

    .ft-cnt1subt {
        width: 325px;
        padding-top: 20px;
        padding-bottom: 30px;
        line-height: 1.2;
        font-size: 1.3575em;
    }

    /*=================================================*/

    .ft-box-content3 {
        margin-right: 70px;
    }

    .ft-cnt1para {
        width: 327px;
        line-height: 1.25;
        font-size: .85em;
        margin-bottom: 340px;
    }

    /*=================================================*/

    .ft-box-content4 {
        width: 1300px;
        height: 100vh;
    }

    .ft-pic3 {
        width: 100%;
        bottom: 0;
    }



    /* ===================================
    Unit Type CSS
    ====================================== */
    /*=================================================*/
    /*Toggle Unit Types: Link Houses  & Townhouses*/
    /*=================================================*/

    .menu-left-part-2 {
        width: calc(100% - 60px);
    }
    

    .menu-right-part-2 {
        right: 9.4%;
    }

    .linkhome-toggle-holder { /*Open*/
        width: 60px;
    }

    .closeX:before, .closeX:after {
        height: 1.3px;
        width: 22px;
        top: 35px;
        left: 30%;
    }

    .lh-menu-line {
        left: -58px;
        width: 180px;
        font-size: 1.3875em;
        top: 75%;
    }

    .linkhome2-toggle-holder { /*Close*/
        left: 0%;
        width: 60px;
    }

    /*=================================================*/

    .menu-right-part-3 {
        right: 4.8%;
    }

    .townhouses-toggle-holder { /*Open*/
        width: 60px;
    }

    .th-menu-line {
        left: -58px;
        width: 180px;
        font-size: 1.3875em;
        top: 75%;
    }

    .townhouses2-toggle-holder { /*Close*/
        left: 0%;
        width: 60px;
    }

    /*=================================================*/
    /*Arrow Toggle Unit Types*/
    /*=================================================*/

    .olhth-arrow {
        right: 30px;
        top: 5%;
        max-width: 23px !important;
        max-height: 23px !important;
    }

    .clhth-arrow {
        right: 10px;
        top: -35%;
        max-width: 23px !important;
        max-height: 23px !important;
    }
    /*=================================================*/

    .hor-unit {
        padding-left: 18vw;
    }

    .ut-box-content1 {
        width: 420px;
        margin-left: 45px;
        margin-right: 25px;
    }

    .ut-cnt1subt {
        width: 400px;
        line-height: 1.1;
        padding-bottom: 87%;
    }

    .ut-cnt1subt span{
        font-size: 1.5575em;
    }


    /*=================================================*/

    .ut-box-content2 {
        width: 700px;
        margin-right: 30px;
    }

    .ut-cnt1title {
        padding: 0px 0px 16px 0px;
        font-size: .95em;
    }

    .ut-pic1 {
        width: 100%;
    }

    /*=================================================*/

    .ut-box-content3 {
        width: 427px;
        margin-right: 40px;
    }

    .ut-pic2 {
        margin-top: 52px;
        width: 100%;
    }

    .emptygap2 {
        width: 100%;
        height: 24px;
    }

    .ut-pic3 {
        width: 100%;
    }

    .ut-pic3 img {
        padding-top: 0px;
    }


    /*=================================================*/

    .ut-box-content4 {
        margin-right: 60px;
    }

    .ut-cnt1para {
        width: 385px;
        line-height: 1.3;
        font-size: .85em;
        margin-bottom: 310px;
    }

    /*=================================================*/

    .gappage {
        height: 100vh;
        margin-right: 80px;
    }

    .ut-box-content5 {
        margin-right: 70px;
    }

    .ut-cnt2para {
        width: 404px;
        line-height: 1.3;
        font-size: .85em;
        margin-bottom: 345px;
    }

    .ut-download{
        margin-right: 210px;
    }

    .linkleaves1 {
        background-position: 12% top;
        background-size: 60% auto;
    }

    /*=================================================*/

    .hor-linkhome {
        padding-left: 4vw;
    }

    .lh-download {
        margin-right: 20px;
    }

    .lh-box-content1{
        margin-left: 40px;
        margin-right: 40px;
        width: 314px;
    }

    .lh-box1 {
        width: 115px;
        line-height: 15.5px;
    }

    .lh-title {
        font-size: .8em;
        font-weight: 600;
    }

    .lh-sub {
        font-size: .8em;
    }

    .lh-gap {
        margin: 0px;
    }

    .lh-map {
        margin-top: 40px;
    }

    .lh-map img {
        width: 60%;
    }

    .lh-box2 {
        width: 180px;
        line-height: 14.5px;
        margin-bottom: 150px;
    }

    /*=================================================*/

    .lh-box-content2{
        width: 180px;
    }

    .lh-gf {
        width: 100%;
        margin-bottom: 26%;
    }

    .gftitle {
        font-size: .75em;
    }

    /*=================================================*/

    .lh-box-content3{
        width: 159px;
        margin-left: 60px;
    }

    .lh-ff {
        width: 100%;
        margin-bottom: 103%;
    }

    .fftitle {
        font-size: .8em;
    }

    /*=================================================*/

    .lh-box-content4{
        width: 159px;
        margin-right: 120px;
        margin-left: 60px;
    }

    .lh-sf {
        width: 100%;
        margin-bottom: 138%;
    }

    .sftitle {
        font-size: .8em;
    }

    /*=================================================*/

    .hor-townhouses {
        padding-left: 4vw;
    }

    .th-box-content1 {
        margin-left: 40px;
        margin-bottom: 22%;
        width: 345px;
    }

    .th-box1 {
        width: 145px;
        line-height: 15.5px;
    }

    .th-title {
        font-size: .8em;
        font-weight: 600;
    }

    .th-sub {
        font-size: .8em;
    }

    .th-gap {
        margin: 0px;
    }

    .th-map {
        margin-top: 40px;
    }

    .th-map img {
        width: 60%;
    }

    .th-box2 {
        width: 180px;
        line-height: 14.5px;
        margin-bottom: 170px;
    }

    /*=================================================*/

    .th-box-content2{
        width: 96px;
        margin-bottom: 168%;
    }

    .th-gf {
        width: 100%;
        margin-bottom: 65%;
    }

    /*=================================================*/

    .th-box-content3{
        width: 163px;
        margin-left: 55px;
        margin-bottom: 73%;
    }

    .th-ff {
        width: 100%;
        margin-bottom: 94%;
    }

    /*=================================================*/

    .th-box-content4{
        width: 156px;
        margin-right: 70px;
        margin-left: 60px;
        margin-bottom: 57%;
    }

    .th-sf {
        width: 100%;
        margin-bottom: 30%;
    }

    /*=================================================*/

    .gappage2 {
        height: 100vh;
        margin-right: 10px;
    }

    .th-box-content5 {
        margin-left: 40px;
        margin-bottom: 27%;
        width: 340px;
    }

    /*=================================================*/

    .th-box-content6 {
        width: 173px;
        margin-bottom: 35%;
    }

    .th-gf1 {
        width: 100%;
        margin-bottom: 10%;
    }

    /*=================================================*/

    .th-box-content7 {
        width: 160px;
        margin-left: 75px;
        margin-right: 90px;
        margin-bottom: 18%;
    }

    .th-ff1 {
        width: 100%;
        margin-bottom: 133%;
    }

    /*=================================================*/

    .th-download{
        margin-right: 20px;
    }

    .linkleaves2 {
        background-position: 90% top;
        background-size: 85% auto;
    }



    /* ===================================
    Virtual Showroom CSS
    ====================================== */

    .hor-virtual {
        padding-left: 18vw;
    }

    .vrbuttonarea {
        top: 72vh;
        left: 50px;
    }

    .vrbtn {
        margin-top: 10px;
        width: 155px;
        padding: 6px 13px;
        font-size: 0.6em;
    }

    .vr-box-content1 {
        width: 71vw;
        height: 86vh;
        margin-left: 40px;
    }

    .vr-box-content2 {
        width: 71vw;
        height: 86vh;
        margin-left: 40px;
    }




    /* ===================================
    Location CSS
    ====================================== */

    .hor-loca {
        padding-left: 18vw;
    }

    .lo-box-content1 {
        width: 420px;
        margin-left: 45px;
        margin-right: 30px;
    }

    .lo-cnt1subt {
        width: 360px;
        padding-bottom: 31px;
        line-height: 1.1;
    }

    .lo-cnt1subt span{
        font-size: 1.5575em;
    }

    .lo-cnt1para {
        width: 394px;
        line-height: 1.3;
        font-size: .85em;
        margin-bottom: 190px;
    }


    /*=================================================*/


    .lo-box-content2 {
        width: 910px;
        height: 580px;
        padding-top: 0px;
    }

    /*=================================================*/

    .lo-box-content3 {
        width: 415px;
        margin-left: 35px;
    }

    .loctitle {
        margin-top: 1px;
        margin-left: 25px;
        font-size: 0.9em;
    }

    .locdetails {
        margin-left: 3px;
        margin-top: -21px;
        margin-bottom: 15px;
        font-size: 0.8em;
        line-height: 1.2;
    }


    /* ===================================
    Registration CSS
    ====================================== */

    .hor-register {
        padding-left: 18vw;
    }

    .regisleaves {
        background-blend-mode: multiply; 
        background-position: -75px bottom;
        background-size: cover;
    }

    .rt-box-content1 {
        width: 73vw;
        margin-left: 50px;
        margin-right: 40px;
    }

    .rt-cnt1subt {
        width: 340px;
        padding-bottom: 20%;
    }

    .rt-cnt1subt span {
        font-size: 1.4575em;
    }

    .rt-boxform {
        margin-right: 40px;
        width: 480px;
    }

    .formcontent2 {
        width: 100%;
    }

    .formtable2 {
        padding: 0px 25px;
        width: 100%;
    }

    .forminputname2 {
        margin-top: -20px;
        font-size: 0.785em;
    }

    .errFor2 {
        font-size: 0.785em;
        margin-top: -20px;
    }


    .forminput2 {
        margin-bottom: 17px;
        width: 100%;
        font-size: 0.785em;
        padding: 0px 0 5px 0;
    }

    .formdropdown2 {
        margin-bottom: 15px;
        padding-top: 1px;
        padding-bottom: 5px;
        width: 100%;
        background-size: 8px 8px;
        font-size: 0.785em;
    }

    .agreetable2 {
        padding: 0px 25px;
        width: 100%;
    }

    .formradio2 {
        margin-top: 6px;
        margin-bottom: 30px;
        margin-right: 20px;
        margin-left: 0px;
        width: 14px;
        height: 14px;
    }

    .agreementdesc2 {
        margin-top: 6px;
        margin-bottom: 8px;
        font-size: .58em;
        line-height: 1.2;
    }

    .formsubmit2 {
        margin: 26px 0px 0px 0px; 
        width: 100%;
        padding: 8px 10px;
        font-size: 0.785em;
    }

    .rtformarrowright {
        height: 10px !important;
        width: 10px !important;
        margin: 2px;
    }

    .rtformarrowrightgreen {
        height: 10px !important;
        width: 10px !important;
        margin: 2px;
    }


    /* ===================================
    About CSS
    ====================================== */

    .hor-about {
        padding-left: 18vw;
    }


    .ab-box-content1 {
        width: 430px;
        margin-left: 35px;
        margin-right: 40px;
    }

    .ab-pic1 {
        width: 100%;
    }

    /*=================================================*/

    .ab-box-content2 {
        padding: 0vh 0px;
    }

    .ab-cbox {
        width: 330px;
        line-height: 1.2;
    }

    .ab-cnt1subt {
        padding-top: 5px;
        width: 320px;
    }

    .ab-cnt1subt span{
        font-size: 1.6575em;
    }

    .ab-cnt1para {
        padding-top: 30px;
        width: 315px;
        line-height: 1.3;
        font-size: .85em;
    }

    .c6btn {
        margin-top: 30px;
        margin-bottom: 260px;
    }

}







@media all and (max-width: 1280px) {

    .menu-right-part-1 {
        right: 4.85%;
    }

    .menu-title {
        bottom: 4%;
        left: 10%;
        font-size: 1em;
    }

    .toggle-holder {
        width: 65px;
    }

    #toggle .menu-line {
        left: 10px;
    }   

    #toggle.all-loaded .menu-line {
        width: 32px;
        margin-left: 3px;
    }

    #toggle.all-loaded:before {
        width: 32px;
        margin-left: 12px;
    }

    #toggle.all-loaded:after {
        width: 32px;
    }

    #toggle:before, #toggle:after {
        left: 7px;
    }

    #toggle.on:before {
        width: 32px !important;
        margin-left: 7px !important;
    }

    #toggle.on:after {
        width: 32px !important;
        margin-left: 7px !important;
    }




    .menu-left-part.open {
        left: 66%;
    }

    .sm li {
        padding: 12px 30px;
    }

    .sm-clean a, 
    .sm-clean a:hover, 
    .sm-clean a:focus,
    .sm-clean a:active {
        padding: 1px 0;
        font-size: 0.793em;
    }

    .sm-clean > li > a:after {
        height: 44px;
        left: -36px;
    }




    .box1 {
        bottom: 15px;
        width: 33%;
    }

    .box2 {
        bottom: 20px;
        width: 39%;
        left: 30%;
    }

    .titletext {
        font-size: 0.55em;
        line-height: 1;
        margin-left: 35px;
    }

    .bodytext {
        font-size: 0.55em;
        line-height: .8;
        margin-left: 35px;
    }

    .gapgap {
        margin: -12px;
    }

    .socialtable {
        padding: 4px 34px;
    }

    .site-wrapper .socialtable img {
        padding-right: 1px;
        width: 80%;
    }

    .site-wrapper .ytllandlogo {
        padding: 10px 32px;
        width: 32%;
    }





    .background {
        background-position: 0% 68%;
    }

    .header-logo {
        top: 25px;
        left: 40px;
    }

    .header-logo img {
        width: 115px;
    }

    .welcometitle {
        bottom: 25px;
        left: 40px;
        font-size: 2.75em;  
    }

    .welcomebtn {
        bottom: 15px;
        right: 75px;
        width: 217px;
        padding: 1px 4px 1px 14px;
        font-size: .745em;
    }

    .arrowright {
        height: 12px !important;
        width: 12px !important;
        margin: 12px;
    }

    .arrowrightgreen {
        height: 12px !important;
        width: 12px !important;
        margin: 12px;
    }

    .welcomeguide {
        top: 95px;
        right: -2px;
        font-size: 1.175em;
    }

    .arrowdown {
        height: 15px !important;
        width: 15px !important;
        margin: 12px;
        padding-left: 0px;
    }





    .horizontal-slider .carousel-item-text {
        max-width: 460px;
        padding: 0vh 125px;
        line-height: 1; 
    }

    .quotetxt {
        font-size: 1.5475em;
        line-height: 1.2;
    }

    .authtxt {
        font-size: .83em;
        line-height: 3;
    }







    /* ===================================
    Index CSS
    ====================================== */
    /*Universal: Index CSS*/

    .hptitle {
        font-size: .65em;
    }

    .hpbtn {
        width: 170px;
        padding: 6px 7px;
        font-size: 0.92em;
    }

    .hparrowrightgreen {
        height: 9px !important;
        width: 9px !important;
        margin: 2px;
    }

    .hparrowright {
        height: 9px !important;
        width: 9px !important;
        margin: 2px;
    }







    .leaf {
        background-position: -100px bottom;
        background-size: 70% auto;
    }

    .hp-box-content1 {
        padding: 0vh 60px;
    }

    .cnt1title {
        margin-bottom: 20px;
    }

    .hppic1 {
        width: 560px;
    }

    .cnt1subt {
        padding-top: 14px;
        width: 190px;
        line-height: 1;
    }

    .cnt1subt span{
        font-size: 1.8575em;
    }

    .cnt1para {
        padding-top: 15px;
        width: 235px;
        line-height: 1.3;
        font-size: .65em;
    }

    .c1btn {
        margin-top: 25px;
        margin-right: 60px;
        margin-bottom: 30px;
    }





    .cnt2title {
        margin-bottom: 10px;
    }

    .cbox2 {
        width: 340px;
        line-height: 1;
    }

    .cnt2subt {
        padding-top: 10px;
        width: 340px;
    }

    .cnt2subt span{
        font-size: 1.9575em;
    }

    .cnt2para {
        padding-top: 33px;
        width: 250px;
        line-height: 1.3;
        font-size: .65em;
    }

    .c2btn {
        margin-top: 34px;
        margin-bottom: 210px;
    }





    .hp-box-content3 {
        width: 845px;
        margin-right: 25px;
        padding-top: 25px;
    }






    .leaf2 {
        background-position: bottom right;
        background-size: 80% auto;
    }

    .hp-box-content4 {
        width: 880px;
        margin-right: 10px;
        padding-top: 0px;
    }

    .unitbx {
        width: 445px;
    }

    .unitsub {
      padding-top: 15px;
      line-height: 1.1;
    }

    .unitsub span {
      font-size: 1.9575em;
    }

    .cnt3para {
        width: 395px;
        line-height: 1.2;
        font-size: .65em;
        padding-top: 25px;
    }

    .unitdesc {
        width: 230px;
    }   

    .fpbtn {
        margin-top: 35px;
    }

    .c3btn {
      margin-top: 35px;
      margin-left: 13px;
      margin-bottom: 171px;
    }

    .unitbx2 {
        width: 46%;
        height: 57px;
    }

    .hppic4 {
        width: 46.2%;
    }

    .hppic4 img {
        margin-right: 25px;
    }

    .emptygap {
        width: 46.2%;
        height: 19px;
    }

    .hppic5 {
        width: 46.2%;
    }

    .hppic5 img {
        padding-top: 0px;
    }






    .hp-box-content5 {
        width: 730px;
    }

    .cnt5title {
        padding: 0px 0px 19px 0px;
    }

    .hppic6 {
        width: 100%;
        margin-bottom: 30px;
    }







    .leaves {
        background-position: top right;
        background-size: 50% auto;
    }

    .hp-box-content6 {
        padding: 0vh 10px 0vh 30px;
    }

    .cbox3 {
        width: 420px;
    }

    .cnt3subt {
        padding-top: 25px;
        width: 420px;
        line-height: 1.1;
    }

    .cnt3subt span{
        font-size: 1.9575em;
    }

    .cnt4para {
        padding-top: 40px;
        width: 420px;
        line-height: 1.3;
        font-size: .65em;
    }

    .cbox4 {
        width: 255px;
    }

    .c4btn {
        margin-top: 35px;
    }

    .c5btn {
        margin-top: 35px;
        margin-left: 15px;
        margin-bottom: 200px;
    }







    .hp-box-content7{
        width: 520px; 
    }

    .formtitle {
        font-size: 1.3875em;
        margin-bottom: 35px;
    }

    .formtable {
        padding: 0px 75px;
        width: 100%;
    }

    .forminputname {
        margin-top: -20px;
        font-size: 0.585em;
    }

    .errFor {
        margin-top: -20px;
        font-size: 0.585em;
    }

    .forminput {
        margin-bottom: 16px;
        width: 100%;
        font-size: 0.685em;
        padding: 0px 0 5px 0;
    }

    .formdropdown {
        margin-bottom: 17px;
        padding-top: 5px;
        padding-bottom: 5px;
        width: 100%;
        background-size: 8px 8px;
        font-size: 0.685em;
    }

    .agreetable {
        padding: 0px 75px;
        width: 100%;
    }

    .formradio {
        margin-top: 6px;
        margin-bottom: 30px;
        margin-right: 33px;
        margin-left: 0px;
        width: 14px;
        height: 14px;
    }

    .agreementdesc {
        margin-top: 0px;
        font-size: .47em;
        line-height: 1.2;
    }

    .formsubmit {
        margin: 26px 0px 40px 0px; 
        width: 100%;
        padding: 8px 10px;
        font-size: 0.685em;
    }

    .hpformarrowright {
        height: 10px !important;
        width: 10px !important;
        margin: 2px;    
    }

    .hpformarrowrightgreen {
        height: 10px !important;
        width: 10px !important;
        margin: 2px;
    }

    .tqformbox {
        width: 100%;
        height: 90%;
    }

    .tqtxt{
        line-height: 1.5;
        font-size: 1.7em;
    }







    .hp-box-content8 {

    }

    .cbox5 {
        width: 460px;
    }

    .cbox6 {
        margin-top: 310px;
        margin-left: 45px;
        width: 150px;
    }

    .projectby {
        margin-top: 435px;
        margin-right: 80px;
        width: 170px;
    }

    .titletext2 {
        font-size: 0.55em;
        line-height: 1;
        padding-bottom: 1px;
        padding-left: 4px;
    }

    .bodytext2 {
        font-size: 0.55em;
        line-height: .8;
        padding: 3px 4px;
    }

    .socialtable2 {
        padding: 4px 0px;
    }

    .site-wrapper .socialtable2 img {
        padding-right: 0px;
        width: 80%;
    }

    .gapgap2 {
        margin: -12px;
    }

    .ytllandlogo2 {
        padding: 10px 4px;
        width: 37% !important;
    }



    /* ===================================
    Introduction CSS
    ====================================== */
    /*Universal: Introduction CSS*/
    .header-logo2 {
        top: 45px;
        left: 32px;
    }

    .header-logo2 img {
        width: 128px;
    }

    .scrollguide {
        top: 50%;
        left: 1.7%;
        width: 148px;
        font-size: 0.62em;
        line-height: 1.4em;
    }

    .pagetitle {
        bottom: 45px;
        left: 1.7%;
        width: 148px;
        font-size: 0.75em;
    }

    .hor-intro {
        padding-left: 15vw;
    }


    .linkleaves {
        background-position: 45% top;
        background-size: 73% auto;
    }

    .linkshortcutbox {
        height: 100vh;
        width: 240px;
        margin-right: 90px;
    }

    .linkshortcutbtn {
        margin-left: 10%;
        margin-top: 15px;
        width: 183px;
        padding: 0px 14px;
        font-size: 0.655em;
        line-height: 25px;
        height: auto;
    }

    .linkarrowrightgreen {
        height: 9px !important;
        width: 9px !important;
        margin: 8px 0px;
    }

    .linkarrowright {
        height: 9px !important;
        width: 9px !important;
        margin: 8px 0px;
    }

    .pushdownload {
        margin-top: 180%;
        margin-left: 10%;
        width: 183px;
        padding: 0px 14px;
        font-size: 0.655em;
        line-height: 25px;
        height: auto;
    }

    .downloadarrowgreen {
        height: 9px !important;
        width: 9px !important;
        margin: 8px 0px;
    }

    .downloadarrow {
        height: 9px !important;
        width: 9px !important;
        margin: 8px 0px;
    }

    /*=================================================*/


    .in-box-content1 {
        width: 340px;
        margin-left: 40px;
        margin-right: 5px;
    }

    .in-cnt1subt {
        width: 340px;
        padding-bottom: 30px;
        line-height: 1.1;
    }

    .in-cnt1subt span{
        font-size: 1.3575em;
    }

    .in-cnt1para {
        width: 300px;
        line-height: 1.2;
        font-size: 0.65em;
        margin-bottom: 110px;
    }

    /*=================================================*/


    .in-box-content2 {
        width: 840px;
        margin-left: 30px;
        margin-right: 20px;
    }

    .in-pic1 {
        width: 100%;
    }


    /*=================================================*/


    .in-box-content3 {
        width: 375px;
        margin-left: 5px;
    }

    .iconfaci img {
        width: 35px;
        height: 35px;
    }

    .icondesc {
        margin-left: 8px;
        line-height: 1.2;
        font-size: .75em;
    }

    .tablefaci {
        margin-left: 5px;
        padding: 0px 15px 0px 8px;
    }

    .gate {
        margin-top: 50%;
    }

    /*=================================================*/


    .in-box-content4 {
        height: 100vh;
        width: 590px;
        margin-right: 20px;
    }

    .in-title1 {
        top: 25px;
        left: 35px;
        font-size: 0.85em;
    }

    .mapplan {
        width: 95%;
        margin-left: 2%;
        margin-top: 6%;
    }



    /* ===================================
    Features CSS
    ====================================== */

    .hor-feat {
        padding-left: 15vw;
    }

    .ft-box-content1 {
        width: 870px;
        margin-left: 35px;
        margin-right: 30px;
    }

    .ft-pic1 {
        width: 100%;
    }

    /*=================================================*/

    .ft-box-content2 {
        margin-right: 40px;
    }

    .ft-pic2 {
        width: 560px;
    }

    .ft-cnt1subt {
        width: 275px;
        padding-top: 20px;
        padding-bottom: 20px;
        line-height: 1.2;
        font-size: 1.1575em;
    }

    /*=================================================*/

    .ft-box-content3 {
        margin-right: 60px;
    }

    .ft-cnt1para {
        width: 250px;
        line-height: 1.3;
        font-size: .65em;
        margin-bottom: 330px;
    }

    /*=================================================*/

    .ft-box-content4 {
        width: 1225px;
        height: 100vh;
    }

    .ft-pic3 {
        width: 100%;
        bottom: 0;
    }



    /* ===================================
    Unit Type CSS
    ====================================== */
    /*=================================================*/
    /*Toggle Unit Types: Link Houses  & Townhouses*/
    /*=================================================*/

    .menu-right-part-2 {
        right: 9.4%;
    }

    .linkhome-toggle-holder { /*Open*/
        width: 60px;
    }

    .closeX:before, .closeX:after {
        height: 1.3px;
        width: 22px;
        top: 35px;
        left: 30%;
    }

    .lh-menu-line {
        left: -58px;
        width: 180px;
        font-size: 1.3875em;
        top: 75%;
    }

    .linkhome2-toggle-holder { /*Close*/
        left: 0%;
        width: 60px;
    }

    /*=================================================*/

    .menu-right-part-3 {
        right: 4.8%;
    }

    .townhouses-toggle-holder { /*Open*/
        width: 60px;
    }

    .th-menu-line {
        left: -58px;
        width: 180px;
        font-size: 1.3875em;
        top: 75%;
    }

    .townhouses2-toggle-holder { /*Close*/
        left: 0%;
        width: 60px;
    }

    /*=================================================*/
    /*Arrow Toggle Unit Types*/
    /*=================================================*/

    .olhth-arrow {
        right: 30px;
        top: 5%;
        max-width: 23px !important;
        max-height: 23px !important;
    }

    .clhth-arrow {
        right: 10px;
        top: -35%;
        max-width: 23px !important;
        max-height: 23px !important;
    }
    /*=================================================*/

    .hor-unit {
        padding-left: 15vw;
    }

    .ut-box-content1 {
        width: 345px;
        margin-left: 30px;
        margin-right: 30px;
    }

    .ut-cnt1subt {
        width: 345px;
        line-height: 1.1;
        padding-bottom: 95%;
    }

    .ut-cnt1subt span{
        font-size: 1.3575em;
    }


    /*=================================================*/

    .ut-box-content2 {
        width: 615px;
        margin-right: 30px;
    }

    .ut-cnt1title {
        padding: 0px 0px 16px 0px;
        font-size: .75em;
    }

    .ut-pic1 {
        width: 100%;
    }

    /*=================================================*/

    .ut-box-content3 {
        width: 375px;
        margin-right: 30px;
    }

    .ut-pic2 {
        margin-top: 52px;
        width: 100%;
    }

    .emptygap2 {
        width: 100%;
        height: 24px;
    }

    .ut-pic3 {
        width: 100%;
    }

    .ut-pic3 img {
        padding-top: 0px;
    }


    /*=================================================*/

    .ut-box-content4 {
        margin-right: 40px;
    }

    .ut-cnt1para {
        width: 295px;
        line-height: 1.3;
        font-size: .65em;
        margin-bottom: 285px;
    }

    /*=================================================*/

    .gappage {
        height: 100vh;
        margin-right: 50px;
    }

    /*=================================================*/

    .ut-box-content5 {
        margin-right: 45px;
    }

    .ut-cnt2para {
        width: 305px;
        line-height: 1.3;
        font-size: .65em;
        margin-bottom: 315px;
    }

    .ut-download{
        margin-right: 210px;
    }

    .linkleaves1 {
        background-position: 12% top;
        background-size: 60% auto;
    }

    /*=================================================*/

    .hor-linkhome {
        padding-left: 4vw;
    }

    .lh-download {
        margin-right: 20px;
    }

    .lh-box-content1{
        margin-left: 40px;
        margin-right: 25px;
        width: 314px;
    }

    .lh-box1 {
        width: 115px;
        line-height: 12.5px;
    }

    .lh-title {
        font-size: .6em;
        font-weight: 600;
    }

    .lh-sub {
        font-size: .6em;
    }

    .lh-gap {
        margin: 0px;
    }

    .lh-map {
        margin-top: 25px;
    }

    .lh-map img {
        width: 60%;
    }

    .lh-box2 {
        width: 180px;
        line-height: 12.5px;
        margin-bottom: 135px;
    }

    /*=================================================*/

    .lh-box-content2{
        width: 165px;
    }

    .lh-gf {
        width: 100%;
        margin-bottom: 26%;
    }

    .gftitle {
        font-size: .6em;
    }

    /*=================================================*/

    .lh-box-content3{
        width: 146px;
        margin-left: 60px;
    }

    .lh-ff {
        width: 100%;
        margin-bottom: 103%;
    }

    .fftitle {
        font-size: .6em;
    }

    /*=================================================*/

    .lh-box-content4{
        width: 146px;
        margin-right: 100px;
        margin-left: 60px;
    }

    .lh-sf {
        width: 100%;
        margin-bottom: 138%;
    }

    .sftitle {
        font-size: .6em;
    }

    /*=================================================*/

    .hor-townhouses {
        padding-left: 4vw;
    }

    .th-box-content1 {
        margin-left: 40px;
        margin-bottom: 19%;
        width: 280px;
    }

    .th-box1 {
        width: 115px;
        line-height: 12.5px;
    }

    .th-title {
        font-size: .6em;
        font-weight: 600;
    }

    .th-sub {
        font-size: .6em;
    }

    .th-gap {
        margin: 0px;
    }

    .th-map {
        margin-top: 40px;
    }

    .th-map img {
        width: 60%;
    }

    .th-box2 {
        width: 160px;
        line-height: 12.5px;
        margin-bottom: 170px;
    }

    /*=================================================*/

    .th-box-content2{
        width: 96px;
        margin-bottom: 100%;
    }

    .th-gf {
        width: 100%;
        margin-bottom: 65%;
    }

    /*=================================================*/

    .th-box-content3{
        width: 163px;
        margin-left: 55px;
        margin-bottom: 44%;
    }

    .th-ff {
        width: 100%;
        margin-bottom: 94%;
    }

    /*=================================================*/

    .th-box-content4{
        width: 156px;
        margin-right: 70px;
        margin-left: 60px;
        margin-bottom: 34%;
    }

    .th-sf {
        width: 100%;
        margin-bottom: 30%;
    }

    /*=================================================*/

    .gappage2 {
        height: 100vh;
        margin-right: 10px;
    }

    /*=================================================*/

    .th-box-content5 {
        margin-left: 40px;
        margin-bottom: 27%;
        width: 275px;
    }

    /*=================================================*/

    .th-box-content6 {
        width: 165px;
        margin-bottom: 12%;
    }

    .th-gf1 {
        width: 100%;
        margin-bottom: 10%;
    }

    /*=================================================*/

    .th-box-content7 {
        width: 153px;
        margin-left: 50px;
        margin-right: 65px;
        margin-bottom: 6%;
    }

    .th-ff1 {
        width: 100%;
        margin-bottom: 133%;
    }

    /*=================================================*/

    .th-download{
        margin-right: 20px;
    }

    .linkleaves2 {
        background-position: 90% top;
        background-size: 85% auto;
    }



    /* ===================================
    Virtual Showroom CSS
    ====================================== */

    .hor-virtual {
        padding-left: 15vw;
    }

    .vrbuttonarea {
        top: 72vh;
        left: 33px;
    }

    .vrbtn {
        margin-top: 8px;
        width: 140px;
        padding: 5px 11px;
        font-size: 0.54em;
    }

    .vr-box-content1 {
        width: 74vw;
        height: 84vh;
        margin-left: 40px;
    }

    .vr-box-content2 {
        width: 74vw;
        height: 84vh;
        margin-left: 40px;
    }




    /* ===================================
    Location CSS
    ====================================== */

    .hor-loca {
        padding-left: 15vw;
    }

    .lo-box-content1 {
        width: 300px;
        margin-left: 35px;
        margin-right: 30px;
    }

    .lo-cnt1subt {
        width: 300px;
        padding-bottom: 28px;
        line-height: 1.1;
    }

    .lo-cnt1subt span{
        font-size: 1.3575em;
    }

    .lo-cnt1para {
        width: 300px;
        line-height: 1.3;
        font-size: .65em;
        margin-bottom: 176px;
    }


    /*=================================================*/


    .lo-box-content2 {
        width: 850px;
        height: 485px;
        padding-top: 0px;
    }

    /*=================================================*/

    .lo-box-content3 {
        width: 280px;
        margin-left: 35px;
    }

    .loctitle {
        margin-top: -3px;
        margin-left: 30px;
        font-size: 0.75em;
    }

    .locdetails {
        margin-left: 3px;
        margin-top: -21px;
        margin-bottom: 12px;
        font-size: 0.65em;
        line-height: 1.2;
    }


    /* ===================================
    Registration CSS
    ====================================== */

    .hor-register {
        padding-left: 15vw;
    }

    .regisleaves {
        background-blend-mode: multiply; 
        background-position: -75px bottom;
        background-size: cover;
    }

    .rt-box-content1 {
        width: 73vw;
        margin-left: 50px;
        margin-right: 40px;
    }

    .rt-cnt1subt {
        width: 340px;
        padding-bottom: 20%;
    }

    .rt-cnt1subt span {
        font-size: 1.4575em;
    }

    .rt-boxform {
        margin-right: 40px;
        width: 480px;
    }

    .formcontent2 {
        width: 100%;
    }

    .formtable2 {
        padding: 0px 5px;
        width: 100%;
    }

    .forminputname2 {
        margin-top: -20px;
        font-size: 0.585em;
    }

    .errFor2 {
        font-size: 0.585em;
        margin-top: -20px;
    }


    .forminput2 {
        margin-bottom: 12px;
        width: 100%;
        font-size: 0.685em;
        padding: 0px 0 5px 0;
    }

    .formdropdown2 {
        margin-bottom: 12px;
        padding-top: 5px;
        width: 100%;
        background-size: 8px 8px;
        font-size: 0.685em;
    }

    .agreetable2 {
        padding: 0px 5px;
        width: 100%;
    }

    .formradio2 {
        margin-top: 6px;
        margin-bottom: 30px;
        margin-right: 33px;
        margin-left: 0px;
        width: 14px;
        height: 14px;
    }

    .agreementdesc2 {
        margin-top: 0px;
        font-size: .53em;
        line-height: 1.2;
    }

    .formsubmit2 {
        margin: 26px 0px 0px 0px; 
        width: 100%;
        padding: 8px 10px;
        font-size: 0.685em;
    }

    .rtformarrowright {
        height: 10px !important;
        width: 10px !important;
        margin: 2px;
    }

    .rtformarrowrightgreen {
        height: 10px !important;
        width: 10px !important;
        margin: 2px;
    }


    /* ===================================
    About CSS
    ====================================== */

    .hor-about {
        padding-left: 15vw;
    }


    .ab-box-content1 {
        width: 390px;
        margin-left: 35px;
        margin-right: 40px;
    }

    .ab-pic1 {
        width: 100%;
    }

    /*=================================================*/

    .ab-box-content2 {
        padding: 0vh 0px;
    }

    .ab-cbox {
        width: 330px;
        line-height: 1.2;
    }

    .ab-cnt1subt {
        padding-top: 25px;
        width: 320px;
    }

    .ab-cnt1subt span{
        font-size: 1.3575em;
    }

    .ab-cnt1para {
        padding-top: 30px;
        width: 256px;
        line-height: 1.2;
        font-size: .65em;
    }

    .c6btn {
        margin-top: 30px;
        margin-bottom: 290px;
    }

}







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

    .menu-left-part > * {
        position: fixed;
        bottom: 0;
        transform: none;
    }

    .menu-left-part {
        position: fixed;
        padding-top: 0px;
        height: calc(100% - 0px);
        padding-left: 0px;
        width: calc(100% - 0px);
    }

    .menu-left-part.open {
        left: 0%;
        border-left: 0px solid #264D46;
    }


    #header-main-menu {
        width: 100%;
        display: flex;
        padding-left: 0px;
        padding-right: 0px;
    }

    .sm ul {
        padding-left: 0;
    }

    .sm li {
        width: 120%;
        padding: 15px 5px;
    }

    .sm-clean a, 
    .sm-clean a:hover, 
    .sm-clean a:focus, 
    .sm-clean a:active {
        font-size: 2.3em;
        padding: 9px 50px;
    }

    .sm-clean > li:first-child {
        border-top: 1px solid #264D46;
    }

    .sm-clean > li > a:after {
        height: 90px;
        left: -5px;
        bottom: -15px;
    }

    .horizontal-slider .no-horizontal-slider {
        display: block !important;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        padding-top: 1px;
        text-align: center;
        max-width: calc(100% - 0px);
        border-left: 0px solid #264D46 !important;
        background-color: #F6F3E9;
    }

    .horizontal-slider .no-horizontal-slider .swiper-slide {
        display: inline-grid; !important;
        height: auto;
        margin-bottom: 0px;
        margin-left: 0;
        margin-right: 0;
    }

    .horizontal-slider .no-horizontal-slider .carousel-item-text {
        max-width: 100%;
    }


    .horizontal-slider .no-horizontal-slider .swiper-slide.animate-slide {
        transform: translateY(100px);   
    }

    .horizontal-slider .no-horizontal-slider .swiper-slide.animate-slide.animate-done {
        transform: translateY(0);
    }

    .menu-title {
        display: none;
    }

    .menu-right-part-1 {
        position: fixed;
        width: 0;
        right: 0%;
        top: 0;
        z-index: 999;
        transition: 0.2s left cubic-bezier(0.22, 0.61, 0.36, 1), 
            0s 0.2s background linear;
        height: 10%;
        overflow: visible;
    }

    .toggle-holder {
        position: absolute;
        width: 105px;
        height: 173%;
        border-left: 0px solid #264D46;
        right: 0;
        top: 0;
        bottom: auto;
    }

    #toggle {
        height: 100%;
        position: relative;
        transition: transform .3s linear;
        background-color: transparent;
    }

    #toggle.all-loaded .menu-line {
        width: 50px;
        margin-left: 8px;
        margin-top: 0px;
        transform: rotate(0deg);
    }

    #toggle.all-loaded:before {
        width: 50px;
        transform: rotate(0deg);
        margin-left: 11px;
        margin-top: 12px;
    }

    #toggle.all-loaded:after {
        width: 50px;
        transform: rotate(0deg);
        margin-left: 11px;
        margin-top: -13px;
    }

    #toggle.on:before {
        transform: rotate3d(0, 0, 1, 45deg) translate3d(0, 0, 0) !important;
        background-color: black;
        margin-top: 0px !important;
        margin-left: 11px !important;
        width: 50px !important;
    }

    #toggle.on:after {
        transform: rotate3d(0, 0, 1, -45deg) !important;
        background-color: black;
        margin-top: -1px !important;
        margin-left: 11px !important;
        width: 50px !important;
    }

    .open #toggle, .done #toggle {
        background-color: transparent;
    }

    .box1 {
        display: none;
    }

    .box2 {
        display: none;
    }

    .welcome {
        display: none;
    }

    .welcome-mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .header-logo-mobile {
        margin: 10%;
    }

    .header-logo-mobile img {
        width: 250px;
    }

    .header-logo-mobile-vr {
        margin: 10% 0% 4% 0%;
    }

    .header-logo-mobile-vr img {
        width: 250px;
    }

    .pagetitle-mobile {
        font-size: 1.2em;
        color: #264D46;
        width: 91vw;
        padding: 20px 0px 30px 0px;
    }

    .hpbtn {
        width: 280px;
        padding: 12px 16px;
        font-size: 0.76em;
    }

    .hparrowrightgreen {
        height: 17px !important;
        width: 17px !important;
        margin: 2px;
    }

    .hparrowright {
        height: 17px !important;
        width: 17px !important;
        margin: 2px;
    }

    .downdetails-mobile {
        width: 100vw;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .linkshortcutbox {
        height: 35dvh;
        width: 100vw;
        margin-right: 0px;
        text-align: center;
        border-top: 1px solid #264D46;
        border-bottom: 1px solid #264D46;
        border-left: 0px solid #264D46;
    }

    .boxalign {
        display: inline-grid;
        margin-top: 15%;
    }


    .pushdownload {
        margin-top: 0%;
        margin-left: 0%;
        width: 370px;
        padding: 13px 18px;
        font-size: 1.1em;
        line-height: 25px;
        text-align: left;
        display: inline-block;
        float: none;
    }

    .linkshortcutbtn {
        margin-top: 3.3%;
        margin-left: 0%;
        width: 370px;
        padding: 13px 18px;
        font-size: 1.1em;
        line-height: 25px;
        text-align: left;
        display: inline-block;
        float: none;
    }

    .linkleaves-mobile {
        background: url('images/leaves-mobile.webp');
        background-blend-mode: multiply; 
        background-position: 45% top;
        background-size: 100% auto;
        background-repeat: no-repeat;
    }

    .downloadarrowgreen {
        height: 17px !important;
        width: 17px !important;
        margin: 4px 0px;
    }

    .downloadarrow {
        height: 17px !important;
        width: 17px !important;
        margin: 4px 0px;
    }

    .linkarrowrightgreen {
        height: 17px !important;
        width: 17px !important;
        margin: 4px 0px;
    }

    .linkarrowright {
        height: 17px !important;
        width: 17px !important;
        margin: 4px 0px;
    }

    .info-mobile {
        width: 80vw;
        padding: 7% 7% 7% 7%;
    }

    .box1-mobile {
        width: 45%;
        float: left;    
    }

    .box2-mobile {
        width: 53%;
        float: right;            
    }

    .titletext {
        font-size: 0.95em;
        line-height: 1.2;
        margin-left: 35px;
    }

    .bodytext {
        font-size: 0.95em;
        line-height: 1;
        margin-left: 35px;
    }

    .gapgap {
        margin: -10px;
    }

    .socialtable {
        padding: 3px 33px;
    }

    .site-wrapper .socialtable img {
        padding-right: 5px;
        width: 90%;
    }

    .site-wrapper .ytllandlogo {
        padding: 25px 32px 10px 32px;
        width: 40%;
    }




    /* ===================================
    Index CSS
    ====================================== */

    .hor-index {
        padding-left: 0vw;
    }

    .mindexhide {
        display: none !important;
    }

    .boxcontrol {
      width: 100vw;
      height: 100dvh; 
      overflow: hidden; /* hide anything beyond the container dimensions */
    }

    .nature-mobile {
        height: 100dvh;
        width: 100%;
        background-image: url('images/homepage.webp');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 0% 0%;
        animation: zoominion 1.5s forwards;
        position: relative;
    }

    .welcometitle-mobile {
        font-size: 4.662em;
        font-family: 'DomaineSansRegular', sans-serif;
        color: #F6F3E9;
        line-height: .9;
    }

    .come-mobile {
        position: absolute;
        text-align: center;
        bottom: 3%;
    }

    .text-slide {
        width: 100vw !important;
        height: 100vh !important;
    }

    .quotebox-mobile {
        display: block;
    }

    .quotetxt {
        font-size: 3.217em;
        line-height: 1.2;
        width: 80%;
        display: inline-block;
    }

    .authtxt {
        font-size: 1.55em;
        line-height: 5;
    }

    .hp-box-content1 {
        padding: 0vh;
        width: 92vw;
    }

    .leaf {
        background: none;
    }

    .cnt1title {
        text-align: left;
        font-size: 1.2em;
        margin-top: 60px;
        margin-bottom: 24px;
    }

    .cnt1subt-mobile {
        display: block;
        font-family: 'DomaineSansRegular', sans-serif;
        text-align: left;
        line-height: .95;
        margin-bottom: 35px;
    }

    .cnt1subt-mobile span{
        font-size: 3.7375em;
        color: #264D46;
    }

    .hppic1 {
/*        width: 707px;*/
        width: 92vw;
    }

    .cnt1para {
        padding-top: 30px;
        width: 92vw;
        line-height: 1.3;
        font-size: 1.45em;
        float: left;
        text-align: left;
    }

    .cnt1para span {
        display: inline-block;
    }

    .c1btn {
        margin-top: 50px;
        margin-right: 85px;
        margin-bottom: 100px;
    }

    .hp-box-content2 {
        padding: 0vh;
        width: 92vw;
    }

    .cbox2 {
        width: 92vw;
        line-height: 1;
    }

    .cnt2title {
        text-align: left;
        font-size: 1.2em;
        margin-top: 30px;
        margin-bottom: 24px;
    }

    .cnt2subt-mobile {
        display: block;
        font-family: 'DomaineSansRegular', sans-serif;
        text-align: left;
        line-height: .95;
        margin-bottom: 35px;
    }

    .cnt2subt-mobile span{
        font-size: 3.7375em;
        color: #264D46;
    }

    .cnt2para {
        padding-top: 35px;
/*        width: 642px;*/
        width: 85vw;
        line-height: 1.2;
        font-size: 1.4em;
        text-align: left;
    }

    .cnt2para span {
        display: inline-block;
    }

    .c2btn {
        margin-top: 50px;
        margin-right: 30px;
        margin-bottom: 100px;
    }

    .hp-box-content3-mobile {
        display: block;
        width: 92vw;
/*        width: 707px;*/
    }

    .hp-box-content4 {
        width: 92vw;
        margin-right: 0px;
        padding-top: 0px;
    }

    .unitbx {
        width: 92vw;
        float: left;
        text-align: left;
    }

    .hptitle {
        font-size: 1.2em;
    }

    .unitsub {
        padding-top: 20px;
        line-height: 1.1;
    }

    .unitsub span {
        font-size: 3.7375em;
    }

    .hppic4-mobile {
        margin-top: 30px;
        display: block;
        width: 92vw;
        overflow: hidden;
        display: grid;
    }

    .hppic5-mobile {
        margin-top: 20px;
        display: block;
        width: 92vw;
        overflow: hidden;
        display: grid;
    }

    /* for button box area*/
    .cnt3para { 
        width: 60vw;
        line-height: 1.2;
        font-size: 1.4em;
        padding-top: 38px;
    }
    /* for button box area*/

    .unitdesc {
        width: 81vw;
    }

    .fpbtn {
        margin-top: 50px;
    }

    .c3btn {
        margin-top: 25px;
        margin-left: 0px;
        margin-bottom: 100px;
    }

    .leaf2 {
        background: none;
    }

    .hp-box-content5 {
        width: 92vw;
        float: left;
        text-align: left;
    }

    .cnt3subt-mobile {
        display: block;
        font-family: 'DomaineSansRegular', sans-serif;
        padding-top: 10px;
        padding-bottom: 30px;
        width: 92vw;
        line-height: 1.1;
    }

    .cnt3subt-mobile span {
        font-size: 3.7375em;
    }

    .hp-box-content6 {
        padding: 0vh;
        width: 92vw;
        text-align: left;
    }

    .cbox3 {
        width: 92vw;
    }

    /* for button box area*/
    .cnt4para {
        width: 60vw;
        line-height: 1.3;
        font-size: 1.4em;
        padding-top: 10px;
    }
    /* for button box area*/

    .cbox4-mobile {
        display: block;
        width: 75vw;
    }

    .c4btn {
        margin-top: 45px;
    }

    .c5btn {
        margin-top: 23px;
        margin-left: 0px;
        margin-bottom: 100px;
    }

    .leaves {
        background: none;
    }

    .hp-box-content7 {
        width: 100vw;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .formtitle {
        font-size: 3.217em;
        margin-bottom: 80px;
        margin-top: 70px;
        width: 42%;
        line-height: 1.1;
        text-transform: capitalize;
    }

    .formtable {
        padding: 0px 34px;
        width: 100%;
    }

    .forminputname {
        margin-top: 10px;
        font-size: 1.2em;
    }

    .forminput {
        margin-bottom: 2px;
        width: 100%;
        font-size: 1.2em;
        padding: 0px 0 5px 0;
    }

    .formdropdown {
        margin-bottom: -4px;
        padding-top: 0px;
        background-size: 13px 13px;
        font-size: 1.2em;
        border-radius: 0;
    }

    .errFor {
        font-size: 1.2em;
        margin-top: 10px;
    }

    .agreetable {
        padding: 0px 34px;
        width: 100%;
    }

    .formradio {
        margin-top: 33px;
        margin-bottom: 30px;
        margin-right: 33px;
        margin-left: 10px;
        width: 23px;
        height: 23px;
    }

    .agreementdesc {
        margin-top: 45px;
        font-size: .91em;
        line-height: 1.2;
        text-align: left;
    }

    .formsubmit {
        margin: 50px 0px 50px 0px;
        width: 100%;
        padding: 15px 30px;
        font-size: 1.1em;
    }

    .hpformarrowrightgreen {
        height: 15px !important;
        width: 15px !important;
        margin: 3px;
    }

    .hpformarrowright {
        height: 15px !important;
        width: 15px !important;
        margin: 3px;
    }


    /* ===================================
    Introduction CSS
    ====================================== */

    .hor-intro {
        padding-left: 0vw;
    }

    .mintrohide {
        display: none !important;
    }

    .in-box-content1 {
        width: 90vw;
        margin-left: 0px;
        margin-right: 0px;
    }

    .in-cnt1subt {
        width: 90vw;
        padding-bottom: 40px;
        line-height: 1.1;
        text-align: left;
    }

    .in-cnt1subt span {
        font-size: 2.684em;
    }

    .in-cnt1para {
        width: 80vw;
        line-height: 1.2;
        font-size: 1.45em;
        margin-bottom: 30px;
        text-align: left;
    }

    .in-box-content2 {
/*        width: 700px;*/
        width: 90vw;
        margin-left: 0px;
        margin-right: 0px;
    }

    .in-box-content3 {
        width: 90vw;
        text-align: left;
        margin-left: 0px;
    }

    .tablefaci {
        margin-left: 0px;
        padding: 0px 8px 0px 8px;
    }

    .gate {
        margin-top: 3%;
    }

    .mrt {
        border-bottom: 1px solid #264D46;
    }

    .iconfaci img {
        width: 70px;
        height: 70px;
        margin: 14px 20px 10px 30px;
    }

    .icondesc {
        margin-left: 20px;
        line-height: 1.2;
        font-size: 1.4em;
        width: 55vw;
    }

    .in-box-content4 {
/*        height: 85vh;*/
        height: auto;
        width: 100vw;
        margin-right: 0px;
        border-left: 0px solid #264D46;
    }

    .in-title1 {
        top: 60px;
        left: 40px;
        font-size: 2.684em;
    }

    .mapplan-mobile {
        display: block;
        width: 100%;
        margin-top: 15%;
    }

    /* ===================================
    Features CSS
    ====================================== */

    .hor-feat {
        padding-left: 0vw;
    }

    .slidermobile {
        margin-bottom: -10px;
    }

    .mfeathide {
        display: none !important;
    }

    .ft-box-content1 {
/*        width: 700px;*/
        width: 92vw;
        margin-left: 0px;
        margin-right: 0px;
    }

    .ft-box-content2 {
        width: 92vw;
        margin-right: 0px;
        margin-top: 20px;
    }

    .ft-pic2 {
        width: 100%;
    }

    .ft-cnt1subt-mobile {
        display: block;
        font-family: 'DomaineSansRegular', sans-serif;
        width: 92vw;
        padding-top: 50px;
        padding-bottom: 40px;
        line-height: 1.2;
        font-size: 2.684em;
        text-align: left;
        float: left;
    }

    .ft-box-content3 {
        margin-right: 0px;
        width: 92vw;
        position: relative;
        z-index: 44;
    }

    .ft-cnt1para {
        width: 83vw;
        line-height: 1.25;
        font-size: 1.45em;
        margin-bottom: 50px;
        text-align: left;
    }

    .ft-box-content4 {
        width: 100%;
        height: auto;
        overflow-x: auto;
        margin-top: -25%;
        border-left: 0px solid #264D46;
    }

    .rightindibox {
        display: block;
        z-index: 33;
        position: fixed;
        transform: translateY(50vh);
        right: 40px;
        width: 50px;
    }

    .ft-pic3-mobile {
        display: block;
        width: 2000px;
        height: auto;
    }




    /* ===================================
    Unit Type CSS
    ====================================== */

    .hor-unit {
        padding-left: 0vw;
    }

    .munithide {
        display: none !important;
    }

    .ut-box-content1 {
        width: 92vw;
        margin-left: 0px;
        margin-right: 0px;
    }

    .ut-cnt1subt {
        width: 92vw;
        line-height: 1.2;
        padding-bottom: 20%;
        float: left;
        text-align: left;
    }

    .ut-cnt1subt span {
        font-size: 2.684em;
    }

    .unit-mobile {
        display: block;
    }

    .ac-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 5%;
    }

    .accordian-content {
        background-color: #F6F3E9;
        width: 100vw;
        border-top: 1px solid #264D46;
    }

    .accordian-title {
        font-family: 'DomaineSansRegular', sans-serif;
        font-size: 2.684em;
    }

    .ac-body  {
        display: none;
    }

    .arrow-icon {
      width: 50px !important;
      height: auto !important;
    }

    /*Animation Accordian*/
    .accordian-content .arrow-icon {
        transition: transform 0.3s ease;
    }

    .accordian-content.active .arrow-icon {
        transform: rotate(180deg);
    }


    .unitmobile-content {
        width: 90vw;
        margin-top: 10px;
        margin-bottom: 30px;
        display: inline-block;
    }

    .descbox {
        text-align: left;
        font-size: 1.45em;
        width: 90%;
        margin-bottom: 40px;
    }

    .unitpicbox {
        margin: 20px 0px;
        overflow: hidden;
        display: grid;
    }

    .unitdetails {
        text-align: left;
        float: left;
        margin-bottom: 45px;
    }

    .lh-box1 {
        width: 45vw;
        line-height: 1.2;
    }

    .lh-title {
        font-size: 1.5em;
    }

    .lh-sub {
        font-size: 1.5em;
    }

    .detailscontainer {
        display: inherit;
    }

    .lh-title2 {
        margin-top: 20px;
        color: #264D46;
        font-weight: 600;
        font-size: 1.3331em;
    }

    .lh-sub2 {
        color: #264D46;
        font-size: 1.3331em;
    }

    .lh-gap {
        margin: 6px;
    }

    .floorplan {
        width: 100% !important;
    }

    .unitdetailspic {
        float: right;
        width: 33%;
        margin-bottom: 40px;
    }

    .unitdetailspic img {
        width: 70%;
        float: right;
    }

    .titlelevel {
        text-align: left;
        margin-top: 50px;
        margin-bottom: 30px;
    }


    /* ===================================
    Virtual Showroom CSS
    ====================================== */

    .hor-virtual {
        padding-left: 0vw;
    }

    .vr-box-content1 {
        width: 100vw;
        height: 55dvh;
        margin-left: 0px;
    }

    .vr-box-content2 {
        width: 100vw;
        height: 55dvh;
        margin-left: 0px;
    }

    .virtualbtn-mobile {
        display: contents;
        margin: 0px;
        position: absolute;
        z-index: 77;
        width: 100vw;
    }

    .vrbuttonarea2{
        
    }

    .vrbtn2 {
        display: inline-block;
        width: 250px;
        padding: 10px 16px;
        font-size: 0.905em;
        text-align: left;
        border: 1px solid #264D46;
        color: #264D46;
        background-color: transparent;
        margin: 15px 5px;
        letter-spacing: 0px;
        text-align: center;
    }

    .vrbtn2.selectedvr {
        background-color: #264D46;
        color: #F6F3E9;
    }

    /* ===================================
    Location CSS
    ====================================== */

    .hor-loca {
        padding-left: 0vw;
    }

    .mlocahide {
        display: none !important;
    }

    .mobilemap {
        width: 100vw;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .mobilemap img {
        width: 92vw;
    }

    .mmap {
        width: 92dvw;
        height: 62dvh;
    }

    .lo-box-content1 {
        width: 92vw;
        margin-left: 35px;
        margin-right: 30px;
    }

    .lo-cnt1subt-mobile {
        display: block;
        width: 90vw;
        padding-top: 50px;
        padding-bottom: 50px;
        line-height: 1.1;
        text-align: left;
        float: left;
    }

    .lo-cnt1subt-mobile span {
        font-family: 'DomaineSansRegular', sans-serif;
        font-size: 2.684em;
        color: #264D46;
    }

    .lo-cnt1para {
        width: 82vw;
        line-height: 1.3;
        font-size: 1.45em;
        margin-bottom: 85px;
        text-align: left;
    }


    /* ===================================
    Registration CSS
    ====================================== */

    .regisleaves {
        background: none;
    }

    .hor-register {
        padding-left: 0vw;
    }

    .rt-box-content1 {
        width: 100vw;
        margin-left: 0px;
        margin-right: 0px;
    }

    .rt-cnt1subt {
        width: 70%;
        padding-bottom: 15%;
        padding-left: 5%;
        text-align: left;
        line-height: 1.1;
    }

    .rt-cnt1subt span {
        font-size: 2.4975em;
    }

    .rt-boxform {
        margin-right: 0px;
        padding-right: 4%;
        width: 92%;
    }

    .forminputname2 {
        margin-top: 10px;
        font-size: 1.2em;
    }

    .forminput2 {
        margin-bottom: 0px;
        width: 100%;
        font-size: 1.2em;
        padding: 0px 0 5px 0;
    }

    .formdropdown2 {
        margin-bottom: -4px;
        padding-top: 0px;
        background-size: 13px 13px;
        font-size: 1.2em;
        border-radius: 0;
    }

    .errFor2 {
        font-size: 1.2em;
        margin-top: 10px;
    }

    .formradio2 {
        margin-top: 33px;
        margin-bottom: 30px;
        margin-right: 33px;
        margin-left: 10px;
        width: 23px;
        height: 23px;
    }

    .agreementdesc2 {
        margin-top: 45px;
        font-size: .91em;
        line-height: 1.2;
        text-align: left;
    }

    .formsubmit2 {
        margin: 50px 0px 50px 0px;
        width: 100%;
        padding: 15px 30px;
        font-size: 1.1em;
    }

    .rtformarrowright {
        height: 15px !important;
        width: 15px !important;
        margin: 3px;
    }

    .rtformarrowrightgreen {
        height: 15px !important;
        width: 15px !important;
        margin: 3px;
    }

    /* ===================================
    About CSS
    ====================================== */

    .hor-about {
        padding-left: 0vw;
        background-color: #F6F3E9;
    }

    .ab-box-content1 {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .ab-pic1 {
        width: 92%;
    }

    .ab-box-content2 {
        padding: 0vh 0px;
        width: 100vw;
    }

    .ab-cbox {
        width: 92vw;
        line-height: 1.1;
        text-align: left;
        padding: 35px;
    }

    .ab-cnt1subt {
        padding-top: 0px;
        width: 92vw;
    }  

    .ab-cnt1subt span {
        font-size: 2.684em;
    }  

    .ab-cnt1para {
        padding-top: 45px;
        width: 85vw;
        line-height: 1.3;
        font-size: 1.45em;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .c6btn {
        margin-top: 40px;
        margin-bottom: 70px;
    }

}






@media screen and (max-width: 600px) and (orientation: portrait) {

    .header-logo-mobile {
        margin: 14% 0% 9% 0%;
    }

    .header-logo-mobile img {
        width: 230px;
    }

    .header-logo-mobile-vr {
        margin: 14% 0% 4% 0%;
    }

    .header-logo-mobile-vr img {
        width: 230px;
    }

    .info-mobile {
        width: 95vw;
        padding: 10% 3% 10% 3%;
    }


    /* ===================================
    Index CSS
    ====================================== */

    .welcometitle-mobile {
        font-size: 4.062em;
    }    

    .quotetxt {
        font-size: 2.417em;
    }

    .authtxt {
        font-size: 1.25em;
    }

    .formtitle {
        width: 52%;
    }


    /* ===================================
    Introduction CSS
    ====================================== */

    .in-cnt1subt span {
        font-size: 2.254em;
    }

    .in-title1 {
        top: 45px;
        left: 40px;
        font-size: 2.284em;
    }


    /* ===================================
    Features CSS
    ====================================== */

    .ft-cnt1subt {
        font-size: 2.254em;
    }

    .ft-box-content4 {
        margin-top: -30%;
    }


    /* ===================================
    Unit Types CSS
    ====================================== */

    .ut-cnt1subt {
        padding-bottom: 15%;
    }

    .ut-cnt1subt span {
        font-size: 2.254em;
    }

    .unitdetailspic {
        width: 44%;
    }


    /* ===================================
    Virtual CSS
    ====================================== */

    .vr-box-content1 {
        height: 65dvh;
    }

    .vr-box-content2 {
        height: 65dvh;
    }


    /* ===================================
    Location CSS
    ====================================== */

    .lo-cnt1subt span {
        font-size: 2.254em;
    }


    /* ===================================
    Register CSS
    ====================================== */

    .rt-cnt1subt span {
        font-size: 2.254em;
    }


    /* ===================================
    About CSS
    ====================================== */

    .ab-cnt1subt span {
        font-size: 2.254em;
    }
}







@media screen and (max-width: 500px) and (orientation: portrait) {

    .sm-clean a, 
    .sm-clean a:hover, 
    .sm-clean a:focus, 
    .sm-clean a:active {
        font-size: 1.5em;
        padding: 9px 32px;
    }

    .sm-clean > li > a:after {
        height: 75px;
    }



    .toggle-holder {
        width: 90px;
        height: 155%;
    }

    #toggle.all-loaded:before {
        width: 45px;
        transform: rotate(0deg);
        margin-left: 11px;
        margin-top: 7px;
    }

    #toggle.all-loaded .menu-line {
        width: 45px;
        margin-left: 8px;
        margin-top: -3px;
        transform: rotate(0deg);
    }

    #toggle.all-loaded:after {
        width: 45px;
        transform: rotate(0deg);
        margin-left: 11px;
        margin-top: -13px;
    }



    .header-logo-mobile img {
        width: 200px;
    }

    .header-logo-mobile-vr img {
        width: 160px;
    }

    .welcometitle-mobile {
        font-size: 3.062em;
    }


    .horizontal-slider .no-horizontal-slider .carousel-item-text {
        padding: 0vh 20px;
    }




    /* ===================================
    Index CSS
    ====================================== */

    .quotetxt {
        font-size: 2.017em;
    }

    .authtxt {
        font-size: 1.05em;
    }



    .hp-box-content1 {
        width: 85vw;
    }

    .cnt1title {
        margin-top: 50px;
        margin-bottom: 10px;
    }

    .hptitle {
        font-size: 0.9em;
    }

    .cnt1subt-mobile {
        line-height: 1.1;
        margin-bottom: 30px;
    }

    .cnt1subt-mobile span {
        font-size: 2.7375em;
    }

    .hppic1 {
        width: 85vw;
    }

    .cnt1para {
        width: 85vw;
        font-size: 1.2em;
    }

    .c1btn {
        margin-top: 40px;
        margin-right: 10px;
        margin-bottom: 50px;
    }

    .hpbtn {
        width: 265px;
        padding: 8px 10px;
        font-size: 0.82em;
    }

    .hparrowrightgreen {
        height: 14px !important;
        width: 14px !important;
        margin: 3px;
    }

    .hparrowright {
        height: 14px !important;
        width: 14px !important;
        margin: 3px;
    }

    .hp-box-content2 {
        width: 85vw;
    }

    .cnt2title {
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .cnt2subt-mobile {
        line-height: 1.1;
        margin-bottom: 30px;
    }

    .cnt2subt-mobile span {
        font-size: 2.7375em;
    }

    .hp-box-content3-mobile {
        width: 85vw;
    }

    .cnt2para {
        width: 85vw;
        font-size: 1.2em;
    }

    .hp-box-content4 {
        width: 85vw;
    }

    .unitbx {
        width: 85vw;
    }

    .unitsub span {
        font-size: 2.7375em;
    }

    .hppic4-mobile {
        margin-top: 25px;
        width: 85vw;
    }

    .hppic5-mobile {
        margin-top: 20px;
        width: 85vw;
    }

    .cnt3para {
        width: 85vw;
        font-size: 1.2em;
        padding-top: 25px;
    }

    .fpbtn {
        margin-top: 40px;
    }

    .c3btn {
        margin-top: 20px;
        margin-bottom: 75px;
    }


    .hp-box-content5 {
        width: 85vw;
    }

    .cnt5title {
        padding: 0px 0px 5px 0px;
    }

    .cnt3subt-mobile {
        padding-top: 5px;
        padding-bottom: 20px;
        width: 85vw;
    }

    .cnt3subt-mobile span {
        font-size: 2.7375em;
    }

    .hppic6 {       
        margin-bottom: 13px;
    }

    .hp-box-content6 {
        width: 85vw;
    }

    .cbox3 {
        width: 85vw;
    }

    .cnt4para {
        padding-top: 10px;
        width: 85vw;
        font-size: 1.2em;
    }

    .c4btn {
        margin-top: 35px;
    }

    .c5btn {
        margin-top: 20px;
        margin-bottom: 80px;
    }

    .formtitle {
        width: 60%;
        font-size: 2.0375em;
        margin-bottom: 40px;
        margin-top: 70px;
    }



    .formtable {
        padding: 0px 30px;
    }

    .agreetable {
        padding: 0px 30px;
    }

    .forminputname {
        font-size: .9em;
    }

    .errFor {
        font-size: .9em;
    }

    .forminput {
        margin-bottom: 0px;
        font-size: .9em;
        padding: 0px 0 5px 0;
    }

    .formdropdown {
        margin-bottom: -6px;
        background-size: 10px 10px;
        font-size: .9em;
    }

    .formradio {
        margin-top: -50px;
        margin-bottom: 30px;
        margin-right: 21px;
        margin-left: 5px;
        width: 23px;
        height: 23px;
    }

    .agreementdesc {
        margin-top: 25px;
        font-size: .81em;
    }

    .formsubmit {
        margin: 50px 0px 50px 0px;
        width: 100%;
        padding: 15px 20px;
        font-size: .95em;
    }

    .hpformarrowright {
        height: 13px !important;
        width: 13px !important;
        margin: 2px;
    }

    .hpformarrowrightgreen {
        height: 13px !important;
        width: 13px !important;
        margin: 2px;
    }

    .titletext {
        font-size: 0.71em;
        margin-left: 20px;
    }

    .bodytext {
        font-size: 0.71em;
        margin-left: 20px;
    }

    .socialtable {
        padding: 3px 20px;
    }

    .site-wrapper .ytllandlogo {
        padding: 10px 32px 10px 20px;
        width: 45%;
    }



    /* ===================================
    Introduction CSS
    ====================================== */

    .pagetitle-mobile {
        font-size: .9em;
        width: 85vw;
        padding: 20px 0px 15px 0px;
    }

    .in-box-content1 {
        width: 85vw;
    }

    .in-cnt1subt {
        width: 85vw;
        padding-bottom: 30px;
    }

    .in-cnt1subt span {
        font-size: 1.569em;
    }

    .in-cnt1para {
        width: 80vw;
        font-size: 1.2em;
        margin-bottom: 25px;
    }

    .in-box-content2 {
        width: 85vw;
    }

    .in-box-content3 {
        width: 86vw;
    }

    .iconfaci img {
        width: 50px;
        height: 50px;
        margin: 14px 10px 10px 10px;
    }

    .icondesc {
        margin-left: 5px;
        font-size: 1.1em;
        width: 55vw;
    }

    .in-title1 {
        top: 28px;
        left: 30px;
        font-size: 1.684em;
    }

    .boxalign {
        margin-top: 21%;
    }

    .pushdownload {
        width: 285px;
        padding: 8px 15px;
        font-size: 1em;
    }

    .downloadarrowgreen {
        height: 14px !important;
        width: 14px !important;
        margin: 5px 0px;
    }

    .downloadarrow {
        height: 14px !important;
        width: 14px !important;
        margin: 5px 0px;
    }

    .linkshortcutbtn {
        margin-top: 4%;
        width: 285px;
        padding: 8px 15px;
        font-size: 1em;
    }

    .linkarrowrightgreen {
        height: 14px !important;
        width: 14px !important;
        margin: 5px 0px;
    }

    .linkarrowright {
        height: 14px !important;
        width: 14px !important;
        margin: 5px 0px;
    }

    /* ===================================
    Features CSS
    ====================================== */

    .ft-box-content1 {
        width: 85vw;    
    }

    .ft-box-content2 {
        width: 85vw;
        margin-top: 7px;
    }

    .ft-cnt1subt-mobile {
        width: 85vw;
        padding-top: 30px;
        padding-bottom: 25px;
        font-size: 1.569em;
    }

    .ft-box-content3 {
        width: 85vw;
    }

    .ft-cnt1para {
        width: 83vw;
        font-size: 1.2em;
        margin-bottom: 30px;
    }

    .ft-pic3-mobile {
        width: 1700px;
    }



    /* ===================================
    Unit Types CSS
    ====================================== */

    .ut-box-content1 {
        width: 85vw;
    }

    .ut-cnt1subt {
        width: 85vw;
        padding-bottom: 25%;
    }

    .ut-cnt1subt span {
        font-size: 1.569em;
    }

    .ac-header {
        margin: 6% 8%;
    }

    .accordian-title {
        font-size: 1.684em;
    }

    .arrow-icon {
        width: 35px !important;
    }

    .unitmobile-content {
        width: 85vw;
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .descbox {
        font-size: 1.1em;
        line-height: 1.4;
        width: 100%;
        margin-bottom: 30px;
    }

    .titlelevel {
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .lh-title {
        font-size: 1.1em;
    }

    .lh-sub {
        font-size: 1.2em;
    }

    .unitdetailspic img {
        width: 80%;
    }

    .lh-title2 {
        margin-top: 5px;
        font-size: 1em;
    }

    .lh-sub2 {
        font-size: 1em;
    }


    /* ===================================
    Virtual CSS
    ====================================== */

    .vrbtn2 {
        width: 170px;
        padding: 7px 15px;
        font-size: 0.905em;
        margin: 10px 5px 20px 5px;
        letter-spacing: 0px;
        text-align: center;
    }



    /* ===================================
    Location CSS
    ====================================== */

    .mobilemap img {
        width: 85vw;
    }

    .mmap {
        width: 85dvw;
        height: 62dvh;
    }

    .lo-box-content1 {
        width: 85vw;
        margin-left: 35px;
        margin-right: 35px;
    }

    .lo-cnt1subt-mobile {
        width: 85vw;
        padding-top: 35px;
        padding-bottom: 35px;
        line-height: 1.2;
    }

    .lo-cnt1subt-mobile span {
        font-size: 1.469em;
    }

    .lo-cnt1para {
        width: 82vw;
        font-size: 1.2em;
        margin-bottom: 85px;
    }


    /* ===================================
    Register CSS
    ====================================== */

    .rt-cnt1subt {
        width: 70%;
        padding-bottom: 15%;
        padding-left: 8%;
    }

    .rt-cnt1subt span {
        font-size: 1.569em;
    }

    .rt-boxform {
        padding-right: 5%;
        width: 89%;
    }

    .forminputname2 {
        font-size: .9em;
    }

    .errFor2 {
        font-size: .9em;
    }

    .forminput2 {
        margin-bottom: 2px;
        font-size: .9em;
        padding: 0px 0 5px 0;
    }

    .formdropdown2 {
        margin-bottom: -5px;
        background-size: 10px 10px;
        font-size: .9em;
    }

    .formradio2 {
        margin-top: -50px;
        margin-bottom: 30px;
        margin-right: 21px;
        margin-left: 5px;
        width: 23px;
        height: 23px;
    }

    .agreementdesc2 {
        margin-top: 25px;
        font-size: .81em;
    }

    .formsubmit2 {
        margin: 50px 0px 50px 0px;
        width: 100%;
        padding: 15px 20px;
        font-size: .95em;
    }

    .rtformarrowright {
        height: 13px !important;
        width: 13px !important;
        margin: 2px;
    }

    .rtformarrowrightgreen {
        height: 13px !important;
        width: 13px !important;
        margin: 2px;
    }

    /* ===================================
    About CSS
    ====================================== */

    .ab-pic1 {
        width: 85%;
    }

    .ab-cbox {
        width: 85vw;
        padding: 35px;
    }

    .ab-cnt1subt {
        width: 85vw;
    }

    .ab-cnt1subt span {
        font-size: 1.569em;
    }

    .ab-cnt1para {
        padding-top: 35px;
        width: 85vw;
        font-size: 1.2em;
    }


}







@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1194px) 
  and (orientation: landscape)
  and (-webkit-min-device-pixel-ratio: 1.5) {

    .menu-right-part-1 {
        right: 5.55%;
        position: fixed;
    }

    .menu-title {
        bottom: 4%;
        left: 6%;
        font-size: 1.1em;
    }

    .toggle-holder {
        width: 65px;
    }

    #toggle .menu-line {
        left: 12px;
    }   

    #toggle.all-loaded .menu-line {
        width: 30px;
        margin-left: 4px;
    }

    #toggle.all-loaded:before {
        width: 30px;
        margin-left: 10px;
    }

    #toggle.all-loaded:after {
        width: 30px;
    }

    #toggle:before, #toggle:after {
        left: 11px;
    }

    #toggle.on:before {
        width: 30px !important;
        margin-left: 4px !important;
    }

    #toggle.on:after {
        width: 30px !important;
        margin-left: 4px !important;
    }



    .menu-left-part {
        position: fixed;
    }

    .menu-left-part.open {
        left: 60.5%;
    }

    .sm li {
        padding: 15px 30px;
        width: 120%;
    }

    .sm-clean a, 
    .sm-clean a:hover, 
    .sm-clean a:focus,
    .sm-clean a:active {
        padding: 1px 0;
        font-size: 1.0925em;
    }

    .sm-clean > li > a:after {
        height: 52px;
        left: -32px;
    }

    .sm-clean a.current::after, .sm-clean a:hover::after, .sm-clean ul a:hover::after
    {
      width: 150%;
    }




    .box1 {
        bottom: 15px;
        width: 50%;
    }

    .box2 {
        bottom: 20px;
        width: 55%;
        left: 42%;
    }

    .titletext {
        font-size: 0.65em;
        line-height: 1;
        margin-left: 25px;
    }

    .bodytext {
        font-size: 0.65em;
        line-height: .8;
        margin-left: 25px;
    }

    .gapgap {
        margin: -12px;
    }

    .socialtable {
        padding: 4px 23px;
    }

    .site-wrapper .socialtable img {
        padding-right: 1px;
        width: 80%;
    }

    .site-wrapper .ytllandlogo {
        padding: 8px 25px;
        width: 36%;
    }





    .background {
        background-position: 0% 70%;
    }

    .header-logo {
        top: 40px;
        left: 45px;
    }

    .header-logo img {
        width: 165px;
    }

    .welcometitle {
        bottom: 25px;
        left: 40px;
        font-size: 2.85em;  
    }

    .welcomebtn {
        bottom: 20px;
        right: 88px;
        width: 230px;
        padding: 1px 1px 2px 17px;
        font-size: .835em;
    }

    .arrowright {
        height: 12px !important;
        width: 12px !important;
        margin: 12px;
    }

    .arrowrightgreen {
        height: 12px !important;
        width: 12px !important;
        margin: 12px;
    }

    .welcomeguide {
        top: 91px;
        right: -3px;
        font-size: 1.275em;
    }

    .arrowdown {
        height: 15px !important;
        width: 15px !important;
        margin: 14px;
        padding-left: 0px;
    }





    .horizontal-slider .carousel-item-text {
        max-width: 460px;
        padding: 0vh 125px;
        line-height: 1; 
    }

    .quotetxt {
        font-size: 1.5475em;
        line-height: 1.2;
    }

    .authtxt {
        font-size: .83em;
        line-height: 3;
    }







    /* ===================================
    Index CSS
    ====================================== */
    /*Universal: Index CSS*/

    .hptitle {
        font-size: .6em;
    }

    .hpbtn {
        width: 180px;
        padding: 6px 8px;
        font-size: 0.85em;
    }

    .hparrowrightgreen {
        height: 9px !important;
        width: 9px !important;
        margin: 2px;
    }

    .hparrowright {
        height: 9px !important;
        width: 9px !important;
        margin: 2px;
    }







    .leaf {
        background-position: -100px bottom;
        background-size: 70% auto;
    }

    .hp-box-content1 {
        padding: 0vh 70px;
    }

    .cnt1title {
        margin-bottom: 15px;
    }

    .hppic1 {
        width: 600px;
    }

    .cnt1subt {
        padding-top: 10px;
        width: 220px;
        line-height: 1;
    }

    .cnt1subt span{
        font-size: 2.0375em;
    }

    .cnt1para {
        padding-top: 15px;
        width: 320px;
        line-height: 1.4;
        font-size: .8em;
    }

    .c1btn {
        margin-top: 25px;
        margin-right: 85px;
        margin-bottom: 43px;
    }





    .cnt2title {
        margin-bottom: 10px;
    }

    .cbox2 {
        width: 345px;
        line-height: 1;
    }

    .cnt2subt {
        padding-top: 10px;
        width: 325px;
    }

    .cnt2subt span{
        font-size: 2.3375em;
    }

    .cnt2para {
        padding-top: 35px;
        width: 305px;
        line-height: 1.4;
        font-size: .8em;
    }

    .c2btn {
        margin-top: 33px;
        margin-bottom: 195px;
    }





    .hp-box-content3 {
        width: 930px;
        margin-right: 30px;
        padding-top: 15px;
    }






    .leaf2 {
        background-position: bottom right;
        background-size: 80% auto;
    }

    .hp-box-content4 {
        width: 880px;
        margin-right: 75px;
        padding-top: 0px;
    }

    .unitbx {
        width: 405px;
    }

    .unitsub {
      padding-top: 15px;
      line-height: 1;
    }

    .unitsub span {
      font-size: 2.3375em;
    }

    .cnt3para {
        width: 425px;
        line-height: 1.4;
        font-size: .8em;
        padding-top: 30px;
    }

    .unitdesc {
        width: 315px;
    }   

    .fpbtn {
        margin-top: 35px;
    }

    .c3btn {
      margin-top: 35px;
      margin-left: 13px;
      margin-bottom: 148px;
    }

    .unitbx2 {
        width: 51.2%;
        height: 51px;
    }

    .hppic4 {
        width: 51.2%;
    }

    .hppic4 img {
        margin-right: 25px;
    }

    .emptygap {
        width: 51.2%;
        height: 16px;
    }

    .hppic5 {
        width: 51.2%;
    }

    .hppic5 img {
        padding-top: 0px;
    }






    .hp-box-content5 {
        width: 790px;
    }

    .cnt5title {
        padding: 0px 0px 20px 0px;
    }

    .hppic6 {
        width: 100%;
        margin-bottom: 30px;
    }







    .leaves {
        background-position: top right;
        background-size: 50% auto;
    }

    .hp-box-content6 {
        padding: 0vh 100px 0vh 30px;
    }

    .cbox3 {
        width: 405px;
    }

    .cnt3subt {
        padding-top: 15px;
        width: 405px;
        line-height: 1.1;
    }

    .cnt3subt span{
        font-size: 2.3375em;
    }

    .cnt4para {
        padding-top: 30px;
        width: 420px;
        line-height: 1.4;
        font-size: .8em;
    }

    .cbox4 {
        width: 325px;
    }

    .c4btn {
        margin-top: 30px;
    }

    .c5btn {
        margin-top: 30px;
        margin-left: 15px;
        margin-bottom: 210px;
    }







    .hp-box-content7{
        width: 570px; 
    }

    .formtitle {
        font-size: 1.4875em;
        margin-bottom: 45px;
    }

    .formtable {
        padding: 0px 70px;
        width: 100%;
    }

    .forminputname {
        margin-top: -20px;
        font-size: 0.685em;
    }

    .errFor {
        margin-top: -20px;
        font-size: 0.685em;
    }

    .forminput {
        margin-bottom: 19px;
        width: 100%;
        font-size: 0.685em;
        padding: 0px 0 5px 0;
    }

    .formdropdown {
        margin-bottom: 20px;
        padding-top: 3px;
        padding-bottom: 5px;
        width: 100%;
        background-size: 8px 8px;
        font-size: 0.685em;
    }

    .agreetable {
        padding: 0px 70px;
        width: 100%;
    }

    .formradio {
        margin-top: 0px;
        margin-bottom: 30px;
        margin-right: 33px;
        margin-left: 0px;
        width: 14px;
        height: 14px;
    }

    .agreementdesc {
        margin-top: 0px;
        font-size: .56em;
        line-height: 1.3;
    }

    .formsubmit {
        margin: 26px 0px 40px 0px; 
        width: 100%;
        padding: 8px 10px;
        font-size: 0.685em;
    }

    .hpformarrowright {
        height: 10px !important;
        width: 10px !important;
        margin: 2px;    
    }

    .hpformarrowrightgreen {
        height: 10px !important;
        width: 10px !important;
        margin: 2px;
    }

    .tqformbox {
        width: 100%;
        height: 90%;
    }

    .tqtxt{
        line-height: 1.5;
        font-size: 1.7em;
    }







    .hp-box-content8 {

    }

    .cbox5 {
        width: 470px;
    }

    .cbox6 {
        margin-top: 325px;
        margin-left: 45px;
        width: 165px;
    }

    .projectby {
        margin-top: 465px;
        margin-right: 90px;
        width: 170px;
    }

    .titletext2 {
        font-size: 0.65em;
        line-height: 1;
        padding-bottom: 1px;
        padding-left: 4px;
    }

    .bodytext2 {
        font-size: 0.65em;
        line-height: .8;
        padding: 3px 4px;
    }

    .socialtable2 {
        padding: 4px 0px;
    }

    .site-wrapper .socialtable2 img {
        padding-right: 0px;
        width: 80%;
    }

    .gapgap2 {
        margin: -12px;
    }

    .ytllandlogo2 {
        padding: 10px 4px;
        width: 37% !important;
    }



    /* ===================================
    Introduction CSS
    ====================================== */
    /*Universal: Introduction CSS*/
    .header-logo2 {
        top: 48px;
        left: 38px;
    }

    .header-logo2 img {
        width: 130px;
    }

    .scrollguide {
        top: 50%;
        left: 2.5%;
        width: 135px;
        font-size: .62em;
        line-height: 1.4em;
    }

    .pagetitle {
        bottom: 45px;
        left: 2.4%;
        width: 135px;
        font-size: 0.7em;
    }

    .hor-intro {
        padding-left: 19dvw;
    }


    .linkleaves {
        background-position: 45% top;
        background-size: 73% auto;
    }

    .linkshortcutbox {
        height: 100vh;
        width: 240px;
        margin-right: 90px;
    }

    .linkshortcutbtn {
        margin-left: 11%;
        margin-top: 15px;
        width: 183px;
        padding: 0px 14px;
        font-size: 0.665em;
        line-height: 25px;
        height: auto;
    }

    .linkarrowrightgreen {
        height: 9px !important;
        width: 9px !important;
        margin: 8px 0px;
    }

    .linkarrowright {
        height: 9px !important;
        width: 9px !important;
        margin: 8px 0px;
    }

    .pushdownload {
        margin-top: 230%;
        margin-left: 11%;
        width: 183px;
        padding: 0px 14px;
        font-size: 0.665em;
        line-height: 25px;
        height: auto;
    }

    .downloadarrowgreen {
        height: 9px !important;
        width: 9px !important;
        margin: 8px 0px;
    }

    .downloadarrow {
        height: 9px !important;
        width: 9px !important;
        margin: 8px 0px;
    }

    /*=================================================*/


    .in-box-content1 {
        width: 375px;
        margin-left: 35px;
        margin-right: 15px;
    }

    .in-cnt1subt {
        width: 375px;
        padding-bottom: 30px;
        line-height: 1.1;
    }

    .in-cnt1subt span{
        font-size: 1.5275em;
    }

    .in-cnt1para {
        width: 370px;
        line-height: 1.4;
        font-size: 0.8em;
        margin-bottom: 100px;
    }

    /*=================================================*/


    .in-box-content2 {
        width: 1010px;
        margin-left: 30px;
        margin-right: 20px;
    }

    .in-pic1 {
        width: 100%;
    }


    /*=================================================*/


    .in-box-content3 {
        width: 370px;
        margin-left: 10px;
    }

    .iconfaci img {
        width: 34px;
        height: 34px;
    }

    .icondesc {
        margin-left: 5px;
        line-height: 1.2;
        font-size: 0.8em;
    }

    .tablefaci {
        margin-left: 0px;
        padding: 0px 0px 0px 5px;
    }

    .gate {
        margin-top: 80%;
    }

    /*=================================================*/


    .in-box-content4 {
        height: 100vh;
        width: 730px;
        margin-right: 20px;
    }

    .in-title1 {
        top: 25px;
        left: 35px;
        font-size: 0.85em;
    }

    .mapplan {
        width: 90%;
        margin-left: 2%;
        margin-top: 6%;
    }



    /* ===================================
    Features CSS
    ====================================== */

    .hor-feat {
        padding-left: 19dvw;
    }

    .ft-box-content1 {
        width: 1010px;
        margin-left: 35px;
        margin-right: 30px;
    }

    .ft-pic1 {
        width: 100%;
    }

    /*=================================================*/

    .ft-box-content2 {
        margin-right: 40px;
    }

    .ft-pic2 {
        width: 680px;
    }

    .ft-cnt1subt {
        width: 315px;
        padding-top: 13px;
        padding-bottom: 23px;
        line-height: 1.2;
        font-size: 1.2995em;
    }

    /*=================================================*/

    .ft-box-content3 {
        margin-right: 60px;
    }

    .ft-cnt1para {
        width: 310px;
        line-height: 1.25;
        font-size: .8em;
        margin-bottom: 375px;
    }

    /*=================================================*/

    .ft-box-content4 {
        width: 1730px;
        height: 100vh;
    }

    .ft-pic3 {
        width: 100%;
        bottom: 0;
    }



    /* ===================================
    Unit Type CSS
    ====================================== */
    /*=================================================*/
    /*Toggle Unit Types: Link Houses  & Townhouses*/
    /*=================================================*/

    .menu-left-part-2 {
        width: calc(100% - 65px);
        position: fixed;
    }


    .menu-right-part-2 {
        right: 10.5%;
        position: fixed;
    }

    .linkhome-toggle-holder { /*Open*/
        width: 60px;
    }

    .closeX:before, .closeX:after {
        height: 1.3px;
        width: 25px;
        top: 35px;
        left: 32%;
    }

    .lh-menu-line {
        left: -50px;
        width: 160px;
        font-size: 1.2875em;
        top: 77%;
    }

    .linkhome2-toggle-holder { /*Close*/
        left: 0%;
        width: 60px;
    }

    /*=================================================*/

    .menu-left-part-3 {
        position: fixed;
    }


    .menu-right-part-3 {
        right: 5.5%;
        position: fixed;
    }

    .townhouses-toggle-holder { /*Open*/
        width: 60px;
    }

    .th-menu-line {
        left: -50px;
        width: 160px;
        font-size: 1.2875em;
        top: 77%;
    }

    .townhouses2-toggle-holder { /*Close*/
        left: 0%;
        width: 60px;
    }

    /*=================================================*/
    /*Arrow Toggle Unit Types*/
    /*=================================================*/

    .olhth-arrow {
        right: 25px;
        top: 15%;
        max-width: 19px !important;
        max-height: 19px !important;
    }

    .clhth-arrow {
        right: 5px;
        top: -25%;
        max-width: 19px !important;
        max-height: 19px !important;
    }
    /*=================================================*/

    .hor-unit {
        padding-left: 19dvw;
    }

    .ut-box-content1 {
        width: 350px;
        margin-left: 30px;
        margin-right: 25px;
    }

    .ut-cnt1subt {
        width: 350px;
        line-height: 1.1;
        padding-bottom: 109%;
    }

    .ut-cnt1subt span{
        font-size: 1.3575em;
    }


    /*=================================================*/

    .ut-box-content2 {
        width: 695px;
        margin-right: 30px;
    }

    .ut-cnt1title {
        padding: 0px 0px 16px 0px;
        font-size: .8em;
    }

    .ut-pic1 {
        width: 100%;
    }

    /*=================================================*/

    .ut-box-content3 {
        width: 426px;
        margin-right: 35px;
    }

    .ut-pic2 {
        margin-top: 52px;
        width: 100%;
    }

    .emptygap2 {
        width: 100%;
        height: 24px;
    }

    .ut-pic3 {
        width: 100%;
    }

    .ut-pic3 img {
        padding-top: 0px;
    }


    /*=================================================*/

    .ut-box-content4 {
        margin-right: 40px;
    }

    .ut-cnt1para {
        width: 370px;
        line-height: 1.3;
        font-size: .8em;
        margin-bottom: 315px;
    }

    .ut-cnt2para {
        width: 370px;
        line-height: 1.3;
        font-size: .8em;
        margin-bottom: 350px;
    }

    /*=================================================*/

    .gappage {
        height: 100vh;
        margin-right: 80px;
    }

    .ut-box-content5 {
        margin-right: 60px;
    }

    .ut-download{
        margin-right: 210px;
    }

    .linkleaves1 {
        background-position: 12% top;
        background-size: 60% auto;
    }

    /*=================================================*/

    .hor-linkhome {
        padding-left: 4vw;
    }

    .lh-download {
        margin-right: 20px;
    }

    .lh-box-content1{
        margin-left: 40px;
        margin-right: 20px;
        width: 314px;
    }

    .lh-box1 {
        width: 115px;
        line-height: 15.5px;
    }

    .lh-title {
        font-size: .75em;
        font-weight: 600;
    }

    .lh-sub {
        font-size: .75em;
    }

    .lh-gap {
        margin: 0px;
    }

    .lh-map {
        margin-top: 30px;
    }

    .lh-map img {
        width: 60%;
    }

    .lh-box2 {
        width: 180px;
        line-height: 14.5px;
        margin-bottom: 150px;
    }

    /*=================================================*/

    .lh-box-content2{
        width: 178px;
    }

    .lh-gf {
        width: 100%;
        margin-bottom: 26%;
    }

    .gftitle {
        font-size: .7em;
    }

    /*=================================================*/

    .lh-box-content3{
        width: 158px;
        margin-left: 50px;
    }

    .lh-ff {
        width: 100%;
        margin-bottom: 103%;
    }

    .fftitle {
        font-size: .7em;
    }

    /*=================================================*/

    .lh-box-content4{
        width: 157px;
        margin-right: 125px;
        margin-left: 50px;
    }

    .lh-sf {
        width: 100%;
        margin-bottom: 138%;
    }

    .sftitle {
        font-size: .7em;
    }

    /*=================================================*/

    .hor-townhouses {
        padding-left: 4vw;
    }

    .th-box-content1 {
        margin-left: 40px;
        margin-bottom: 33%;
        width: 330px;
    }

    .th-box1 {
        width: 130px;
        line-height: 15.5px;
    }

    .th-title {
        font-size: .75em;
        font-weight: 600;
    }

    .th-sub {
        font-size: .75em;
    }

    .th-gap {
        margin: 0px;
    }

    .th-map {
        margin-top: 40px;
    }

    .th-map img {
        width: 60%;
    }

    .th-box2 {
        width: 180px;
        line-height: 14.5px;
        margin-bottom: 115px;
    }

    /*=================================================*/

    .th-box-content2{
        width: 96px;
        margin-bottom: 150%;
    }

    .th-gf {
        width: 100%;
        margin-bottom: 65%;
    }

    /*=================================================*/

    .th-box-content3{
        width: 160px;
        margin-left: 50px;
        margin-bottom: 68%;
    }

    .th-ff {
        width: 100%;
        margin-bottom: 98%;
    }

    /*=================================================*/

    .th-box-content4{
        width: 157px;
        margin-right: 50px;
        margin-left: 45px;
        margin-bottom: 57%;
    }

    .th-sf {
        width: 100%;
        margin-bottom: 29%;
    }

    /*=================================================*/

    .gappage2 {
        height: 100vh;
        margin-right: 10px;
    }

    .th-box-content5 {
        margin-left: 40px;
        margin-bottom: 43%;
        width: 325px;
    }

    /*=================================================*/

    .th-box-content6 {
        width: 170px;
        margin-bottom: 35%;
    }

    .th-gf1 {
        width: 100%;
        margin-bottom: 10%;
    }

    /*=================================================*/

    .th-box-content7 {
        width: 157px;
        margin-left: 55px;
        margin-right: 60px;
        margin-bottom: 20%;
    }

    .th-ff1 {
        width: 100%;
        margin-bottom: 135%;
    }

    /*=================================================*/

    .th-download{
        margin-right: 20px;
    }

    .linkleaves2 {
        background-position: 90% top;
        background-size: 85% auto;
    }



    /* ===================================
    Virtual Showroom CSS
    ====================================== */

    .hor-virtual {
        padding-left: 19dvw;
    }

    .vrbuttonarea {
        top: 73vh;
        left: 40px;
    }

    .vrbtn {
        margin-top: 10px;
        width: 140px;
        padding: 6px 9px;
        font-size: 0.6em;
    }

    .vr-box-content1 {
        width: 71dvw;
        height: 80dvh;
        margin-left: 20px;
    }

    .vr-box-content2 {
        width: 71dvw;
        height: 80dvh;
        margin-left: 20px;
    }




    /* ===================================
    Location CSS
    ====================================== */

    .hor-loca {
        padding-left: 19dvw;
    }

    .lo-box-content1 {
        width: 380px;
        margin-left: 40px;
        margin-right: 30px;
    }

    .lo-cnt1subt {
        width: 340px;
        padding-bottom: 30px;
        line-height: 1.1;
    }

    .lo-cnt1subt span{
        font-size: 1.48em;
    }

    .lo-cnt1para {
        width: 370px;
        line-height: 1.3;
        font-size: .8em;
        margin-bottom: 175px;
    }


    /*=================================================*/


    .lo-box-content2 {
        width: 830px;
        height: 545px;
        padding-top: 0px;
    }

    /*=================================================*/

    .lo-box-content3 {
        width: 310px;
        margin-left: 30px;
    }

    .loctitle {
        margin-top: 1px;
        margin-left: 25px;
        font-size: .8em;
    }

    .locdetails {
        margin-left: -3px;
        margin-top: -20px;
        margin-bottom: 12px;
        font-size: .75em;
        line-height: 1.2;
    }


    /* ===================================
    Registration CSS
    ====================================== */

    .hor-register {
        padding-left: 19dvw;
    }

    .regisleaves {
        background-blend-mode: multiply; 
        background-position: -75px bottom;
        background-size: cover;
    }

    .rt-box-content1 {
        width: 76dvw;
        margin-left: 25px;
        margin-right: 40px;
    }

    .rt-cnt1subt {
        width: 235px;
        padding-bottom: 20%;
    }

    .rt-cnt1subt span {
        font-size: 1.3575em;
    }

    .rt-boxform {
        margin-right: 40px;
        width: 480px;
    }

    .formcontent2 {
        width: 100%;
    }

    .formtable2 {
        padding: 0px 20px;
        width: 100%;
    }

    .forminputname2 {
        margin-top: -20px;
        font-size: 0.685em;
    }

    .errFor2 {
        margin-top: -20px;
        font-size: 0.685em;     
    }


    .forminput2 {
        margin-bottom: 20px;
        width: 100%;
        font-size: 0.685em;
        padding: 0px 0 5px 0;
    }

    .formdropdown2 {
        margin-bottom: 20px;
        padding-top: 1px;
        padding-bottom: 5px;
        width: 100%;
        background-size: 8px 8px;
        font-size: 0.685em;
    }

    .agreetable2 {
        padding: 0px 20px;
        width: 100%;
    }

    .formradio2 {
        margin-top: 0px;
        margin-bottom: 30px;
        margin-right: 33px;
        margin-left: 0px;
        width: 14px;
        height: 14px;
    }

    .agreementdesc2 {
        margin-top: 0px;
        margin-bottom: 8px;
        font-size: .575em;
        line-height: 1.3;
    }

    .formsubmit2 {
        margin: 26px 0px 0px 0px; 
        width: 100%;
        padding: 8px 10px;
        font-size: 0.685em;
    }

    .rtformarrowright {
        height: 10px !important;
        width: 10px !important;
        margin: 2px;
    }

    .rtformarrowrightgreen {
        height: 10px !important;
        width: 10px !important;
        margin: 2px;
    }


    /* ===================================
    About CSS
    ====================================== */

    .hor-about {
        padding-left: 19dvw;
    }


    .ab-box-content1 {
        width: 490px;
        margin-left: 35px;
        margin-right: 35px;
    }

    .ab-pic1 {
        width: 100%;
    }

    /*=================================================*/

    .ab-box-content2 {
        padding: 0vh 0px;
    }

    .ab-cbox {
        width: 400px;
        line-height: 1.2;
    }

    .ab-cnt1subt {
        padding-top: 25px;
        width: 320px;
    }

    .ab-cnt1subt span{
        font-size: 1.5575em;
    }

    .ab-cnt1para {
        padding-top: 30px;
        width: 300px;
        line-height: 1.4;
        font-size: .8em;
    }

    .c6btn {
        margin-top: 30px;
        margin-bottom: 360px;
    }

}






@media screen and (max-height: 480px) and (orientation: landscape) {
    
    .header-logo {
        top: 25px;
        left: 45px;
    }

    .header-logo img {
        width: 100px;
    }

    .background{
        background-position: 0% 60%;
    }

    .welcomeguide {
        top: 55px;
        right: 6px;
        font-size: 0.875em;
    }

    .arrowdown {
        height: 12px !important;
        width: 12px !important;
        margin: 14px;
        padding-left: 0px;
    }

    .welcomebtn {
        bottom: 15px;
        right: 72px;
        width: 230px;
        padding: 1px 1px 2px 17px;
        font-size: .835em;
    }

    .arrowright {
        height: 12px !important;
        width: 12px !important;
        margin: 12px;
    }

    .arrowrightgreen {
        height: 12px !important;
        width: 12px !important;
        margin: 12px;
    }

    .welcometitle {
        bottom: 15px;
        left: 35px;
        font-size: 2.35em;
    }





    .menu-right-part-1 {
        right: 6.55%;
        position: fixed;
    }

    .menu-title {
        bottom: 5%;
        left: 16%;
        font-size: .8em;
    }

    .toggle-holder {
        width: 65px;
    }

    #toggle .menu-line {
        left: 12px;
    }   

    #toggle.all-loaded .menu-line {
        width: 30px;
        margin-left: 4px;
    }

    #toggle.all-loaded:before {
        width: 30px;
        margin-left: 10px;
    }

    #toggle.all-loaded:after {
        width: 30px;
    }

    #toggle:before, #toggle:after {
        left: 11px;
    }

    #toggle.on:before {
        width: 30px !important;
        margin-left: 4px !important;
    }

    #toggle.on:after {
        width: 30px !important;
        margin-left: 4px !important;
    }



    .menu-left-part {
        position: fixed;
    }

    .menu-left-part.open {
        left: 60.5%;
    }

    .sm li {
        padding: 7px 20px;
        width: 120%;
    }

    .sm-clean a, 
    .sm-clean a:hover, 
    .sm-clean a:focus,
    .sm-clean a:active {
        padding: 1px 0;
        font-size: 0.6925em;
    }

    .sm-clean > li > a:after {
        height: 33px;
        left: -32px;
        bottom: -9px;
    }

    .sm-clean a.current::after, .sm-clean a:hover::after, .sm-clean ul a:hover::after
    {
      width: 150%;
    }



    .box1 {
        bottom: 15px;
        width: 50%;
    }

    .box2 {
        bottom: 20px;
        width: 55%;
        left: 42%;
    }

    .titletext {
        font-size: 0.65em;
        line-height: 1;
        margin-left: 25px;
    }

    .bodytext {
        font-size: 0.65em;
        line-height: .8;
        margin-left: 25px;
    }

    .gapgap {
        margin: -12px;
    }

    .socialtable {
        padding: 4px 23px;
    }

    .site-wrapper .socialtable img {
        padding-right: 1px;
        width: 80%;
    }

    .site-wrapper .ytllandlogo {
        padding: 8px 25px;
        width: 36%;
    }

    .box1 {
        bottom: 15px;
        width: 50%;
    }

    .box2 {
        bottom: 20px;
        width: 55%;
        left: 42%;
    }

    .titletext {
        font-size: 0.45em;
        line-height: .7;
        margin-left: 25px;
    }

    .bodytext {
        font-size: 0.45em;
        line-height: .3;
        margin-left: 25px;
    }

    .gapgap {
        margin: -15px;
    }

    .socialtable {
        padding: 4px 23px;
    }

    .site-wrapper .socialtable img {
        padding-right: 1px;
        width: 60%;
    }

    .site-wrapper .ytllandlogo {
        padding: 8px 22px;
        width: 33%;
    }






    .horizontal-slider .carousel-item-text {
        max-width: 460px;
        padding: 0vh 75px;
        line-height: 1; 
    }

    .quotetxt {
        font-size: 1.0475em;
        line-height: 1.2;
    }

    .authtxt {
        font-size: .43em;
        line-height: 3;
    }







    /* ===================================
    Index CSS
    ====================================== */
    /*Universal: Index CSS*/

    .hptitle {
        font-size: .4em;
    }

    .hpbtn {
        width: 92px;
        padding: 2px 4px;
        font-size: 0.85em;
    }

    .hparrowrightgreen {
        height: 5px !important;
        width: 5px !important;
        margin: 2px;
    }

    .hparrowright {
        height: 5px !important;
        width: 5px !important;
        margin: 2px;
    }







    .leaf {
        background-position: -100px bottom;
        background-size: 70% auto;
    }

    .hp-box-content1 {
        padding: 0vh 30px;
    }

    .cnt1title {
        margin-bottom: 5px;
    }

    .hppic1 {
        width: 40dvw;
    }

    .cnt1subt {
        padding-top: 10px;
        width: 20dvw;
        line-height: 1;
    }

    .cnt1subt span{
        font-size: 1.0375em;
    }

    .cnt1para {
        padding-top: 15px;
        width: 19dvw;
        line-height: 1.4;
        font-size: .4em;
    }

    .c1btn {
        margin-top: 15px;
        margin-right: 30px;
        margin-bottom: 5px;
    }





    .cnt2title {
        margin-bottom: 2px;
    }

    .cbox2 {
        width: 19dvw;
        line-height: 1;
    }

    .cnt2subt {
        padding-top: 0px;
        width: 20dvw;
    }

    .cnt2subt span{
        font-size: 1.238em;
    }

    .cnt2para {
        padding-top: 15px;
        width: 17dvw;
        line-height: 1.4;
        font-size: .4em;
    }

    .c2btn {
        margin-top: 10px;
        margin-bottom: 30dvh;
    }





    .hp-box-content3 {
        width: 58dvw;
        margin-right: 20px;
        padding-top: 33px;
    }






    .leaf2 {
        background-position: bottom right;
        background-size: 80% auto;
    }

    .hp-box-content4 {
        width: 53dvw;
        margin-right: 20px;     
        padding-top: 0px;
    }

    .unitbx {
        width: 23dvw;
        margin-top: 5px;
    }

    .unitsub {
      padding-top: 12px;
      line-height: 1;
    }

    .unitsub span {
      font-size: 1.338em;
    }

    .cnt3para {
        width: 23dvw;
        line-height: 1.4;
        font-size: .4em;
        padding-top: 15px;
    }

    .unitdesc {
        width: 17dvw;
    }   

    .fpbtn {
        margin-top: 15px;
    }

    .c3btn {
      margin-top: 15px;
      margin-left: 6px;
      margin-bottom: 74px;
    }

    .unitbx2 {
        width: 52.2%;
        height: 36px;
    }

    .hppic4 {
        width: 52.2%;
    }

    .hppic4 img {
        margin-right: 25px;
    }

    .emptygap {
        width: 52.2%;
        height: 15px;
    }

    .hppic5 {
        width: 52.2%;
    }

    .hppic5 img {
        padding-top: 0px;
    }






    .hp-box-content5 {
        width: 51dvw;
    }

    .cnt5title {
        padding: 0px 0px 2px 0px;
    }

    .hppic6 {
        width: 100%;
        margin-bottom: 3px;
    }







    .leaves {
        background-position: top right;
        background-size: 50% auto;
    }

    .hp-box-content6 {
        padding: 0vh 10px 0vh 23px;
    }

    .cbox3 {
        width: 32dvw;
    }

    .cnt3subt {
        padding-top: 15px;
        width: 26dvw;
        line-height: 1.1;
    }

    .cnt3subt span{
        font-size: 1.338em;
    }

    .cnt4para {
        padding-top: 15px;
        width: 26dvw;
        line-height: 1.4;
        font-size: .4em;
    }

    .cbox4 {
        width: 17dvw;
    }

    .c4btn {
        margin-top: 10px;
    }

    .c5btn {
        margin-top: 10px;
        margin-left: 8px;
        margin-bottom: 140px;
    }







    .hp-box-content7{
        width: 50dvw; 
    }

    .formtitle {
        font-size: 1.0875em;
        margin-bottom: 21px;
    }

    .formtable {
        padding: 0px 70px;
        width: 100%;
    }

    .forminputname {
        margin-top: -30px;
        font-size: 0.385em;
    }

    .errFor {
        margin-top: -30px;
        font-size: 0.385em;
    }

    .forminput {
        margin-bottom: 19px;
        width: 100%;
        font-size: 0.385em;
        padding: 0px 0 5px 0;
    }

    .formdropdown {
        margin-bottom: 20px;
        padding-top: 3px;
        padding-bottom: 5px;
        width: 100%;
        background-size: 8px 8px;
        font-size: 0.385em;
    }

    .agreetable {
        padding: 0px 70px;
        width: 100%;
    }

    .formradio {
        margin-top: 0px;
        margin-bottom: 30px;
        margin-right: 33px;
        margin-left: 0px;
        width: 10px;
        height: 10px;
    }

    .agreementdesc {
        margin-top: 0px;
        font-size: .36em;
        line-height: 1.3;
    }

    .formsubmit {
        margin: 10px 0px 10px 0px; 
        width: 100%;
        padding: 5px 8px;
        font-size: 0.485em;
    }

    .hpformarrowright {
        height: 7px !important;
        width: 7px !important;
        margin: 2px;    
    }

    .hpformarrowrightgreen {
        height: 7px !important;
        width: 7px !important;
        margin: 2px;
    }

    .tqformbox {
        width: 100%;
        height: 90%;
    }

    .tqtxt{
        line-height: 1.5;
        font-size: 1.7em;
    }







    .hp-box-content8 {

    }

    .cbox5 {
        width: 39dvw;
    }

    .cbox6 {
        margin-top: 47dvh;
        margin-left: 25px;
        width: 13dvw;
    }

    .projectby {
        margin-top: 69dvh;
        margin-right: 73px;
        width: 14dvw;
    }

    .titletext2 {
        font-size: 0.45em;
        line-height: .7;
        padding-bottom: 1px;
        padding-left: 4px;
    }

    .bodytext2 {
        font-size: 0.45em;
        line-height: .3;
        padding: 3px 4px;
    }

    .socialtable2 {
        padding: 4px 0px;
    }

    .site-wrapper .socialtable2 img {
        padding-right: 0px;
        width: 80%;
    }

    .gapgap2 {
        margin: -12px;
    }

    .ytllandlogo2 {
        padding: 10px 4px;
        width: 37% !important;
    }



    /* ===================================
    Introduction CSS
    ====================================== */
    /*Universal: Introduction CSS*/
    .header-logo2 {
        top: 35px;
        left: 38px;
    }

    .header-logo2 img {
        width: 110px;
    }

    .scrollguide {
        top: 50%;
        left: 2.5%;
        width: 135px;
        font-size: .62em;
        line-height: 1.4em;
    }

    .pagetitle {
        bottom: 35px;
        left: 2.4%;
        width: 135px;
        font-size: 0.5em;
    }

    .hor-intro {
        padding-left: 19dvw;
    }


    .linkleaves {
        background-position: 45% top;
        background-size: 73% auto;
    }

    .linkshortcutbox {
        height: 100vh;
        width: 240px;
        margin-right: 90px;
    }

    .linkshortcutbtn {
        margin-left: 11%;
        margin-top: 15px;
        width: 183px;
        padding: 0px 14px;
        font-size: 0.665em;
        line-height: 25px;
        height: auto;
    }

    .linkarrowrightgreen {
        height: 9px !important;
        width: 9px !important;
        margin: 8px 0px;
    }

    .linkarrowright {
        height: 9px !important;
        width: 9px !important;
        margin: 8px 0px;
    }

    .pushdownload {
        margin-top: 110%;
        margin-left: 11%;
        width: 183px;
        padding: 0px 14px;
        font-size: 0.665em;
        line-height: 25px;
        height: auto;
    }

    .downloadarrowgreen {
        height: 9px !important;
        width: 9px !important;
        margin: 8px 0px;
    }

    .downloadarrow {
        height: 9px !important;
        width: 9px !important;
        margin: 8px 0px;
    }

    /*=================================================*/


    .in-box-content1 {
        width: 20dvw;
        margin-left: 20px;
        margin-right: 15px;
    }

    .in-cnt1subt {
        width: 22dvw;
        padding-bottom: 20px;
        line-height: .9;
    }

    .in-cnt1subt span{
        font-size: 0.8275em;
    }

    .in-cnt1para {
        width: 20dvw;
        line-height: 1.4;
        font-size: .4em;
        margin-bottom: 16dvh;
    }

    /*=================================================*/


    .in-box-content2 {
        width: 60dvw;
        margin-left: 20px;
        margin-right: 20px;
    }

    .in-pic1 {
        width: 100%;
    }


    /*=================================================*/


    .in-box-content3 {
        width: 24dvw;
        margin-left: 5px;
    }

    .iconfaci img {
        width: 15px;
        height: 15px;
    }

    .icondesc {
        margin-left: 5px;
        line-height: 1.2;
        font-size: 0.4em;
    }

    .tablefaci {
        margin-left: 0px;
        padding: 0px 0px 0px 5px;
    }

    .gate {
        margin-top: 57%;
    }

    /*=================================================*/


    .in-box-content4 {
        height: 100vh;
        width: 46dvw;
        margin-right: 15px;
    }

    .in-title1 {
        top: 25px;
        left: 35px;
        font-size: 0.45em;
    }

    .mapplan {
        width: 90%;
        margin-left: 2%;
        margin-top: 6%;
    }



    /* ===================================
    Features CSS
    ====================================== */

    .hor-feat {
        padding-left: 19dvw;
    }

    .ft-box-content1 {
        width: 65dvw;
        margin-left: 35px;
        margin-right: 30px;
    }

    .ft-pic1 {
        width: 100%;
    }

    /*=================================================*/

    .ft-box-content2 {
        margin-right: 20px;
    }

    .ft-pic2 {
        width: 45dvw;
    }

    .ft-cnt1subt {
        width: 16dvw;
        padding-top: 13px;
        padding-bottom: 23px;
        line-height: 1.2;
        font-size: 0.6095em;
    }

    /*=================================================*/

    .ft-box-content3 {
        margin-right: 25px;
    }

    .ft-cnt1para {
        width: 17dvw;
        line-height: 1.25;
        font-size: .4em;
        margin-bottom: 56dvh;
    }

    /*=================================================*/

    .ft-box-content4 {
        width: 100dvw;
        height: 100vh;
    }

    .ft-pic3 {
        width: 100%;
        bottom: 0;
    }



    /* ===================================
    Unit Type CSS
    ====================================== */
    /*=================================================*/
    /*Toggle Unit Types: Link Houses  & Townhouses*/
    /*=================================================*/

    .menu-left-part-2 {
        width: calc(100% - 65px);
        position: fixed;
    }


    .menu-right-part-2 {
        right: 12.7%;
        position: fixed;
    }

    .linkhome-toggle-holder { /*Open*/
        width: 60px;
    }

    .closeX:before, .closeX:after {
        height: 1.3px;
        width: 25px;
        top: 35px;
        left: 32%;
    }

    .lh-menu-line {
        left: -25px;
        width: 12dvw;
        font-size: .8em;
        top: 77%;
    }

    .linkhome2-toggle-holder { /*Close*/
        left: 0%;
        width: 60px;
    }

    /*=================================================*/

    .menu-left-part-3 {
        position: fixed;
    }


    .menu-right-part-3 {
        right: 6.5%;
        position: fixed;
    }

    .townhouses-toggle-holder { /*Open*/
        width: 60px;
    }

    .th-menu-line {
        left: -25px;
        width: 12dvw;
        font-size: .8em;
        top: 77%;
    }

    .townhouses2-toggle-holder { /*Close*/
        left: 0%;
        width: 60px;
    }

    /*=================================================*/
    /*Arrow Toggle Unit Types*/
    /*=================================================*/

    .olhth-arrow {
        right: 25px;
        top: 20%;
        max-width: 13px !important;
        max-height: 13px !important;
    }

    .clhth-arrow {
        right: 5px;
        top: 0%;
        max-width: 13px !important;
        max-height: 13px !important;
    }
    /*=================================================*/

    .hor-unit {
        padding-left: 19dvw;
    }

    .ut-box-content1 {
        width: 26dvw;
        margin-left: 25px;
        margin-right: 25px;
    }

    .ut-cnt1subt {
        width: 28dvw;
        line-height: 1;
        padding-bottom: 90%;
    }

    .ut-cnt1subt span{
        font-size: 0.9575em;
    }


    /*=================================================*/

    .ut-box-content2 {
        width: 45dvw;
        margin-right: 10px;
    }

    .ut-cnt1title {
        padding: 0px 0px 5px 0px;
        font-size: .4em;
    }

    .ut-pic1 {
        width: 100%;
    }

    /*=================================================*/

    .ut-box-content3 {
        width: 28dvw;
        margin-right: 20px;
    }

    .ut-pic2 {
        margin-top: 42px;
        width: 100%;
    }

    .emptygap2 {
        width: 100%;
        height: 10px;
    }

    .ut-pic3 {
        width: 100%;
    }

    .ut-pic3 img {
        padding-top: 0px;
    }


    /*=================================================*/

    .ut-box-content4 {
        margin-right: 40px;
    }

    .ut-cnt1para {
        width: 20dvw;
        line-height: 1.3;
        font-size: .4em;
        margin-bottom: 44dvh;
    }

    .ut-cnt2para {
        width: 20dvw;
        line-height: 1.3;
        font-size: .4em;
        margin-bottom: 48dvh;
    }

    /*=================================================*/

    .gappage {
        height: 100vh;
        margin-right: 25px;
    }

    .ut-box-content5 {
        margin-right: 25px;
    }

    .ut-download{
        margin-right: 210px;
    }

    .linkleaves1 {
        background-position: 12% top;
        background-size: 60% auto;
    }

    /*=================================================*/

    .hor-linkhome {
        padding-left: 4vw;
    }

    .lh-download {
        margin-right: 20px;
    }

    .lh-box-content1{
        margin-left: 40px;
        margin-right: 20px;
        width: 21dvw;
    }

    .lh-box1 {
        width: 9dvw;
        line-height: 8.5px;
    }

    .lh-title {
        font-size: .45em;
        font-weight: 600;
    }

    .lh-sub {
        font-size: .45em;
    }

    .lh-gap {
        margin: 0px;
    }

    .lh-map {
        margin-top: 25px;
    }

    .lh-map img {
        width: 60%;
    }

    .lh-box2 {
        width: 12dvw;
        line-height: 8.5px;
        margin-bottom: 10dvw;
    }

    /*=================================================*/

    .lh-box-content2{
        width: 11dvw;
    }

    .lh-gf {
        width: 100%;
        margin-bottom: 26%;
    }

    .gftitle {
        font-size: .45em;
    }

    /*=================================================*/

    .lh-box-content3{
        width: 9.8dvw;
        margin-left: 30px;
    }

    .lh-ff {
        width: 100%;
        margin-bottom: 103%;
    }

    .fftitle {
        font-size: .45em;
    }

    /*=================================================*/

    .lh-box-content4{
        width: 9.8dvw;
        margin-right: 60px;
        margin-left: 30px;
    }

    .lh-sf {
        width: 100%;
        margin-bottom: 138%;
    }

    .sftitle {
        font-size: .45em;
    }

    /*=================================================*/

    .hor-townhouses {
        padding-left: 4vw;
    }

    .th-box-content1 {
        margin-left: 40px;
        margin-bottom: 33%;
        width: 22dvw;
    }

    .th-box1 {
        width: 11dvw;
        line-height: 8.5px;
    }

    .th-title {
        font-size: .45em;
        font-weight: 600;
    }

    .th-sub {
        font-size: .45em;
    }

    .th-gap {
        margin: 0px;
    }

    .th-map {
        margin-top: 12px;
    }

    .th-map img {
        width: 46%;
    }

    .th-box2 {
        width: 11dvw;
        line-height: 8.5px;
        margin-bottom: 4dvw;
    }

    /*=================================================*/

    .th-box-content2{
        width: 7dvw;
        margin-bottom: 25%;
    }

    .th-gf {
        width: 100%;
        margin-bottom: 65%;
    }

    /*=================================================*/

    .th-box-content3{
        width: 11.7dvw;
        margin-left: 32px;
        margin-bottom: 12%;
    }

    .th-ff {
        width: 100%;
        margin-bottom: 98%;
    }

    /*=================================================*/

    .th-box-content4{
        width: 11.6dvw;
        margin-right: 34px;
        margin-left: 30px;
        margin-bottom: 10%;
    }

    .th-sf {
        width: 100%;
        margin-bottom: 29%;
    }

    /*=================================================*/

    .gappage2 {
        height: 100vh;
        margin-right: 10px;
    }

    .th-box-content5 {
        margin-left: 15px;
        margin-bottom: 43%;
        width: 22dvw;
    }

    /*=================================================*/

    .th-box-content6 {
        width: 10dvw;
        margin-bottom: 22%;
    }

    .th-gf1 {
        width: 100%;
        margin-bottom: 10%;
    }

    /*=================================================*/

    .th-box-content7 {
        width: 9.1dvw;
        margin-left: 32px;
        margin-right: 35px;
        margin-bottom: 14%;
    }

    .th-ff1 {
        width: 100%;
        margin-bottom: 135%;
    }

    /*=================================================*/

    .th-download{
        margin-right: 20px;
    }

    .linkleaves2 {
        background-position: 90% top;
        background-size: 85% auto;
    }



    /* ===================================
    Virtual Showroom CSS
    ====================================== */

    .hor-virtual {
        padding-left: 19dvw;
    }

    .vrbuttonarea {
        top: 60vh;
        left: 21px;
    }

    .vrbtn {
        margin-top: 10px;
        width: 15dvw;
        padding: 6px 9px;
        font-size: 0.6em;
    }

    .vr-box-content1 {
        width: 71dvw;
        height: 80dvh;
        margin-left: 20px;
    }

    .vr-box-content2 {
        width: 71dvw;
        height: 80dvh;
        margin-left: 20px;
    }




    /* ===================================
    Location CSS
    ====================================== */

    .hor-loca {
        padding-left: 19dvw;
    }

    .lo-box-content1 {
        width: 24dvw;
        margin-left: 30px;
        margin-right: 30px;
    }

    .lo-cnt1subt {
        width: 26dvw;
        padding-bottom: 20px;
        line-height: .95;
    }

    .lo-cnt1subt span{
        font-size: 0.98em;
    }

    .lo-cnt1para {
        width: 23dvw;
        line-height: 1.3;
        font-size: .4em;
        margin-bottom: 25dvh;
    }


    /*=================================================*/


    .lo-box-content2 {
        width: 65dvw;
        height: 80dvh;
        padding-top: 0px;
    }

    /*=================================================*/

    .lo-box-content3 {
        width: 22dvw;
        margin-left: 20px;
    }

    .loctitle {
        margin-top: -6px;
        margin-left: 26px;
        font-size: .5em;
    }

    .locdetails {
        margin-left: -4px;
        margin-top: -20px;
        margin-bottom: 6px;
        font-size: .45em;
        line-height: 1.2;
    }


    /* ===================================
    Registration CSS
    ====================================== */

    .hor-register {
        padding-left: 19dvw;
    }

    .regisleaves {
        background-blend-mode: multiply; 
        background-position: -75px bottom;
        background-size: cover;
    }

    .rt-box-content1 {
        width: 75dvw;
        margin-left: 25px;
        margin-right: 40px;
    }

    .rt-cnt1subt {
        width: 19dvw;
        padding-bottom: 20%;
    }

    .rt-cnt1subt span {
        font-size: 0.8575em;
    }

    .rt-boxform {
        margin-right: 60px;
        width: 40dvw;
    }

    .formcontent2 {
        width: 100%;
    }

    .formtable2 {
        padding: 0px 20px;
        width: 100%;
    }

    .forminputname2 {
        margin-top: -30px;
        font-size: 0.385em;
    }

    .errFor2 {
        margin-top: -30px;
        font-size: 0.385em;     
    }


    .forminput2 {
        margin-bottom: 19px;
        width: 100%;
        font-size: 0.385em;
        padding: 0px 0 5px 0;
    }

    .formdropdown2 {
        margin-bottom: 20px;
        padding-top: 3px;
        padding-bottom: 5px;
        width: 100%;
        background-size: 8px 8px;
        font-size: 0.385em;
    }

    .agreetable2 {
        padding: 0px 20px;
        width: 100%;
    }

    .formradio2 {
        margin-top: 0px;
        margin-bottom: 30px;
        margin-right: 33px;
        margin-left: 0px;
        width: 10px;
        height: 10px;
    }

    .agreementdesc2 {
        margin-top: 0px;
        margin-bottom: 8px;
        font-size: .35em;
        line-height: 1.3;
    }

    .formsubmit2 {
        margin: 8px 0px 0px 0px;
        width: 100%;
        padding: 5px 8px;
        font-size: 0.485em;
    }

    .rtformarrowright {
        height: 7px !important;
        width: 7px !important;
        margin: 2px;
    }

    .rtformarrowrightgreen {
        height: 7px !important;
        width: 7px !important;
        margin: 2px;
    }


    /* ===================================
    About CSS
    ====================================== */

    .hor-about {
        padding-left: 19dvw;
    }


    .ab-box-content1 {
        width: 30dvw;
        margin-left: 35px;
        margin-right: 25px;
    }

    .ab-pic1 {
        width: 100%;
    }

    /*=================================================*/

    .ab-box-content2 {
        padding: 0vh 0px;
    }

    .ab-cbox {
        width: 22dvw;
        line-height: 1.2;
    }

    .ab-cnt1subt {
        padding-top: 25px;
        width: 22dvw;
    }

    .ab-cnt1subt span{
        font-size: 1.0575em;
    }

    .ab-cnt1para {
        padding-top: 20px;
        width: 21dvw;
        line-height: 1.3;
        font-size: .5em;
    }

    .c6btn {
        margin-top: 15px;
        margin-bottom: 22dvw;
    }

}






@media screen and (max-height: 393px) and (orientation: landscape) {
    
    .header-logo {
        top: 23px;
        left: 35px;
    }

    .header-logo img {
        width: 90px;
    }

    .background{
        background-position: 0% 60%;
    }

    .welcomeguide {
        top: 55px;
        right: 6px;
        font-size: 0.875em;
    }

    .arrowdown {
        height: 12px !important;
        width: 12px !important;
        margin: 14px;
        padding-left: 0px;
    }

    .welcomebtn {
        bottom: 15px;
        right: 72px;
        width: 230px;
        padding: 1px 1px 2px 17px;
        font-size: .835em;
    }

    .arrowright {
        height: 12px !important;
        width: 12px !important;
        margin: 12px;
    }

    .arrowrightgreen {
        height: 12px !important;
        width: 12px !important;
        margin: 12px;
    }

    .welcometitle {
        bottom: 10px;
        left: 35px;
        font-size: 1.95em;
    }





    .menu-right-part-1 {
        right: 6.55%;
        position: fixed;
    }

    .menu-title {
        bottom: 5%;
        left: 16%;
        font-size: .8em;
    }

    .toggle-holder {
        width: 65px;
    }

    #toggle .menu-line {
        left: 12px;
    }   

    #toggle.all-loaded .menu-line {
        width: 30px;
        margin-left: 4px;
    }

    #toggle.all-loaded:before {
        width: 30px;
        margin-left: 10px;
    }

    #toggle.all-loaded:after {
        width: 30px;
    }

    #toggle:before, #toggle:after {
        left: 11px;
    }

    #toggle.on:before {
        width: 30px !important;
        margin-left: 4px !important;
    }

    #toggle.on:after {
        width: 30px !important;
        margin-left: 4px !important;
    }



    .menu-left-part {
        position: fixed;
    }

    .menu-left-part.open {
        left: 61.5%;
    }

    .sm li {
        padding: 7px 20px;
        width: 120%;
    }

    .sm-clean a, 
    .sm-clean a:hover, 
    .sm-clean a:focus,
    .sm-clean a:active {
        padding: 1px 0;
        font-size: 0.6925em;
    }

    .sm-clean > li > a:after {
        height: 33px;
        left: -32px;
        bottom: -9px;
    }

    .sm-clean a.current::after, .sm-clean a:hover::after, .sm-clean ul a:hover::after
    {
      width: 150%;
    }



    .box1 {
        bottom: 15px;
        width: 50%;
    }

    .box2 {
        bottom: 20px;
        width: 55%;
        left: 42%;
    }

    .titletext {
        font-size: 0.65em;
        line-height: 1;
        margin-left: 25px;
    }

    .bodytext {
        font-size: 0.65em;
        line-height: .8;
        margin-left: 25px;
    }

    .gapgap {
        margin: -12px;
    }

    .socialtable {
        padding: 4px 23px;
    }

    .site-wrapper .socialtable img {
        padding-right: 1px;
        width: 80%;
    }

    .site-wrapper .ytllandlogo {
        padding: 8px 25px;
        width: 36%;
    }

    .box1 {
        bottom: 15px;
        width: 50%;
    }

    .box2 {
        bottom: 20px;
        width: 55%;
        left: 42%;
    }

    .titletext {
        font-size: 0.45em;
        line-height: .7;
        margin-left: 25px;
    }

    .bodytext {
        font-size: 0.45em;
        line-height: .3;
        margin-left: 25px;
    }

    .gapgap {
        margin: -15px;
    }

    .socialtable {
        padding: 4px 23px;
    }

    .site-wrapper .socialtable img {
        padding-right: 1px;
        width: 60%;
    }

    .site-wrapper .ytllandlogo {
        padding: 8px 22px;
        width: 33%;
    }






    .horizontal-slider .carousel-item-text {
        max-width: 460px;
        padding: 0vh 75px;
        line-height: 1; 
    }

    .quotetxt {
        font-size: 1.0475em;
        line-height: 1.2;
    }

    .authtxt {
        font-size: .43em;
        line-height: 3;
    }







    /* ===================================
    Index CSS
    ====================================== */
    /*Universal: Index CSS*/

    .hptitle {
        font-size: .4em;
    }

    .hpbtn {
        width: 92px;
        padding: 2px 4px;
        font-size: 0.85em;
    }

    .hparrowrightgreen {
        height: 5px !important;
        width: 5px !important;
        margin: 2px;
    }

    .hparrowright {
        height: 5px !important;
        width: 5px !important;
        margin: 2px;
    }







    .leaf {
        background-position: -100px bottom;
        background-size: 70% auto;
    }

    .hp-box-content1 {
        padding: 0vh 30px;
    }

    .cnt1title {
        margin-bottom: 5px;
    }

    .hppic1 {
        width: 40dvw;
    }

    .cnt1subt {
        padding-top: 10px;
        width: 20dvw;
        line-height: 1;
    }

    .cnt1subt span{
        font-size: 1.0375em;
    }

    .cnt1para {
        padding-top: 15px;
        width: 19dvw;
        line-height: 1.4;
        font-size: .4em;
    }

    .c1btn {
        margin-top: 15px;
        margin-right: 30px;
        margin-bottom: 5px;
    }





    .cnt2title {
        margin-bottom: 2px;
    }

    .cbox2 {
        width: 19dvw;
        line-height: 1;
    }

    .cnt2subt {
        padding-top: 0px;
        width: 20dvw;
    }

    .cnt2subt span{
        font-size: 1.238em;
    }

    .cnt2para {
        padding-top: 15px;
        width: 17dvw;
        line-height: 1.4;
        font-size: .4em;
    }

    .c2btn {
        margin-top: 10px;
        margin-bottom: 30dvh;
    }





    .hp-box-content3 {
        width: 58dvw;
        margin-right: 20px;
        padding-top: 33px;
    }






    .leaf2 {
        background-position: bottom right;
        background-size: 80% auto;
    }

    .hp-box-content4 {
        width: 53dvw;
        margin-right: 20px;     
        padding-top: 0px;
    }

    .unitbx {
        width: 23dvw;
        margin-top: 5px;
    }

    .unitsub {
      padding-top: 12px;
      line-height: 1;
    }

    .unitsub span {
      font-size: 1.338em;
    }

    .cnt3para {
        width: 26dvw;
        line-height: 1.4;
        font-size: .4em;
        padding-top: 15px;
    }

    .unitdesc {
        width: 17dvw;
    }   

    .fpbtn {
        margin-top: 15px;
    }

    .c3btn {
      margin-top: 15px;
      margin-left: 6px;
      margin-bottom: 47px;
    }

    .unitbx2 {
        width: 52.2%;
        height: 36px;
    }

    .hppic4 {
        width: 52.2%;
    }

    .hppic4 img {
        margin-right: 25px;
    }

    .emptygap {
        width: 52.2%;
        height: 12px;
    }

    .hppic5 {
        width: 52.2%;
    }

    .hppic5 img {
        padding-top: 0px;
    }






    .hp-box-content5 {
        width: 51dvw;
        margin-left: 20px;
    }

    .cnt5title {
        padding: 0px 0px 2px 0px;
    }

    .hppic6 {
        width: 100%;
        margin-bottom: 3px;
    }







    .leaves {
        background-position: top right;
        background-size: 50% auto;
    }

    .hp-box-content6 {
        padding: 0vh 10px 0vh 23px;
    }

    .cbox3 {
        width: 32dvw;
    }

    .cnt3subt {
        padding-top: 15px;
        width: 28dvw;
        line-height: 1.1;
    }

    .cnt3subt span{
        font-size: 1.338em;
    }

    .cnt4para {
        padding-top: 15px;
        width: 26dvw;
        line-height: 1.4;
        font-size: .4em;
    }

    .cbox4 {
        width: 17dvw;
    }

    .c4btn {
        margin-top: 10px;
    }

    .c5btn {
        margin-top: 10px;
        margin-left: 8px;
        margin-bottom: 100px;
    }







    .hp-box-content7{
        width: 50dvw; 
    }

    .formtitle {
        font-size: 1.0875em;
        margin-bottom: 10px;
    }

    .formtable {
        padding: 0px 70px;
        width: 100%;
    }

    .forminputname {
        margin-top: -30px;
        font-size: 0.385em;
    }

    .errFor {
        margin-top: -30px;
        font-size: 0.385em;
    }

    .forminput {
        margin-bottom: 19px;
        width: 100%;
        font-size: 0.385em;
        padding: 0px 0 5px 0;
    }

    .formdropdown {
        margin-bottom: 20px;
        padding-top: 3px;
        padding-bottom: 5px;
        width: 100%;
        background-size: 8px 8px;
        font-size: 0.385em;
    }

    .agreetable {
        padding: 0px 70px;
        width: 100%;
    }

    .formradio {
        margin-top: 0px;
        margin-bottom: 30px;
        margin-right: 33px;
        margin-left: 0px;
        width: 10px;
        height: 10px;
    }

    .agreementdesc {
        margin-top: 0px;
        font-size: .36em;
        line-height: 1.3;
    }

    .formsubmit {
        margin: 10px 0px 0px 0px; 
        width: 100%;
        padding: 5px 8px;
        font-size: 0.485em;
    }

    .hpformarrowright {
        height: 7px !important;
        width: 7px !important;
        margin: 2px;    
    }

    .hpformarrowrightgreen {
        height: 7px !important;
        width: 7px !important;
        margin: 2px;
    }

    .tqformbox {
        width: 100%;
        height: 90%;
    }

    .tqtxt{
        line-height: 1.5;
        font-size: 1.7em;
    }







    .hp-box-content8 {

    }

    .cbox5 {
        width: 39dvw;
    }

    .cbox6 {
        margin-top: 47dvh;
        margin-left: 25px;
        width: 13dvw;
    }

    .projectby {
        margin-top: 72dvh;
        margin-right: 73px;
        width: 14dvw;
    }

    .titletext2 {
        font-size: 0.45em;
        line-height: .7;
        padding-bottom: 1px;
        padding-left: 4px;
    }

    .bodytext2 {
        font-size: 0.45em;
        line-height: .3;
        padding: 3px 4px;
    }

    .socialtable2 {
        padding: 4px 0px;
    }

    .site-wrapper .socialtable2 img {
        padding-right: 0px;
        width: 80%;
    }

    .gapgap2 {
        margin: -12px;
    }

    .ytllandlogo2 {
        padding: 10px 4px;
        width: 37% !important;
    }



    /* ===================================
    Introduction CSS
    ====================================== */
    /*Universal: Introduction CSS*/
    .header-logo2 {
        top: 35px;
        left: 38px;
    }

    .header-logo2 img {
        width: 110px;
    }

    .scrollguide {
        top: 50%;
        left: 2.5%;
        width: 135px;
        font-size: .62em;
        line-height: 1.4em;
    }

    .pagetitle {
        bottom: 35px;
        left: 2.4%;
        width: 135px;
        font-size: 0.5em;
    }

    .hor-intro {
        padding-left: 22dvw;
    }


    .linkleaves {
        background-position: 45% top;
        background-size: 73% auto;
    }

    .linkshortcutbox {
        height: 100vh;
        width: 240px;
        margin-right: 90px;
    }

    .linkshortcutbtn {
        margin-left: 11%;
        margin-top: 15px;
        width: 183px;
        padding: 0px 14px;
        font-size: 0.665em;
        line-height: 25px;
        height: auto;
    }

    .linkarrowrightgreen {
        height: 9px !important;
        width: 9px !important;
        margin: 8px 0px;
    }

    .linkarrowright {
        height: 9px !important;
        width: 9px !important;
        margin: 8px 0px;
    }

    .pushdownload {
        margin-top: 95%;
        margin-left: 11%;
        width: 183px;
        padding: 0px 14px;
        font-size: 0.665em;
        line-height: 25px;
        height: auto;
    }

    .downloadarrowgreen {
        height: 9px !important;
        width: 9px !important;
        margin: 8px 0px;
    }

    .downloadarrow {
        height: 9px !important;
        width: 9px !important;
        margin: 8px 0px;
    }

    /*=================================================*/


    .in-box-content1 {
        width: 20dvw;
        margin-left: 20px;
        margin-right: 15px;
    }

    .in-cnt1subt {
        width: 22dvw;
        padding-bottom: 20px;
        line-height: .9;
    }

    .in-cnt1subt span{
        font-size: 0.8275em;
    }

    .in-cnt1para {
        width: 20dvw;
        line-height: 1.4;
        font-size: .4em;
        margin-bottom: 5dvh;
    }

    /*=================================================*/


    .in-box-content2 {
        width: 60dvw;
        margin-left: 20px;
        margin-right: 20px;
    }

    .in-pic1 {
        width: 100%;
    }


    /*=================================================*/


    .in-box-content3 {
        width: 24dvw;
        margin-left: 5px;
    }

    .iconfaci img {
        width: 15px;
        height: 15px;
    }

    .icondesc {
        margin-left: 5px;
        line-height: 1.2;
        font-size: 0.4em;
    }

    .tablefaci {
        margin-left: 0px;
        padding: 0px 0px 0px 5px;
    }

    .gate {
        margin-top: 57%;
    }

    /*=================================================*/


    .in-box-content4 {
        height: 100vh;
        width: 46dvw;
        margin-right: 15px;
    }

    .in-title1 {
        top: 25px;
        left: 35px;
        font-size: 0.45em;
    }

    .mapplan {
        width: 90%;
        margin-left: 2%;
        margin-top: 6%;
    }



    /* ===================================
    Features CSS
    ====================================== */

    .hor-feat {
        padding-left: 22dvw;
    }

    .ft-box-content1 {
        width: 65dvw;
        margin-left: 35px;
        margin-right: 30px;
    }

    .ft-pic1 {
        width: 100%;
    }

    /*=================================================*/

    .ft-box-content2 {
        margin-right: 20px;
    }

    .ft-pic2 {
        width: 45dvw;
    }

    .ft-cnt1subt {
        width: 18dvw;
        padding-top: 13px;
        padding-bottom: 10px;
        line-height: 1.2;
        font-size: 0.6095em;
    }

    /*=================================================*/

    .ft-box-content3 {
        margin-right: 25px;
    }

    .ft-cnt1para {
        width: 17dvw;
        line-height: 1.25;
        font-size: .4em;
        margin-bottom: 51dvh;
    }

    /*=================================================*/

    .ft-box-content4 {
        width: 100dvw;
        height: 100vh;
    }

    .ft-pic3 {
        width: 100%;
        bottom: 0;
    }



    /* ===================================
    Unit Type CSS
    ====================================== */
    /*=================================================*/
    /*Toggle Unit Types: Link Houses  & Townhouses*/
    /*=================================================*/

    .menu-left-part-2 {
        width: calc(100% - 65px);
        position: fixed;
    }


    .menu-right-part-2 {
        right: 12.7%;
        position: fixed;
    }

    .linkhome-toggle-holder { /*Open*/
        width: 60px;
    }

    .closeX:before, .closeX:after {
        height: 1.3px;
        width: 25px;
        top: 35px;
        left: 32%;
    }

    .lh-menu-line {
        left: -25px;
        width: 13dvw;
        font-size: .8em;
        top: 77%;
    }

    .linkhome2-toggle-holder { /*Close*/
        left: 0%;
        width: 60px;
    }

    /*=================================================*/

    .menu-left-part-3 {
        position: fixed;
    }


    .menu-right-part-3 {
        right: 6.5%;
        position: fixed;
    }

    .townhouses-toggle-holder { /*Open*/
        width: 60px;
    }

    .th-menu-line {
        left: -25px;
        width: 13dvw;
        font-size: .8em;
        top: 77%;
    }

    .townhouses2-toggle-holder { /*Close*/
        left: 0%;
        width: 60px;
    }

    /*=================================================*/
    /*Arrow Toggle Unit Types*/
    /*=================================================*/

    .olhth-arrow {
        right: 25px;
        top: 25%;
        max-width: 13px !important;
        max-height: 13px !important;
    }

    .clhth-arrow {
        right: 5px;
        top: 0%;
        max-width: 13px !important;
        max-height: 13px !important;
    }
    /*=================================================*/

    .hor-unit {
        padding-left: 22dvw;
    }

    .ut-box-content1 {
        width: 26dvw;
        margin-left: 25px;
        margin-right: 25px;
    }

    .ut-cnt1subt {
        width: 28dvw;
        line-height: 1;
        padding-bottom: 90%;
    }

    .ut-cnt1subt span{
        font-size: 0.9575em;
    }


    /*=================================================*/

    .ut-box-content2 {
        width: 45dvw;
        margin-right: 10px;
    }

    .ut-cnt1title {
        padding: 0px 0px 5px 0px;
        font-size: .4em;
    }

    .ut-pic1 {
        width: 100%;
    }

    /*=================================================*/

    .ut-box-content3 {
        width: 28dvw;
        margin-right: 20px;
    }

    .ut-pic2 {
        margin-top: 42px;
        width: 100%;
    }

    .emptygap2 {
        width: 100%;
        height: 10px;
    }

    .ut-pic3 {
        width: 100%;
    }

    .ut-pic3 img {
        padding-top: 0px;
    }


    /*=================================================*/

    .ut-box-content4 {
        margin-right: 40px;
    }

    .ut-cnt1para {
        width: 20dvw;
        line-height: 1.3;
        font-size: .4em;
        margin-bottom: 40dvh;
    }

    .ut-cnt2para {
        width: 20dvw;
        line-height: 1.3;
        font-size: .4em;
        margin-bottom: 44dvh;
    }

    /*=================================================*/

    .gappage {
        height: 100vh;
        margin-right: 25px;
    }

    .ut-box-content5 {
        margin-right: 25px;
    }

    .ut-download{
        margin-right: 210px;
    }

    .linkleaves1 {
        background-position: 12% top;
        background-size: 60% auto;
    }

    /*=================================================*/

    .hor-linkhome {
        padding-left: 4vw;
    }

    .lh-download {
        margin-right: 20px;
    }

    .lh-box-content1{
        margin-left: 40px;
        margin-right: 20px;
        width: 21dvw;
    }

    .lh-box1 {
        width: 9dvw;
        line-height: 8.5px;
    }

    .lh-title {
        font-size: .45em;
        font-weight: 600;
    }

    .lh-sub {
        font-size: .45em;
    }

    .lh-gap {
        margin: 0px;
    }

    .lh-map {
        margin-top: 25px;
    }

    .lh-map img {
        width: 60%;
    }

    .lh-box2 {
        width: 12dvw;
        line-height: 8.5px;
        margin-bottom: 10dvw;
    }

    /*=================================================*/

    .lh-box-content2{
        width: 11dvw;
    }

    .lh-gf {
        width: 100%;
        margin-bottom: 26%;
    }

    .gftitle {
        font-size: .45em;
    }

    /*=================================================*/

    .lh-box-content3{
        width: 9.8dvw;
        margin-left: 30px;
    }

    .lh-ff {
        width: 100%;
        margin-bottom: 103%;
    }

    .fftitle {
        font-size: .45em;
    }

    /*=================================================*/

    .lh-box-content4{
        width: 9.8dvw;
        margin-right: 60px;
        margin-left: 30px;
    }

    .lh-sf {
        width: 100%;
        margin-bottom: 138%;
    }

    .sftitle {
        font-size: .45em;
    }

    /*=================================================*/

    .hor-townhouses {
        padding-left: 4vw;
    }

    .th-box-content1 {
        margin-left: 40px;
        margin-bottom: 33%;
        width: 22dvw;
    }

    .th-box1 {
        width: 11dvw;
        line-height: 8.5px;
    }

    .th-title {
        font-size: .45em;
        font-weight: 600;
    }

    .th-sub {
        font-size: .45em;
    }

    .th-gap {
        margin: 0px;
    }

    .th-map {
        margin-top: 12px;
    }

    .th-map img {
        width: 46%;
    }

    .th-box2 {
        width: 11dvw;
        line-height: 8.5px;
        margin-bottom: 4dvw;
    }

    /*=================================================*/

    .th-box-content2{
        width: 7dvw;
        margin-bottom: 25%;
    }

    .th-gf {
        width: 100%;
        margin-bottom: 65%;
    }

    /*=================================================*/

    .th-box-content3{
        width: 11.7dvw;
        margin-left: 32px;
        margin-bottom: 12%;
    }

    .th-ff {
        width: 100%;
        margin-bottom: 98%;
    }

    /*=================================================*/

    .th-box-content4{
        width: 11.6dvw;
        margin-right: 34px;
        margin-left: 30px;
        margin-bottom: 10%;
    }

    .th-sf {
        width: 100%;
        margin-bottom: 29%;
    }

    /*=================================================*/

    .gappage2 {
        height: 100vh;
        margin-right: 10px;
    }

    .th-box-content5 {
        margin-left: 15px;
        margin-bottom: 43%;
        width: 22dvw;
    }

    /*=================================================*/

    .th-box-content6 {
        width: 10dvw;
        margin-bottom: 22%;
    }

    .th-gf1 {
        width: 100%;
        margin-bottom: 10%;
    }

    /*=================================================*/

    .th-box-content7 {
        width: 9.1dvw;
        margin-left: 32px;
        margin-right: 35px;
        margin-bottom: 14%;
    }

    .th-ff1 {
        width: 100%;
        margin-bottom: 135%;
    }

    /*=================================================*/

    .th-download{
        margin-right: 20px;
    }

    .linkleaves2 {
        background-position: 90% top;
        background-size: 85% auto;
    }



    /* ===================================
    Virtual Showroom CSS
    ====================================== */

    .hor-virtual {
        padding-left: 22dvw;
    }

    .vrbuttonarea {
        top: 60vh;
        left: 31px;
    }

    .vrbtn {
        margin-top: 10px;
        width: 15dvw;
        padding: 6px 9px;
        font-size: 0.6em;
    }

    .vr-box-content1 {
        width: 67dvw;
        height: 80dvh;
        margin-left: 20px;
    }

    .vr-box-content2 {
        width: 67dvw;
        height: 80dvh;
        margin-left: 20px;
    }




    /* ===================================
    Location CSS
    ====================================== */

    .hor-loca {
        padding-left: 22dvw;
    }

    .lo-box-content1 {
        width: 24dvw;
        margin-left: 30px;
        margin-right: 30px;
    }

    .lo-cnt1subt {
        width: 26dvw;
        padding-bottom: 20px;
        line-height: .95;
    }

    .lo-cnt1subt span{
        font-size: 0.98em;
    }

    .lo-cnt1para {
        width: 23dvw;
        line-height: 1.3;
        font-size: .4em;
        margin-bottom: 25dvh;
    }


    /*=================================================*/


    .lo-box-content2 {
        width: 65dvw;
        height: 80dvh;
        padding-top: 0px;
    }

    /*=================================================*/

    .lo-box-content3 {
        width: 24dvw;
        margin-left: 20px;
    }

    .loctitle {
        margin-top: -6px;
        margin-left: 26px;
        font-size: .5em;
    }

    .locdetails {
        margin-left: -4px;
        margin-top: -20px;
        margin-bottom: 6px;
        font-size: .45em;
        line-height: 1.2;
    }


    /* ===================================
    Registration CSS
    ====================================== */

    .hor-register {
        padding-left: 22dvw;
    }

    .regisleaves {
        background-blend-mode: multiply; 
        background-position: -75px bottom;
        background-size: cover;
    }

    .rt-box-content1 {
        width: 67dvw;
        margin-left: 25px;
        margin-right: 10px;
    }

    .rt-cnt1subt {
        width: 19dvw;
        padding-bottom: 20%;
    }

    .rt-cnt1subt span {
        font-size: 0.8575em;
    }

    .rt-boxform {
        margin-right: 60px;
        width: 40dvw;
    }

    .formcontent2 {
        width: 100%;
    }

    .formtable2 {
        padding: 0px 20px;
        width: 100%;
    }

    .forminputname2 {
        margin-top: -30px;
        font-size: 0.385em;
    }

    .errFor2 {
        margin-top: -30px;
        font-size: 0.385em;     
    }


    .forminput2 {
        margin-bottom: 19px;
        width: 100%;
        font-size: 0.385em;
        padding: 0px 0 5px 0;
    }

    .formdropdown2 {
        margin-bottom: 20px;
        padding-top: 3px;
        padding-bottom: 5px;
        width: 100%;
        background-size: 8px 8px;
        font-size: 0.385em;
    }

    .agreetable2 {
        padding: 0px 20px;
        width: 100%;
    }

    .formradio2 {
        margin-top: 0px;
        margin-bottom: 30px;
        margin-right: 33px;
        margin-left: 0px;
        width: 10px;
        height: 10px;
    }

    .agreementdesc2 {
        margin-top: 0px;
        margin-bottom: 8px;
        font-size: .35em;
        line-height: 1.3;
    }

    .formsubmit2 {
        margin: 8px 0px 0px 0px;
        width: 100%;
        padding: 5px 8px;
        font-size: 0.485em;
    }

    .rtformarrowright {
        height: 7px !important;
        width: 7px !important;
        margin: 2px;
    }

    .rtformarrowrightgreen {
        height: 7px !important;
        width: 7px !important;
        margin: 2px;
    }


    /* ===================================
    About CSS
    ====================================== */

    .hor-about {
        padding-left: 22dvw;
    }


    .ab-box-content1 {
        width: 30dvw;
        margin-left: 35px;
        margin-right: 25px;
    }

    .ab-pic1 {
        width: 100%;
    }

    /*=================================================*/

    .ab-box-content2 {
        padding: 0vh 0px;
    }

    .ab-cbox {
        width: 22dvw;
        line-height: 1.2;
    }

    .ab-cnt1subt {
        padding-top: 25px;
        width: 22dvw;
    }

    .ab-cnt1subt span{
        font-size: 1.0575em;
    }

    .ab-cnt1para {
        padding-top: 20px;
        width: 21dvw;
        line-height: 1.3;
        font-size: .5em;
    }

    .c6btn {
        margin-top: 15px;
        margin-bottom: 19dvw;
    }

}








