@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter-Regular.woff2') format('woff2'), url('/fonts/Inter-Regular.woff') format('woff'), url('/fonts/Inter-Regular.svg#Inter-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter-Medium.woff2') format('woff2'), url('/fonts/Inter-Medium.woff') format('woff'), url('/fonts/Inter-Medium.svg#Inter-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter-SemiBold.woff2') format('woff2'), url('/fonts/Inter-SemiBold.woff') format('woff'), url('/fonts/Inter-SemiBold.svg#Inter-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Orelo Standard';
    src: url('/fonts/Orelo-Standard.woff2') format('woff2'), url('/fonts/Orelo-Standard.woff') format('woff'), url('/fonts/Orelo-Standard.svg#Orelo-Standard') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --header_height: 70px;
    --banner_height: 36px;
    --gap_mobile: 40px;
    --margin_base: 20px;
    --body_color: #464646;
    --body_bg_color: #E8D9D0;
    --light_color: #FBF7F6;
    --red_color: #C86E50;
}

html {
    height: 100%;
}

body {
    font-family: 'Inter';
    font-size: 15px;
    background: var(--body_bg_color);
    color: var(--body-color);
    margin: 0;
    padding: 0;
    text-align: center;
    height: 100%;
    overflow: hidden;
}

    body.touch {
        height: auto;
        overflow: initial;
    }

.n_scroll {
    padding-top: 210px;
    height: auto;
    overflow: initial;
}
.fullyvideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}



@media screen and (max-aspect-ratio: 1920/1080) {
    .fullyvideo {
        height: 100vh;
    }
}

@media screen and (min-aspect-ratio: 1920/1080) {
    .fullyvideo {
        width: 100% !important;
    }
}

.med {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.white {
    color: var(--light_color);
}

.clear, * html .clearfix, *:first-child + html .clearfix {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

    .clearfix:after {
        clear: both;
        content: ' ';
        display: block;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
        width: 0;
        height: 0;
    }

*, *:before, *:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.h100 {
    height: 100%;
}

.grid_6 {
    width: 50%;
    height: 100%;
}

.g_50 {
    width: calc(50% - 40px);
}

.g_78 {
    width: 78%;
    max-width: calc(100% - 40px);
}

.g_4 {
    width: calc(33% - 53.33px);
    display: block;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}

img {
    border: none;
    max-width: 100%;
}

a, img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

textarea:focus, input:focus, select:focus {
    outline: none;
}
/* General */

.middle {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.middle-h {
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translate(0%,-50%);
}

#main {
    width: 100%;
    height: 100%;
    position: relative;
    background: inherit;
}

section {
    position: relative;
    z-index: 1;
    background: inherit;
}

.z3 {
    z-index: 3;
}

.img {
    width: 100%;
    margin: 0;
    display: block;
}

.mauto {
    margin-left: auto;
    margin-right: auto;
}

.mb15 {
    margin-bottom: 15px;
}

.mb {
    margin-bottom: var(--margin_base);
}

.mb2 {
    margin-bottom: calc(2*var(--margin_base));
}

.mb3 {
    margin-bottom: calc(3*var(--margin_base));
}

.pad_b_154, .full_sec.pad_b_154 {
    padding-bottom: 156px;
}

.full_sec {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 100vh;
    padding: var(--header_height) 0;
}

.full_h {
    z-index: 5;
    width: 100%;
    min-height: 100vh;
    background-size: cover;
    position: relative;
    text-align: center;
}

.flex_h {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

.flex-sb {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.flexslider 
.flex-sb
{
        justify-content: space-evenly;
}

.has_artist
{
    position:relative
}

.artist {
    position: relative;
    display: inline-block;
    object-fit: contain;
    height: 100%;

}
.artist img{
    position:relative;
    z-index:1;

}
.artist:after,.has_artist:after{
 content:'Artist Impression';
 position:absolute;
 font-size:12px;
 display:block;
 text-align:center;
 left:0;
 bottom:10px;
 width:100%;
 color:#fff;
 z-index:2
}
.b-art.artist:after
{
    color:#464646
}
.landing  .has_artist:after
{
    text-align:left;
    left:10px;

}

.w700 {
    width: 700px;
    max-width: calc(100% - var(--gap_mobile));
    position:relative;
    z-index:1
}

.w460 {
    width: 465px;
    max-width: calc(100% - var(--gap_mobile));
}

    .w460 .mauto {
        margin-left: auto;
        margin-right: auto;
    }

.leftalign {
    text-align: left;
}

.bg_light {
    background-color: #F2F2F2;
}

.bg_green {
    background-color: #00645F;
    color: var(--light_color);
}

.back {
    display: block;
    margin: 60px 0;
}

#map {
    height: 100%;
}

.line {
    height: 1px;
    display: block;
    margin: calc(2*var(--margin_base)) auto;
    width: 100%;
    background-color: var(--body_color);
}

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid;
    border-color: inherit;
    width: 159px;
    height: 28px;
    text-transform: uppercase;
    overflow:hidden;
    position:relative;
    transition:color 0.5s
}
.toHover:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background:var(--body_color);
    z-index: 0;
    transform: translate3D(0,-100%,0);
    transition: all .5s;
}
.toHover span
{
    position:relative;
    z-index:1
}
.toHover:hover{
 color:var(--light_color)

}
.toHover:hover:before{
    transform: translate3D(0,0,0);

}
.play {
    justify-content: flex-start;
    column-gap: 10px;
    padding: 0 15px;
    color: var(--light_color);
}

.scroll {
    display: block;
    position: fixed;
    z-index: 2;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 70px;
}

    .scroll:after {
        content: '';
        display: block;
        height: 60px;
        width: 1px;
        margin: 10px auto 0 auto;
        background-color: var(--body_color);
    }

.touch .scroll {
    display: none;
}

.underline {
    text-decoration: underline;
    text-transform: uppercase;
    display: block;
}

.left_align {
    text-align: left;
}

#finishes {
    position: relative;
}

#fin_links {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    display: flex;
    justify-content: center;
    column-gap: 15px;
    text-transform: uppercase;
        margin-bottom: 0;
    transform: translateY(10px);
        z-index: 3;
    position: relative;
}

.f_link.active {
    text-decoration: underline;
}
/* Headings */
h1, h2, h3, h4, h5 {
    margin: 0;
}

p {
    line-height: 1.6;
    margin: 0;
}

.f12 {
    font-size: 12px;
}

h1, h2 {
    font-family: 'Orelo Standard';
    font-size: 4.26em;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform:capitalize
}
h2{
    font-size: 3.26em;
}
h3 {
    font-family: 'Orelo Standard';
    font-size: 32px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.02em;
    margin-bottom: 1.1em;
}

h4 {
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

h5 {
    width: 51em;
    position: absolute;
    bottom: 40px;
    color: var(--light_color);
    max-width: calc(100% - var(--gap_mobile));
    left: 0;
    right: 0;
    margin: auto;
    text-transform: uppercase;
    line-height: 1.5;
    letter-spacing: 0.1em;
}

h6 {
    font-weight: 600;
    line-height: 1.5;
    font-size: 15px;
}
.dark_bg:before {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    content: '';
  
    z-index: 0
}
/* Navigation */
#banner {
    background: #00645F;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--banner_height);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.05em;
}
header {
    height: var(--header_height);
    position: fixed;
    top: var( --banner_height);
    left: 0;
    width: 100%;
    z-index: 10;
    border-color: inherit;
    text-transform: uppercase;
    color: var(--light_color);
    transition: all 0.5s;
}
header.toTop {
    top: 0;
    
}
.closeBanner {
    position: absolute;
    right: 20px;
    top:50%;
    transform:translateY(-50%);
    display:block;
    line-height:1
}


.touch header.shrink {
    background-color: inherit;
    background-color: #F2F2F2;
    border-bottom: 1px solid;
}

.n_scroll header {
    background-color: inherit;
}

header path, .light header svg path, .green header svg path {
    fill: var(--light_color);
           border-bottom: 1px solid;
 
}

.dark header svg path ,.n_scroll header svg path{
    fill: var(--body_color);

}

.dark header ,.n_scroll header{
    color: var(--body_color);
                 border-bottom: 1px solid;
}

.light header {
    color: var(--light_color);
    border: none;
    background: none;
}

.green header {
        border-bottom: 1px solid;
    color: var(--light_color);
}

.logo {
    width: 170px;
    left: 40px;
    z-index:5
}

    .logo svg {
        display: block;
    }
    .svg_right
    {
        opacity:0;
        transition:opacity 0.5s
    }
    .shrink  .svg_right
    {
        opacity:1
    }
#nav {
    width: 420px;
}

#ul li {
    list-style: none;
    display: block;
}

#ul {
    align-items: center;
}

#nav li a {
    text-transform: uppercase;
}

#page-residences a.residences, #page-amenity a.amenity, #page-location a.location, #page-team a.team, #page-news a.news {
    text-decoration: underline;
}

.right_nav {
    left: auto;
    right: 40px;
    width: 255px;
    align-items: center;
}

.enq {
    height: 28px;
    width: 132px;
    justify-content: center;
    align-items: center;
    display: flex;
    background: var(--red_color);
    color: var(--light_color);
    line-height: 1;
}

.team_logo {
    display: block;
    margin: 0 auto;
    height: auto !important;
}

.sarazin_logo {
    width: 133px !important;
}

.drive_logo {
    width: 76px !important;
}

.southlake_logo {
    width: 97px !important;
}
/* nav-toggle */
#nav-toggle {
    right: 20px;
    z-index: 10;
    cursor: pointer;
    width: 30px;
    height: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

    #nav-toggle::after, #nav-toggle::before {
        content: "";
        display: block;
        height: 2px;
        width: 100%;
        background-color: var(--light_color);
        position: absolute;
        left: 0;
        top: 0;
        transition: all 0.5s;
    }

    #nav-toggle::before {
        top: 100%;
    }

    #nav-toggle::before {
        top: 100%;
    }
    .n_scroll #nav-toggle::after,    .n_scroll   #nav-toggle::before {
        background-color: var(--body_color);
    }
header.active #nav-toggle:after, header.active #nav-toggle:before {
    top: 4px;
}

footer {
    position: relative;
}

.bottom_footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

.logos {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 56px;
    padding: 20px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: inherit;
}

    .logos a, .logos img {
        display: block;
    }

.tpa {
    padding: 20px;
}

.line_bar {
    display: inline-block;
    position: relative;
    width: auto;
}

    .line_bar:after {
        content: '';
        position: absolute;
        bottom: -3px;
        border-top: 1px solid;
        border-color: inherit;
        display: block;
        left: 0;
        width: 100%;
    }
/* enquiry */
#close {
    position: absolute;
    background: inherit;
    padding: 20px;
    text-align: center;
    width: 100%;
    left: 0;
    right: 0;
    font-size: 12px;
    display: block;
    font-weight: 500;
}

    #close svg {
        transform: translateY(2px);
    }

.register {
    height: auto;
    padding: 0 0 80px 0;
        min-height: calc(100svh - 360px);
    flex-wrap: wrap;
}

#bg {
    position: fixed;
    display: none;
    z-index: 10;
    background-color: #464646;
    transition: opacity 0.7s;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#enquire {

    background-color: var(--red_color);

}
#page-enquire{
    height:auto;
    overflow:initial;
    color:#fff;
        background-color: var(--red_color);
}
#page-enquire .enq
{
    display:none
}
 #page-enquire  .not-enq
 {
         display:none
 }
    #page-enquire  .bottom_footer
    {
        position:relative;
          background-color: var(--red_color);
    }
     #page-enquire .right_nav{
         color: #fff;
        width:max-content;
    }
     
       #page-enquire  #nav li a {
    text-transform: uppercase;
    color: #fff;

     }
    #page-enquire .logo *{
        fill:#fff
    }
        #page-enquire header{
    border-bottom:1px solid #fff !important
    }
input, select {
    font-size: 12px;
    margin: 0 auto 10px auto;
    padding: 5px 10px;
    width: 100%;
    color: #FBF7F6;
    border: 0 none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border-bottom: 1px solid #FBF7F6;
    text-align: center;
}

select {
    padding: 5px 7px;
    text-align-last: center;
    text-align: center;
    -ms-text-align-last: center;
    -moz-text-align-last: center;
    text-align-last: center;
}

    select option {
        padding: 7px 5px;
        background: var(--red_color);
        text-align-last: center;
        text-align: center;
        -ms-text-align-last: center;
        -moz-text-align-last: center;
        text-align-last: center;
    }

.b_submit {
    height: 28px;
    width: 87px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FBF7F6;
    color: var(--red_color);
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.01em;
    cursor: pointer;
    padding: 0;
    margin: 15px auto 25px auto;
}

.privacy {
    font-size: 12px;
    text-decoration: underline;
}

.chk_holder {
    margin: 10px auto 0 auto;
    color: #fff;
}

#chkInternational {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    cursor: pointer;
    display: inline-block;
    line-height: 25px;
    width: 20px;
    text-align: center;
}

    #chkInternational + label {
        padding: 2px 0 2px 26px;
        position: relative;
        text-align: center;
        display: block;
        color: #546670;
        font-size: 18px;
        letter-spacing: 3px;
        font-family: inherit;
        text-transform: uppercase;
        display: inline;
        margin: auto;
    }

        #chkInternational + label:before {
            position: absolute;
            left: 0;
            width: 20px;
            height: 20px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            border: 1px solid #546670;
            content: '';
            display: block;
        }

        #chkInternational + label:after {
            position: absolute;
            left: 0;
            width: 5px;
            height: 11px;
            top: 50%;
            left: 8px;
            -webkit-transform: translateY(-60%) rotate(45deg) scale(0);
            transform: translateY(-60%) rotate(45deg) scale(0);
            border-bottom: 2px solid #546670;
            border-right: 2px solid #546670;
            content: '';
            display: block;
            -webkit-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
        }

    #chkInternational:checked + label:after {
        -webkit-transform: translateY(-60%) rotate(45deg) scale(1);
        transform: translateY(-60%) rotate(45deg) scale(1);
    }

input:-webkit-input-placeholder, textarea:-webkit-input-placeholder {
    color: #FBF7F6;
    opacity: 1;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #FBF7F6;
    opacity: 1;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #FBF7F6;
    opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #FBF7F6;
    opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #FBF7F6;
    opacity: 1;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
    color: transparent;
}
/*footer*/

/* Token Style */
ul.token-input-list-project {
    border: none;
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    text-align: left;
    text-align-last: left;
    text-align: -moz-left;
    text-align: -webkit-left;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border-bottom: 1px solid #525252;
    clear: both;
}

li.token-input-input-token-project {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
}

ul.token-input-list-project li input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    width: 100% !important;
    margin-bottom: 0;
}

li.token-input-token-project p {
    display: inline;
    padding: 0;
    margin: 0 5px 0 0;
    line-height: 20px;
    font-size: 11px;
}

li.token-input-token-project {
    overflow: hidden;
    height: 25px;
    margin: 0;
    padding: 2px 5px;
    background-color: #ccc;
    color: #000;
    cursor: default;
    border: 1px solid #525252;
    font-size: 12px;
    white-space: nowrap;
    list-style: none;
    display: inline-block;
}

div.token-input-dropdown-project {
    position: absolute;
    width: 100%;
    background-color: #fff;
    overflow-x: hidden;
    cursor: default;
    font-size: 11px;
    z-index: 13;
    color: #000000;
}

    div.token-input-dropdown-project ul {
        margin: 0;
        padding: 0;
        display: block !important;
        max-height: 205px;
    }

        div.token-input-dropdown-project ul li {
            background-color: #fff;
            font-size: 14px;
            padding: 3px;
            margin: 0;
            list-style-type: none;
            font-weight: 100 !important;
        }

            div.token-input-dropdown-project ul li.token-input-dropdown-item-project {
                background-color: #fff;
            }

            div.token-input-dropdown-project ul li.token-input-dropdown-item2-project {
                background-color: #fff;
            }

            div.token-input-dropdown-project ul li em {
                font-weight: bold;
                font-style: normal;
            }

            div.token-input-dropdown-project ul li.token-input-selected-dropdown-item-project {
                background-color: #ccc;
                color: #fff;
            }
/* Parsley-error */
ul.parsley-errors-list.filled, ul.parsley-errors-list {
    font-size: 10px;
    list-style: outside none none;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: left;
    top: 0;
}

    ul.parsley-errors-list.filled li, ul.parsley-errors-list li {
        padding: 0;
        text-align: left;
        color: #fff;
    }

* {
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
}

.mob {
    display: none !important;
}

@media screen and (max-height : 640px) {
    .register {
        overflow-y: scroll;
    }
}

@media screen and (max-width : 1480px) {
    .g_78 {
        width: calc(100% - 80px);
    }

    .g_4 {
        width: calc(33% - 25.33px);
        display: block;
    }
}

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

    .right_nav {
        width: 240px;
    }

    #nav {
        width: 390px;
    }
}

@media screen and (max-width : 1000px) {
    :root {
        --header_height: 40px;
        --margin_base:15px;
    }
    body{
        height: auto;
    overflow: initial;
    }

    header.shrink, header.active {
        background-color: inherit;
    }

        header.shrink svg path, header.active svg path {
            fill: var(--body_color);
        }

        header.shrink ,header.active {
            color: var(--body_color);
        }

        header.shrink #nav-toggle::after, header.shrink #nav-toggle::before {
            background-color: var(--body_color);
        }

        header.active #nav-toggle::after, header.active #nav-toggle::before {
            background-color: var(--body_color);
        }


    .right_nav {
        position: fixed;
        height: 36px;
        width: 100%;
        bottom: 0;
        left: 0;
        right: auto;
        background: var(--red_color);
        transform: none;
        text-align: center;
        top: auto;
    }

    .enq {
    
            position: relative;
    z-index: 1;
    width: 100%;
    width: 50%;
    justify-content: flex-start;
    padding-left: 20px;
}
    
    .scroll {
        display:none
    }
    .phone {
        position: absolute;
        right: 20px;
        z-index: 3;
            color: #fff !important;
    }

    .mob {
        display: block !important;
    }

    .desc {
        display: none;
    }

    h5 {
        bottom: 50px;
    }

    .pb_m
    {
        padding-bottom:15vh !important
    }

    #nav {
        position: fixed;
        left: 0;
        top: 40px;
        transform: translateX(-100%);
        transition: transform 0.7s;
        background: inherit;
        display: flex;
        justify-content: center;
        align-items: center;
 
        height: calc(100vh - 40px);
        z-index: 2;
        background-color: inherit;
    }

    #ul li {
        display: block;
        width: 100%;
        padding: 10px;
    }
      .grid_6{
        width:100%
    }
    #nav li a {
    text-transform: uppercase;
    font-family: 'Orelo Standard';
    font-size: 35px;
    font-weight: normal;
    letter-spacing: 0.02em;
}
    #map
    {
        height:100vw;
        margin-bottom:40px
    }
    
    .active #nav {
        transform: translateX(0%);
    }

    .logo {
        left: 20px;
    }



    .bg_light {
        background-color: #F2F2F2;
    }

    .flex_h {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .full_sec {
        height: auto;
    }

    .landing .full_sec {
        height: 100vh;
    }

    h1, h2 {
        font-size: 40px;
    }

    .g_50 {
        width: calc(50% - 5px);
    }

    .g_78 {
        width: 100%;
        max-width: 100%;
     
    }
    .max_m
    {
        max-width: calc(100% - 40px)
    }
    h4 {
        line-height: 1.5;
    }

    .g_4 {
        width: 100%;
        margin-bottom: 30px;
    }

    .flex-sb .g_4:last-child {
        margin-bottom: 0;
    }
    .n_scroll {
    padding-top: 100px;

}
    .bottom_footer {
        position: relative;
        width: 100%;
        bottom: 0;
        left: 0;
        padding-bottom: 40px;
    }

    .pad_b_154, .full_sec.pad_b_154 {
        padding-bottom: 80px;
    }

    .full_sec.flex_h {
      padding: 15vh 0 0 0;
    }
     #enquire
     {
         width:100%;
     }
    #enquire.active {
    left: 0;
}
    .phone  path{
        fill:var(--light_color) !important
    }
    .heighJs .fullyvideo
    {
        height:100%;
    }
 
.heighJs .w700 {

    margin-top: -75px;
}


    #fin_links {
      
        transform: translateY(-15px);

    }
    #mapcat
    {
       padding-bottom:15vh
    }
}

@media screen and (max-width : 420px) {
}
