*
{
    padding:0;
    margin:0;
    box-sizing:border-box;
    -webkit-font-smoothing: antialiased; 
	-moz-osx-font-smoothing: grayscale;
} 
img  
{
    width:auto;
    max-width: 100%;
}
@font-face { 
    font-family: 'fontawesome-webfont';
    src: url('../fonts/fontawesome-webfont.ttf');
    src: url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.eot'), url('../fonts/fontawesome-webfont.woff2') format('woff2');
}

@font-face {
    font-family: 'talea';
    src: url('../fonts/Talea.ttf');
    src: url('../fonts/Talea.eot?#iefix') format('embedded-opentype'),  
    url('../fonts/Talea.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Sohne-Buch';
    src: url('../fonts/Sohne-Buch.ttf');
    src: url('../fonts/Sohne-Buch.eot?#iefix') format('embedded-opentype'),  
    url('../fonts/Sohne-Buch.woff') format('woff'),  
    url('../fonts/Sohne-Buch.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Sohne-Halbfett';
    src: url('../fonts/Sohne-Halbfett.ttf');
    src: url('../fonts/Sohne-Halbfett.eot?#iefix') format('embedded-opentype'),  
    url('../fonts/Sohne-Halbfett.woff') format('woff'),  
    url('../fonts/Sohne-Halbfett.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Sohne-Kraftig';
    src: url('../fonts/Sohne-Kraftig.ttf');
    src: url('../fonts/Sohne-Kraftig.eot?#iefix') format('embedded-opentype'),  
    url('../fonts/Sohne-Kraftig.woff') format('woff'),  
    url('../fonts/Sohne-Kraftig.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'SFPro-regular';
    src: url('../fonts/SFPro-regular.ttf');
    src: url('../fonts/SFPro-regular.eot?#iefix') format('embedded-opentype'),  
    url('../fonts/SFPro-regular.woff') format('woff'),  
    url('../fonts/SFPro-regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SFPro-medium';
    src: url('../fonts/SFPro-medium.ttf');
    src: url('../fonts/SFPro-medium.eot?#iefix') format('embedded-opentype'),  
    url('../fonts/SFPro-medium.woff') format('woff'),  
    url('../fonts/SFPro-medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Ade';
    src: url('../fonts/Ade-Display.ttf');
    src: url('../fonts/Ade-Display.eot') format('embedded-opentype'), 
    url('../fonts/Ade-Display.svg') format('svg'), 
    url('../fonts/Ade-Display.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



body
{
    color: var(--Brand-Bistre--950-, #38291D);
    font-family: 'Sohne-Buch';
}

h1 {
   
}
h2 {
    color: var(--Brand-Bistre--950-, #38291D);
    /* Heading/H2 */
    font-family: 'Sohne-Buch';
    font-size: var(--Typography-Font-Size-Headings-H2, 36px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--typography-line-height-headings-H4, 44px); /* 122.222% */
    letter-spacing: 0.72px;
}
h3 {
    
}
h4 {
    
}
h5 {
   
}
h6 {
    
}
p
{
    color: var(--Brand-Bistre--950-, #38291D);

    font-family: 'Sohne-Buch'; 
    font-size: var(--Typography-Font-Size-Body-md, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--typography-line-height-body-md, 24px); /* 150% */
}


.bottom-to-top  a{
    background: #A3D547;
    display: block;
    padding: 10px;
    border: 2px solid #fff;
    border-radius: 50%;
}
.bottom-to-top  a:hover{
    background:#000;
}
.bottom-to-top a i {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
   
}
.bottom-to-top {
    position: fixed;
    bottom: 40px;
    right: 15px;
    width: 44px;
    height: auto;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transform: translateY(-150px);
    transform: translateY(-150px);
    z-index: 9999;
}
.bottom-to-top.show {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}


#scrollbutton {
    position: fixed;
    bottom: 90px;
    right: 20px;
    width: auto;
    height: auto;
    z-index: 999;
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    transition: all .2s linear;
}
#scrollbutton.show {
    display: inline-block;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    transition: all .2s linear;
}
#scrollbutton div {
    background: #41bfb6;
    display: inline-block;
    position: relative;
    color: var(--Brand-Bistre--950-, #38291D);
    text-decoration: none;
    line-height: 0;
    padding: 10px 14px;
    overflow: hidden;
    border-radius: 6px;
    font-size: 22px;
    transition: All 1s ease;
    cursor: pointer;
    background: #F9F5F3;
    border:1px solid var(--Brand-Bistre--950-, #38291D);
}
#scrollbutton div:hover {
    background: hsl(20deg 33.33% 96.47% / 80%);
}
.main_menu-fixed
{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9999;
    -webkit-transform-origin: top; 
    transform-origin: top; 
    -webkit-animation: navtrans 0.2s ease;
    animation: navtrans 0.2s ease; 
    -webkit-transition: all 0.2s linear; 
    transition: all 0.2s linear; 
}
@-webkit-keyframes navtrans
{
    0%{-webkit-transform: translateY(-100%);}
    100%{-webkit-transform: translateY(0%);}
}
@keyframes navtrans
{
    0%{transform: translateY(-100%);}
    100%{transform: translateY(0%);}
}

.wrapper
{
    max-width: 1285px;
    margin:auto;
    padding: 0px 10px;
} 
.wrapper_small
{
    max-width: 970px;
    margin:auto;
    padding: 0px 0px;
}



/* style started */

.edge
{
    margin-left: auto;
    margin-right: auto;
}
.large-p
{
    padding-left: 45px;
    padding-right: 45px;
}
.topbar {
    height: 28px;
    background: rgba(0, 0, 0, 0.15);
}
.topbar p
{
    color: var(--Shades-0, #FFF);
    font-family: 'SFPro-regular';
    font-size: 18px;
    font-style: normal;
    font-weight: 510;
    margin-bottom: 0;
    line-height: normal;
}
.topbar .large-6:first-child
{
    align-items: center;
}
.topbar .large-6:last-child
{
    text-align: right;
}
.headmenu 
{
    margin-top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 70px;
}
.headmenu ul
{
    display: flex;
    gap:0px 35px;
    list-style-type: none;
    margin: 0;
    padding: 0
}
.headmenu ul li a
{
    color: var(--Brand-Cream-50, #F9F5F3);
    /* Nav/Nav Md */
    font-family: 'Sohne-Buch';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: initial;
    display: block;
    /*border-bottom: 1px solid transparent; */
}
.headmenu ul li a:hover, .headmenu ul li a.active
{
   /* border-bottom: 1px solid #fff; */
}

header.header {
    position: fixed;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
}
.header.main_menu-fixed
{
    position: fixed;
}
.header.main_menu-fixed .headmenu,
.header.main_menu-fixed .topbar
{
    display: none;
}
.header.main_menu-fixed .mainmenu
{
    display: flex;
    background: #F9F5F3;
    border-bottom: 1px solid #38291D;
}
/*.header.main_menu-fixed .mainmenu
{
    border-bottom: 1px solid #1E3F43;
}
.header.main_menu-fixed .mainmenu ul li a
{
    color: #1E3F43;
}
.header.main_menu-fixed .mainmenu ul li a:hover, 
.header.main_menu-fixed .mainmenu ul li a.active {
    border-bottom: 1px solid #1E3F43;
    color: #1E3F43;
}
.header.main_menu-fixed img 
{
    filter: brightness(0) saturate(100%) invert(18%) sepia(14%) saturate(1875%) hue-rotate(138deg) brightness(91%) contrast(84%);
}*/

.banner
{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.banner-inner {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(50% - 15px);
    margin: auto;
    text-align: center;
   /* transform: translateY(-15%);*/
}
.banner.active .banner-inner
{
    top: calc(10% - -70px);
}
.banner-inner h1
{
    margin-bottom: 0px;
}
.banner-inner h1 img
{
    max-width: 960px;
    width: 100%;
}
.banner-bottom
{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 70px;
    text-align: center;
}
.banner_arrow
{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    text-align: center;
}
.banner_arrow img 
{
    cursor: pointer;
}
.banner-bottom h5
{
    margin-bottom: 0px;
    color: var(--Brand-Panache--100-, #EDF5EA);
    text-align: center;
    /* Blur 4px */
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
    /* Heading/H5 */

    color: var(--Brand-Cream-50, #F9F5F3);
    font-family: 'Sohne-Buch';
    font-size: var(--typography-font-size-headings-H6, 24px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--typography-line-height-headings-H6, 32px); /* 133.333% */
    letter-spacing: -0.48px;
}
.fullimage img 
{
    width: 100%;
    display: block;
}
.fullimage
{
    padding-top: 120px;
    background-color: #f9f5f2;
    padding-bottom: 110px;
}
.bg
{
     background-color: #f9f5f2;
}
.timeless
{
    padding-top: 40px;
    padding-bottom: 40px;
}
.edge .headingspecial
{
    /*color: var(--Brand-Firefly-50, #F2FBFB);
    text-align: center;
    font-family: var(--Typography-Font-Family-headings-special, ade);
    font-size: var(--Typography-Font-Size-Headings-Heading-Special, 60px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Typography-Line-Height-Headings-Heading-Special, 72px); */


    color: var(--Brand-Cream-50, #F9F5F3);
    text-align: center;
    font-family: 'talea' !important;
    font-size: var(--typography-font-size-headings-H1, 72px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--typography-line-height-headings-H1, 90px); /* 125% */
    letter-spacing: 1.44px;
}
.timeless, .footer
{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.edge .headingspecial
{
    color: var(--Brand-Cream-50, #F9F5F3);
    text-align: center;
    font-family: 'talea' !important;
    font-size: var(--typography-font-size-headings-H1, 72px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--typography-line-height-headings-H1, 90px); /* 125% */
    letter-spacing: 1.44px;
}

#homepage_image_holder {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
    z-index: 2;
}
.video-container {
    background: #9c9d94;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 1px;
    overflow: hidden;
    padding-bottom: 64.8%;
    height: 100%;
    margin: 0px auto;
    background: url(../images/Slider-1.jpg) no-repeat scroll center;
    background-size: cover;
    background-position: 25% -35%;
    z-index: 1;
}
.video_overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45) 0%, rgba(45, 45, 45, 0.1) 100%);
    z-index: 1;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; /* Prevents interaction with the video if it's background */

}
.banner-content{
    z-index: 2;
}

.ticker-block{
    width: 100%;
    overflow: hidden;
    padding: 4px 0px 8px 0;
    position: relative;
    white-space: nowrap;
}
.marquee-wrapper {
    display: flex;
}
.marquee-wrapper .js-marquee-wrapper{
    display: flex;
}
.ticker-item {
    display: inline-block;
    font-size: 18px;
    position: relative;
    padding: 0 20px;
}

.page.gridHt {
    display: grid;
    grid-template-rows: 1fr auto;
    min-height: 100vh;
}
.page.gridHt .footer_new_l {
    align-self: flex-end;
}
.page.gridHt .footer_new_r {
    align-self: center;
}
.footer
{
    padding-top: 64px;
}
.footer.footer-page
{
    padding-top: 128px;
    padding-bottom: 0px;
}
.footer h5
{
    margin-bottom: 35px;
    color: var(--Brand-Cream-50, #F9F5F3);
    font-family: 'Sohne-Buch';
    font-size: var(--typography-font-size-headings-H3, 48px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--typography-line-height-headings-H3, 54px); /* 125% */
    letter-spacing: 0.96px;
}
.footer h3
{
    color: var(--Brand-Firefly-50, #F2FBFB);
    text-align: center;
    /* Heading/H3 */
    font-family: 'Sohne-Buch';
    font-size: var(--Typography-Font-Size-Headings-H3, 30px);
    font-style: normal;
    font-weight: 500;
    line-height: var(--Typography-Line-Height-Headings-H3, 38px); /* 126.667% */
    text-transform: uppercase;
    margin-bottom: 35px;
}
.tellink
{
    display: block;
    text-align: left;
    font-family: 'Sohne-Buch';

    color: var(--Brand-Cream-50, #F9F5F3);
    font-size: var(--typography-font-size-body-xl, 20px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--typography-line-height-body-xl, 26px); /* 150% */
}
.telllocation {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin-top: 17px;
    margin-bottom: 17px;
}
.telllocation span,
.telllocation span a
{
    color: var(--Brand-Cream-50, #F9F5F3);
    font-family: 'Sohne-Buch';
    font-size: var(--typography-font-size-body-sm, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--typography-line-height-body-sm, 20px); /* 142.857% */
    text-decoration:none;
}
.tellink0 
{
    position: relative;
    left: -5px;
    margin-top: 5px;
}
.tellink a
{
    color: var(--Brand-Cream-50, #F9F5F3);
}
.footer form 
{
    display: flex;
    flex-wrap: wrap;
    max-width: 584px;
    margin: auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
}
.textfield_1
{
    margin-top: 0px !important;
}
.textfield
{
    margin-top: 20px;
}

.tellSocials {
    margin: 0 0 46px;
}
.tellSocials ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
}
.footer form select
{ 
    margin-top: 20px;
    display: flex;
    width: 100%;
    height: 44px;
    padding: 10px 0px;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    color: var(--Brand-Cream-50, #F9F5F3);
    font-family: 'Sohne-Buch';
    font-size: var(--Typography-Font-Size-Body-md, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Typography-Line-Height-Body-md, 24px); /* 150% */
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid var(--Brand-Bistre-900, #54412F);
    outline: none !important;
    box-shadow: none !important;
    background-image: url(../images/Icons-Arrows.svg);
    background-position: right;
    background-size: contain;
    cursor: pointer;
}
.submit
{
    margin-top: 20px;
    display: flex;
    width: 100%;
    height: 56px;
    padding: 10px 0px;
    align-items: center;
    border-radius: 8px !important;
    background: var(--Brand-Cream-50, #F9F5F3);
    color: var(--Brand-Bistre--950-, #38291D);
    text-align: center;
    font-family: 'Sohne-Buch';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    outline: none;
    letter-spacing: 0.32px;

    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
#mobilebottomfixed .submit{
    color: var(--Brand-Cream-50, #F9F5F3);
    text-align: center;
    font-family: 'Sohne-Buch';
    font-size: var(--typography-font-size-body-md, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--typography-line-height-body-md, 24px); /* 150% */
    border-top: 1px solid var(--Brand-Cream-50, #F9F5F3);
    background: var(--Brand-Bistre--950-, #38291D);
    border-radius: 0px !important;
}
.submit:hover
{

    opacity: 0.85;
}
#mobilebottomfixed .submit:hover {
    opacity: 0.95;
}

.footerlogo
{
    justify-content: center;
    max-width: 580px;
    margin: auto !important;
    text-align: center;
    gap: 0 20px !important;
    margin-bottom: 15px !important;
}
.footerlinks
{
    justify-content: center;
    max-width: 580px;
    margin: auto !important;
    text-align: center;
    gap: 0 25px !important;
    margin-bottom: 15px !important;
}
.footer
{
    padding-bottom: 64px;
}
.footerlinks a
{
    color: var(--Brand-Firefly-50, #F2FBFB);
    font-size: var(--typography-font-size-body-xs, 12px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--typography-line-height-body-xs, 18px); /* 150% */
    position: relative;
}
.footerlinks a:before {
    content: '';
    width: 1px;
    background: var(--Brand-Firefly-50, #F2FBFB);
    position: absolute;
    right: -13px;
    height: 12px;
    top: 3px;
}
.footerlinks a:last-child:before
{
    display: none;
}
.footerlinks a:hover, .tellink a:hover
{
    color: var(--Brand-Firefly-50, #F2FBFB);
    text-decoration: underline;
}
.mainmenu
{
    align-items: center;
    height: 68px;
    border-bottom: 1px solid var(--Brand-Firefly-50, #F2FBFB);
}
.mainmenu ul
{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap:0px 35px;
    list-style-type: none;
    margin: 0;
    padding: 0
}
.mainmenu ul li a
{
    color: var(--Brand-Firefly-50, #F2FBFB);
    font-family: 'Sohne-Buch';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: initial;
    display: block;
   /* border-bottom: 1px solid transparent; */
 }
 .mainmenu ul li a:after {
    display: block;
    content: '';
    border-bottom: solid 1px var(--Brand-Firefly-50, #F2FBFB);
    transform: scaleX(0);
    transition: transform 300ms ease-in-out;
}
.mainmenu ul li a.active:after, .mainmenu ul li a:hover:after {
    transform: scaleX(1);
}
.headmenu ul li a:after
{
    display: block;
    content: '';
    border-bottom: solid 1px var(--Brand-Firefly-50, #F2FBFB);
    transform: scaleX(0);
    transition: transform 300ms ease-in-out;
}
.headmenu ul li a:hover:after, .headmenu ul li a.active:after
{
    transform: scaleX(1);
}

.mainmenu ul li a:hover, .mainmenu ul li a.active
{
   /* border-bottom: 1px solid #fff; */
}
body.home .mainmenu
{
    display: none;
}

/* pages */

.innerbanner
{
    position: relative;
    background: var(--Brand-Bistre--950-, #38291D);
}
.innerbanner-img
{
    width: 100%;
    height: 291px;
    position: relative;
}
.innerbanner .imageFull
{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    display: none;
}
.innerbanner-text
{
    transform: translateY(-50%);
    position: absolute;
    top: 64.5%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
}
.innerbanner-text h1
{
    margin-bottom: 0px;
}
.imageinside img
{
    padding:60px 0px 60px 100px;
}
.timeless2
{
    margin-top: 40px;
}
.onlytext
{
    padding-bottom: 47px;
}
.onlytext2
{
    padding-top: 50px;
}
.onlytext2-
{
 padding-top: 0px !important;   
}
.head3 h3
{
    color: var(--Brand-Firefly--950-, #0C2226);
    color: var(--Brand-Bistre--950-, #38291D);
    margin-bottom: 15px;
    font-family: 'Sohne-Buch';
    font-weight: 400;
}
.dummypage .head3 h3
{
    margin-bottom: 20px;
}
.dummypage .head3 p
{
    padding-bottom:17px;
}
.dummypage .head3 p:last-child
{
    padding-bottom:0;
}
.dummypage .head3 h4
{
    color: var(--Brand-Firefly--950-, #0C2226);
    color: var(--Brand-Bistre--950-, #38291D);
    font-family: 'Sohne-Buch';
    font-size: var(--Typography-Font-Size-Body-md, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Typography-Line-Height-Body-md, 24px);
    margin-bottom:17px;
}
.dummypage .head3 ul
{
    margin-left:28px;
    list-style-type:none;
    display:flex;
    flex-direction:column;
    flex-wrap:wrap;
    gap:5px 0px;
}
.dummypage .head3 ul li 
{
    position:relative;
    color: var(--Brand-Firefly--950-, #0C2226);
    color: var(--Brand-Bistre--950-, #38291D);
    font-family: 'Sohne-Buch';
    font-size: var(--Typography-Font-Size-Body-md, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Typography-Line-Height-Body-md, 24px);
}
.dummypage .head3 ul li:before
{
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 40px;
    background: var(--Brand-Firefly--950-, #0C2226);
    background: var(--Brand-Bistre--950-, #38291D);
    position: absolute;
    top: 11px;
    left: -13px;
}

.luxuray-team h5
{
    color: rgba(12, 34, 38, 0.32);
    font-family: 'Sohne-Buch';
    font-size: var(--Typography-Font-Size-Headings-H5, 16px);
    font-style: normal;
    font-weight: 400;
    margin-bottom: 12px;
    line-height: 1;
}
.luxuray-team h3
{
    color: var(--Brand-Firefly--950-, #0C2226);
    color: var(--Brand-Bistre--950-, #38291D);
    font-family: 'Sohne-Buch';
    font-size: var(--Typography-Font-Size-Headings-H3, 30px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Typography-Line-Height-Headings-H3, 38px); /* 126.667% */
    text-transform: uppercase;
    margin-bottom: 25px;
    line-height: 1;
}
.luxuray-team p:last-child
{
    padding-top: 18px;
}
.local_amenties
{
    background-color: #c4ece9;
    background-color: #694537;
}
.local_bg
{
    background-color: #c4ece9;
    background-color: #694537;
    background-size: cover;
    background-repeat: no-repeat;
}
.local_amenties .large-p
{
    padding-right: 0px !important;
}
.local_steps
{
    padding-top: 50px;
}
.local_steps h2
{
    color: var(--Brand-Firefly--950-, #0C2226);
    color: var(--Brand-Bistre--950-, #38291D);
    font-size: var(--Typography-Font-Size-Headings-H4, 24px);
    font-style: normal;
    line-height: var(--Typography-Line-Height-Headings-H4, 32px); /* 133.333% */
    margin-bottom: 15px;

    color: var(--Brand-Cream--100-, #EBE1D8);
    font-family: 'Sohne-Buch';
    font-size: var(--typography-font-size-headings-H5, 30px);
    font-style: normal;
    font-weight: 400;
    line-height:1;
    letter-spacing: 0.6px;

}
.loo-p
{
    color: var(--Brand-Cream-50, #F9F5F3);
    font-family: 'Sohne-Buch';
    font-size: var(--typography-font-size-body-sm, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--typography-line-height-body-sm, 20px); /* 142.857% */
    margin-bottom: 35px;
}
.local_steps > ul {
    margin: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-width: 295px;
}
.local_steps > ul > li
{
    height: auto;
    border-bottom: none;
    display: block;
    align-items: center;
    padding-left: 0px;
    position: relative;
    background-image: url('../images/ExpandCollapse.svg');
/*    background-image: url('../77 Halifax_files/ExpandCollapse.svg');
*/    background-size: 24px;
    background-position: 100% 8px; 
    background-repeat: no-repeat;
}
.local_steps > ul > li:before
{
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 999px;
    background: #CD7C45;
    left: 0;
    top: 8px;
}
.local_steps > ul > li.y1:before
{
    background: #AEB74E;
}
.local_steps > ul > li.g1:before
{
    background: #5B7433;
}
.local_steps > ul > li.p1:before
{
    background: #ED7382;
}
.local_steps > ul > li.o1:before
{
    background: #A22827;
}
.local_steps > ul > li.d1:before
{
    background: #25605E;
}
.local_steps > ul > li > p
{
    font-family: 'Sohne-Buch';
    font-size: var(--Typography-Font-Size-Body-md, 16px);
    font-style: normal;
    text-decoration: none;
    width: 100%;
    padding-left: 30px;
    display: flex;
    height: 40px;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid var(--Brand-Cream--100-, #EBE1D8);

    color: var(--Brand-Cream--100-, #EBE1D8);
    /* Body/md/Regular */
    font-size: var(--typography-font-size-body-md, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--typography-line-height-body-md, 24px); /* 150% */

}
.local_steps > ul > li > p a
{
    font-family: 'Sohne-Buch';
    font-style: normal;
    font-weight: 400;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    flex-wrap:wrap;

    color: var(--Brand-Cream--100-, #EBE1D8);
    /* Body/md/Regular */
    font-size: var(--typography-font-size-body-md, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--typography-line-height-body-md, 24px); /* 150% */
}

.reveal_visible
{
    opacity: 1 !important;
    transition: all, transform 0.95s cubic-bezier( 0.6, 0.2, 0.1, 1 ) 0.25s, opacity 0.95s cubic-bezier( 0.6, 0.2, 0.1, 1 ) 0.25s;
}

select option
{
    background: #f9f5f3;
    font-family: 'Sohne-Buch';
    font-size: var(--Typography-Font-Size-Body-md, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Typography-Line-Height-Body-md, 24px);
    color: var(--Brand-Bistre--950-, #38291D);
}

.accordion-contents ol
{
    margin-left: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 5px 0px;
}
.accordion-contents ol li
{
    color: var(--Brand-Cream--100-, #EBE1D8);
    font-family: 'Sohne-Buch';
    font-size: var(--Typography-Font-Size-Body-md, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Typography-Line-Height-Body-md, 24px);
}
.accordion-contents ol li span
{
    color: var(--Brand-Cream--100-, #EBE1D8);
    font-family: 'Sohne-Buch';
    font-size: var(--Typography-Font-Size-Body-md, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Typography-Line-Height-Body-md, 24px);
    display: block;
}
.footer
{
    background: var(--Brand-Bistre--950-, #38291D);
}
.topbar {
    height: 48px;
    background: #DB5613;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #FFF;
    font-family: 'Sohne-Buch';
    font-size: var(--typography-font-size-body-sm, 14px);
    font-style: normal;
    font-weight: 400;
    padding: 0 5px !important;
    line-height: var(--typography-line-height-body-sm, 20px); /* 142.857% */
}
.topbar img {
    cursor: pointer;
    position: absolute;
    right: 30px;
}
.headmenu
{
    border-bottom: 1px solid #fff;
}

.header.active .topbar
{
    display: none;
}
img.contactmap {
    position: relative;
    top: -35px;
}
.enguire_tool
    {
        position: fixed;
    z-index: 9;
    width: 150px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px 8px var(--radius-none, 0px) var(--radius-none, 0px);
    border-top: 1px solid var(--Brand-Cream-50, #F9F5F3);
    border-right: 1px solid var(--Brand-Cream-50, #F9F5F3);
    border-left: 1px solid var(--Brand-Cream-50, #F9F5F3);
    background: var(--Brand-Bistre--950-, #38291D);
    color: var(--Brand-Cream-50, #F9F5F3);
    font-family: 'Sohne-Buch';
    font-size: var(--typography-font-size-button-md, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--typography-line-height-button-md, 24px);
    letter-spacing: 0.32px;
    transform: rotate(-90deg) translateY(-50%);
    right: -75px;
    top: 50%;
    cursor: pointer;
    }
    .enguire_tool a,
    .enguire_tool a:hover
    {
        color: var(--Brand-Cream-50, #F9F5F3);
        font-family: 'Sohne-Buch';
        font-size: var(--typography-font-size-button-md, 16px);
        font-style: normal;
        font-weight: 400;
        text-decoration: none;
    }
    .enguire_tool.active
    {
        display: none;
    }
    
/* landing page new */

.banner-inner.banner-inner-landingpage
{
    top: 56%;
    transform: translateY(-50%);
}
.banner-inner-landingpage h5 
{
    color: #F9F5F3;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.6px;
    margin-top: 10px;
    margin-bottom: 25px;
}
a.landingbtn {
    display: inline-flex;
    min-width: 170px;
    height: 52px;
    align-items: center;
    justify-content: center;
    padding: 0px 15px;
    border-radius: var(--radius-md, 8px);
    background: var(--Brand-Cream-50, #F9F5F3);
    color: var(--Brand-Bistre--950-, #38291D);
    font-size: var(--typography-font-size-button-md, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    padding-top: 2px;
}

.landingbtn:hover
{
    background: var(--Brand-Cream--100-, #EBE1D8);
    color: var(--Brand-Bistre--950-, #38291D);
}

.landing_sec1 
{
    text-align:center;
}
.landing_sec1 span
{
    border-radius: 8px;
    background: #DB5613;
    display: inline-flex;
    padding: 4px 24px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    color: var(--Brand-Cream-50, #F9F5F3);
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1px;
    height: 36px;
    margin-bottom:35px;
}
.landing_sec1 h2
{ 
    max-width: 600px;
    margin: auto;
    font-size: 40px;
     margin-bottom:35px;
}
.landing_sec1 p 
{
    color: var(--Brand-Bistre--950-, #38291D);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    max-width: 550px;
    margin: auto;
     margin-bottom:35px;
}
.landingbtn-dark
{
    display: inline-flex;
    min-width: 170px;
    height: 52px;
    align-items: center;
    justify-content: center;
    padding: 0px 15px;
    border-radius: var(--radius-md, 8px);
    background: var(--Brand-Bistre--950-, #38291D);
   color: var(--Brand-Cream-50, #F9F5F3);
    font-size: var(--typography-font-size-button-md, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    padding-top: 2px;
}
.landingbtn-dark:hover
{
    background: var(--Brand-Bistre-900, #54412F);
    color: var(--Brand-Cream-50, #F9F5F3);
}
.landing_sec2
{
    background: var(--Brand-Bistre--950-, #38291D);
}
.landing_sec2 h2 
{
    font-size: 40px;
    color: var(--Brand-Cream--100-, #EBE1D8);
    text-align:center;
    margin-bottom:35px;
}
.landing_sec2 p 
{
    color: var(--Brand-Cream--100-, #EBE1D8);
}
.padd32
{
    padding-right:32px;
}
.padd32 > .large-12
{
    padding-top:24px;
    padding-bottom:24px;
    border-top: 1px solid var(--Brand-Bistre-900, #54412F);
}
.padd32  .large-12:last-child 
{
    border-bottom: 1px solid var(--Brand-Bistre-900, #54412F);
}
.landing_sec2btn
{
    margin-top:35px;
    text-align:center;
}
.landing_sec3
{
    background: var(--Brand-Cream-50, #F9F5F3);
    padding-top:44px;
}
.landingslides .slick-prev
{
    width:40px;
    height:40px;
    left:40px;
    z-index:1;
    background-image: url(../images/landarrow-left.svg) !important;
    background-size:40px !important;
    background-repeat:no-repeat !important;
}
.landingslides .slick-next
{
    width:40px;
    height:40px;
    right:40px;
    z-index:1;
    background-image: url(../images/landarrow-right.svg) !important;
    background-size:40px !important;
    background-repeat:no-repeat !important;
}
.landingslides .slick-prev:before,
.landingslides .slick-next:before
{
   display:none;
}
.contentcenter
{
    align-items:center;
    text-align:center;
}
.sevenfifty
{
    width:initial !important;
    flex:1 !important;
}
.threefifty
{
    width: 500px !important;
    padding: 0px 44px;
}
.threefifty h2
{
    margin-bottom:35px;
    font-size:40px;
}
.threefifty .landingbtn-dark
{
    margin-top:35px;
}
.threefifty p.pd15
{
    padding-bottom:15px !important;
}
.landing_sec5
{
    background: var(--Brand-Bistre--950-, #38291D);
    text-align:center;
}
.landing_sec5 h2 
{
    font-size:40px;
    color: var(--Brand-Cream--100-, #EBE1D8);
    margin-bottom:40px;
}
.landing_sec5 p
{ 
    color: var(--Brand-Cream--100-, #EBE1D8);
    max-width:600px;
    margin:auto;
    margin-bottom:40px;
}
.landing_sec7
{
    background: var(--Brand-Cream-50, #F9F5F3);
    text-align:center;
    text-align:center;
}
.landing_sec7 h2 
{
    font-size:40px;
    margin-bottom:40px;
}
.landing_sec7 p
{ 
    max-width:600px;
    margin:auto;
    margin-bottom:40px;
}
.landingslides-full
{
    overflow:hidden;
}
.centerlandingslides
{
    padding:0px 15px;
}
.centerlandingslides img 
{
    width:100%;
    display:block;
    margin-bottom:15px;
}
.centerlandingslides span
{
    width:100%;  
    display:block;
    color: var(--Brand-Bistre--950-, #38291D);
    font-size: var(--typography-font-size-body-xs, 12px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--typography-line-height-body-xs, 18px); /* 150% */
}
.landing_sec3.landing_sec8
{
    padding-top:0px;
}
.footer .landing-newform form 
{
    margin:auto !important;
    width:100% !important;
    max-width:100%;
}
.landing-newform
{
    background: var(--Brand-Cream--100-, #EBE1D8);
    width: 800px !important;
    margin: auto;
    border-radius: 8px;
    padding: 44px;
}
.landing-newform h3 
{
    text-align:center !important;
    color: var(--Brand-Bistre--950-, #38291D);
    margin-bottom:8px;
}
.teltoostop
{
    margin-top:35px;
}
.teltoosbtm
{
    margin-bottom:35px;
}
.landing-newform p 
{
    text-align: center;
    font-size: 15px;
    line-height: 1;
}
.teltoos
{
    font-size: 18px;
    text-align: center;
}
.landing-newform [type=text], 
.landing-newform [type=password], 
.landing-newform [type=date], 
.landing-newform [type=datetime], 
.landing-newform [type=datetime-local], 
.landing-newform [type=month], 
.landing-newform [type=week], 
.landing-newform [type=email], 
.landing-newform [type=number], 
.landing-newform [type=search], 
.landing-newform [type=tel], 
.landing-newform [type=time], 
.landing-newform [type=url], 
.landing-newform [type=color], 
.landing-newform textarea,
.landing-newform select
{
    color: var(--Brand-Bistre--950-, #38291D) !important;
}
.landing-newform input::placeholder,
.landing-newform textarea::placeholder,
.landing-newform select::placeholder
{
    color: var(--Brand-Bistre--950-, #38291D);
}
.landing-newform select
{
    background-image: url(../images/foterIconsArrows.svg) !important;
}
.landing-newform input.submit
{
    background: var(--Brand-Bistre--950-, #38291D) !important;
    color: var(--Brand-Cream--100-, #EBE1D8) !important;
    font-size: var(--typography-font-size-button-md, 16px) !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: var(--typography-line-height-button-md, 24px) !important;
    letter-spacing: 0.32px !important;
}
.landing-newform input.submit:hover
{
    background: var(--Brand-Bistre-900, #54412F) !important;
}
.marketby {
    text-align: center;
    margin-top: 40px;
}
.footer_copyinside.footer_copyinsidelanding
{
    align-items: flex-end !important;
}
.footer_copyinside.footer_copyinsidelanding:before
{
    opacity:0 !important;
}
.tellSocials.tellSocialsland
{
    margin-bottom:10px !important;
}
.footer.footerlandingmain
{
    padding-top:110px !important;
    padding-bottom:110px !important;
    background-image: url(../images/landingfoobg.png) !important;
    
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}
.tellSocialsland ul li a:hover img
{
    opacity:0.7;
}
.closepopuplanding
{
    position:absolute;
    top:10px;
    right:10px;
    cursor:pointer;
}
.landingpopupfooter .landing-newform
{
    position:relative;
}
.landingpopupfooter .landing-newform select {
    background-image: url(../images/foterIconsArrows.svg) !important;
    background-color: transparent;
    border: none;
    padding: 0px;
    border-bottom: 1px solid var(--Brand-Bistre-900, #54412F);
    box-shadow: none;
    appearance: none;
}
.landingpopupfooter {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 70%);
    top: 0px;
    left: 0px;
    z-index: 999;
    display:none;
}
.landingpopupfooter.active {
    display:block;
} 
.landingpopupfooter .landing-newform {
    position: absolute;
    height: auto;
    overflow: auto;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    max-height: calc(100vh - 100px);
    z-index: 9;
}


@media screen and (min-width: 1200px) and (max-width: 1500px)
{
    .banner-inner h1 img {
    max-width: 720px;
}
}

div.form-error-message, label.error {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #fdfbf4;
    color: #0a0a0a;
    padding: 2px;
    box-sizing: border-box;
    font-weight: 400;
    letter-spacing: 0;
    border-radius: 0 !important;
    width: 100%;
    line-height: 24px;
    font-size: 12px !important;
    font-family: 'Sohne-Buch';
    margin-top: 9px;
    padding-left: 10px;
    position: relative;
}
div.form-error-message:after, label.error:after
{
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
    left: 10px;
    top: -8px;
    transform: rotate(180deg);
}
.footer form select
{
    margin-bottom: 0px;
}

p.success-msg {
    color: var(--Brand-Firefly-50, #F2FBFB);
    text-align: center;
    font-size: var(--Typography-Font-Size-Body-lg, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Typography-Line-Height-Body-lg, 28px);
    font-family: 'Sohne-Buch';
    max-width: 490px;
    margin: auto;
    text-align: center;
    padding: 55px 0px;
}
.wpcf7-spinner {
    visibility: visible;
    display: inline-block;
    background-color: #9E9E9E;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: auto;
    position: relative;
}
.wpcf7-spinner::before {
    content: '';
    position: absolute;
    background-color: #fbfbfc;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.hs-wrap {
    position: relative;
}
.hs-wrap img {
    position: relative;
    z-index: 0;
}
.hs-tooltip h3, .hs-tooltip p {
    font-size: 12px !important;
    color: var(--Brand-Firefly--950-, #0C2226) !important;
    color: var(--Brand-Bistre--950-, #38291D) !important;
    font-family: 'Sohne-Buch' !important;
}

.hs-tooltip.active
{
    transform: scale(1, 1) !important;
}
.footer_copyinside_ful
{
    background: var(--Brand-Bistre--950-, #38291D);
}
.footer_copyinside {
    position: relative;
    padding-top: 24px;
    padding-bottom: 24px;
    align-items: center;
}
.footer_copyinside:before
{
    content: '';
    width: 100%;
    height: 1px;
    border-top: 1px solid var(--Brand-Bistre-900, #54412F);
    top: -24px;
    left: 0;
    position: relative;
}
.footer_copyinside1 p 
{
    color: var(--Brand-Cream-50, #F9F5F3);
    font-size: var(--typography-font-size-body-xs, 12px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--typography-line-height-body-xs, 18px);
    font-family: 'Sohne-Buch';
}
.footer_copyinside2
{
    text-align: center;
}
.footer_copyinside2 ul
{
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px 12px;
    list-style-type: none;
}
.footer_copyinside2 ul li 
{

}
.footer_copyinside2 ul li a
{
    color: var(--Brand-Cream-50, #F9F5F3);
    font-size: var(--typography-font-size-body-xs, 12px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--typography-line-height-body-xs, 18px);
    font-family: 'Sohne-Buch';
}
.footer_copyinside2 ul li a:hover
{
    text-decoration: underline;
}

.footer_copyinside3
{
    text-align: right;
}

@media print, screen and (min-width: 768px)
{
    .hidedesktop
    {
        display: none !important;
    }
    .mobileviewhide
{
    display:none;
}
.mobileviewhide.active
{
     display:block;
}
}

@media print, screen and (min-width: 120em)
{
    section .large-p
    {
        width: calc(100% - 90px);
        max-width: min(100%, 2000px);
        margin-left: auto;
        margin-right: auto;
    }
    
}

@media print, screen and (min-width: 2550px)
{
    section .large-p
    {
        max-width: min(100%, 2280px);
        margin-left: auto;
        margin-right: 0px;
    }
    
}


@media print, screen and (min-width: 1920px)
{
    .hs-hotspot-13 img 
    {
        height: 513px;
    }
    .hs-hotspot-14 
    {
        transform: translateX(-50%);
        left: 52%;
        top: 25%;
    }
    
    .hs-tooltip-1
    {
        left: 63% !important;
        top: 48% !important;
    }
    .hs-tooltip-2
    {
        left: 76.7% !important;
        top: 59.7% !important;
    }
    .hs-tooltip-3
    {
        top: 59% !important;
    }
    .hs-tooltip-4
    {
        top: 72.7% !important;
    }
    .hs-tooltip-5
    {
        left: 9% !important;
    top: 56.5% !important;
    }
    .hs-tooltip-6
    {
        top: 53.2% !important;
    }
    .hs-tooltip-7
    {
        top: 53% !important;
    }
    .hs-tooltip-8
    {
        left: 27.3% !important;
        top: 57.8% !important;
    }
    .hs-tooltip-9
    {
        left: 35.5% !important;
        top: 51% !important;
    }
    .hs-tooltip-10
    {
        left: 35.3% !important;
        top: 61.1% !important;
    }
    .hs-tooltip-11
    {
        left: 40.5% !important;
        top: 65.2% !important;
    }
    .hs-tooltip-12
    {
        left: 43.6% !important;
        top: 70% !important;
    }

    
    .footer-register
{
    height: 100vh;
    width: 100%;
}
.footer-register .large-p
{
    display: block;
    height: auto;
    margin: auto;
}
    
    .local_steps > ul > li > p,
    .accordion-contents ol li span,
    .footer h5,
    .footer form select,
    .submit,
    .dummypage .head3 h4,
    .dummypage .head3 ul li
    {
        font-size: var(--Typography-Font-Size-Body-md, 18px);
        line-height: 1.45;
    }
    
    p {
    font-size: var(--Typography-Font-Size-Body-md, 18px);
    line-height: 1.45;
    max-width: 600px;
}
    .textWidth * {
    max-width: 600px;
}
.textWidth-small * {
    max-width: 600px;
}
.footerlinks a {
    
    font-size: var(--typography-font-size-body-xs, 14px);
    line-height: 1.45;
}

}

@media screen and (min-width:1800px)
{
    .banner-inner {
    top: calc(50% - 15px);
}
    .banner-inner h1 img {
        max-width: 1080px;
    }
.banner.active .banner-inner
{
    top: calc(7% - -70px);
    top: calc(50% - 15px);
}
.banner-inner-landingpage img.desktoplogo 
{
    max-width: 960px;
}
.banner-inner-landingpage h5 {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 30px;
}
a.landingbtn {
    height: 56px;
    font-size: var(--typography-font-size-button-md, 18px);
}
.landing_sec1 p {
    font-size: 18px;
}
.landingbtn-dark {
    height: 56px;
    font-size: var(--typography-font-size-button-md, 18px);
}
.landing_sec2 p {
    font-size: 18px;
}
.threefifty {
    width: 650px !important;
    padding: 0px 44px;
}
.threefifty h2,
.threefifty p
{
    padding-left:44px;
    padding-right:44px;
}
.landing_sec5 p {
    max-width: 700px;
    margin: auto;
    margin-bottom: 40px;
}
.landing_sec7 p {
    max-width: 700px;
    margin: auto;
    margin-bottom: 40px;
}
.landing-newform p {
    text-align: center;
    font-size: 16px;
    max-width: 800px;
}
.teltoos {
    font-size: 20px;
    text-align: center;
}

}

@media screen and (min-width:1600px)
{
    .threefifty {
    width: 600px !important;
    padding: 0px 44px;
}
.threefifty h2,
.threefifty p
{
    padding-left:44px;
    padding-right:44px;
}
}

@media screen and (min-width:2000px)
{
    .threefifty {
    width: 700px !important;
}
}

@media print, screen and (min-width: 2000px)
{
    section .large-p
    {
        padding-left:0;
        padding-right:0;
    }
    .banner-inner {
    top: calc(50% - 15px);
}
.banner.active .banner-inner
{
    /* top: calc(7% - -70px); */
    top: calc(50% - 15px);
}
    .banner-inner h1 img {
        max-width: 1280px;
        width: 100%;
    }

}

@media print, screen and (min-width: 2560px)
{
    .hs-hotspot-13 img 
    {
        height: 682px;
    }
    .hs-tooltip-1
    {
        left: 62.5% !important;
        top: 48.6% !important;
    }
    .hs-tooltip-2
    {
        left: 76.3% !important;
        top: 60.2% !important;
    }
    .hs-tooltip-3
    {
        top: 59.4% !important;
        left: 84.2% !important;
    }
    .hs-tooltip-4
    {
        top: 73.3% !important;
        left: 66.3% !important;
    }
    .hs-tooltip-5
    {
        left: 8.5% !important;
        top: 57.2% !important;
    }
    .hs-tooltip-6
    {
        top: 53.8% !important;
        left: 15% !important;
    }
    .hs-tooltip-7
    {
        top: 53.4% !important;
        left: 22% !important;
    }
    .hs-tooltip-8
    {
        left: 26.8% !important;
        top: 58.4% !important;
    }
    .hs-tooltip-9
    {
        left: 35% !important;
        top: 51.6% !important;
    }
    .hs-tooltip-10
    {
        left: 34.6% !important;
        top: 61.7% !important;
    }
    .hs-tooltip-11
    {
        left: 40% !important;
        top: 65.6% !important;
    }
    .hs-tooltip-12
    {
        left: 43.2% !important;
        top: 70.6% !important;
    }
    
    
    p {
    font-size: var(--Typography-Font-Size-Body-md, 20px);
    line-height: 1.5;
}
    .local_steps > ul > li > p,
    .accordion-contents ol li span,
    .footer h5,
    .footer form select,
    .submit,
    .dummypage .head3 h4,
    .dummypage .head3 ul li
    {
        font-size: var(--Typography-Font-Size-Body-md, 18px);
        line-height: 1.5;
    }
    
}

.video-background {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

.video-background iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
} 

@media (min-aspect-ratio: 16/9) {
  .video-background iframe {
    /* height = 100 * (9 / 16) = 56.25 */
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  .video-background iframe {
    /* width = 100 / (9 / 16) = 177.777777 */
    width: 177.78vh;
  }
}

@media screen and (min-width:1200px) and (max-width:1450px)
{
    .local_amenties .local_steps 
    {
        width:30% !important;
    }
    .local_amenties .local_bg
    {
        width:70% !important;
    }
    .local_steps > ul {
    max-width: 315px;
}
}

@media screen and (min-width:768px) and (max-width:1080px){
    .banner-inner h1 img { max-width: 620px; }
    .video-container iframe { width: 225%; height: 100%; object-fit: cover; transform: translate(-25%, 0%); }
}

@media screen and (min-width:768px) and (max-width:800px)
{
    .hs-hotspot-14
    {
        top: 10% !important;
    } 
    .hs-hotspot-13
    {
        height: 204px !important;
        object-position: bottom center;
        overflow: hidden;
    }
     .hs-hotspot-13 img 
     {
         height: 204px !important;
     }
}
.telllpowered-mobile
    {
        display: none !important;
    }

@media screen and (max-width:767px)
{
    .footer h3
    { 
        text-align:center !important
    }
    .footer.footer-page 
    {
        padding-bottom:  24px;
    }
    img.contactmap
    {
        display: none;
    }
    .header.main_menu-fixed .mainmenu {
    border-bottom: 1px solid #F9F5F3;
    background: var(--Brand-Bistre--950-, #38291D);
}
    .footer_copyinside {
    position: relative;
    padding-top: 0;
    padding-bottom: 24px;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.footer_copyinside3 {
    text-align: center;
    padding-top: 10px;
}
    .footer_copyinside:before
    {
        display: none;
    }
    .telllpowered-desk
    {
        display: none !important;
    }
    .telllpowered-mobile {
    display: flex !important;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.mobilefullimage.fullimage.caulesd
{
    padding-bottom: 56px !important;
}
.mobilefullimage.fullimage.caulesd .large-p
{
    padding-left: 0px;
    padding-right: 0px;
}

.topbar img {
    right: 16px;
}

.banner-inner {
    top: calc(50% - 50px);
}
.banner-inner h1 img.desktoplogo
{
    display: none;
}
.banner-inner h1 img.mobileLogo
{
    display: block !important;
    max-width: 50%;
}
    .headmenu ul li a:after {
    position: relative;
    top: -6px;
}
    .banner_arrow {
    bottom: 18px;
}
    .mobileviewshow
    {
        display:flex !important;
    }
    .mobileviewhide
    {
        display:none !important;
    }
    .innerbanner-text {
    top: 57.5%;
}
#homepage_image_holder{ margin-bottom: -50px;}
.banner {    
    height: calc(100vh - 48px);
}
.video-background {
    height: calc(100vh - 96px);
}
footer form .submit
{
    text-align: center;
    justify-content: center;
}

body.mac .banner {    
    height: calc(100vh - 156px);
    height: calc(100vh - 46px);
    overflow:hidden;
}
body.mac .video-background {
    height: calc(100vh - 156px);
    height: calc(100vh - 128px);
}
    
.video-container iframe { width: 250%; transform: translate(-30%, -1%); }
}

@media screen and (max-width:600px){
    .banner-inner h1 img.mobileLogo{max-width: 60%;}
}
@media screen and (max-width:480px){
    .banner-inner h1 img.mobileLogo{max-width: 70%;}
    
    .banner-inner { top: calc(50% - 75px); }
    .banner-bottom { bottom: 75px !important;}
    .banner_arrow { bottom: 45px; }
    .video-container iframe {
        width: 300%;
        transform: translate(-35%, -2.5%);
    }
}

@media screen and (min-width:413px) and (max-width:414px)
{
    body.mac .video-background {
    height: calc(100vh - 156px);
}
}

.first_p p:first-child
{
    padding-bottom: 17px;
}

@media screen and (max-width:414px){
    .banner-inner h1 img.mobileLogo{max-width: 80%;}
}

@media screen and (max-width:360px)
{ 
    .footer .large-p
    {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
        .tellink {
        font-size: var(--typography-font-size-body-xl, 19px) !important;
    }
}

.grecaptcha-badge
{
    display:none !important;
}

/* Lachlan's Code */
.footer h3 {
    text-align: left;
    text-transform: none;
}
}


@media screen and (max-width:850px)
{
    .landing-newform {
    width: 100% !important;
}
.threefifty {
    width: 50% !important;
    padding: 0px 44px;
}
.landing-newform {
    width: 100% !important;
}
.landingpopupfooter .landing-newform {
    position: absolute;
    height: auto;
    overflow: auto;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    max-height: calc(100vh - 100px);
    z-index: 9;
    width: calc(100% - 30px) !important;
    border-radius: 0px;
}

}

@media screen and (max-width:767px)
{
        .banner.video_section1land {
        height: calc(100vh - 0px);
    }
    .banner-inner-landingpage h5 br {
    display: none;
}
.banner-inner-landingpage h5 {
    font-size: 20px;
    line-height: 1.4;
    margin-top: 40px;
    margin-bottom: 25px;
    max-width: 305px;
    margin-left: auto;
    margin-right: auto;
}
a.landingbtn {
    min-width: 305px;
    height: 54px;
    padding-top: 2px;
}
.landingbtn-dark
{
     min-width: 305px;
    height: 54px;
    padding-top: 2px;
}
.banner-inner.banner-inner-landingpage {
    top: 52%;
    transform: translateY(-50%);
}
    #homepage_image_holder.homepage_image_holder 
    {
        margin-bottom: 0;
    }
.landing_sec1 .large-p
{
    padding-left:24px;
    padding-right:24px;
}
.landing_sec1 span {
    height: auto;
    min-height: 64px;
    font-size:16px;
}

.landing_sec1 h2 {
    max-width: 600px;
    margin: auto;
    font-size: 34px;
    margin-bottom: 35px;
}
.landing_sec1 p {
    font-size: 18px;
}
.landing_sec2 h2 {
    font-size: 34px;
}
.padd32 {
    padding-right: 0;
}
.landing_sec2 p {
    font-size: 18px;
}
.landing_sec3mob
{
    padding:0px !important;
}
.landing_sec3mob .large-p
{
    padding:0px !important;
}
.landingslides .slick-prev {
    left: initial;
    top: initial;
    bottom: 7px;
    right: 66px;
}
.landingslides
{
    padding-bottom: 90px;
}
.landingslides .slick-next {
    bottom: 7px;
    top: initial;
    right: 24px;
}
.landing_sec4 .large-p,
.footerlandingmain .large-p
{
    padding-left:0px;
    padding-right:0px;
}
.threefifty {
    width: 100% !important;
    padding: 40px 44px;
}
.sevenfifty {
    width: 100% !important;
    flex: initial !important;
}
.threefifty h2 {
    font-size: 34px;
}
.threefifty p 
{
    font-size:18px;
}
.threefifty .landingbtn-dark
{
    min-width:100%;
}
.landing_sec4revise .contentcenter
{
    flex-direction:column-reverse;
}
.landing_sec4
{
 padding-bottom:0px !important;   
} 
.landing_sec5 h2 {
    font-size: 34px;
    margin-bottom: 35px;
}
.landing_sec5 h2 br {
    display: none;
}
.landing_sec5 p {
    margin-bottom: 35px;
    font-size: 18px;
}
.landing_sec5.landing_sec6 {
    padding: 0px !important;
}
.landing_sec5.landing_sec6 .large-p{
    padding: 0px !important;
}
.footer.footerlandingmain {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
}
.landing-newform {
    border-radius: 8px;
    padding: 44px 24px;
    padding-top: 64px;
    width: 100% !important;
}
.landing-newform h3 {
    color: var(--Brand-Bistre--950-, #38291D) !important;
    margin-bottom: 20px !important;
    font-size: 28px !important;
}
.teltoostop {
    margin-top: 24px;
}
.teltoos {
    font-size: 20px;
}
.marketby {
    margin-top: 35px;
}
.footer_copyinsidelanding .footer_copyinside1
{
    order:2;
}
.footer_copyinsidelanding .footer_copyinside2
{
    order:1;
}
.footer_copyinsidelanding .footer_copyinside3
{
    order:3;
}
.centerlandingslides {
    padding: 0px 10px;
}
.footerlandingmain .large-p
{
    padding-left: 24px !important;
    padding-right: 24px !important;
}
.landingpopupfooter .landing-newform {
    position: absolute;
    height: auto;
    overflow: auto;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    max-height: calc(100vh - 100px);
    z-index: 9;
    width: calc(100% - 30px) !important;
    border-radius: 0px;
    padding: 44px 24px;
    padding-top: 64px;
}
.landing-newform h3 br 
{
    display:none;
}
    
}
