* {
    box-sizing: border-box;
}

html {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Bauer Bodoni';
    color: #707070;
    background: #f8f8f8;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p {
    margin: 0;
    padding: 0;
}

h2 {
    font-family: 'Bodoni 72 Oldstyle';
    line-height: 1.25em;
    position: relative;
    font-size: 30px;
    padding-bottom: 25px;
    margin-bottom: 20px;
    font-weight: normal;
    color: #373837;
}

p {
    font-family: 'Bauer Bodoni';
    line-height: 1.55em;
    position: relative;
    font-size: 15px;
    padding-bottom: 20px;
    font-weight: 400;
    color: #707070;
}

@media (min-width: 768px) {
    p {
        font-size: 16px;
    }

    h2 {
        font-size: 42px;
    }
}

a {
    font-family: 'Bauer Bodoni';
    text-decoration: none;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

a:hover {
    color: #03592E;
    text-decoration: none;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.img-fluid {
    display: block;
    max-width: 100%;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li,
ol li {
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 16px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
}

.text-justify {
    text-align: justify !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

:focus {
    outline: none !important;
    text-decoration: none;
}

.btn {
    background-color: #2F2C2D;
    color: #fff;
    position: relative;
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 21px;
    border: none;
}


.btn::after {
    content: "";
    position: absolute;
    top: 13px;
    right: 25px;
    width: 28px;
    height: 16px;
    background: url(../img/arrow-left.svg) no-repeat;
    transition: all .4s ease-in-out;
}

.btn span {
    padding-right: 50px;
}

.btn:hover {
    background-color: #03592E;
    color: #fff;
}

.btn:hover::after {
    right: 15px;
}

.btn-primary {
    background-color: #2F2C2D;
    color: #fff;
    font-family: 'Bauer Bodoni';
}

.btn-secondary {
    background-color: #A0D5B5;
    color: #2F2C2D;
    border: #006225 0.4px solid;
}

.btn-secondary:hover {
    background-color: #006225;
    border: #006225 0.4px solid;
    color: #fff;
}

.btn-tertiary {
    background-color: #fff;
    color: #707070;
    font-weight: 500;
    border: 2px solid #707070;
    text-transform: none;
    border-radius: 30px;
}


@media (min-width: 768px) {
    .btn {
        padding: 13px 20px 12px 20px;
        font-size: 14px;
        line-height: 17px;
    }

    .btn span {
        padding-right: 54px;
    }
}

.form-col {
    position: relative;
    margin-bottom: 20px;
}

label {
    display: inline-block;
}

textarea {
    width: 100%;
    height: 130px;
    border: 1px solid rgba(8, 20, 44, .40);
    outline: none;
    padding: 16px 20px;
    font-size: 15px;
    font-weight: 400;
    color: #707070;
    resize: none;
    border-radius: 5px;
    transition: 0.2s ease all;
    background: #FFFFFF;
}

[type="text"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="url"],
[type="week"],
[type="date"] {
    width: 100%;
    height: 42px;
    border: 0.4px #707070 solid;
    outline: none;
    padding: 16px 20px;
    font-size: 16px;
    font-weight: 400;
    color: #707070;
    border-radius: 5px;
    transition: 0.2s ease all;
    background: #FFFFFF;
}

input::-webkit-input-placeholder {
    color: #707070;
    opacity: 1;
}

[type="submit"] {
    width: 100%;
    height: 55px;
    border: 2px solid #FFFFFF;
    outline: none;
    padding: 16px 20px;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;

    border-radius: 5px;
    transition: 0.2s ease all;
    background: #373837;
    text-align: center;
    text-transform: uppercase;
}

[type="submit"]:hover {
    border: 2px solid #A11E23;
    background: #A11E23;
}

.form-select {
    background: #FFFFFF;
    border-radius: 5px;
    position: relative;
}

.form-col select {
    -moz-appearance: none;
    box-sizing: border-box;
    width: 100%;
    height: 55px;
    border: 1px solid rgba(8, 20, 44, .40);
    outline: none;
    padding: 16px 40px 16px 20px;
    font-size: 15px;
    font-weight: 400;
    color: #707070;

    border-radius: 5px;
    transition: 0.2s ease all;
    background: transparent;
    position: relative;
    z-index: 9;
}

.form-col i {
    background: url(../img/arrow-down.png) 0 0 no-repeat;
    height: 14px;
    position: absolute;
    right: 11px;
    top: 22px;
    width: 24px;
    z-index: 1;
}

select option {
    padding: 5px 20px;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

iframe,
img {
    max-width: 100%;
}

@font-face {
    font-family: 'Bauer Bodoni';
    src: url('../fonts/BauerBodoni-Roman.woff2') format('woff2'),
        url('../fonts/BauerBodoni-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bauer Bodoni';
    src: url('../fonts/BauerBodoniBT-Italic.woff2') format('woff2'),
        url('../fonts/BauerBodoniBT-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Bodoni 72 Oldstyle';
    src: url('../fonts/BodoniSvtyTwoOSITCTT-Book.woff2') format('woff2'),
        url('../fonts/BodoniSvtyTwoOSITCTT-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




.container {
    width: 100%;
    max-width: 1132px;
    padding: 0 22px;
}

/* page-header */
.page-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    padding: 20px 0;
    transition: all 0.4s ease;
}

header.sticky {
    background: linear-gradient(60deg, rgba(228, 229, 225, 1) 0%, rgba(227, 224, 200, 1) 100%);
    padding: 10px 0;
}

.header-container {
    width: 100%;
    max-width: 1232px;
    padding: 0 22px;
    margin: 0 auto;
}

.header-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.logo {
    width: 80px;
    margin-right: 10px;
    transition: all 0.4s ease;
}

.header-right__wrapper {
    width: calc(100% - 110px);
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.header-right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.toggle-menu {
    font-size: 30px;
    line-height: 1em;
    margin-left: 15px;
    color: #141414;
    cursor: pointer;
    width: 40px;
    height: 40px;
}

.toggle-menu span {
    width: 100%;
    height: 6px;
    display: block;
    background: #03592E;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
}

.toggle-menu span+span {
    margin-top: 10px;
}

.toggle-menu.nav-close {
    position: relative;
}

.toggle-menu.hidden-lg.nav-close span:first-child {
    transform: rotate(45deg);
    position: absolute;
    top: 11px;
}

.toggle-menu.hidden-lg.nav-close span:nth-child(2) {
    transform: rotate(-45deg);
}

.toggle-menu.hidden-lg.nav-close span:last-child {
    display: none;
    transition: all 0.3s ease-in-out;
}

.header-btn .primary-btn {
    padding: 12px 20px;
    font-size: 16px;
}

.nav-primary {
    position: absolute;
    width: 100%;
    top: 78px;
    left: 0;
    background: #351F64;
    padding: 20px;
    display: none;
    z-index: 9;
}

.nav-primary ul {
    margin: 0;
    padding: 0;
}

.nav-primary ul li {
    padding: 10px 0;
    font-size: 16px;
    line-height: 19px;
}

.nav-primary ul li a {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    line-height: 1em;
}



@media (min-width: 768px) {
    .logo {
        width: 107px;
        margin-right: 10px;
    }

    .header-right__wrapper {
        width: calc(100% - 117px);
        justify-content: flex-start;
    }

    .header-btn .primary-btn {
        padding: 12px 35px;
        font-size: 18px;
    }

    .toggle-menu {
        font-size: 36px;
        margin-left: 30px;
    }
}


@media (min-width: 1200px) {
    .page-header {
        padding: 22px 0 0;
    }

    header.sticky {
        padding: 5px 0;
    }

    .toggle-menu {
        display: none;
    }

    .logo {
        margin-right: 215px;
    }

    .page-header.sticky .logo{
        width: 89px;
    }

    .header-right__wrapper {
        width: calc(100% - 322px);
        flex-direction: unset;
        justify-content: space-between;
    }

    .nav-primary {
        position: relative;
        width: auto;
        top: auto;
        left: auto;
        background-color: transparent;
        padding: auto;
        display: block !important;
        padding: 0 0px 0 0;
    }

    .nav-primary ul {
        display: flex;
    }

    .nav-primary ul li {
        margin: 0px 27px 0 0;
        position: relative;
    }

    .nav-primary ul li:last-child {
        margin: 0px 0px 0 0;
    }

    .nav-primary ul li a {
        font-family: 'Bauer Bodoni';
        color: #2F2C2D;
        font-weight: normal;
        font-size: 16px;
        line-height: 19px;
    }

    .nav-primary ul li a:hover {
        color: #03592E;
    }

    .nav-primary ul li.active::after {
        content: "";
        position: absolute;
        bottom: -8px;
        left: 0;
        background: #006225;
        width: 100%;
        height: 1px;
    }


    .inquire-now {
        width: 170px;
    }
	
	

    .header-right {
        width: calc(100% - 170px);
    }

}
@media (max-width:750px) {
 
    .inquire-now  {
	margin-left: 40px;
    }
}

/* masthead */

.masthead {
    position: relative;
    background: rgb(228, 229, 225);
    background: linear-gradient(60deg, rgba(228, 229, 225, 1) 0%, rgba(227, 224, 200, 1) 100%);
    padding: 96px 0 100px;
    margin-bottom: 30px;
}

.masthead-container {
    width: 100%;
    max-width: 1292px;
    margin: 0 auto;
    padding: 0 22px;
}

@media (max-width:750px) {
 
    .masthead-container {
	text-align:center;
    }
}



.masthead-content-left h1 {
    font-family: 'Bodoni 72 Oldstyle';
    font-weight: normal;
    font-size: 22px;
    color: #2F2C2D;
    text-transform: uppercase;
}

.masthead-content-left p {
    font-size: 14px;
    color: #2F2C2D;
}

.btn-pagelink {
    background: #2F2C2D;
    padding: 15px 7px;
    display: inline-block;
    border-radius: 13px;
    position: absolute;
    bottom: -50px;
    left: 50%;
    margin-left: -13px;
    width: 25px;
    height: 49px;
    position: relative;
}

.btn-pagelink img {
    position: absolute;
    top: 4px;
    left: 6px;
    bottom: 25px;
    animation: scroller 1500ms ease-out infinite;
}


@keyframes scroller {
    0% {
        bottom: 25px;
    }

    5% {
        top: 4px;
    }

    32% {
        bottom: 4px;
    }

    66% {
        top: 25px;
        bottom: 4px;
    }

    100% {
        top: 4px;
        bottom: 25px;
    }
}

@media (min-width: 768px) {
    .masthead-wrapper {
        display: flex;
        flex-direction: row-reverse;
    }

    .masthead-img,
    .masthead-content {
        width: 50%;
    }

    .masthead-content-left h1 {
        font-size: 56px;
    }
}

@media (min-width: 1200px) {
    .btn-pagelink {
        bottom: 22px;
    }
    .masthead {
        padding: 188px 0 0px;
        margin-bottom: 90px;
    }

    .masthead-content-left {
        max-width: 466px;
        margin-left: 60px;
    }

    .masthead-content {
        width: 552px;
    }

    .masthead-content-left h1 {
        font-size: 80px;
        line-height: 96px;
        font-family: 'Bodoni 72 Oldstyle';
        font-weight: normal;
    }

    .masthead-content-left p {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 31px;
        padding-bottom: 0;
    }

    .masthead-img {
        width: calc(100% - 552px);
    }

}

.Whatsapp-btn,
.left-button {
    display: none;
}

@media (min-width:1024px) {

    .Whatsapp-btn{
        position: fixed;
        bottom: 0;
        right: 0;
        display: block;
    }

    .left-button {
        position: fixed;
        top: 50%;
        left: -91px;
        margin-top: -22px;
        background: #fff;
        border-radius: 2px 2px 10px 10px;
        box-shadow: 0px 4px 20px rgba(0, 0, 0, .10);
        transform: rotate(-90deg);
        text-align: center;
        padding: 10px 38px 0 38px;
        height: 42px;
        color: #2F2C2D;
        font-size: 16px;
        display: block;
    }

   

    .left-button span::before {
        content: "";
        position: absolute;
        top: 10px;
        right: 0;
        width: 12px;
        height: 12px;
      
        transform: rotate(90deg);
    }
}

.project-overview-section {
    padding-bottom: 50px;
}

.project-overview-section h2 {
    text-align: center;
    padding: 0 0 20px;
    margin: 0;
    text-transform: uppercase;
    color: rgba(47, 44, 45, 0.20);
}

.project-overview-wrapper {
    background: #2F2C2D;
    padding: 30px;
    border-radius: 6px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .20);
}

.floors-box__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 63px;
}

.floors-content {
    font-size: 60px;
    line-height: 73px;
    color: #fff;
    display: inline-block;
}

.floors-content span {
    display: block;
    color: rgba(255, 255, 255, 0.39);
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    margin-top: -9px;
}

.floors-learn-more .btn::after {
    background: url(../img/arrow-left-black.svg) no-repeat;
}

.floors-learn-more .btn:hover:after {
    background: url(../img/arrow-left.svg) no-repeat;
}

.project-overview-right {
    padding-top: 30px;
}

.project-overview-right p {
    color: rgba(255, 255, 255, 0.70);
}

@media (min-width:768px) {

    .project-overview-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .floors-box {
        width: 270px;
    }

    .project-overview-left {
        width: 300px;
    }

    .project-overview-right {
        width: calc(100% - 300px);
        padding-top: 0px;
    }

    .floors-learn-more {
        padding-top: 17px;
    }
}

@media (min-width:1200px) {
    .project-overview-section {
        padding-bottom: 100px;
    }

    .project-overview-section h2 {
        padding: 0 0 80px;
        font-size: 80px;
        line-height: 96px;
    }

    .project-overview-wrapper {
        padding: 72px 73px 73px 67px;
    }

    .project-overview-left {
        width: 290px;
        margin-right: 132px;
    }

    .floors-box {
        padding-left: 11px;
    }

    .project-overview-right {
        width: calc(100% - 422px);
    }
}

.project-configuration-section {
    padding-bottom: 50px;
}

.project-configuration-section h2 {
    text-align: center;
    padding: 0 0 20px;
    margin: 0;
    text-transform: uppercase;
    color: rgba(47, 44, 45, 0.20);
}

.table-div {
    overflow: hidden;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
    border-radius: 6px;
}

.table-div thead {
    background: #2F2C2D
}

.table-div thead {
    color: #fff;
    text-align: center;
    font-size: 15px;
    line-height: 26px;
    padding: 16px 0;
    text-transform: uppercase;
    font-family: 'Bauer Bodoni';
    font-weight: normal;
}

.table-div thead tr th {
    border: none;

}

.table-div tbody td {
    font-family: 'Bauer Bodoni';
    font-weight: normal;
    font-size: 15px;
    line-height: 26px;
    padding: 18px 0;
    color: #2F2C2D;
    text-align: center;
}

.table-div tbody td a {
    font-size: 15px;
    line-height: 26px;
    font-family: 'Bauer Bodoni';
    font-weight: normal;
    color: #1263AA;
}

.table-div tbody td a:hover {
    color: #1263AA;
}

.project-configuration-content table {
    margin-bottom: 0px;
}

@media (min-width: 1200px) {
    .project-configuration-section {
        padding-bottom: 90px;
    }

    .project-configuration-section h2 {
        padding: 0 0 60px;
        font-size: 80px;
        line-height: 96px;
    }
}


.page-titel {
    text-align: center;
    padding: 0 0 20px;
    margin: 0;
    text-transform: uppercase;
    color: rgba(47, 44, 45, 0.20);
    font-size: 22px;
}

@media (min-width:768px) {
    .page-titel {
        font-size: 42px;
    }
}

@media (min-width:1200px) {
    .page-titel {
        padding: 0 0 60px;
        font-size: 80px;
        line-height: 96px;
    }
}

.construction-status-section {
    padding-bottom: 50px;
    position: relative;
}


.construction-status-section::after {
    content: "";
    position: absolute;
    top: 104px;
    left: 0;
    width: 100%;
    height: 100px;
    /* height: 270px; */
    background: #E4E5E1;
    z-index: -1;
}


.construction-status-item img {
    margin: 0 auto;
}

.construction-status-item p {
    padding: 0;
    margin: 0;
    color: rgba(47, 44, 45, 0.20);
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    font-style: italic;
    text-align: center;
    margin-top: 10px;
}

.construction-status-section .slick-dotted.slick-slider {
    margin-bottom: 0px;
}

@media (min-width:1200px) {
    .construction-status-section {
        padding-bottom: 170px;
    }

    .construction-status-js {
        padding-top: 130px;
    }

    .construction-status-section::after {
        top: 170px;
        height: 270px;
    }
}

.about-project-section {
    padding-bottom: 50px;
}

.about-project-wrapper {
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.20);
}

.about-project-left {
    background-color: #2F2C2D;
    padding: 30px;
}

.about-project-left H2 {
    color: rgba(255, 255, 255, 0.80);
    text-transform: uppercase;
    font-size: 22px;
    padding: 0 0 20px;
    margin: 0;
}

.about-project-left P {
    color: rgba(255, 255, 255, 0.69);
}

.about-project-right {
    padding: 30px;
}

.about-project-right img {
    margin: 0 auto;
}

@media (min-width:768px) {
    .about-project-wrapper {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .about-project-left {
        width: calc(100% - 370px);
    }

    .about-project-right {
        width: 370px;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .about-project-right img {
        margin: unset;
    }
}

@media (min-width:1200px) {
    .about-project-section {
        padding-bottom: 90px;
    }

    .about-project-left {
        padding: 86px 90px 84px 92px;
    }

    .about-project-left P {
        font-size: 18px;
        line-height: 24px;
    }

    .about-project-left H2 {
        font-size: 40px;
        padding: 0 0 30px;
        line-height: 48px;
    }
}

.gallery-section {
    padding-bottom: 50px;
}

.slider {
    /* box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.20); */
    margin: 0px 0px 13px 0px;
}

.slider img {
    width: 100%;
}

.gallery-js {
    max-width: 977px;
    margin: 0 auto;
    padding: 0 22px;
}

.slider .slick-slide {
    padding: 0;
    margin: 0;
}

.slider-nav-thumbnails .slick-slide {
    margin: 0 6px;
}

.slider-nav-thumbnails .slick-slide img {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.20);
}

.slider-nav-thumbnails .slick-track {
    width: 100%;
    margin: 0 -6px 0 -6px;
}


.amenities-section {
    padding-top: 50px;
    margin-bottom: 50px;
    background: #E4E5E1;
}

.amenities-slider-item img {
    width: 100%;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 6px;
}

.amenities-slider-item p {
    font-family: 'Bauer Bodoni';
    color: #2F2C2D;
    font-size: 20px;
    line-height: 25px;
    padding-top: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
}

.amenities-slider {
    margin-top: 10px;
    padding-top: 30px;
}

.amenities-slider .slick-slide {
    margin: 0 8px;
}

.amenities-slider .slick-prev {
    position: absolute;
    top: 0;
    right: 62px;
    left: unset;

}

.amenities-slider .slick-next {
    position: absolute;
    top: 0;
    right: 0;
}

.amenities-text-icon {
    max-width: 936px;
    margin: 0 auto;
}

.amenities-text-icon__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 50px;
}

.amenities-text-icon__item {
    width: 50%;
    text-align: center;
    margin-bottom: 65px;
}

.amenities-icon {
    height: 81px;
}

.amenities-icon img {
    margin: 0 auto;
}

.amenities-content {
    font-size: 15px;
    line-height: 18px;
    color: #2F2C2D;
}

@media (min-width:480px) {
    .amenities-text-icon__item {
        width: calc(33.333% - 15px);
    }

    .amenities-section {
        margin-bottom: 80px;
    }
}



@media (min-width:768px) {
    .amenities-slider {
        padding-top: 67px;
    }

    .amenities-content span {
        display: block;
    }

    .amenities-content {
        font-size: 20px;
        line-height: 25px;
    }
}

@media (min-width:1200px) {
    .amenities-text-icon__item {
        width: 25%;
    }

    .amenities-text-icon__wrapper {
        padding-top: 60px;
        padding-bottom: 15px;
    }
}


.location-highlights-section {
    padding-bottom: 50px;
}

.location-highlights-wrapper {
    position: relative;
}

.location-highlights__left {
    width: 100%;
}

.location-highlights__left-img {
    width: 100%;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 6px;
}

.location-highlights__left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.location-highlights__right {
    width: 100%;
    background: #E4E5E1;
    padding: 30px;
}

.location-highlights__right h2 {
    padding: 0 0 10px;
    margin: 0;
    color: #2F2C2D;
}

.location-highlights__right p {
    font-family: 'Bauer Bodoni';
    font-weight: normal;
    padding: 0 0 10px;
    margin: 0;
    color: #2F2C2D;
}

.location-highlights__right ul li {
    position: relative;
    padding-bottom: 15px;    
    padding-left: 48px;
}

.location-highlights__right ul li::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width:24px;
    height: 14px;
    background: url(../img/right-list.png);
}

.location-highlights__right ul li p {
    font-family: 'Bauer Bodoni';
    font-weight: normal;
    padding: 0px;
    color: #2F2C2D;
    font-size: 14px;
}

.location-highlights__right ul li p span{
    color: #2F2C2D;
    font-size: 16px;
}

@media (min-width:768px) {
    .location-highlights__right ul{
        padding-top: 23px;
    }
    .location-highlights__right ul li {
        padding-bottom: 23px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .location-highlights__right ul li p {
        font-size: 15px;
        line-height: 26px;
    }
    
    .location-highlights__right ul li p span{
        font-size: 15px;
        line-height: 26px;
    }
}

@media (min-width:1024px) {
    .location-highlights-wrapper {
        display: flex;
        justify-content: space-between;
        ;
    }

    .location-highlights__left {
        width: 478px;
    }

    .location-highlights__left-img {
        margin: 60px 0;
    }

    .location-highlights__right {
        width: calc(100% - 478px);
        position: relative;
        padding: 60px 74px 60px 57px;
    }

    .location-highlights__right::before {
        content: "";
        position: absolute;
        top: 0;
        left: -57px;
        width: 100%;
        height: 100%;
        background: #E4E5E1;
        z-index: -1;
    }

    .location-highlights__right h2 {
        padding: 0 0 30px;
        font-size: 40px;
        line-height: 48px;
    }

    .location-highlights__right p {
        font-size: 18px;
        line-height: 24px;
    }
}

footer {
    background: #E4E5E1;
    padding-top: 24px;
}

.footer-top {
    padding-bottom: 27px;
}

.footer-middle,
.footer-text {
    border-top: #0B1541 0.2px solid;
}

.footer-logo-img {
    margin: 0 auto 20px auto;
}

.footer-info ul {
    padding: 0;
    margin: 0;
}

.footer-info ul li {
    padding-bottom: 12px;
}

.footer-info ul li:last-child {
    padding-bottom: 0px;
}

.footer-info ul li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
    color: rgba(47, 44, 45, 0.80);
}

.footer-info ul li a img {
    margin-right: 32px;
}

.footer-quick-link {
    padding-top: 30px;
}

.footer-quick-link h3 {
    padding-bottom: 22px;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: rgba(47, 44, 45, 0.80);

}

.footer-quick-link ul li {
    padding-bottom: 8px;
}

.footer-quick-link ul li:last-child {
    padding-bottom: 0;
}

.footer-quick-link ul li a {
    padding-bottom: 13px;
    font-size: 16px;
    line-height: 24px;
    color: rgba(47, 44, 45, 0.80);
}

.footer-quick-link ul li a:hover {
    color: #03592E;
}

.footer-form {
    padding-top: 30px;
}

.footer-form-row {
    position: relative;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}

.footer-form-row:last-child {
    margin-top: 9px;
    margin-bottom: 0px;
}

.footer-form-row label {
    background: #2F2C2D;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-form-row input {
    padding-left: 73px;
    padding-right: 20px;
    border-radius: 23px;
}

.footer-middle {
    padding: 25px 0 24px;
}

.footer-middle-container {
    width: 100%;
    padding: 0 22px;
    margin: 0 auto;
    text-align: center;
}

.footer-middle-container img {
    margin: 0 auto 10px auto;
}

.footer-middle-container p {
    font-size: 14px;
    line-height: 24px;
    color: rgba(47, 44, 45, 0.80);
    padding-bottom: 4px;
}

.footer-text {
    font-size: 14px;
    line-height: 24px;
    color: rgba(47, 44, 45, 0.80);
    padding: 18px 0 40px;
    text-align: center;
}

.copyright-section {
    background: #2F2C2D;
    padding: 8px 0;
}

.copyright-left ul {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.copyright-left ul li {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    padding: 0 10px;
    line-height: 0;
}

.copyright-left ul li:first-child {
    padding-left: 0px;
}

.copyright-left ul li::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    background: rgba(255, 255, 255, 0.80);
}

.copyright-left ul li:first-child:after {
    display: none;
}

.copyright-left ul li a {
    color: rgba(255, 255, 255, 0.80);
    font-size: 14px;
    line-height: 24px;
}

.copyright-right ul {
    display: flex;
}

.copyright-right ul li {
    padding-right: 17px;
}

.copyright-right ul li a {
    color: rgba(255, 255, 255, 0.80);
    font-size: 17px;
}

.copyright-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (min-width: 1200px) {
    .footer-top {
        display: flex;
    }

    .footer-info {
        width: 367px;
    }

    .footer-quick-link {
        width: 196px;
        padding-top: 0;
    }

    .footer-form {
        width: 525px;
        padding-top: 0px;
    }

    .footer-logo-img {
        margin: 0 0 65px 54px;
    }
}


.enquireModal {
    max-width: 583px;
}

.modal-content {
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.20);
    border: 0.4px #707070 solid;
    border-radius: 0;
}

.enquireModal .modal-header {
    padding: 19px 15px 0 0;
    border: none;
}

.modal-row {
    position: relative;
}

.modal-row label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-right: #707070 0.4px solid;
    border-radius: 0px 1px 1px 0px;
    width: 53px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-row {
    margin-bottom: 10px;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.modal-row:last-child {
    margin-bottom: 0;
    margin-top: 15px;
}


.modal-row input {
    border: #707070 0.4px solid;
    border-radius: 21px;
    padding-left: 60px;
    color: #2F2C2D;
    font-size: 16px;
    line-height: 24px;
}

.modal-body h3 {
    font-size: 18px;
    line-height: 24px;
    color: rgba(47, 44, 45, 0.80);
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 20px;

}

.btn-close {
    background: none;
}

.modal-body {
    padding: 0 29px 27px;
}

/*  */

.take-inside__section {
    padding-bottom: 50px;
}

.take-inside__section ul.tabs {
    margin: 0 0 15px;
    padding: 0px;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.take-inside__section ul.tabs li {
    background: none;
    color: rgba(47px, 44px, 45px, 0.50);
    display: inline-block;
    padding: 2px 8px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 30px;
    border: transparent 1px solid;
    margin: 0 9px;
}

.take-inside__section ul.tabs li.current {
    border: #2F2C2D 1px solid;
    border-radius: 6px;
    color: #2F2C2D;
}

.take-inside__section .tab-content {
    display: none;
    padding: 15px;
}

.take-inside__section .tab-content.current {
    display: inherit;
}

.video-slider-nav {
    margin: 0 -10px;
}

.video-slider-nav .slick-slide {
    margin: 0 10px;
}

.tab-section {
    max-width: 860px;
    margin: 0 auto;
}

.video-slider-item,
.video-slider-thumb-item {
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
    border-radius: 6px;
    overflow: hidden;
}

.video-slider-thumb-item span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .16);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 30; */
}
.video-slider-thumb-item span img{
    position: relative;
    z-index: 31;
}

.playbtn{
    position: absolute;
}
@media (min-width:768px) {
    .take-inside__section ul.tabs {
        margin: 0 0 50px;
    }

    .take-inside__section ul.tabs li {
        padding: 7px 24px;
        font-size: 30px;
        line-height: 36px;
        margin: 0 17px;
    }
}

@media (min-width:1200px) {
    .take-inside__section {
        padding-bottom: 90px;
    }

    .video-slider-for {
        width: calc(100% - 140px);
        margin-right: 10px;
    }

    .video-slider-nav {
        width: 130px;
    }

    .video-slider__wrapper {
        display: flex;
        justify-content: space-between;
    }

    .video-slider-nav {
        margin: 0 0px;
    }

    .video-slider-nav .slick-slide {
        margin: 0 0px;
    }

    .video-slider-thumb-item {
        width: 130px;
    }

    .video-slider-item {
        height: 458px;
    }

    .video-slider-item video {
        height: 100%;
    }
}


.video-slider-item video{
    width: 100%;
    height: 100%;
    object-fit: cover !important;
}



.video-slider-item iframe.playing {
	border-color:black;
	} 
    .video-slider-item iframe.paused {
	border-color:white;
	}

    .video-slider-item a.active {
	color:#888;
	}
    .video-slider-item button {
	clear:both;
	}
    .video-slider-item .lighter {
  color:rgba(0,0,0,0.3)
}