*
{
    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: 'GT_America';
    src: url('../fonts/GT_America.eot');
    src: url('../fonts/GT_America.eot?#iefix') format('embedded-opentype'), 
    url('../fonts/GT_America.woff2') format('woff2'),  
    url('../fonts/GT_America.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GT_America-Medium';
    src: url('../fonts/GT_America-Medium.eot');
    src: url('../fonts/GT_America-Medium.eot?#iefix') format('embedded-opentype'), 
    url('../fonts/GT_America-Medium.woff2') format('woff2'),  
    url('../fonts/GT_America-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Tobias';
    src: url('../fonts/Tobias.woff');
    src: url('../fonts/Tobias.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Tobias-Medium';
    src: url('../fonts/Tobias-Medium.woff');
    src: url('../fonts/Tobias-Medium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Tobias-Bold';
    src: url('../fonts/Tobias-Bold.woff');
    src: url('../fonts/Tobias-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

body
{
    color: var(--Colour-Text-Primary, #3C1A0F);
}

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: #FFF;
    font-family: 'Tobias';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: var(--Line-height-text-xl, 28px); 
}


.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: #3C1A0F;
    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 #3C1A0F;
}
#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(--Colour-White-White, #FFF);
    text-align: center;
    font-family: 'GT_America';
    font-family: 'GT_America-Medium';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; 
    letter-spacing: 1px;
    text-transform: uppercase;
}
.ticker-item span {
    margin: 0px 10px;
    /*width: 2px;*/
    display: inline-block;
    /*height: 15px;*/
    /*background-color: #fff;*/
    position: relative;
    /*top: 1.5px;*/
}
.topbar .large-6:first-child
{
    align-items: center;
}
.topbar .large-6:last-child
{
    text-align: right;
}


.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: var(--Colour-Background-Primary, #F5F0E9);
    background: #686c80;
    padding-bottom: 110px;
}
.bg
{
    /*background: var(--Colour-Background-Primary, #F5F0E9);*/
    background: #686c80;
}
.bg.bgdark
{
    background: #807079;
}
.bg.bg1
{
    background: linear-gradient(180deg,rgba(103, 108, 128, 1) 0%, rgba(106, 109, 128, 1) 50%, rgba(107, 108, 128, 1) 100%);
}
.bg.bg2
{
    background: linear-gradient(180deg,rgba(113, 109, 124, 1) 0%, rgba(116, 109, 125, 1) 50%, rgba(116, 110, 124, 1) 100%);
}
.bg.bg3
{
    background: linear-gradient(180deg,rgba(118, 110, 125, 1) 0%, rgba(121, 110, 124, 1) 50%, rgba(123, 111, 123, 1) 100%);
}
.bg.bg4
{
    background: linear-gradient(180deg,rgba(129, 112, 122, 1) 0%, rgba(129, 112, 120, 1) 50%, rgba(131, 112, 118, 1) 100%);
}
.bg.bg5
{
    background: linear-gradient(180deg,rgba(137, 112, 116, 1) 0%, rgba(139, 113, 116, 1) 50%, rgba(142, 113, 117, 1) 100%);
}
.bg.bg6
{
    background: linear-gradient(180deg,rgba(143, 114, 116, 1) 0%, rgba(144, 114, 116, 1) 50%, rgba(145, 113, 114, 1) 100%);
}
.bg.bg7
{
    background: linear-gradient(180deg,rgba(145, 114, 112, 1) 0%, rgba(148, 114, 113, 1) 50%, rgba(149, 115, 114, 1) 100%);
    text-align: center;
}
.bg.bg7 p 
{
    margin-left: auto !important;
    margin-right: auto !important;
}
.bg.bg8
{
    background: linear-gradient(180deg,rgba(137, 112, 116, 1) 0%, rgba(155, 116, 111, 1) 50%, rgba(157, 116, 110, 1) 100%);
}

.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 4px 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;
} 

.tellink
{
    display: block;
    color: var(--Colour-Text-Primary, #3C1A0F);
    text-align: center;
    font-family: 'proxima_novaregular';
    font-size: var(--Styles-H3-Size, 28px);
    font-style: normal;
    font-weight: 500;
    line-height: 120%; 
    letter-spacing: var(--Styles-H2-Letter-Spacing, 0px);
}
.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: 0px;
    margin-top: 2px;
}
.tellink a
{
    text-decoration: none;
    color: var(--Colour-Text-Primary, #3C1A0F);
}

.textfield_1
{
    margin-top: 0px !important;
}
.textfield
{
    margin-top: 16px;
}

.tellSocials {
    margin: 25px 0px;
    width: 100%;
    text-align: center;
}

.tellSocials ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    align-items: center;
    justify-content: center;
}


.submit
{
    margin-top: 35px;
    display: flex;
    width: 100%;
    height: 48px;
    padding: 0px 0px;
    align-items: center;
    border-radius: 4px !important;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    outline: none;
    text-align: center;
    border: 1.4px solid #FFF;
    background: #FFF;
    color: var(--Colour-02-500, #AB7A6C);
    text-align: center;
    font-family: 'GT_America';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; 
    letter-spacing: 1px;
    text-transform: uppercase;

}
#mobilebottomfixed .submit,
#mobilebottomfixed .btnenquirenow
{
    display: inline-flex;
    text-align: center;
    max-width: 183px;
    width: 100%;
    height: 46px;
    padding: 0px 0px;
    padding-bottom: 3px;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    cursor: pointer;
    margin: auto;
    border-radius: 4px 4px 0px 0px !important;
    border-top: 2px solid var(--Colour-Background-Secondary, #3C1A0F);
    border-right: 2px solid var(--Colour-Background-Secondary, #3C1A0F);
    border-left: 2px solid var(--Colour-Background-Secondary, #3C1A0F);
    background: var(--Colour-Background-Primary, #F5F0E9);
    color: var(--Colour-Text-Primary, #3C1A0F);
    font-family: 'proxima_novaregular';
    font-size: var(--Styles-Navigation-Size, 18px);
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: var(--Styles-Navigation-Letter-Spacing, 2px);
}
#mobilebottomfixed .submit:hover,
#mobilebottomfixed .btnenquirenow:hover
{
    opacity: 1;
    background: var(--Colour-Background-Secondary, #3C1A0F);
    color: var(--Colour-Text-Secondary, #F5F0E9);
}
.submit:hover
{
    opacity: 0.85;
}
#mobilebottomfixed .submit:hover,
#mobilebottomfixed .btnenquirenow:hover  
{
    opacity: 0.95;
}


/* pages */


.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(--Colour-Text-Primary, #3C1A0F);
    margin-bottom: 15px; 
}



.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;
}


.topbar {
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #FFF;
    font-family: 'proxima_novaregular';
    font-size: var(--typography-font-size-body-sm, 16px);
    padding: 0 5px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; 
    letter-spacing: 2px;
    border-bottom: 1px solid #FFF;
    background: var(--Colour-01-500, #636B82);
}
.topbar img {
    cursor: pointer;
    position: absolute;
    right: 30px;
}

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 */


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
{
    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:0px;
    height: 383px;
}
.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;
}

.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;
}

.tellSocials.tellSocialsland
{
    margin-bottom:10px !important;
}

.tellSocialsland ul li a:hover img
{
    opacity:0.7;
}
.closepopuplanding
{
    position:absolute;
    top:10px;
    right:10px;
    cursor:pointer;
}

.logssize a
{
    display: block;
}
.tr_home_banner_parts
{
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.tr_home_banner_parts_l
{
    width: 50%;
    background: linear-gradient(0deg, #9E746E 0%, #636B82 100%);
    padding-top: 85px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    position: relative;
    padding-bottom: 0;
    height: 100vh;
    height: auto;
}
.tr_home_banner_parts_r
{
    width: 50%;
    height: 100vh;
    height: 100%;
}
.tr_home_banner_parts_r img 
{
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.tr_home_banner_parts_l_2 {
    text-align: center;
}
.tr_home_banner_parts_l_2 a
{
    display: block;
}
.tr_home_banner_parts_l_3
{
    padding: 0px 40px;
    text-align: center;
}
.tr_home_banner_parts_l_3 p
{
    color: #FFF;
    text-align: center;
    font-family: 'Tobias';
    font-size: var(--Font-size-display-md, 28px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Line-height-display-md, 34px); 
    letter-spacing: -0.72px;
    margin-top: 40px;
}
.hbprice
{
    margin-top: 16px;
    color: #FFF;
    text-align: center;
    font-family: 'Tobias';
    font-size: var(--Font-size-display-lg, 36px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Line-height-display-lg, 44px); /* 125% */
    letter-spacing: -0.96px;
    margin-bottom: 40px;
}
.btn-white
{
    min-width: 186px;
    height: 46px;
    border-radius: 4px;
    background: var(--Colour-Background-Primary, #F5F0E9);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center; 
    margin-bottom: 30px;
    color: var(--Colour-02-500, #AB7A6C);
    text-align: center;
    font-family: 'GT_America';
    font-family: 'GT_America-Medium';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 133.333% */
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    border:1px solid transparent;
}
.btn-white:hover
{
    border:1px solid #fff;
    background: transparent;
    color: #fff;
}

.h2taginside .btn-white
{
    margin-top: 20px;
    margin-bottom: 0px;
}
.arrowss
{
    display: block;
    text-align: center;
    margin: auto;
    cursor: pointer;
}



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: 'GT_America';
    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 {
    text-align: center;
    font-size: var(--Typography-Font-Size-Body-lg, 20px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Typography-Line-Height-Body-lg, 30px);
    max-width: 490px;
    margin: auto;
    text-align: center;
    padding: 55px 0px;
}
.wpcf7-spinner {
    visibility: visible;
    display: inline-block;
    display: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;
    width: 100%;
    padding-bottom: 0px;
}
.footer_copyinside2 ul
{
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px 40px;
    list-style-type: none;
}
.footer_copyinside2 ul li 
{
    position: relative;
}
.footer_copyinside2 ul li:before
{
    content: '|';
    position: absolute;
    width: 4px;
    height: 25px;
    color: #fff;
    font-family: "GT America";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    right: -23px;
    top: 4px;
}
.footer_copyinside2 ul li:last-child:before
{
    display: none;
}
.footer_copyinside2 ul li a
{
    color: #FFF;
    text-align: center;
    font-family: 'GT_America';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
}
.footer_copyinside2 ul li a:hover
{
    text-decoration: underline;
}

.footer_copyinside3
{
    text-align: center;
    display: block;
    width: 100%;
    margin-top: 15px;
}
.tr_text {
    text-align: center;
}
.tr_text img 
{
    margin-bottom: 35px;
}
.tr_text p 
{
    color: var(--Colour-Text-Primary, #3C1A0F);
    text-align: center;
    font-family: 'IvyOraDisplay';
    font-size: var(--Styles-H2-Size, 30px);
    font-style: normal;
    font-weight: 400;
    line-height: 120%; 
    letter-spacing: var(--Styles-H2-Letter-Spacing, 0px);
}
.leftandrightcenter
{
    padding: 0px 8%;
}
.bg2 .leftandrightcenter
{
    padding: 0px 6%;
}

.footer_rightstyle .leftandrightcenter
{
    padding-bottom: 30px;
}
.h2taginside h2
{
    margin-bottom: 35px;
}
.h2taginside p 
{
    max-width: 606px;
    margin-bottom: 18px;
}
.bg7.h2taginside p 
{
    max-width: 668px;
}

.h2taginside p:last-child
{
    margin-bottom: 0;
}
.h2taginsidedark h2,
.h2taginsidedark p 
{
    color: var(--Colour-Text-Secondary, #F5F0E9);
}
.p80
{
    padding-bottom: 60px;
}
.fullsideslides .fullsideslides_intro
{
    padding-bottom: 60px;
}
.pt60
{
    padding-top: 60px;
}
.pb60
{
    padding-bottom: 60px;
}
.Tr-symple-Logoa
{
    display: block;
    text-decoration: none;
    margin-bottom: 50px;
}
.Tr-symple-Logo
{
    display: block;
    text-align: center;
    margin: auto;
}
.tellinkkilda
{
    display: block;
    color: var(--Colour-Text-Primary, #3C1A0F);
    text-align: center;
    font-family: 'proxima_novaregular';
    font-size: var(--Styles-Body-Lg-Size, 20px);
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 26px */
    letter-spacing: var(--Styles-Body-Lg-Letter-Spacing, 0px);
    width: 100%;
}
.pr8
{
    padding-right: 8%;
}
.pl1
{
    padding-left: 1.5%;
}

body.pageregister .mainmenu
{
    background: var(--Colour-Background-Secondary, #3C1A0F);
}

body.pageregister .mainmenu a img
{
    filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(3278%) hue-rotate(78deg) brightness(113%) contrast(88%);
}
body.pageregister .mainmenu ul li a
{
    color: var(--Colour-Text-Secondary, #F5F0E9);
}
body.pageregister .mainmenu ul li a:after,
body.pageregister .mainmenu ul li a:hover:after
{
    border-bottom: 1.5px solid var(--Colour-Text-Secondary, #F5F0E9);
}


body.pageregister .header.main_menu-fixed .mainmenu
{
    background: var(--Colour-Background-Primary, #F5F0E9);
}
body.pageregister .header.main_menu-fixed .mainmenu a img
{
    filter: none;
}
body.pageregister .header.main_menu-fixed .mainmenu ul li a
{
    color: var(--Colour-Logo-Secondary, #3C1A0F);
}
body.pageregister .header.main_menu-fixed .mainmenu ul li a:after,
body.pageregister .header.main_menu-fixed .mainmenu ul li a:hover:after
{
    border-bottom: 1.5px solid var(--Colour-Logo-Secondary, #3C1A0F);
    padding-bottom: 2px;
}

body.pageregister .footer {
    background: var(--Colour-Background-Secondary, #3C1A0F);
    height:100%;
} 

body.pageregister .footer a.Tr-symple-Logoa img
{
    filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(3278%) hue-rotate(78deg) brightness(113%) contrast(88%);
}
body.pageregister .footer h3,
body.pageregister .footer .tellink,
body.pageregister .footer .tellinkkilda,
body.pageregister .footer .footer_copyinside2 ul li a,
body.pageregister .footer .tellink a
{
    color: var(--Colour-Text-Secondary, #F5F0E9);
}
.footer_copyinside3 a img
{
    filter: none;
}
.pageregister .footer_copyinside3 a img
{
    filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(3278%) hue-rotate(78deg) brightness(113%) contrast(88%);
}
body.hiddens
{
    overflow: hidden;
}
.enquire_popups
{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: flex;
    flex-wrap: nowrap;
    display: none;
    backface-visibility: hidden;
    transform: translate3d(0,0,0);
    transform-style: preserve-3d;
    
    width: calc(100% - 80px);
    height: calc(100% - 80px);
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}
.enquire_popups.active
{
    animation: scaleDownIn 0.5s ease-in both;
    display: flex;
    z-index: 9999999;
}
@keyframes scaleDownIn {
  from { opacity: 0; transform: scale(1.2); }
}

.enquire_popups_l
{
    width: 50%;
}
.enquire_popups_l img 
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.enquire_popups_r
{
    width: 50%;
    background: linear-gradient(0deg, #9E746E 0%, #636B82 100%);
    text-align: center;
    height: 100vh;
    height:100%;
    overflow: auto; 
    padding-top: 0px;
    padding-bottom: 20px;
} 
.enquire_popups_r .lgobltext
{
    color: #FFF;
    text-align: center;
    font-family: 'GT_America';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1; 
    margin-top: 40px;
    margin-bottom: 50px;
}
.enquire_popups_r h3
{ 
    margin-bottom: 50px;
    color: #FFF;
    text-align: center;
    font-family: 'Tobias';
    font-size: var(--Font-size-display-lg, 46px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Line-height-display-lg, 50px); 
    letter-spacing: -0.96px;
}
.enquire_popups_r .tellink
{
    color: #FFF;
    text-align: center;
    font-family: 'Tobias';
    font-size: var(--Font-size-display-xs, 24px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Line-height-display-xs, 32px); /* 133.333% */
}
.enquire_popups_r .tellink a 
{
    color: var(--Colour-Text-Secondary, #F5F0E9);
    color: #FFF;
    text-align: center;
    font-family: 'Tobias';
    font-size: var(--Font-size-display-xs, 24px);
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
}
.enquire_popups_r .tellink a:hover
{
    text-decoration: underline;
}
.enquire_popups_r .footer_copyinside2 ul li a
{
    color: var(--Colour-Text-Secondary, #F5F0E9);
    text-decoration: none;
}
.enquire_popups_r .footer_copyinside2 ul li a:hover
{
    color: var(--Colour-Text-Secondary, #F5F0E9);
    text-decoration: underline;
}

.enquire_popups_r .formdesign
{
    width: 70%;
    margin: auto;
    max-width: 735px;
    margin-top: 45px;
    margin-bottom: 0px;
}
.enquire_popups_r .formdesign select
{ 
    margin-top: 20px;
    display: flex;
    width: 100%;
    height: 44px;
    padding: 10px 10px;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none !important;
    box-shadow: none !important;
    background-image: url(../images/Icons-Arrows.svg);
    background-position: right;
    background-size: contain;
    cursor: pointer;
    border-bottom: 1px solid var(--Colour-Background-Tertiary, #DDCCC5);
    color: #FFF;
    font-family: 'GT_America';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
    outline: none;
    box-shadow: none;
}
.enquire_popups_r .formdesign select option
{
    font-family: 'GT_America';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color:#000;
}
.formdesign select option
{
    color:#000;
}
.enquire_popups_r .tellSocials {
    margin: 25px 0px;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 20px;
}
.enquire_popups_r .footer_copyinside2 {
    text-align: center;
    width: 100%;
    margin-top: 0px;
}
.clsex
{
    position: absolute;
    cursor: pointer;
    top: 20px;
    right:40px;
}
.clsex_dis
{
    position: absolute;
    cursor: pointer;
    top: 20px;
    right:40px;
    z-index: 99;
}
.clsex_pri
{
    position: absolute;
    cursor: pointer;
    top: 20px;
    right:40px;
    z-index: 99;
}
.Homemobilde_banners
{
    display: none;
}
body.home .headmenu
{
    display: none !important;
}
.hidelarge
{
    display: flex !important;
}
.showsmall
{
    display: none !important;
}
.slick-slider .slick-prev:before,
.slick-slider .slick-next:before
{
    display: none !important;
}
.slick-slider .slick-prev
{
    width: 45px;
    height: 45px;
    left: 35px;
    z-index: 1;
    background-image: url('../images/landarrow-left.svg') !important;
    background-size: 45px !important;
    background-repeat: no-repeat !important;
    border-radius: 4px;
    border: 1px solid #FFF;
    background-color: rgba(255, 255, 255, 0.50) !important;
    background-position: center center !important;
}
.slick-slider .slick-next
{
    width: 45px;
    height: 45px;
    right: 35px;
    z-index: 1;
    background-image: url('../images/landarrow-right.svg') !important;
    background-size: 45px !important;
    background-repeat: no-repeat !important;
    border-radius: 4px;
    border: 1px solid #FFF;
    background-color: rgba(255, 255, 255, 0.50) !important;
    background-position: center center !important;
}
.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover
{
    opacity: 1;
    border: 2px solid #FFF;
}
.landing_seclanding_sec8
{
    padding-top: 40px !important; 
    padding-bottom: 40px !important;
}

.lgobltext
{
    color: #FFF;
    text-align: center;
    font-family: 'GT_America';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
    margin-top: 20px;
    margin-bottom: 60px;
}
.mt40
{
    padding-top: 40px;
}
.mb40
{
    padding-bottom: 40px;
}
.enquire_popups_disclaimer
{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: flex;
    flex-wrap: nowrap;
    display: none;
    backface-visibility: hidden;
    transform: translate3d(0,0,0);
    transform-style: preserve-3d;
}
.enquire_popups_disclaimer_open.active,
.enquire_popups_pri_open.active
{
    animation: scaleDownIn 0.5s ease-in both;
    display: flex;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.50);
}
@keyframes scaleDownIn {
  from { opacity: 0; transform: scale(1.2); }
}
.enquire_popups_disclaimer_inner
{
    background: linear-gradient(0deg, #9E746E 0%, #636B82 100%);
    position: absolute;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 40px 0px;
    
    width: calc(100% - 80px);
    height: calc(100% - 80px);
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}
.enquire_popups_disclaimer_inner h2,
.enquire_popups_disclaimer_inner p 
{
    max-width: 838px;
    margin-left: auto;
    margin-right: auto;
}   
.enquire_popups_disclaimer_inner p a 
{
    text-decoration: underline;
    color: #FFF;
    font-family: 'Tobias';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: var(--Line-height-text-xl, 28px);
}
.enquire_popups_disclaimer_inner p a:hover
{
    text-decoration: none;
}
.fullsideslides_fade
{

}
.fullsideslides_fade .slick-slide {
  transition: opacity 0.3s linear;
}
.fullsideslides_fade .slick-slide {
  opacity: 0;
}
.fullsideslides_fade .slick-active {
  opacity: 1;
}
.ament_grids_title
{
    color: #FFF;
    text-align: center;
    font-family: 'GT_America';
    font-family: 'GT_America-Medium';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2; /* 150% */
    margin-top: 15px;
}
.ament_grids_para
{
    color: #FFF;
    text-align: center;
    font-family: 'GT_America';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 150% */
    padding-top: 3px;
}
.ament_grids {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    gap: 30px 15px;
}
.ament_grids_i {
    width: calc(33.33% - 15px);
}
.bg2 .leftandrightcenter 
{
    padding-top: 90px;
    padding-bottom: 90px;
}
.bg2 .leftandrightcenter h2
{
    text-align: center;
    margin-bottom: 90px;
}
.bg2 .intro_img_wrap img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fullsideslides_fade img.imageFull 
{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.fullsideslides_fade,
.fullsideslides_fade .slick-list,
.fullsideslides_fade .slick-track
{
    height: 100% !important;
}
.mobileview
{
    display: none !important;
}
.desktopview
{
    display: flex !important;
}
#responseMessage2 h2,
#responseMessage h2 
{
    color: #FFF;
    text-align: center;
    font-family: 'Tobias';
}
.responseMessage2 .success-msg,
.responseMessage .success-msg 
{
    padding-top: 32px !important;
    color: #FFF;
    text-align: center;
    font-family: 'Tobias';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}
.responseMessage2 .success-msg
{
    padding-top: 0px !important;
}
.footer_rightstylehide h3,
.footer_rightstylehide .tellink,
.enquire_popups_rhide h3,
.enquire_popups_rhide .tellink
{
    display:none !important;
}
 .bodyactive:after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.50);
    z-index: 99999;
}
.textfield.ariafield
{
    width:25% !important;
    float:left;
}

.textfield.ariafieldphone
 {
    width:100% !important;
 }

@media screen and (min-width:1700px)
{
    .enquire_popups_disclaimer_inner
{
    width: calc(100% - 160px);
    height: calc(100% - 160px);
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}
    .footer_clientlogo {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 45px;
}
   
    .bodyactive:after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.50);
    z-index: 99999;
}
.enquire_popups.active {
    animation: scaleDownIn 0.5s ease-in both;
    display: flex;
    z-index: 9999999;
    max-width: calc(100% - 160px);
    margin: auto;
    right: 0;
    height: calc(100vh - 160px);
    /*top: 50%;*/
    /*transform: translateY(-50%) !important;*/
    top:0;
    bottom:0;
}
.enquire_popups_r_innder
{
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
   
    .enquire_popups_r {
        display: block;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        padding-bottom: 0px;
        margin-bottom: 0px;
        height: 100%;
        position: relative;
    }

.tr_home_banner_parts_l_3 .lgobltext {
    margin-bottom: 100px;
}

.tellink {
    font-size: var(--Styles-H3-Size, 32px);
}
    p {
        font-size: var(--Typography-Font-Size-Body-md, 20px);
    }
    .tr_home_banner_parts_l {
    padding-top: 90px;
    padding-bottom: 0px;
}

h2, .h2 {
    font-size: 48px !important;
    line-height: var(--Line-height-display-lg, 60px);
}
    .tr_home_banner_parts_l_3 p {
font-size: var(--Font-size-display-md, 36px);
line-height: var(--Line-height-display-md, 44px); 
letter-spacing: -0.72px;
margin-top: 56px;
}
.hbprice {
    margin-top: 16px;
    font-size: 48px;
    margin-bottom: 56px;
}

    .btn-white
    {
        margin-bottom: 40px;
    }
    .h2taginside h2 {
    margin-bottom: 40px !important;
    font-size: 48px !important;
    line-height: var(--Line-height-display-lg, 60px);
}
.h2taginside p {
    font-size: var(--Typography-Font-Size-Body-md, 20px) !important;
    line-height: 30px;
}
.bg.bg2 .grid-x
{
    align-items: center !important;
}
.ament_grids_title {   
    font-size: 20px;
    line-height: 30px;
}
.ament_grids_para {
    font-size: 20px;
    line-height: 30px;
    padding-top: 2px;
}
.footer_rightstyle h3 {
    margin-bottom: 32px;
    font-size: var(--Font-size-display-lg, 48px);
    line-height: var(--Line-height-display-lg, 60px);
}
.footer_rightstyle .tellink,
.footer_rightstyle .tellink a
{
    font-size: var(--Font-size-display-xs, 24px);
    line-height: var(--Line-height-display-xs, 32px);
}
.footer_clientlogo ul {
    list-style-type: none;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px 20px;
    flex-wrap: wrap;
    max-width: 450px;
    margin: auto !important;
}
.enquire_popups_disclaimer_inner h2
{
    font-size: 48px !important;
    line-height: var(--Line-height-display-lg, 60px) !important;
}
.enquire_popups_disclaimer_inner p,
.enquire_popups_disclaimer_inner p a
{
    line-height: 30px;
}
.enquire_popups_r h3
{
    font-size: var(--Font-size-display-lg, 48px);
    line-height: var(--Line-height-display-lg, 60px); /* 125% */
}
.enquire_popups_r .tellink0 {
    margin-top: 5px;
}
.enquire_popups_r .formdesign {
    width: 70%;
    margin: auto;
    max-width: 591px;
    margin-top: 45px;
    margin-bottom: 0px;
}
.enquire_popups_r h3 {
    margin-bottom: 45px;
}
    
}

@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: auto;
    }
    .centerlandingslides img {
    height: 750px;
    object-fit: cover;
}
    
}


@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, 20px);
    line-height: 1.45;
}
    .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 (max-width: 1600px)
{
    .tr_home_banner_parts {
    height: 800px;
}
.tr_home_banner_parts_r img {
    height: 800px;
}
}

@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:1199px)
{
    .tr_home_banner_parts_l_1 ul {
    gap: 0px 35px;
}
.bg1 .leftandrightcenter 
{
    padding-top: 40px;
    padding-bottom: 40px;
}
}

@media screen and (max-width: 1100px)
{
    .tr_home_banner_parts_l_3 p br {
    display: none;
}
.bg3 .leftandrightcenter 
{
    padding-top: 40px;
}
}

@media screen and (max-width:1024px)
{
    .enquire_popups_disclaimer_inner
    {
        padding-left: 20px;
        padding-right: 20px;
    }
    .tr_home_banner_parts_l_2 a img
    {
        max-width: 420px;
    }
    .enquire_popups_r .formdesign {
   width: 85%;
    margin: auto;
    max-width: 735px;
    margin-top: 45px;
    margin-bottom: 45px;
}
   .h2taginside h2 br{
    display: none;
}
.leftandrightcenter {
    padding: 0px 5%;
}
.bg2 .leftandrightcenter
{
    padding: 0px 3%;
}
.h2taginside h2 {
    padding-top: 35px;
    padding-top: 0px;
} 
.h2taginsidedark h2
{
    padding-top: 0px;
}
.bg2 .leftandrightcenter h2 {
    margin-bottom: 40px;
}
.bg2 .leftandrightcenter,
.bg6 .leftandrightcenter
{
    padding-top: 40px;
    padding-bottom: 40px;
}

}

@media screen and (min-width:768px) and (max-width:991px)
{
    .tr_home_banner_parts_l_1 ul {
        gap: 0px 15px;
    }
    .tr_home_banner_parts_l_3 p {
    font-size: var(--Styles-H2-Size, 28px);
}
.tr_home_banner_parts_l_3 p br {
    display: none;
}
.h2taginside p:last-child {
    margin-bottom: 18px;
}
.enquire_popups_l {
    width: 100%;
    display: none;
}
.enquire_popups_r {
    width: 100%;
}
.enquire_popups_r .formdesign {
    width: auto;
    margin: auto;
    max-width: 485px;
    margin-top: 45px;
    margin-bottom: 45px;
}

}


@media screen and (max-width:767px)
{
    .textfield.ariafield
{
    width:30% !important;
    float:left;
    padding-right:0px;
}
.textfield.ariafieldphone
{
   width:100% !important; 
}
    .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: 0px;
}
    .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: 0px;
}
    .banner_arrow {
    bottom: 18px;
}
    .mobileviewshow
    {
        display:flex !important;
    }
    .mobileviewhide
    {
        display:none !important;
    }
  
#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;
}
}

.footer_rightstyle .leftandrightcenter 
{
    margin-top: 35px;
}
.footer_rightstyle .Tr-symple-Logoa
{
    margin-bottom: 0px;
    margin-top: 40px;
}
.footer_rightstyle .lgobltext
{
    margin-bottom: 70px;
}
.footer_rightstyle h3 
{
    color: #FFF;
    text-align: center;
    font-family: 'Tobias';
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 1; 
    letter-spacing: -0.96px;
    margin-bottom: 32px;
}
.footer_rightstyle .tellink
{
    color: #FFF;
    text-align: center;
    font-family: 'Tobias';
    font-size: var(--Font-size-display-xs, 22px);
    font-style: normal;
    font-weight: 400;
    line-height: 1.2; 
   
}
.footer_rightstyle .tellink a
{
    color: #FFF;
    text-align: center;
    font-family: 'Tobias';
    font-size: var(--Font-size-display-xs, 22px);
    font-style: normal;
    font-weight: 400;
    line-height: 1; 
    text-decoration: none;
}
.footer_rightstyle .formdesign
{
    padding-top: 80px;
}
.footer_clientlogo
{
    width: 100%;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 55px;
}
.footer_clientlogo ul 
{
    list-style-type: none;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px 20px;
    flex-wrap: wrap;
}
.enquire_popups_r .footer_clientlogo ul
{
    max-width: 450px;
    margin: auto;
}
.footer_rightstyle .intro_img_wrap img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


@media screen and (max-width:850px)
{
    .tr_home_banner_parts_r {
    width: 100%;
}
.tr_home_banner_parts_l {
    width: 100%; 
}
    .tr_home_banner_parts {
        height: auto;
    }

    .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;
}
.tr_home_banner_parts_l {
    width: 100%;
    background: linear-gradient(0deg, #9E746E 0%, #636B82 100%);
    padding-top: 32px;
}
.tr_home_banner_parts_l_3 .lgobltext {
    font-size: 16px;
    line-height: 22px;
    margin-top: 15px;
    margin-bottom: 32px;
}
.tr_home_banner_parts_l_3 img 
{
    display: none;
}
    .tr_home_banner_parts_l_3 p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; 
    letter-spacing: -0.4px;
    max-width: 385px;
    margin-left: auto;
    margin-right: auto;
}
.hbprice
{
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; 
    letter-spacing: -0.56px;
    margin-top: 8px;
    margin-bottom: 31px;
}
.tr_home_banner_parts_l_3 .btn-white.btnenquirenow
{
    margin-bottom: 32px;
}
.bg1 .leftandrightcenter,
.bg3 .leftandrightcenter,
.bg5 .leftandrightcenter
{
    width: 100% !important;
    order: 2;
}
.bg1 .intro_img_wrap,
.bg3 .intro_img_wrap,
.bg5 .intro_img_wrap    
{
    width: 100% !important;
    order: 1;
}
.h2taginside p {
    max-width: 100%;
    margin-bottom: 20px;
}
.mobileview
{
    display: flex !important;
}
.desktopview
{
    display: none !important;
}
.bg.bg2.mt40
{
    padding-top: 20px;
}
.bg2 .leftandrightcenter,
.bg4 .leftandrightcenter,
.bg6 .leftandrightcenter,
.bg8 .leftandrightcenter
{
    width: 100% !important;
}
.bg2 .intro_img_wrap,
.bg4 .intro_img_wrap,
.bg6 .intro_img_wrap,
.bg8 .intro_img_wrap        
{
    width: 100% !important;
}
.h2taginside h2 {
        line-height: var(--Line-height-display-lg, 44px);
    }
.ament_grids_title {    
    font-size: 16px;
    line-height: 28px;
}
.ament_grids_para {
    font-size: 16px;
    line-height: 24px;
}
.bg4 .leftandrightcenter
{
    padding-top: 40px;
}
.bg5 .leftandrightcenter,
.bg8 .leftandrightcenter
{
    padding-top: 40px;
    padding-bottom: 40px;
}
.footer_rightstyle
{
    padding-top: 0px !important;
}
.footer_rightstyle .Tr-symple-Logoa {
    margin-bottom: 0px;
    margin-top: 0;
}
.footer_rightstyle .lgobltext {
    margin-bottom: 32px;
}
.footer_rightstyle .formdesign {
    padding-top: 35px;
}
.footer_rightstyle form .submit {
    margin-top: 40px; 
}
.footer_clientlogo {
    padding-top: 32px;
    padding-bottom: 32px;
}

}

@media screen and (max-width:767px)
{
    .clsex_pri, .clsex_dis {
    top: 15px;
    right: 20px;
}
    .enquire_popups
    {
        width: calc(100% - 25px);
        height: calc(100% - 25px);
    }
    .tr_home_banner_parts_l {
        background: linear-gradient(180deg, rgba(103, 108, 128, 1) 0%, rgba(106, 109, 128, 1) 50%, rgba(107, 108, 128, 1) 100%);
    }
    .enquire_popups_disclaimer_inner h2, .enquire_popups_disclaimer_inner p {
    padding-bottom: 30px;
}
.enquire_popups_disclaimer_inner p br 
{
    display: none;
}
    .enquire_popups_disclaimer_inner {
    background: linear-gradient(0deg, #9E746E 0%, #636B82 100%);
    position: absolute;
    width: calc(100% - 25px);
    height: calc(100% - 25px);
    display: block;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 40px 0px;
    padding-top: 67px;
    overflow: auto;
}
    .enquire_popups_r .footer_copyinside2 {
    display: none;
}
    .enquire_popups_r .lgobltext {   
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    margin-top: 0px;
    margin-bottom: 50px;
    border-top: 1px solid #fff;
    padding-top: 16px;
}
    .bg.bg4 {
    padding-bottom: 0px;
}
    .bg4m.bgdark,
    .bgd5.bgdark 
    {
        padding-bottom: 0px;
    }
    .ament_grids_i {
    width: calc(50% - 15px);
}
.bg.bg3 {
    padding-bottom: 0px;
}
    .tr_home_banner_parts_l_3 .btn-white.btnenquirenow,
    .btn-white 
    {
        min-width: 100%;
    }
    .tr_home_banner_parts_l_3 {
    padding: 0px 0px;
    text-align: center;
}
    .tr_home_banner_parts_l_2 a img {
        max-width: 100%;
        height: auto;
    }
    .tr_home_banner_parts_l {
        padding-left: 20px;
        padding-right: 20px;
    }
        .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;
} 

    body.home .mainmenu {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid var(--Colour-Background-Primary, #F5F0E9);
        background: var(--Colour-Background-Secondary, #3C1A0F);
    }
.header .topbar {
        order: 2;
    }
body.home .mainmenu {
        order: 1;
    }
   
    .Homemobilde_banners
    {
        display: block;
        height: 100vh;
        position: relative;
        width: 100%;
        background-size: cover;
        background-position: top center;
    } 
    .Homemobilde_banners_1
    {
        position: absolute;
        bottom: 50px;
        left: 0;
        right: 0;
        margin: auto;
        padding: 0px 20px;
    }
    .Homemobilde_banners_1 p 
    {
        color: var(--Colour-Text-Secondary, #F5F0E9);
        text-align: center;
        font-size: var(--Styles-H2-Size, 24px);
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: var(--Styles-H2-Letter-Spacing, 0px);
        font-family: 'IvyOraDisplay';
        max-width: 335px;
        margin: auto;
        margin-bottom: 20px;
    }
    .Homemobilde_banners_1 img 
    {
        margin-bottom: 20px;
    }
.page_location .mainmenu > .small-6:first-child a img {
        filter: none;
    }
    .page_location img.small-open {
        filter: brightness(0) saturate(100%) invert(13%) sepia(76%) saturate(430%) hue-rotate(331deg) brightness(93%) contrast(103%);
    }
   .page_location  img.small-close
    {
        filter: brightness(0) saturate(100%) invert(13%) sepia(76%) saturate(430%) hue-rotate(331deg) brightness(93%) contrast(103%);
    }

   .page_location .main_menu-fixed .mainmenu > .small-6:first-child a img {
        filter: brightness(0) saturate(100%) invert(92%) sepia(3%) saturate(1222%) hue-rotate(324deg) brightness(108%) contrast(92%);
    } 
   .pageregister footer.footer {
        padding-top: 115px;
        padding-bottom: 24px;
    }
body.home .footer_copyinside3 a img {
    filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(3278%) hue-rotate(78deg) brightness(113%) contrast(88%);
    filter: none;
}
.Tr-symple-Logoa {
    margin-bottom: 30px;
}
.footer h3 {
    font-size: var(--Styles-H1-Size, 36px);
    margin-bottom: 30px;
}
.tellink {
    font-size: var(--Styles-H3-Size, 18px);
}
.footer form {
    margin: auto;
    margin-top: 35px;
    margin-bottom: 24px;
}
body.pageregister .mainmenu {
    border-bottom: 1px solid var(--Colour-Background-Primary, #F5F0E9);
}
.mobileimagefirst .intro_img_wrap
{
    order:1;
}
.mobileimagefirst .leftandrightcenter
{
    order:2;
    
}
.leftandrightcenter {
    padding: 0px 20px;
    padding-bottom: 40px;
}
.bg2 .leftandrightcenter
{
    padding: 0px 20px;
    padding-bottom: 40px;
    padding-top: 40px;
}

    .h2taginside h2 {
        padding-top: 0px;
    }
.p80 {
    padding-bottom: 0px;
}
.h2taginsidedark .leftandrightcenter
{
    padding: 0px 0px;
    padding-bottom: 0px;
    text-align: center;
}
.h2taginside.h2taginsidedark h2 {
        padding-top: 0px;
    }
    .fullsideslides .fullsideslides_intro {
    padding-bottom: 0px;
}
.fullsideslides .large-p
{
    padding-left: 0px;
    padding-right: 0px;
}
.fullsideslides
{
    padding-bottom: 130px !important;
}
.pt60 {
    padding-top: 0px;
}
.pb60 {
    padding-bottom: 0px;
}
.mpb40
{
    padding-bottom: 20px;
}
.tellSocials ul {
        display: grid;
        grid-template-columns: 3fr 3fr;
    }
.page_location header.header {
    position: static;   
}

.page_location .header.main_menu-fixed {
    position: fixed;
}
.hidelarge, .hidesmallss
{
    display: none !important;
}
.showsmall
{
    display: flex !important;
}

.dummypage .large-p
{
    padding-left: 20px;
    padding-right: 20px;
}
.tr_text p 
{
    max-width:300px;
    margin: auto;
}
.tr_text p br
{
    display: none;
}
.tr_text img {
    margin-bottom: 30px;
}
/*.slick-slider .slick-prev {
    width: 40px;
    height: 40px;
    left: 35px;
    background-size: 40px !important;
    top: initial;
    bottom: -75px;
    left: -45px;
    right: 0;
    margin: auto;
}
.slick-slider .slick-next {
    width: 40px;
    height: 40px;
    right: 35px;
    background-size: 40px !important;
    top: initial;
    bottom: -75px;
    right: -45px;
    left: 0;
    margin: auto;
}*/
.landing_seclanding_sec8 {
    padding-top: 0px !important;
    padding-bottom: 130px !important;
}
.landingslides-full {
    overflow: initial;
}
.enquire_popups_l {
    width: 100%;
    display: none;
}
.enquire_popups_r {
    width: 100%;
}
.enquire_popups_r .formdesign {
    width: auto;
    margin: auto;
    max-width: 485px;
    margin-top: 45px;
    margin-bottom: 45px;
}
.clsex {
    top: 0;
    right: 0;
    margin-top: 16px;
    margin-bottom: 16px;
    text-align: center;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    position: static;
}
.clsex_dis- {
    position: absolute;
    cursor: pointer;
    top: 0px;
    right: 0px;
    z-index: 99;
    margin-top: 16px;
    margin-bottom: 16px;
    text-align: center;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}
.enquire_popups_r h3 {
    font-size: var(--Styles-H1-Size, 32px);
    margin-bottom: 16px;
}
.enquire_popups_r .tellink a {
    font-size: var(--Styles-H3-Size, 20px);
}
.enquire_popups_r .tellink {
    font-size: var(--Styles-H3-Size, 20px);
}
.enquire_popups_r .formdesign {
    width: auto;
    margin: auto;
    max-width: calc(100% - 40px);
    margin-top: 30px;
    margin-bottom: 30px;
}
.enquire_popups_r .tellSocials {
    padding-top: 10px;
}
.enquire_popups_r .tellSocials ul {
        display: flex
    }
.pageregister .footer .large-p
{
    padding-left: 20px;
    padding-right: 20px;
}
.pageregister .footer .large-p .formdesign
{
    padding-left: 15px;
    padding-right: 15px;
}


}
