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

html {
    font-size: 10px;
}

body {
    font-family: var(--primary-font);
    margin: 0;
    color: var(--primary-font-color);
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

header {
    width: 100%;
    position: absolute;
    /* background-color: #2c2c2c; */
}

input,
select,
textarea {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: var(--primary-font);
}

.col-12,
.col-7,
.col-5,
.tns-outer {
    flex: 0 0 100%;
}

header .flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: calc(100vw - 200px);
    padding: 12px;
    margin: 0 auto;
}


#language-selector {
    margin-bottom: 20px;
}

#language-selector1 {
    margin-top: 10px;
}

#language-selector a {
    font-family: 'Tajawal', sans-serif;
    color: var(--secondary-bg-color);
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    border: 1px solid var(--lang-selector-color);
    color: var(--ninth-color);
    padding: 10px 20px;
    padding-top: 15px;
    border-radius: 5px;
    background-color: var(--lang-selector-color);

}

#language-selector1 a {
    font-family: 'Tajawal', sans-serif;
    color: var(--secondary-bg-color);
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    border: 1px solid var(--lang-selector-color);
    color: var(--ninth-color);
    padding: 10px 20px;
    padding-top: 15px;
    border-radius: 5px;
    background-color: var(--lang-selector-color);
    margin-top: 10px;
}

#Units p {
    padding: 0;
    margin-top: 20px;
}

#location-text p {
    position: absolute;
    bottom: 10px;
    left: 100px;
    color: var(--ninth-color);
    z-index: 2;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
    font-weight: 600;
    font-size: 16px;
    font-family: 'Montserrat';
}

#location-mobtext p {
    color: var(--ninth-color);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
    font-weight: 600;
    font-size: 16px;
    font-family: 'Montserrat';
    margin-top: -60px;
    margin-bottom: 10px;
}

.location-img {
    margin-right: 4px;
}

section {
    width: 100%;
    margin: 0 0 0rem 0;
    padding: 0;
    /*
    margin: 10px auto;
    padding: 10px;
     border: 1px solid #888;
    border-radius: 10px; 
    */
}

section:nth-of-type(odd) {
    background-color: var(--primary-bg-color);
}

section:first-of-type {
    background-color: var(--form-mob-bg-color);
}

section:nth-of-type(even) {
    background-color: var(--secondary-bg-color);

}

section:first-of-type h2,
section:nth-of-type(even) h2,
section:first-of-type p {
    color: var(--primary-font-color);
}

section:nth-of-type(odd):not(:first-of-type) h2,
section:nth-of-type(odd):not(:first-of-type) p {
    color: var(--secondary-font-color);
}


.container {
    display: flex;
    justify-content: flex-start;
    gap: 4rem;
}

.payment-sub {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 24px;
    line-height: 29.26px;
    letter-spacing: 0%;
    color: var(--secondary-font-color)
}

section h2 {
    text-align: center;
    margin: 0 0 2rem 0;
    font-size: 28px;
    text-transform: uppercase;
    text-align: left;
    font-weight: 600;
    line-height: 35px;
}

.hero-image-container {
    height: var(--hero-image-height);
    width: 100%;
    object-fit: cover;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(255, 254, 254, 0.15)), var(--hero-img-url);
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover
}

.form-container {
    padding: 2rem;
    background-color: var(--form-bg-color);
    border-radius: 5px;
    width: 95%;
    max-width: 400px;
    min-width: 350px;
    margin: -7vh auto 0 auto;
}

/* submit buton animation and disabling */
@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

.px-4 {
    padding: 0 2rem;
}

.spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-top-color: #191919;
    animation: spinner .6s linear infinite;
    color: #1c2326;
}

.form-group.checkboxes label {
    color: #1E1E1E;
    font-size: 12px;
    font-style: normal;
    line-height: 11px;
    letter-spacing: normal;
}

input,
select,
textarea,
.iti input,
input:focus {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 32px;
    padding: 3px 10px 0;
    border: 0;
    background: rgb(255 255 255 / 50%);
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 0;
    color: #1E1E1E;
}

input#confirmedInterest {
    width: 12px;
    height: 12px;
    border: 0.5px solid #000;
    background: transparent;
}

.spinner {
    position: relative;
    color: #fff;
}

.submit.spinner:hover {
    background: #fff;
    color: #fff;
}

.error {
    display: block;
    margin-top: 0;
    transition: all 0.3s ease;
    color: #ff4b82;
    font-size: 11px;
    font-weight: 600;
    text-align: center;
    position: absolute;
    right: 0;
    white-space: nowrap;
}


div#success {
    text-align: center;
    margin: 30px 0 0;
}

div#success h4 {
    font-size: 25px;
    color: #11aa16;
    border: 1px solid;
    padding: 25px 0;
    background: #eee;
    line-height: 29px;
}

#success-overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.8);
    color: #3d3d3d;
}

#success-overlay-innerwrap {
    display: block;
    position: relative;
    width: 100%;
    max-width: 600px;
    min-height: 200px;
    padding: 40px;
    background-color: rgb(255 255 255 / 90%);
    border-radius: 5px;
}

#success-overlay h4 {
    text-align: center;
    font-size: 30px;
    color: #191919;
}

#success-overlay h5 {
    text-align: center;
    font-size: 18px;
    color: #191919;
}

#success-overlay-close {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 22px;
    cursor: pointer;
    padding: 12px 15px 8px;
    font-weight: 600;
    background: #000;
    color: #fff;
}

.form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.form-group {
    position: relative;
    margin: 0 0 1rem 0;
}

.form-project-details {
    width: 100%;
}

.logo-container {
    display: flex;
    gap: 1rem;
    margin: 2rem auto;
}

.logo-container hr {
    border: 1px solid;
}

.form-project-details .project-logo {
    display: block;
    margin: 3rem auto 3rem auto;
    max-height: 33px;
}

.form-project-details .project-title {
    text-align: center;
    font-size: 2.6rem;
    margin: 0 0 3rem 0;
}

.form .form-project-details .project-tagline {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 25px;
    color: var(--tertiary-color);
    padding-bottom: 1rem;
}

.list-flex {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    gap: 0.4rem;
}

.form .form-project-details ul {
    font-size: 14px;
    line-height: 22px;
    padding-left: 2rem;
    margin: 0 0 3rem 0;
    list-style: none;
    font-weight: 400;
    color: var(--tertiary-color);
}

.form label {
    display: block;
    width: 100%;
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
    font-weight: 600;
    line-height: 1.33rem;
    color: var(--primary-font-color);
}

.form input,
.submit {
    display: block;
    width: 100%;
}



.form input,
select {
    width: 100%;
    margin: 2px 0px 0px 0px;
    padding: 10px 8px;
    border-radius: 6px;
    border: solid 1px #b6b8b9;
    caret-color: #ee0400;
    font-size: 14px;
    line-height: 1.43;
    outline: 0;
    height: 38px;
}

.iti.iti--allow-dropdown {
    width: 100%;
}

.form select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    display: block;
    box-sizing: border-box;
    height: 36px;
    width: 100%;
    background: var(--primary-bg-color);
    background-image:
        linear-gradient(45deg, transparent 50%, #2b2d2e 50%),
        linear-gradient(135deg, #2b2d2e 50%, transparent 50%);
    background-position:
        calc(100% - 20px) calc(1em + 2px),
        calc(100% - 15px) calc(1em + 2px),
        calc(100% - 2.5em) 0.5em;
    background-size:
        5px 5px,
        5px 5px,
        1px 1.5em;
    background-repeat: no-repeat;
    text-align: left;
    font-family: inherit;
    cursor: pointer;
}

input[type="checkbox"] {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    padding: 0px;
    border-radius: 3px;
    border: 2px solid #016096;
    cursor: pointer;
}

fieldset {
    border: none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.submit {
    display: block;
    width: 100%;
    height: 42px;
    margin: 0 auto;
    border-radius: 0;
    border: solid 1px var(--primary-btn-color);
    background: var(--primary-btn-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 2;
    text-align: center;
    color: #fff;
    cursor: pointer;
    margin-top: 0.6rem;
    text-transform: uppercase;
    font-family: 'Montserrat';
}

.section-location {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
    gap: 20px;
}

.mob-img {
    width: 100%;
    height: 100%;
    padding-bottom: 4rem;
}

.bottom-cta {
    display: block;
    width: 100%;
    padding: 0.5rem;
    border-radius: 5px;
    border: solid 1px var(--primary-font-color);
    background: var(--primary-font-color);
    font-size: 1.5rem;
    line-height: 2;
    text-align: center;
    color: var(--secondary-font-color);
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    max-width: 400px;
    font-family: 'Montserrat';
    font-weight: 600;
}



.bottom-cta:hover {
    background-color: var(--hover-btn-color);
    color: var(--primary-btn-color);
}

.submit:hover {
    background-color: var(--hover-btn-color);
    color: var(--primary-btn-color);
}

.barcode img {
    width: 70px;
    display: block;
    margin: 0 0 1rem;
}

.payment-img {
    width: 100%;
}

.justify-center {
    justify-content: center !important;
}

.text-center {
    text-align: center !important;
}

.p-4 {
    padding: 10rem;
    padding-top: 5rem;
}

.barcode {
    font-size: 1.8rem;
    font-weight: 500;
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
    width: 100%;
    margin: 3rem 0 0;
}



@media (min-width: 1450px) {
    #Amenities .flex-container {
        /* margin: 0 0 0 1rem !important; */
    }

    #Amenities .tns-controls {
        left: -10px !important;
        justify-content: flex-end;
        right: 10px;
    }
}

#Payment {
    display: flex;
    justify-content: center;
}

.table-container img {
    width: 100%;
    height: 100%;
}

.table-container {
    margin: 2rem 2rem 2rem 2rem;
    justify-content: center;
    display: flex;
}

table.rounded-corners {
    border-spacing: 0;
    border-collapse: separate;
    border-radius: 10px;
    border: 1px solid #666;
}

table.rounded-corners {
    /* Change these properties */
    --border: 1px solid #666;
    border-radius: 5px;

    /* Don't change these properties */
    border-spacing: 0;
    border-collapse: separate;
    border: var(--border);
    overflow: hidden;
}

.section-location p {
    text-align: left;
    margin: 2rem 2rem !important;
    padding: 0 !important;
}

.section-location h2 {
    text-align: left;
    margin: 1rem 2rem !important;
    padding: 0;
}

/* Apply a border to the right of all but the last column */
table.rounded-corners th:not(:last-child),
table.rounded-corners td:not(:last-child) {
    border-right: var(--border);
}

/* Apply a border to the bottom of all but the last row */
table.rounded-corners>thead>tr:not(:last-child)>th,
table.rounded-corners>thead>tr:not(:last-child)>td,
table.rounded-corners>tbody>tr:not(:last-child)>th,
table.rounded-corners>tbody>tr:not(:last-child)>td,
table.rounded-corners>tfoot>tr:not(:last-child)>th,
table.rounded-corners>tfoot>tr:not(:last-child)>td,
table.rounded-corners>tr:not(:last-child)>td,
table.rounded-corners>tr:not(:last-child)>th,
table.rounded-corners>thead:not(:last-child),
table.rounded-corners>tbody:not(:last-child),
table.rounded-corners>tfoot:not(:last-child) {
    border-bottom: var(--border);
}

.info-table {
    width: 100%;
    max-width: 500px;
    font-size: 1.4rem;
    color: var(--primary-font-color);
    border-spacing: 0;
    border-collapse: separate;
    border-radius: 5px;
    border: 1px solid #666666;
}

.info-table th {
    font-weight: 600;
    text-align: left;
    padding: 1rem 0.7rem;
    font-size: 1.4rem;
    color: var(--primary-font-color);
    background: var(--table-header-bg-color);
}

.info-table td {
    font-weight: 400;
    text-align: left;
    /* border: 1px solid #666666; */
    padding: 1rem 0.7rem;
}

.icons-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    /* margin: 0 2rem; */
}

.icon-sm {
    width: 45px;
}



.icon-set {
    width: 33%;
    margin: 0 0 2rem 0;
}

.icon-set .icon {
    width: 55px;
    height: 55px;
    /* margin: 0 auto; */
    display: block;
}

.icon-set .icon-label,
.icon-set .icon-header {
    width: 100%;
    display: block;
    text-align: center;
}

#Amenities .poi .icon-set .icon-label {
    color: var(--primary-font-color);

}

.poi .icon-set .icon-label {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
    line-height: 19.5px;
    text-align: center;
    color: var(--tertiary-color);
    text-transform: capitalize;

}


.icon-set .icon-header {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 24px;
    line-height: 29.26px;
    text-transform: uppercase;
    color: var(--primary-font-color);

}

.poi .icon-set {
    width: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 0 0 3rem 0;
}

.poi .loc-set {
    align-items: flex-start;
    margin: 0 0 3rem 0;
}

.poi .icon {
    flex-grow: 0;
}

.poi .icon-set div {
    flex-grow: 1;
    padding-left: 0.5rem;
}

.poi .icon-set .icon-label,
.poi .icon-set .icon-header {
    text-align: center;
}

#map {
    width: 100%;
    height: 400px;
    margin-top: 3rem;
    margin-bottom: 3rem;
    flex: 1 1 48%;
}

.col-text {
    flex: 1 1 48%;
    /* Text content takes 48% of width */
}

.col-map {
    flex: 1 1 48%;
    /* Map content takes 48% of width */
}

/* Responsive layout for smaller screens */
@media (max-width: 768px) {

    .col-text,
    .col-map {
        flex: 1 1 100%;
        /* Full width for both columns */
    }
}


section.section-amenities,
section.section-location {
    padding: 2rem 0 0.5rem 0;
}

section p {
    padding: 0 2rem 4rem 2rem;
    margin: 0;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--text-color);
}

/* START TINY SLIDER */
/* .image-slider is overwritten by .tns-outer when tinyslider loads */
.image-slider {
    width: 100%;
    min-height: 200px;
    background-color: var(--secondary-bg-color);
    overflow: hidden;
}

.image-slider img {
    width: 100%;
}

button[data-action="stop"],
button[data-action="start"] {
    display: none;
}

.tns-outer {
    position: relative;
    margin-bottom: 4rem;
}

.tns-item img {
    width: 100%;
}

/* back/forward styling */
.tns-controls {
    position: absolute;
    bottom: 10px;
    right: 100px;
    z-index: 2;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 10px;
}

.tns-controls button {
    border: none;
    transform: rotate(180deg);
    background-image: url("data:image/svg+xml,%3Csvg width='49' height='49' viewBox='0 0 49 49' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='24.4078' cy='24.4078' r='24.4079' transform='rotate(180 24.4078 24.4078)' fill='%233F6289'/%3E%3Cpath d='M24.5226 18.1603L27.6452 15.0377L37.0173 24.4076L27.6474 33.7776L24.5248 30.6528L28.5594 26.616L11.9152 26.616L11.9152 22.1993L28.5594 22.1993L24.5226 18.1603Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M41.5842 7.23138C51.0712 16.7184 51.0712 32.0972 41.5842 41.5842C32.0972 51.0712 16.7184 51.0712 7.23138 41.5842C-2.25562 32.0972 -2.25562 16.7184 7.23138 7.23138C16.7184 -2.25562 32.0972 -2.25562 41.5842 7.23138ZM38.4616 10.354C42.1889 14.0813 44.2829 19.1366 44.2829 24.4078C44.2829 29.679 42.1889 34.7343 38.4616 38.4616C34.7343 42.1889 29.679 44.2829 24.4078 44.2829C19.1366 44.2829 14.0813 42.1889 10.354 38.4616C6.62665 34.7343 4.53268 29.679 4.53267 24.4078C4.53267 19.1366 6.62665 14.0813 10.354 10.354C14.0813 6.62666 19.1366 4.53268 24.4078 4.53268C29.679 4.53268 34.7343 6.62666 38.4616 10.354Z' fill='%233F6289'/%3E%3C/svg%3E");
    background-color: transparent;
    font-size: 0px;
    width: 49px;
    height: 49px;
}

.tns-controls button:nth-of-type(even) {
    transform: initial;
}

/* pagination styling */
.tns-nav {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 0.5rem;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: nowrap;
    display: none;
}

.tns-nav button {
    width: 9px;
    height: 9px;
    padding: 0;
    margin: 0 5px;
    border-radius: 50%;
    background-color: #A4A4A4;
    border: 0;
}

.tns-nav>button.tns-nav-active {
    background-color: #0B1B2B;
}


#tns1-mw,
#tns3-mw {
    /* margin-left: -30%; */
}

#tns2-mw {
    /* margin-right: -160px; */
}

#Amenities .tns-controls {
    left: -20px;
    justify-content: flex-end;
    right: 0;
}

.payment-subtext {
    color: var(--sixth-color);
}

.hide-mobile,
#tns1-ow,
#tns3-ow,
#tns5-ow {
    display: none !important;
}

.section-payment-plan {
    background: #F4F4F4;
    padding: 30px 0;
}

section.section-about {
    padding-bottom: 0;
}

section.section-location {
    padding: 2rem 0rem 0;
    padding-left: 8rem;
}

.location-header {
    text-align: left !important;
    justify-content: left !important;
}

.location {
    margin-left: 4.5rem;
}

#tns1 {
    height: auto;
}

.line-break {
    width: 70px;
    border-top: 2px solid var(--text-color);
    margin-right: auto;
    margin-bottom: 1rem;
}

section.section-qrcode {
    border-bottom: 40px solid var(--border-color);
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
    padding-top: 50px;
    flex-direction: column;
    text-align: center;
}

.qrcode img {
    width: 120px;
    height: 120px;
    margin-bottom: 10px;
}

.qrcode p {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    padding: 0;
}



/* END TINY SLIDER */

/* START CUSTOMIZATION */

@media (min-width: 750px) {
    #map {
        height: 550px;
    }

    .payment-img {
        width: 50%;
    }

    .image-centered {
        display: flex;
        justify-content: center;

    }

    .ml-5 {
        margin-left: 3rem;
    }

    .ml-3 {
        margin-left: 4rem;
    }

    .mr-5 {
        margin-right: 6rem;
    }

    .mr-3 {
        margin-right: 4rem;
    }

    .icon-set .icon-label {
        font-size: 16px;
    }

    section p {
        font-family: 'Montserrat';
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: var(--text-color);

    }


    .hide-mobile,
    #tns1-ow,
    #tns3-ow,
    #tns5-ow {
        display: block !important;
    }

    .hide-desktop,
    #tns2-ow,
    #tns4-ow,
    #tns6-ow {
        display: none !important;
    }

    .col-12 {
        flex: 0 0 100%;
    }

    .col-7 {
        flex: 0 0 55%;
    }

    .col-5 {
        flex: 0 0 45%;
    }

    .col-3 {
        flex: 0 0 25%;
    }

    #Payment h2 {
        text-align: center;

    }

    section h2 {
        margin: 0 0 2rem 0;
        text-transform: uppercase;
        text-align: left;
        font-family: 'Montserrat';
        font-weight: 600;
        font-size: 28px;
        line-height: 34.13px;

    }

    #Payment {
        padding-bottom: 7rem;
        padding-top: 7rem;

    }

    header {
        width: 100%;
        position: absolute;
        top: 30px;
        z-index: 9999;
    }

    section.section-hero {
        position: relative;
    }

    .hero-image-container {
        height: 763px;
        width: 100%;
    }

    header .flex-container {
        padding: 12px 0;
    }

    #developer-logo {
        width: 193px;
    }

    .table-container img {
        width: 80%;
        height: 100%;
    }

    .about-desc {
        padding-left: 12rem;
    }

    body[dir="rtl"] .about-desc {
        padding-right: 12rem;
        padding-left: 0;
    }

    .main-form {
        position: absolute;
        top: 100px;
        left: 70px;
        right: 0;
        bottom: 0;
        width: 100%;
        margin: auto;
        height: 72%;
        max-width: calc(100vw - 300px);
    }

    .form-container {
        width: 100%;
        max-width: 420px;
        margin: 1rem 0 0 auto;
    }



    .form .form-project-details ul {
        list-style-type: none;
        text-align: center;
        font-size: 14px;
        line-height: 20px;
        padding: 0;
    }

    .image-slider {
        width: 100%;
        height: auto;
        background-color: #f7f7f7;
    }

    .section-unit-details .flex-container {
        gap: 8rem;
    }

    #About .flex-container {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        max-width: calc(100vw - 50px);
        padding: 12px;
        margin: auto;
        padding-right: 0rem;
    }

    .flex-container {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        max-width: calc(100vw - 50px);
        padding: 12px;
        padding-left: 0rem;
        margin: auto;
    }

    .payment-second {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }

    .tns-outer {
        flex: 0 0 45%;
    }

    .info-table th {
        text-align: left;
        font-size: 1.4rem;
        padding: 1.2rem 1.7rem;
    }

    .info-table td {
        font-weight: 400;
        text-align: left;
        padding: 1.2rem 1.7rem;
    }

    .unit-table {
        padding: 0 0 0 0rem;
    }

    .table-container {
        margin: 0;
        justify-content: initial;
        display: block;

    }

    .info-table {
        max-width: 100%;
        font-size: 14px;
    }

    .tns-controls button {
        border: none;
        padding: 0rem;
        width: 49px;
        height: 49px;
    }

    .tns-controls {
        bottom: 20px;
        gap: 8px;
        display: flex;
        right: 0;
        left: 10px;
    }





    .section-amenities .flex-container {
        gap: 10rem;
    }

    .tns-nav {
        display: none;
    }

    section .about-desc p {
        text-align: left;
        padding: 0;
        max-width: 85%;
    }

    section.section-unit-details {
        padding: 70px 0;
        margin: 0;

    }

    section.section-amenities {
        padding: 70px 0;
    }

    section.section-about {
        padding: 70px 0;
    }

    .icon-set {
        width: 25%;
    }

    .section-amenities p {
        padding: 1rem 2rem;
    }

    .section-amenities h2 {
        padding: 0 3rem;
        margin-bottom: -10px;
    }

    .section-amenities .icons-container {
        margin: 0 0 0 0;
    }

    .section-amenities .image-slider {
        height: auto;
    }


    .tns-outer {
        margin: 0;
    }

    .image-slider img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .icon-set .icon-label {
        margin: 0 0 0;
    }

    .icon-set .icon {
        width: 64px;
        height: 56px;
        /* margin: 0 auto; */
        display: block;
        object-fit: contain;
    }

    section.section-payment-plan {
        padding: 7rem 0 10rem;
    }

    .section-payment-plan .payment-container {
        max-width: 945px;
        padding: 12px;
        margin: 0 auto;
    }

    .section-payment-plan h2,
    .section-location p {
        text-align: center;
    }

    .section-location .flex-container {
        flex-wrap: wrap;
    }

    #Location .poi .icon-set {
        width: 30%;
        gap: 0px;
        margin-bottom: -10px;
    }

    .poi .icon-set {
        width: 30%;
        gap: 10px;
        margin-bottom: -10px;
    }

    .bottom-cta {
        width: 100%;
        max-width: 350px;
        font-size: 16px;
        margin: 2rem;
        margin-top: 5rem;

    }

    .section-location .icon-set .icon {
        width: 74px;
        height: 74px;
    }

    .poi .icon-set .icon-label {
        font-family: 'Montserrat';
        font-weight: 400;
        font-size: 16px;
        line-height: 19.5px;
        text-align: center;
        text-transform: capitalize;

    }

    .section-location p {
        text-align: left;
        max-width: 80%;
        margin: 0 auto 5rem;
    }

    .section-location h2 p {
        text-align: left;
        margin: 0 2rem !important;
        padding: 0 !important;
    }

    .payment-div {
        padding: 0% 20%;
        margin-bottom: 5%;

    }


}

@media (max-width:1400px) and (min-width:800px) {
    .main-form {
        max-width: calc(100vw - 100px);
    }
}

@media (max-width: 1300px) and (min-width: 901px) {
    .form-container {
        padding: 3rem;
        max-width: 330px;
        margin: 2rem 0 0 auto;
    }



    .form .form-project-details ul {
        margin: 0 0 1rem 0;
    }



    .flex-container {
        max-width: 95%;
    }

    .image-slider {
        height: 300px;
    }

    section.section-unit-details,
    section.section-amenities {
        margin: 5rem 0;
    }

    .hero-image-container {
        height: 700px;
    }

    .main-form {
        padding: 0 20px;
    }

    header .flex-container {
        padding: 12px 20px;
    }

    section h2 {
        margin: 0 0 3rem;
    }

    .info-table td {
        padding: 1rem;
    }

    .section-amenities .image-slider {
        height: 400px;
    }

    section.section-payment-plan {
        padding: 4rem 0 6rem;
    }

    section.section-location {
        padding: 2rem 0rem 0;
    }
}

@media (max-width: 900px) and (min-width: 750px) {

    .col-12,
    .col-7,
    .col-5,
    .tns-outer {
        flex: 0 0 100%;
    }

    section .flex-container {
        flex-wrap: wrap;
        justify-content: center;
        padding: 0;
        max-width: 100%;
    }

    .main-form {
        padding: 0 20px;
    }

    header .flex-container {
        padding: 12px 20px;
    }

    section h2 {
        text-align: center;
        margin: 4rem 0 3rem;
    }

    .image-slider,
    .section-amenities .image-slider {
        height: 300px;
    }

    .unit-table.col-7,
    section.section-about,
    .amenities h2 {
        padding: 0;
    }

    .unit-table.col-7 {
        padding: 0;
        width: 100%;
        max-width: 85%;
        margin: 0 auto 5rem;
    }

    section.section-unit-details .flex-container,
    .section-amenities .flex-container {
        flex-direction: column-reverse;
    }

    section.section-unit-details,
    section.section-amenities {
        margin: 0;
    }

    section {
        margin: 0;
    }

    .about-desc p {
        max-width: 86%;
        text-align: center;
        margin: 0 auto 5rem;
    }

    section .amenities h2 {
        margin: 4rem 0;
    }

    .amenities.col-7 {
        padding: 4rem 0 2rem;
    }

    .section-payment-plan .payment-container {
        max-width: 90%;
    }

    section.section-location .col-3 {
        flex: 0 0 33.33333%;
    }

    section.section-location .flex-container {
        justify-content: center;
    }

    section.section-location .row {
        justify-content: center;
        gap: 10px;
    }

    .poi .icon-set {
        width: 34%;
    }

    .section-location p {
        margin: 0 auto 3rem;
    }
}

@media (max-width: 1400px) {
    header .flex-container {
        max-width: 1300px;

    }
}

@media (min-width: 749px) {
    .poi {
        flex: 1 1 33% !important;
        gap: 50px 5px !important;
        justify-content: flex-start !important;
    }

    #Location .poi {
        flex: 1 1 33% !important;
        gap: 50px 25px !important;
        justify-content: flex-start !important;
    }

    .location {
        /* margin-left: 8rem; */
    }
}

@media (max-width: 749px) {
    .section-about .flex-container {
        flex-direction: column-reverse;
        display: flex;
    }

    #tns1 {
        height: auto;
    }

    .form-container {
        padding: 1rem 2rem 1rem 2rem;
        margin: -1vh auto 0rem auto;
    }


    section.section-amenities,
    section.section-location {
        padding: 0;
    }

    .location {
        justify-content: center !important;
        margin-left: 7rem;
    }

    .location {
        gap: 10px !important;
    }


    .info-table {
        font-size: 1.2rem;
    }

    .icons-container {
        padding-top: 2rem;
        justify-content: center !important;
    }

    .location {
        margin-left: 1.5rem;
        justify-content: flex-start !important;
    }

    #Location .poi .icon-set {
        width: 40%;
    }

    .poi .icon-set {
        width: 45%;
    }

    .p-4 {
        padding: 1rem;
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    #tns1-mw {
        margin-left: 0%;
    }

    #Payment h2,
    .section-about h2 {
        font-weight: 600;
    }

    .section-location h2 {
        padding-top: 2rem;
        font-weight: 600;
    }

    .section-unit-details h2 {
        padding-left: 2rem;
        padding-top: 4rem;
        font-weight: 600
    }

    .section-amenities h2 {
        padding-left: 2rem;
        padding-top: 4rem;
        font-weight: 600
    }

    section h2 {
        font-size: 26px;
    }

    .container {
        flex-wrap: wrap;
    }

    .section-about h2 {
        padding: 3rem 2rem 0rem !important;
    }

    #developer-logo {
        width: 100px;
    }

    .payment-second {
        margin-top: 5rem;
        margin-bottom: 2rem;
    }

    #Amenities .tns-controls {
        left: -10px;
        right: 10px;
    }

    .tns-controls {
        right: 0px;
        left: 10px;
    }

    .table-container {
        padding-bottom: 0rem;
        margin-bottom: 0rem;
    }

    .payment-div {
        padding: 0% 5%;

    }

    .m-1 {
        margin: 1rem;
    }

    .tns-outer {
        position: relative;
        margin-bottom: 0rem;
    }

    .section-amenities p {
        padding: 0 2rem 3rem 2rem;
    }

    section p {
        padding: 2rem 2rem 0rem 2rem;
    }

    #Payment h2 {
        text-align: center !important;
    }

    #map {
        margin-bottom: 0;
    }

    .form .form-project-details .project-tagline {
        margin: 0;
        padding-bottom: 1rem;
    }

    .form .form-project-details ul {

        margin: 0 0 1rem 0;
        text-align: center;
        padding: 0 !important;
    }

    .submit {
        margin-bottom: 1rem;

    }

    .submit,
    .bottom-cta {
        font-size: 17px;
    }

    .mob-dec {
        margin-bottom: 3rem;
    }

    #Units p {
        padding: 0rem 2rem 2rem 2rem;
    }

    .download-cta {
        margin-top: 20px;
        margin-bottom: 40px;
    }

    #location-text p {
        position: absolute;
        top: 300px;
        left: 0px;
    }

    .bottom-cta {
        max-width: 420px;
    }

    .download-overlay-innerwrap {
        padding: 20px;
        max-width: 400px;
    }

    section:first-of-type {
        padding-bottom: 20px;
    }
}

@media (max-width: 600px) {
    #location-text p {
        top: 300px;
    }

}

@media (max-width: 500px) {
    #location-text p {
        top: 300px;
    }

    .form-container {
        max-width: 380px;
    }

}

@media (max-width: 400px) {
    .icon-set .icon-header {
        font-size: 20px;
    }

    .poi .icon-set .icon-label {
        font-size: 14px;
    }

    #location-text p {
        top: 270px;
    }

    .form-container {
        max-width: 370px;
    }

}

@media (max-width: 375px) {

    #location-text p {
        top: 200px;
    }

}

/* END CUSTOMIZATION */