@font-face {
    font-family: 'Copyright Klim Type Foundry';
    src: url('/fonts/DomaineDisplay-Regular.woff2') format('woff2'), url('/fonts/DomaineDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Copyright Klim Type Foundry';
    src: url('/fonts/DomaineDisplay-RegularItalic.woff2') format('woff2'), url('/fonts/DomaineDisplay-RegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Suisse Int\'l';
    src: url('/fonts/SuisseIntl-Italic.woff2') format('woff2'), url('/fonts/SuisseIntl-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Suisse Int\'l';
    src: url('/fonts/SuisseIntl-Regular.woff2') format('woff2'), url('/fonts/SuisseIntl-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body {
    font-family: 'Copyright Klim Type Foundry';
    font-size: 32px;
    background: #f1eeec;
    color: #897053;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 1.18;
}

.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;
}

#bg-blue {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100vh;
    background-size: cover;
}

#bg-yellow {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100vh;
    background-size: cover;
    transition: opacity 0.5s;
}


#main {
    position: relative;
    top: 0;
    width: 100%;
}

#page-home #main {
    height: calc(100vh + 1px);
    overflow: hidden;
    opacity: 0;
    transition: opacity 1s;
    top:0;
    position: fixed;
}

#page-home.fix-h #main {
    opacity: 1;

}

#page-home.remove-an #main {
    height: auto;
    overflow: initial;
    position:relative
}

#animate-video {
    background-size: cover;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    z-index: 3;
    opacity: 0;
    top: 0;
    left: 0;
}

.fix-h #animate-video {
    opacity: 1;
    position: relative;
}

#bgloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}



#v1, #v2, #v3 {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: center center;
}

.full-height.animate {
    z-index: 3;
}

#v1 {
    transition: opacity 0.75s,transform 8s;
    background-position: bottom center;
}

    #v1.animate {
        opacity: 1;
        transform: scale(1.2);
        background-position: right center;
    }

#v2 {
    transition: opacity 0.75s,background 8s,transform 8s;
    background-position: left center;
    transform-origin: center center;
}

    #v2.animate {
        background-position: right center;
        opacity: 1;
        transform: scale(1.05);
    }

#v3 {
    transition: opacity 0.75s,background 8s,transform 8s;
    background-position: left bottom;
}

    #v3.animate {
        opacity: 1;
        background-position: right top;
        transform: scale(1.05);
    }




#ancher-logo {
    display: block;
    height: 1px;
}

#logo-hero {
    width: 270px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: auto;
    transition: opacity 1s;
    position: relative;
    z-index: 50;
    position: absolute;
    top: 0%;
    left: 0;
    right: 0;
    opacity: 0;
    height: 100%;
}

#logo-header {
    width: 270px;
    display: block;
    transition: opacity 1s;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
}

.fix-h #logo-hero {
    transform: none !important;
    top: -196px;
    margin: auto !important;
    position: fixed;
    height: auto;
}

.remove-an #logo-hero {
    display: none;
}

.remove-an #main {
    position: relative;
}

.fix-h #intro-animation {
    transition: opacity 1s;
    opacity: 0;
}

.remove-an #intro-animation {
    display: none;
}
/*.fix-h #logo-bottom {
    position: fixed;
    top: 45px;
    left: 0;
    right: 0;
    margin: auto;
      width: 270px;
}

.fix-h #logo-hero {
  
    transform:none !important
}*/

/*.fix-h #bgloader {
display:none
}

.fix-h #logo-top {
    display: none;
}

.fix-h .h-ancher {
    display: none;
}*/
#logo-h.ero img {
    display: block;
    width: 270px;
}

#logo-top {
    margin-bottom: 18%;
}

#v0.animate {
    opacity: 0;
}






.full-height {
    background-size: cover;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.fullyvideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

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

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

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

.flex-s {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.flex-c {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.holder {
    position: absolute;
    top: 0;
}



.in-ancher {
    width: 0;
    display: block;
    position: absolute;
    z-index: 11;
    opacity: 0;
}

.h-ancher {
    display: block;
}

.grid_4 {
    width: calc(33.33% - 26.66px);
}

.grid_4 {
    margin-right: 40px;
}

    .grid_4:nth-child(3n) {
        margin-right: 0;
    }

    .grid_4 p {
        font-size: 16px;
        color: #000;
        font-family: 'Suisse Int\'l';
    }

.grid_6 {
    width: 50%;
}

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 */

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

.leftalign {
    text-align: left;
}
/* Headings */
h1, h2, h3, h4, h5 {
    margin: 0;
    font-weight: normal;
}



h1 {
    font-size: 48px;
    line-height: 1;
    margin-bottom: 30px;
}

    h1 span {
        font-style: italic;
    }

h2 {
    font-size: 48px;
    line-height: 1;
    margin-bottom: 1em;
    font-family: 'Copyright Klim Type Foundry';
}

    h2 span {
        font-style: italic;
    }

h3 {
    font-family: 'Copyright Klim Type Foundry';
    font-size: 36px;
    margin-bottom: 20px;
}

.f32 {
    font-size: 32px;
    max-width: 690px;
    margin-left: auto;
    margin-right: auto;
}

.news-det {
    width: 930px;
    max-width: 100%;
    margin: auto;
    text-align: left;
}

    .news-det p {
        font-size: 20px;
        color: #000;
        font-family: 'Suisse Int\'l';
        margin-bottom: 20px;
    }

    .news-det li {
        font-size: 20px;
        color: #000;
        font-family: 'Suisse Int\'l';
        margin-bottom: 5px;
        transform: translate(18px);        
    }

h4 {
    font-family: 'Suisse Int\'l';
    font-size: 32px;
    margin-bottom: 30px;
}

h5 {
    font-family: 'Suisse Int\'l';
    font-size: 20px;
    margin-bottom: 20px;
}

.link {
    font-family: 'Suisse Int\'l';
    display: block;
    font-size: 20px;
    text-align: left;
    text-decoration: none !important;
}


.full-slide {
    height: 100vh;
    min-height: 650px;
    background-size: cover;
}

.flex-h {
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
    flex-direction: column;
}

.w100 {
    width: 50%;
    height: 50vw;
    min-height: 500px;
    background-size: cover;
    background-color: #ebe6e1;
}

.half {
    width: 50%;
    height: 100vh;
    min-height: 650px;
    background-size: cover;
}

.full-div {
    position: absolute;
    background-size: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.left-b {
    padding-left: 20px;
    width: 376px;
    max-width: calc(100% - 40px);
    margin: auto;
    border-left: 1px solid #000;
}

.bg-cream {
    background-color: #D9CDC1;
}

.bg-blue {
    background-color: #A7C0DA;
}

.bg-light {
    background-color: #f1eeec;
}

.bg-brown {
    background-color: #74563C;
    color: #DCBFA5;
}

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

.mb30 {
    margin-bottom: 27px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb60 {
    margin-bottom: 60px;
}

.pt65 {
    padding: 65px 0 0 0;
}

.pt170 {
    padding-top: 170px;
}

.pt100 {
    padding-top: 100px;
}

.pb100 {
    padding-bottom: 100px;
}

.pb130 {
    padding-bottom: 130px;
}

.container {
    width: 1130px;
    margin: auto;
    max-width: calc(100% - 40px);
}

.black-p {
    font-size: 18px;
    color: #000;
    font-family: 'Suisse Int\'l';
    max-width: 402px;
}

.f20 {
    font-size: 20px;
}

.container.big {
    width: 1275px;
}

.w874 {
    width: 874px;
    margin: auto;
    max-width: calc(100% - 40px);
}

.w1096 {
    width: 1096px;
    margin: auto;
    max-width: calc(100% - 40px);
}

.w1320 {
    width: 1320px;
    margin: auto;
    max-width: calc(100% - 40px);
}

.max402 {
    width: 402px;
    max-width: 100%;
}

.w320 {
    width: 320px;
}

.v_w320 {
    width: calc(100% - 345px);
    position: sticky;
    top: 74px;
    align-self: flex-start;
}

.max874 {
    width: 874px;
    margin: auto;
    max-width: calc(100% - 80px);
}

#mapSvg {
    transform: scale(1.1);
    transform-origin: center;
}

.list {
    text-align: left;
    margin-bottom: 25px;
    font-size: 16px;
    font-family: 'Suisse Int\'l';
    color: #000;
    line-height: 1.2;
}

    .list span {
        display: block;
    }

    .list .title {
        font-size: 20px;
        margin-bottom: 5px;
        display: block;
        position: relative;
        width: 280px;
    }

.innerlist {
    display: none;
}

.g_marker {
    display: none;
}

.title:after {
    content: '';
    display: block;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 9px;
    height: 1px;
    color: inherit;
    background-color: currentColor;
    position: absolute;
}

.title:before {
    content: '';
    display: block;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    height: 9px;
    width: 1px;
    color: inherit;
    background-color: currentColor;
    position: absolute;
}

.title.active:before {
    display: none;
}

.imgHolder {
    overflow: hidden;
    position: relative;
}


.toScale {
    opacity: 0;
    transition: all 1s;
    transform: scale(1.1);
}

    .toScale.animated {
        opacity: 1;
        transform: scale(1);
    }

.fadeIn {
    opacity: 0;
    transition: opacity 1s;
}

    .fadeIn.animated {
        opacity: 1;
    }
/* Navigation */
header {
    position: fixed;
    width: 100%;
    left: 0;
    height: 74px;
    top: 0;
    z-index: 20;
    padding: 54px;
    background-color: #A7C0DA;
    opacity: 0;
    transition: opacity 1s;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

.fix-h header {
    opacity: 1;
}

#page-news header {
    opacity: 1;
}

.ac_logo_m {
    display: none;
    position: absolute;
    left: 20px;
    z-index: 10;
    cursor: pointer;
    width: 45px;
    top: 50%;
    transform: translateY(-50%);
}

#nav-toggle {
    position: absolute;
    right: 20px;
    z-index: 10;
    cursor: pointer;
    width: 30px;
    height: 17px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

    #nav-toggle span {
        height: 1px;
        width: 100%;
        background: #675A3F;
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        transition: opacity 0.7s;
    }



    #nav-toggle .sp2 {
        top: 8px;
    }

    #nav-toggle .sp3 {
        top: 16px;
    }

    #nav-toggle.active .sp1,
    #nav-toggle.active .sp3 {
        opacity: 0;
    }


.more {
    width: 120px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    margin: auto;
    font-family: 'Copyright Klim Type Foundry';
    border-radius: 30px;
    background: #fff;
}

.ul a.enq, .enq {
    display: block;
    background: #675A3F;
    border-radius: 30px;
    width: 154px;
    border-radius: 30px;
    font-size: 16px;
    color: #fff;
    height: 30px;
    display: flex;
    align-items: center;
    line-height: 1;
    justify-content: center;
}

.ul a.enq {
    padding-top: 2px;
}

#logo {
    width: 250px;
    display: block;
}

#nav {
    display: flex;
    justify-content: space-between;
    height: 100%;
    align-items: center;
}

.ac_logo {
    display: block;
    width: 51px;
}

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

    .ul li {
        list-style: none;
        display: flex;
        align-items: center;
    }

    .ul a {
        font-family: Domaine Display;
        font-size: 20px;
        line-height: 1;
        color: #675A3F;
        transition: color 0.5s;
    }


        #page-news .ul a.news, .ul a:hover {
            color: #fff;
        }

.left-u {
    width: 445px;
}

.right-u {
    width: 445px;
}


#bg {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    background: inherit;
    height: 0;
    z-index: 2;
    bottom: 0;
}




#retail, #residences {
    overflow: hidden;
}

.br {
    display: block;
}
/* enquiry */
.bg {
    background-image: url(/images/bg.jpg);
    background-size: cover;
    background-position: center bottom;
}

#enquire {
    text-align: left;
    padding: 65px 0;
    font-family: 'Suisse Int\'l';
}

    #enquire h2 {
        text-align: center;
    }

    #enquire p {
        color: #897053 !important;
        font-size: 22px;
        font-family: 'Copyright Klim Type Foundry';
        margin-bottom: 15px;
    }

    #enquire a {
        color: #897053 !important;
        text-decoration: underline;
    }

label span {
    font-family: 'Suisse Int\'l' !important;
    font-size: 18px !important;
    color: #897053 !important;
    font-weight: normal !important;
}

input[type=text], input[type=email], input[type=tel], select {
    font-family: 'Suisse Int\'l' !important;
    font-size: 18px !important;
    margin: 0 auto 0 !important;
    padding: 0 0 5px 0 !important;
    width: 100% !important;
    color: #897053 !important;
    border: 0 none !important;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0 !important;
    border-bottom: 1px solid #897053 !important;
    text-align: left;
    box-shadow: none !important;
    height: auto !important;
}

.field {
    width: 100% !important;
}

select {
    text-align-last: left;
    text-align: left;
    -ms-text-align-last: left;
    -moz-text-align-last: left;
    text-align-last: left;
    background-image: url(/images/buttons/arrow.svg);
    background-repeat: no-repeat;
    background-position: right center;
}

    select option {
        padding: 7px 5px;
        background: #fff;
        color: #897053;
        text-align-last: left;
        text-align: left;
    }

.b_submit, input[type=submit] {
    font-family: 'Suisse Int\'l' !important;
    background: none !important;
    cursor: pointer;
    border: 1px solid #897053 !important;
    color: #fff !important;
    width: 116px !important;
    border-radius: 5px !important;
    height: 48px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 20px 0 40px 0 !important;
    font-weight: 400 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    border-radius: 45px !important;
}

#th {
    font-family: 'Copyright Klim Type Foundry';
    text-align: center;
}

.privacy {
    font-size: 12px;
    text-align: left;
}

.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: #897053;
    opacity: 1;
}

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

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

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

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #897053;
    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*/
footer {
    padding: 0 0 65px 0;
    color: #695543;
}
/* 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: #F00D0D;
    }

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

#enqM {
    display: none;
}

.logofooter {
    width: 170px;
    display: block;
}

@media screen and (max-width : 1350px) {
    #logo-hero img {
        width: 230px;
    }

    .right-u {
        width: 400px;
    }

    .left-u {
        width: 400px;
    }
}

@media screen and (max-width : 1200px) {
    #logo-hero img {
        margin-left: auto;
        margin-right: auto;
        width: 200px;
    }

    .right-u {
        width: 360px;
    }

    #logo-header {
        width: 230px;
    }

    .left-u {
        width: 330px;
    }

    header {
        padding: 54px 20px;
    }

    .ul a {
        font-size: 19px;
    }
}

@media screen and (max-width : 1000px) {
    body {
        font-size: 20px;
    }

    .d {
        display: none !important;
    }

    .half, .full-slide, .w100 {
        width: 100%;
        height: auto;
        min-height: 100vw;
    }

    #logo-header {
        display: none;
    }

    #bg {
        display: none !important;
    }

    #nav {
        transition: transform 1s;
        position: absolute;
        height: calc(100vh - 74px);
        background: #A7C0DA;
        top: 70px;
        width: 100%;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        transform: translateX(-100%);
    }

        #nav.active {
            transform: translateX(0);
        }

    .ul {
        width: 100%;
        display: block;
    }

        .ul li {
            text-align: center;
            padding: 10px 0;
            width: 100%;
            display: block;
        }

    #logo {
        top: 16px;
        width: 90px !important;
        transform: none !important;
    }

    .fix-h #logo-bottom {
        transition: width .5s;
        width: 155px;
        position: fixed;
        top: 30px;
    }

    .fix-h #logo-hero {
        height: 50px;
    }

    #nav-toggle {
        display: block;
    }

    header {
        height: 70px;
        padding: 0;
    }

    .grid_6 {
        width: 100%;
    }

    #enq {
        display: none;
    }

    #enqM {
        bottom: 0;
        width: 100%;
        left: 0;
        right: 0;
        border-radius: 0;
        position: fixed;
        display: block;
        z-index: 10;
        transition: all 0.5s;
        overflow: hidden;
        padding: 10px 0;
        height: auto;
    }

    .fixed #enqM {
        transform: translateY(85px);
    }

    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 30px;
    }

    h4 {
        font-size: 22px;
    }

    .link {
        font-size: 22px;
    }

    .link {
        width: 100%;
        margin-bottom: 40px;
    }

    footer .link {
        text-align: center;
    }

    footer .flex-c {
        justify-content: center !important;
    }

    .max962, .container {
        max-width: calc(100% - 40px);
    }

    input, select {
        font-size: 17px !important;
    }

        input[type=submit] {
            font-size: 12px !important;
        }

    .v_w320 {
        width: 100%;
    }

    .logofooter {
        width: 80px;
        margin: 0 15px;
    }

    .billbergia {
        width: 180px;
        margin: 0 15px;
    }

    #enquire, footer {
        position: relative;
        z-index: 5;
    }

    .ac_logo_m {
        display: block;
    }

    .br {
        display: none;
    }
}
