@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700&family=Poppins:wght@100;300;400;500;600;700&display=swap");

html {
    overflow-x: hidden;
}

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background-color: #ffffff;
    overflow-x: hidden;
    font-family: "Poppins", sans-serif;
}

a {
    text-decoration: none;
}

.container {
    width: 100%;
    padding: 0 135px;
    max-width: 1200px;
    margin: 0 auto;
}

.containerall {
    width: 100%;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    overflow-x: hidden;
}

.preloader {
    width: 100%;
    height: 100vh;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.85);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
}

.preloader .loader-div img {
    width: 100px;
    padding-right: 10px;
    background: transparent;
}

.banner_section {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.banner_section .rera-wrapper{
    display: flex;
    position: absolute;
    right:calc(50% + 32px);
    top:32px;
    z-index: 99;
    gap: 10px;
    align-items: center;
    @media (max-width: 768px) {
        right: 32px;
        top:unset;
        bottom: 32px;
    }
}
.banner_section .rera-wrapper .image{
    width:62px;
    height:62px;
    background: #ffffff;
    border-radius: 4px;
    padding: 3px;
    box-sizing: border-box;
    overflow: hidden;
}
.banner_section .rera-wrapper .text{
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.banner_section .rera-wrapper .text span{
    font-family: "Poppins", sans-serif;
    display: block;
    font-weight: 500;
    font-size: 9px;
    line-height: 120%;
    letter-spacing: 0px;
    text-align: right;
    text-transform: uppercase;
    color:#FFFFFF;
}
.banner_section .rera-wrapper .image img{
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.banner_section .left_banner {
    width: 50%;
}

.banner_section .left_banner img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.banner_section .left_banner .slick-next,
.banner_section .left_banner .slick-prev {
    display: none !important;
}

.banner_section .right_banner {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    background-color: #f2efea;
    padding: 70px 0;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.banner_section .right_banner .logo {
    width: 200px;
    display: block;
    margin: 0 auto 20px;
}

.banner_section .right_banner .logo img {
    width: 100%;
}

.banner_section .right_banner h1 {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 124%;
    color: #0A53A0;
    padding: 0;
    max-width: 460px;
    margin: 0 auto;
}

.banner_section .right_banner h6 {
    margin-top: 19px;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 129.7%;
    color: #2f2f2f;
}

.banner_section .right_banner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
    margin-top: 18px;
}

.banner_section .right_banner ul li:first-child {
    list-style: none;
}

.banner_section .right_banner ul li:last-child {
    padding: 0 0px;
}

.banner_section .right_banner ul li {
    color: #996600;
    font-weight: 400;
    font-size: 20px;
    line-height: 129.7%;
    padding: 0 10px;
    text-align: center;
}

.banner_section .right_banner ul li span {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 129.7%;
    text-decoration: none;
    text-align: center;
    color: #2f2f2f;
}

.banner_section .right_banner .btn {
    margin: 50px;
}

.banner_section .right_banner .btn a {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.74px;
    text-transform: uppercase;
    border-radius: 4px;
    max-width: 400px;
    padding: 18px;
    text-decoration: none;
    color: #0A53A0;
    border: 1px solid #0A53A0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: inline-block;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
}

.banner_section .right_banner .btn a:hover {
    -webkit-transform: translate3d(0, -7px, 0);
    transform: translate3d(0, -7px, 0);
    opacity: 0.85;
}

.banner_section .right_banner .btn_enquire {
    color: #0A53A0;
    margin-right: 7px;
    margin-bottom: 10px;
}

.banner_section .right_banner a.btn_call {
    background-color: #0A53A0;
    color: #ffffff;
    margin-right: 7px;
    margin-bottom: 10px;
    padding-left: 50px;
}

.banner_section .right_banner .btn_call:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../images/call.svg) no-repeat right;
    background-size: contain;
    left: 18px;
    -webkit-animation: call 9s ease-out 5s infinite;
    animation: call 9s ease-out 5s infinite;
}

@-webkit-keyframes call {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }

    11%,
    13%,
    5%,
    7%,
    9% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }

    10%,
    12%,
    14%,
    6%,
    8% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    15%,
    16%,
    17%,
    18%,
    19%,
    20%,
    21%,
    22%,
    23% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    80%,
    to {
        opacity: 1;
    }

    97% {
        scale: 1;
        opacity: 1;
    }

    to {
        scale: 2;
        opacity: 0;
    }
}

@keyframes call {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }

    11%,
    13%,
    5%,
    7%,
    9% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }

    10%,
    12%,
    14%,
    6%,
    8% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    15%,
    16%,
    17%,
    18%,
    19%,
    20%,
    21%,
    22%,
    23% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    80%,
    to {
        opacity: 1;
    }

    97% {
        scale: 1;
        opacity: 1;
    }

    to {
        scale: 2;
        opacity: 0;
    }
}

.heading_section {
    margin-top: 100px;
}

.heading_section h3 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 37px;
    line-height: 147.02%;
    text-align: center;
    color: #2f2f2f;
}

.heading_section ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
    margin-top: 18px;
}

.heading_section ul li:first-child {
    list-style: none;
}

.heading_section ul li:first-child span {
    font-weight: 700;
}

.heading_section ul li {
    font-weight: 400;
    font-size: 17px;
    line-height: 129.7%;
    color: #996600;
}

.heading_section ul li span {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 129.7%;
    text-align: center;
    color: #2f2f2f;
    text-decoration: none;
    cursor: not-allowed;
}

.heading_section ul li:first-child span {
    font-weight: 700;
}

.project_section {
    margin-top: 100px;
}

.project_section .outer_project .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 100px;
}

.project_section .outer_project .item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.project_section .outer_project .item:nth-child(2) .left_project {
    padding-left: 64px;
}

.project_section .outer_project .item .left_project {
    width: 50%;
    padding-right: 32.5px;
}

.project_section .outer_project .item .left_project h3 {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 147.02%;
    color: #2f2f2f;
    margin-bottom: 7px;
}

.project_section .outer_project .item .left_project p {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #2f2f2f;
    mix-blend-mode: normal;
    margin: 7px 0px;
    padding: 7px 80px 7px 0;
}

.project_section .outer_project .item .left_project .items {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


/* .project_section .outer_project .item .left_project .serialtabs-nav-amenities{
    list-style: none;
    margin-left: 20px;
}
.project_section .serialtabs-nav-amenities .list:last-child{
    list-style: none;
    margin-left: 20px;
    margin-bottom: 5px;
}
.project_section .outer_project .item .left_project .serialtabs-nav-amenities .list .sub-link-1 {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    color: #2f2f2f;
    text-align: center;
    border: none;
    cursor: pointer;
    min-width: 70px;
    box-sizing: content-box;
}
.project_section .serialtabs-nav-amenities .list .is-current,
.project_section .serialtabs-nav-amenities .list .sub-link-1:hover {
    background: #e7e1d7;
    border-radius: 44px;
    border: none;
    font-weight: 700;
}
.project_section .outer_project .item .left_project .serialtabs-nav-content{
    display: flex;
    flex-wrap: wrap;
}
.project_section .outer_project .item .left_project .serialtabs-nav-content ul{
    width: 50%;
}
.project_section .outer_project .item .left_project .serialtabs-nav-content ul li{
    margin-left: 20px;
    font-weight: 400;
    font-size: 16px;
    color: #996600;
}
.project_section .outer_project .item .left_project .serialtabs-nav-content ul li span{
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #2f2f2f;
    text-decoration: none;
} */




.project_section .outer_project .item .left_project .items ul {
    width: 58%;
    margin-left: 5px;
}

.project_section .outer_project .item .left_project .items ul li {
    margin-left: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #996600;
    padding: 2px 0;
}

.project_section .outer_project .item .left_project .items ul li span {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #2f2f2f;
    text-decoration: none;
}

.project_section .outer_project .item .right_project {
    width: 50%;
    padding: 0 32.5px;
    overflow: hidden;
}

.project_section .outer_project .item .right_project img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}



.gallery_slider_section {
    padding: 20px 0 80px;
}

.gallery_slider_section .gallery_slider {
    position: relative;
}

.gallery_slider_section .slick-list,
.gallery_slider_section .slick-track,
.gallery_slider_section .slick-slide,
.gallery_slider_section .gallery_slide {
    height: auto;
    line-height: 0;
    font-size: 0;
}

.gallery_slider_section .slick-track:before,
.gallery_slider_section .slick-track:after {
    display: none;
}

.gallery_slider_section .slick-list {
    border: 1px solid #9a9a9a;
    overflow: hidden;
}

.gallery_slider_section .gallery_slide img {
    width: 100%;
    height: auto;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center top;
    margin-bottom: -3%;
}

.gallery_slider_section .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    list-style: none;
    position: static;
    margin-top: 16px;
    padding: 0;
}

.gallery_slider_section .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: #c5d5e8;
    color: transparent;
    font-size: 0;
    cursor: pointer;
}

.gallery_slider_section .slick-dots li.slick-active button {
    background: #0A53A0;
}

.finest_connectivity_section {
    background-color: #f2efea;
    padding-top: 75px;
    padding-bottom: 100px;
}

.finest_connectivity_section h3 {
    /*padding-right: 276px;*/
    margin-bottom: 30px;
}

.finest_connectivity_section .outer_finest {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.finest_connectivity_section .outer_finest .left_finest {
    width: 60%;
}

.finest_connectivity_section .outer_finest .left_finest h3 {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 147.02%;
    color: #2f2f2f;
    margin-bottom: 7px;
}

.finest_connectivity_section .outer_finest .left_finest #section-demonstration .serialtabs-nav {
    --bold: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.finest_connectivity_section .outer_finest .left_finest #section-demonstration .serialtabs-nav>li {
    list-style: none;
    margin-left: 20px;
    margin-bottom: 5px;
}

.finest_connectivity_section .outer_finest .left_finest #section-demonstration .serialtabs-nav li .sub-link-1 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: none;
    color: #2f2f2f;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 44px;
    cursor: pointer;
    transition: all 0.16s ease-in-out;
}

.finest_connectivity_section .outer_finest .left_finest #section-demonstration .serialtabs-nav li .is-current,
.finest_connectivity_section .outer_finest .left_finest #section-demonstration .serialtabs-nav li .sub-link-1:hover {
    background-color: #f2efea;
    border-radius: 44px;
    font-weight: 700;
    border: 1px solid #996600;
}

.finest_connectivity_section .outer_finest .left_finest #section-demonstration .serialtabs-nav>li:first-child {
    margin-left: 0;
}

.finest_connectivity_section .outer_finest .left_finest #section-demonstration .serialtabs-nav .sub-link-1:after {
    content: attr(data-text);
    content: attr(data-text) / "";
    height: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    font-weight: var(--bold);
}

#section-demonstration .serialtabs-nav-content ul {
    margin-top: 0;
}

.finest_connectivity_section .outer_finest .left_finest #section-demonstration p {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.finest_connectivity_section .outer_finest .left_finest ul {
    margin-top: 25px;
}

.finest_connectivity_section .outer_finest .left_finest ul .list {
    margin-left: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #996600;
    padding: 2px 0;
}

.finest_connectivity_section .outer_finest .left_finest ul .list span {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #2f2f2f;
    text-decoration: none;
}

.finest_connectivity_section .outer_finest .right_finest {
    width: 40%;
    display: block;
}

.finest_connectivity_section .outer_finest .right_finest .item {
    width: 100%;
    text-align: center;
    padding: 10px;
}

.finest_connectivity_section .outer_finest .right_finest .item img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

@media speech {
    .serialtabs-nav .sub-link-1:after {
        display: none;
    }
}

.floorplan_section {
    margin-top: 100px;
}

.floorplan_section h3 {
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 51px;
    color: #2f2f2f;
    margin-bottom: 60px;
}

.floorplan_section .serialtabs-nav-floor .list {
    list-style: none;
    margin-left: 20px;
}

.floorplan_section .serialtabs-nav-floor .list .sub-link-1 {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    color: #2f2f2f;
    text-align: center;
    border: none;
    cursor: pointer;
    min-width: 70px;
    box-sizing: content-box;
}

.floorplan_section .serialtabs-nav-floor .list .is-current,
.floorplan_section .serialtabs-nav-floor .list .sub-link-1:hover {
    background: #e7e1d7;
    border-radius: 44px;
    border: none;
    font-weight: 700;
}

.floorplan_section .master_plan_img {
    width: 100%;
    border: 1px solid #9a9a9a;
}

.floorplan_section .master_plan_img img {
    width: 100%;
    display: block;
}

.floorplan_section .floor_img {
    width: 100%;
    border: 1px solid #9a9a9a;
}

.floorplan_section .floor_img img {
    width: 100%;
}

.floorplan_section #tabs-nav-floor-2 {
    border: none;
}

.floorplan_section #tabs-nav-floor-2 .plans-outer {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

}

.floorplan_section #tabs-nav-floor-2 .plans-outer div.column {
    /* border: 1px solid #ccc; */
    width: 33.33%;
    /* margin: 15px; */
}

.floorplan_section #tabs-nav-floor-2 .plans-outer div.img-outer {
    border: none;
    margin: 20px;
}

.location-section .outer_location {
    width: 100%;
    margin-top: 100px;
}

.location-section .outer_location .right_location {
    width: 100%;
}

.location-section .outer_location .right_location .left_location {
    float: left;
    width: 50%;
    margin-right: 64px;
    margin-bottom: 0;
}

.location-section .outer_location .right_location .left_location img {
    width: 100%;
}

.location-section .outer_location .right_location h3 {
    text-align: start;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 48px;
    margin: 0 0 14px;
    color: #2f2f2f;
}

.location-section .outer_location .right_location p {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #2f2f2f;
    margin-bottom: 0;
    padding-right: 20px;
}

.about_section {
    background-color: #222222;
    margin-top: 0;
    padding-bottom: 94px;
}

.about_section .outer_about {
    padding-top: 100px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.about_section .outer_about .left_about {
    width: 50%;
    padding: 0 40px;
}

.about_section .outer_about .left_about img {
    width: 100%;
}

.about_section .outer_about .left_about h4 {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 29px;
    line-height: 147.02%;
    color: #ffffff;
    margin: 28px 0;
}

.about_section .outer_about .left_about p {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.8);
    opacity: 0.6;
}

.about_section .outer_about .right_about {
    width: 50%;
    padding: 0 40px;
}

.about_section .outer_about .right_about img {
    width: 100%;
}

.about_section .outer_about .right_about h4 {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 29px;
    line-height: 147.02%;
    color: #ffffff;
    margin: 28px 0;
}

.about_section .outer_about .right_about p {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.8);
    opacity: 0.6;
}

.botom_block {
    width: 100%;
    overflow: hidden;
}

.botom_block img {
    transition: all 1.2s ease-out;
}

.botom_block:hover img {
    transform: scale(1.1);
}

.sec2_img {
    width: 100%;
    overflow: hidden;
}

.sec2_img img {
    transition: all 1.2s ease-out;
}

.sec2_img:hover img {
    transform: scale(1.1);
}

.location-section {
    margin-bottom: 0;
    padding-bottom: 100px;
}

.faq_section {
    background-color: #f2efea;
    padding: 100px 0 100px;
}

.faq_section .faq_outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 60px;
}

.faq_section .faq_heading {
    width: 34%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.faq_section h3 {
    text-align: left;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 124%;
    color: #2f2f2f;
    max-width: 303px;
    margin: 0;
}

.faq_section .faq_list {
    width: 66%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.faq_section .faq_item {
    background: transparent;
    border: none;
    border-bottom: 1px solid #d4d0c8;
    margin-bottom: 0;
}

.faq_section .faq_item summary {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #2f2f2f;
    list-style: none;
    cursor: pointer;
    padding: 32px 40px 29px 0;
    position: relative;
}

.faq_section .faq_item summary::-webkit-details-marker {
    display: none;
}

.faq_section .faq_item summary::after {
    content: "";
    position: absolute;
    right: 6px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid #2f2f2f;
    border-bottom: 2px solid #2f2f2f;
    -webkit-transform: translateY(-70%) rotate(45deg);
    transform: translateY(-70%) rotate(45deg);
    -webkit-transition: -webkit-transform 0.35s ease;
    transition: transform 0.35s ease;
}

.faq_section .faq_item summary:hover,
.faq_section .faq_item[open] summary {
    color: #2f2f2f;
}

.faq_section .faq_item[open] summary::after,
.faq_section .faq_item.is-open summary::after {
    -webkit-transform: translateY(-30%) rotate(-135deg);
    transform: translateY(-30%) rotate(-135deg);
}

.faq_section .faq_answer {
    display: none;
    overflow: hidden;
    padding: 0 40px 20px 0;
}

.faq_section .faq_answer p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #2f2f2f;
}

.faq_section .faq_answer a {
    color: #0A53A0;
    text-decoration: underline;
}

.footer_section {
    border-top: 1px solid #545353;
    padding-top: 100px;
    background-color: #222222;
}

.footer_section .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 75px;
}

.footer_section .row .col1 {
    width: 25%;
}

.footer_section .row .col1 h6 {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 14px;
}

.footer_section .row .col1 p {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: #ffffff;
    opacity: 0.7;
    padding-right: 20px;
}

.footer_section .row .col2 {
    width: 25%;
    padding-left: 110px;
}

.footer_section .row .col2 h6 {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 14px;
}

.footer_section .row .col2 ul li {
    list-style: none;
    margin: 12px 0;
}

.footer_section .row .col2 ul li a {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.5px;
    color: #ffffff;
    opacity: 0.7;
    text-decoration: none;
    transition: all 0.2s ease-out;
}

.footer_section .row .col2 ul li a:hover {
    opacity: 1;
    color: #e6b450;
}

.footer_section .row .col3 {
    width: 25%;
    padding-left: 50px;
}

.footer_section .row .col3 h6 {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 14px;
}

.footer_section .row .col3 ul li {
    list-style: none;
    margin: 12px 0;
}

.footer_section .row .col3 ul li a {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.5px;
    color: #ffffff;
    opacity: 0.7;
    text-decoration: none;
    transition: all 0.2s ease-out;
}

.footer_section .row .col3 ul li a:hover {
    opacity: 1;
    color: #e6b450;
}

.footer_section .row .col4 {
    width: 25%;
}

.footer_section .row .col4 h6 {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 14px;
}

.footer_section .row .col4 p {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.5px;
    color: #ffffff;
    opacity: 0.7;
    margin: 13px 0;
}

.footer_section .row .col4 p a {
    color: #ffffff;
    opacity: 0.7;
    overflow-wrap: anywhere;
}

.footer_section .row .col4 p a:hover {
    opacity: 1;
    color: #e6b450;
}

.footer_section .row .col4 .social_media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer_section .row .col4 .social_media .items {
    padding-right: 28px;
}

.footer_section .row .col4 .social_media img {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: inline-block;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
}

.footer_section .row .col4 .social_media img:hover {
    -webkit-transform: translate3d(0, -7px, 0);
    transform: translate3d(0, -7px, 0);
    opacity: 0.5;
}

.footer_section .disclamer {
    font-family: "Poppins", sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.7);
    mix-blend-mode: normal;
    opacity: 0.6;
    padding-bottom: 100px;
}

.footer_section .disclamer p {
    font-size: 12px;
    font-style: italic;
    line-height: 18px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    padding: 16px;
}

.popup {
    display: none;
    position: fixed;
    max-width: 500px;
    width: 475px;
    top: 0px;
    left: 50%;
    z-index: 999;
    -webkit-transform: translate(-50%, 5%);
    transform: translate(-50%, 5%);
    padding: 43px 47px 52px 47px;
    background-color: #f2efea;
    -webkit-box-shadow: 0px 0px 0px 9999px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 0px 9999px rgba(0, 0, 0, 0.5);
}

.popup h2 {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 27px;
    line-height: 147.02%;
    color: #2f2f2f;
}

.popup .popup_eoi_box {
    width: 380px;
    max-width: 100%;
    min-height: 112px;
    background: #F6EEDE;
    border: 1px solid #F0D7A4;
    padding: 16px 21px;
    margin-top: 16px;
    margin-bottom: 17px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.popup .popup_eoi_box .eoi_title {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0;
    color: #996600;
    margin: 0 0 10px;
}

.popup .popup_eoi_box p {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    color: #000000;
    margin: 0 0 6px;
}

.popup .popup_eoi_box p:last-child {
    margin-bottom: 0;
}

.popup .popup_eoi_box p strong {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #996600;
}

.popup .close-btn {
    position: absolute;
    top: 26px;
    right: 26px;
    height: 29px;
    width: 29px;
    font-size: 0;
    cursor: pointer;
    transition: all 0.2s ease-out;
    background: url(../images/close.svg) no-repeat center;
}

.popup .close-btn:hover {
    background: url(../images/close-hvr.svg) no-repeat center;
}

.popup .popupform .form_element input,
.popup .popupform .form_element textarea {
    margin-top: 9px;
    display: block;
    width: 100%;
    outline: none;
    padding: 15px;
    background: #ffffff;
    border: 1px solid #cec6ba;
    font-family: "Poppins", sans-serif;
}

.popup .popupform .form_element .error {
    color: #a94442;
    font-size: 12px;
    font-family: "Poppins", sans-serif;
    float: right;
}

.popup .popupform .btn_submit {
    width: 100%;
    padding: 18px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.74px;
    text-transform: uppercase;
    color: #ffffff;
    background: #0A53A0;
    border-radius: 4px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 17px;
    border: none;
    transition: all 0.2s ease-out;
}

.popup .popupform .btn_submit .loading {
    display: none;
    margin-left: 10px;
}

.popup .popupform .btn_submit:hover {
    background: #222222;
    color: #ffaa00;

}

.popup .popupform .status {
    display: none;
    color: #996600;
    font-weight: 700;
    font-size: 17px;
    text-align: center;
    letter-spacing: 0.74px;
}

.popup .popupform .success {
    color: #996600;
    font-weight: 700;
    font-size: 17px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.74px;
    margin-top: 15px;
}

.whtsup_link {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 9;
    display: flex;
    flex-direction: column;
}

.whtsup_link img {
    width: 100%;
}

.whtsup_link .whtsup {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: url(../images/whatsapp.png) no-repeat center;
    background-color: #2ba71b;
    border-radius: 50%;
    animation: pulse-whatsapp-animation 2s infinite;
}

.fx_ph_link {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9;
}

.fx_ph_link a {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: url(../images/telephone.png) no-repeat center;
    background-color: #2196f3;
    border-radius: 50%;
    animation: pulse-phone-animation 2s infinite;
}

@keyframes pulse-whatsapp-animation {
    0% {
        box-shadow: 0 0 0 0 #2ba71b;
    }

    100% {
        box-shadow: 0 0 0 20px transparent;
    }
}

@keyframes pulse-phone-animation {
    0% {
        box-shadow: 0 0 0 0 #2196f3;
    }

    100% {
        box-shadow: 0 0 0 20px transparent;
    }
}

.book_site_visit {
    right: -63px;
    top: 46vh;
    z-index: 10;
    position: fixed;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.book_site_visit a {
    border: 1px solid #0A53A0;
    background-color: #0A53A0;
    padding: 18px 24px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.2s ease-out;
}

.book_site_visit a:hover {
    color: #0A53A0;
    background: #fff;
}

@media (max-width: 1496px) {
    .banner_section .right_banner h1 {
        max-width: 460px;
    }
}

@media (max-width: 1343px) {
    .banner_section .right_banner h1 {
        max-width: 450px;
    }
}

@media (max-width: 1281px) {

    .floorplan_section .outer_location .right_location p {
        padding-right: 25px;
    }

    .about_section .outer_about .left_about h4 {
        font-size: 28px;
    }

    .about_section .outer_about .right_about h4 {
        font-size: 28px;
    }
}

@media screen and (min-width: 1100px) and (max-height: 650px) {
    .banner_section .right_banner h1 {
        font-size: 36px;
    }
}

@media (max-width: 1135px) {
    .banner_section .right_banner .logo {
        margin-bottom: 20px;
    }

    .banner_section .right_banner h1 {
        font-size: 36px;
    }

    .finest_connectivity_section .outer_finest .left_finest #section-demonstration .serialtabs-nav>li {
        margin-left: 0px;
        width: 100%;
        margin-bottom: 26px;
    }

    .finest_connectivity_section .outer_finest .left_finest #section-demonstration .serialtabs-nav li .sub-link-1 {
        font-size: 14px;
        width: 100%;
        border-radius: 0;
        border: 1px solid #2f2f2f;
        align-items: flex-start;
        background: url(../images/dropdown.png) no-repeat;
        background-position: right 12px center;
    }

    .finest_connectivity_section .outer_finest .left_finest #section-demonstration .serialtabs-nav li .is-current,
    .finest_connectivity_section .outer_finest .left_finest #section-demonstration .serialtabs-nav li .sub-link-1:hover {
        border-color: #996600;
        border-radius: 0;
    }

    .finest_connectivity_section .outer_finest .left_finest #section-demonstration .serialtabs-nav li .is-current {
        background-image: url(../images/up-arrow.png);
    }

    #section-demonstration .serialtabs-nav-content ul {
        list-style: disc;
    }

    #section-demonstration .serialtabs-nav-content ul li {
        margin-left: 0;
    }

    .finest_connectivity_section {
        padding-bottom: 20px;
    }

    .location-section {
        margin-bottom: 0;
    }

    .about_section .outer_about {
        margin: 0 0;
    }

    .about_section .outer_about .left_about {
        width: 50%;
        padding: 0 2%;
    }

    .about_section .outer_about .right_about {
        width: 50%;
        padding: 0 2%;
    }
}

@media (max-width: 1025px) {
    .banner_section .right_banner h6 {
        font-size: 19px;
    }

    .banner_section .right_banner ul li a {
        font-size: 18px;
    }

    .banner_section .right_banner .btn {
        margin: 14px 0;
    }

    .heading_section h3 {
        font-size: 31px;
    }

    .finest_connectivity_section .outer_finest .right_finest {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .project_section .outer_project .item .left_project p {
        padding: 7px 28px 7px 0;
    }

    .floorplan_section .outer_location .right_location p {
        padding-right: 20px;
    }

    .floorplan_section #tabs-nav-floor-2 .plans-outer div.column {
        width: 50%;
    }

    .floorplan_section #tabs-nav-floor-2 .plans-outer div.img-outer {
        margin: 15px;
    }

    .about_section .outer_about .left_about h4 {
        font-size: 22px;
    }

    .about_section .outer_about .right_about h4 {
        font-size: 22px;
    }

    .whtsup_link img {
        max-width: 160px;
    }
}

@media (max-width: 923px) {
    .heading_section h3 {
        font-size: 26px;
    }

    .popup .popupform .btn_submit {
        padding: 16px 20px;
    }
}

@media (max-width: 1050px) {
    .project_section .outer_project .item:nth-child(2) .left_project {
        padding-left: 25px;
    }

    .project_section .outer_project .item .left_project {
        padding-right: 25px;
    }
}


@media (max-width: 906px) {
    .heading_section h3 {
        font-size: 26px;
    }
}

@media (max-width: 888px) {
    .banner_section .right_banner h1 {
        font-size: 28px;
    }

    .banner_section .right_banner ul li span {
        font-size: 16px;
    }

    .banner_section .right_banner .logo {
        margin-bottom: 20px;
    }

    .banner_section .right_banner h6 {
        margin-top: 17px;
        font-size: 17px;
    }

    .banner_section .right_banner ul li a {
        font-size: 16px;
    }

    .banner_section .right_banner ul {
        margin-bottom: 20px;
    }

    .banner_section .right_banner .btn a {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .heading_section {
        margin-top: 38px;
    }

    .project_section {
        margin-top: 34px;
    }

    .heading_section h3 {
        font-size: 26px;
    }

    /* .project_section .outer_project .item:nth-child(2) .left_project {
		padding-left: 0;
	}
	.project_section .outer_project .item .left_project {
		padding-right: 0;
	}
	.project_section .outer_project .item .left_project p {
		padding: 0;
	} */
    .project_section .outer_project .item {
        margin-bottom: 30px;
    }

    .project_section .outer_project .item .left_project h3 {
        font-size: 24px;
        line-height: 36px;
    }

    .project_section .outer_project .item .left_project p {
        font-size: 15px;
        line-height: 23px;
    }

    .project_section .outer_project .item .left_project .items ul li a {
        font-size: 15px;
    }

    .finest_connectivity_section {
        margin-top: 0px;
        padding-top: 40px;
    }

    .finest_connectivity_section .outer_finest .left_finest {
        width: 100%;
    }

    .finest_connectivity_section .outer_finest .left_finest h3 {
        font-size: 26px;
        padding-right: 450px;
    }

    .finest_connectivity_section .outer_finest .right_finest {
        margin-top: 20px;
        width: 100%;
    }

    .finest_connectivity_section .outer_finest .left_finest h3 {
        font-size: 28px;
        line-height: 125.02%;
    }

    .finest_connectivity_section .outer_finest .left_finest p {
        font-size: 15px;
        line-height: 23px;
    }

    .floorplan_section h3 {
        font-size: 28px;
    }

    .location-section .outer_location .right_location h3 {
        font-size: 28px;
    }

    .location-section .outer_location .right_location p {
        font-size: 15px;
        line-height: 23px;
        margin-bottom: 15px;
        padding-right: 24px;
    }

    .about_section {
        margin-top: 0;
        padding-bottom: 42px;
    }

    .faq_section {
        padding: 30px 0 50px;
    }

    .faq_section h3 {
        font-size: 28px;
        line-height: 40px;
        max-width: none;
    }

    .footer_section {
        padding-top: 50px;
    }

    .footer_section .row {
        margin-bottom: 30px;
    }

    .footer_section .row {
        margin-bottom: 20px;
    }

    .footer_section .disclamer {
        padding-bottom: 35px;
    }
}

@media (max-width: 768px) {
    .containerall {
        width: 95%;
    }

    .banner_section .right_banner .logo {
        margin-bottom: 20px;
    }

    .banner_section .right_banner .btn a {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .banner_section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .banner_section .left_banner {
        width: 100%;
    }

    .banner_section .right_banner {
        width: 100%;
    }

    .banner_section .right_banner h1 {
        font-size: 38px;
    }

    .heading_section {
        margin-top: 52px;
    }

    .heading_section h3 {
        font-size: 21px;
    }

    .project_section {
        margin-top: 5px;
    }

    .project_section .outer_project .item .left_project {
        width: 100%;
        margin-top: 20px;
    }

    .project_section .outer_project .item:nth-child(2) .left_project {
        padding-left: 0px;
    }

    .project_section .outer_project .item .right_project {
        width: 100%;
        margin-top: 20px;
        padding: 20px 0;
    }

    .project_section .outer_project .item {
        padding-bottom: 0;
        margin-bottom: 0px;
    }

    .project_section .outer_project .item .left_project h3 {
        font-size: 26px;
    }

    .project_section .outer_project .item .left_project p {
        font-size: 14px;
        line-height: 23px;
    }

    .gallery_slider_section {
        padding: 30px 0 50px;
    }

    .finest_connectivity_section {
        padding-top: 61px;
        padding-bottom: 0;
    }

    .finest_connectivity_section .outer_finest .left_finest {
        width: 100%;
    }

    .finest_connectivity_section .outer_finest .left_finest h3 {
        font-size: 26px;
        padding-right: 450px;
    }

    .finest_connectivity_section .outer_finest .right_finest {
        margin-top: 20px;
        width: 100%;
    }

    .finest_connectivity_section .outer_finest .right_finest .item {
        padding: 20px;
    }

    .location-section .outer_location .right_location .left_location {
        margin-right: 30px;
        margin-bottom: 20px;
    }

    .location-section .outer_location {
        margin-top: 42px;
    }

    .about_section {
        margin-top: 0;
    }

    .floorplan_section {
        margin-top: 65px;
    }

    .floorplan_section #tabs-nav-floor-2 .plans-outer div.column {
        width: 100%;
    }

    .floorplan_section #tabs-nav-floor-2 .plans-outer div.img-outer {
        margin: 15px 0;
    }

    .about_section {
        margin-top: 0;
        padding-bottom: 40px;
    }

    .faq_section {
        padding: 60px 0 60px;
    }

    .faq_section .faq_outer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24px;
    }

    .faq_section .faq_heading,
    .faq_section .faq_list {
        width: 100%;
    }

    .faq_section h3 {
        font-size: 26px;
        line-height: 36px;
        max-width: none;
    }

    .faq_section .faq_item summary {
        font-size: 18px;
        line-height: 26px;
    }

    .faq_section .faq_answer p {
        font-size: 15px;
        line-height: 24px;
    }

    .about_section .outer_about {
        padding-top: 55px;
    }

    .about_section .outer_about .left_about h4 {
        font-size: 18px;
    }

    .about_section .outer_about .left_about p {
        font-size: 14px;
        padding-right: 10px;
    }

    .about_section .outer_about .right_about h4 {
        font-size: 18px;
    }

    .about_section .outer_about .right_about p {
        font-size: 14px;
        padding-right: 0;
    }

    .footer_section {
        padding-top: 80px;
    }

    .footer_section .row .col1 {
        width: 50%;
    }

    .footer_section .row .col2 {
        width: 50%;
        padding-left: 80px;
    }

    .footer_section .row .col3 {
        width: 50%;
        padding-left: 0px;
        margin-top: 10px;
    }

    .footer_section .row .col4 {
        width: 50%;
        padding-left: 80px;
        margin-top: 10px;
    }

    .popup {
        max-width: 500px;
        width: 340px;
        height: auto;
        padding: 32px 30px;
    }

    .popup .form .form_element input,
    .popup .form .form_element textarea {
        margin: 16px 0;
        padding: 14px;
    }

    .banner_section .left_banner img {
        display: block;
        width: 100%;
        height: auto;
        -o-object-fit: unset;
        object-fit: unset;
    }

    .book_site_visit a {
        padding: 12px 17px;
    }

    .fx_ph_link {
        right: 12px;
    }

    .fx_ph_link a {
        width: 40px;
        height: 40px;
    }

    .whtsup_link {
        left: 12px;
    }

    .whtsup_link .whtsup {
        width: 40px;
        height: 40px;
    }

    .whtsup_link img {
        max-width: 140px;
    }
}

@media (max-width: 700px) {
    .project_section .outer_project .item {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .finest_connectivity_section {
        padding-top: 40px;
    }

    .serialtabs-nav {
        margin-bottom: 0;
    }

    .finest_connectivity_section .outer_finest .left_finest #section-demonstration .serialtabs-nav>li:last-child {
        margin-bottom: 0;
    }

    .floorplan_section {
        margin-top: 38px;
    }

    .about_section {
        margin-top: 0;
    }

    .footer_section {
        padding-top: 48px;
    }

    .container {
        width: 95%;
        padding: 0 15px;
    }

    .project_section .outer_project .item .left_project .items {
        display: block;
    }

    .project_section .outer_project .item .left_project .items ul {
        width: 100%;
        margin-left: 0;
    }
}

@media (max-width: 600px) {
    .whtsup_link img {
        max-width: 120px;
    }
}

@media (max-width: 650px) {
    .banner_section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .banner_section .left_banner {
        width: 100%;
    }

    .banner_section .right_banner {
        width: 100%;
    }

    .heading_section .container {
        padding: 0 20px;
    }

    .project_section .outer_project .item .left_project {
        width: 100%;
    }

    .project_section .outer_project .item .right_project {
        width: 100%;
    }

    .finest_connectivity_section .outer_finest .left_finest {
        width: 100%;
    }

    .finest_connectivity_section .outer_finest .right_finest {
        width: 100%;
    }

    .finest_connectivity_section .outer_finest .left_finest #section-demonstration .serialtabs-nav li:first-child {
        margin-left: 20px;
    }

    .serialtabs-nav[data-serialtabs-mode="accordion"] .serialtabs-nav-content {
        border-top: 0;
    }

    .serialtabs-nav .sub-link-1 {
        padding: 15px 17px;
    }

    .location-section .outer_location {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .location-section .outer_location .left_location {
        width: 100%;
    }

    .location-section .outer_location .right_location {
        width: 100%;
    }

    .about_section .outer_about .left_about {
        width: 100%;
    }

    .about_section .outer_about .right_about {
        width: 100%;
    }

    .footer_section .row .col1 {
        width: 50%;
    }

    .footer_section {
        padding-top: 80px;
    }

    .footer_section .row .col2 {
        width: 50%;
        padding-left: 80px;
    }

    .footer_section .row .col3 {
        width: 50%;
        padding-left: 0px;
        margin-top: 10px;
    }

    .footer_section .row .col4 {
        width: 50%;
        padding-left: 80px;
        margin-top: 10px;
    }

    /* .banner_section .right_banner h1 {
		font-size: 26px;
	} */
}

@media (max-width: 590px) {
    .banner_section .right_banner h1 {
        font-size: 30px;
    }

    .banner_section .right_banner .logo {
        margin-bottom: 20px;
    }

    .location-section .outer_location {
        margin-top: 58px;
    }

    .finest_connectivity_section .outer_finest .left_finest h3 {
        font-size: 26px;
        padding-right: 250px;
    }

    /* .finest_connectivity_section .outer_finest .left_finest ul .list {
    } */
    .finest_connectivity_section .outer_finest .right_finest {
        display: none;
    }

    .finest_connectivity_section .outer_finest .left_finest ul .list:first-child {
        margin-left: 0;
    }

    .project_section .outer_project .item .left_project p {
        padding: 7px 0 7px 0;
    }

    .banner_section .right_banner ul li span {
        font-size: 16px;
        line-height: 28px;
    }

    .banner_section .right_banner ul {
        margin-bottom: 17px;
    }

    .about_section .outer_about .left_about {
        width: 100%;
        padding: 0;
    }

    .about_section .outer_about {
        margin: 0;
    }

    .about_section .outer_about .right_about {
        width: 100%;
        padding: 0;
        margin-top: 24px;
    }

}

@media (max-width: 450px) {
    .banner_section .right_banner .logo {
        /* margin-bottom: 20px; */
        width: 50%;
    }

    .banner_section .right_banner h1 {
        font-size: 28px;
    }

    .heading_section {
        margin-top: 55px;
    }

    .heading_section ul li:first-child span {
        font-size: 12px;
    }

    .heading_section ul li span {
        font-size: 12px;
    }

    .project_section .outer_project .item .left_project {
        margin-top: 0;
    }

    .project_section {
        margin-top: 10px;
    }

    .project_section .outer_project .item {
        margin-bottom: 0px;
    }

    .project_section .outer_project .item {
        padding-bottom: 4px;
    }

    .project_section .outer_project .item .left_project h3 {
        font-size: 24px;
    }

    .project_section .outer_project .item .left_project p {
        font-size: 14px;
    }

    .project_section .outer_project .item .left_project .items ul li a {
        font-size: 14px;
    }

    .project_section .outer_project .item .right_project {
        margin-top: 20px;
    }

    .finest_connectivity_section .outer_finest .left_finest h3 {
        font-size: 24px;
        padding-right: 0;
    }

    .serialtabs-nav {
        margin-bottom: 10px;
    }

    .finest_connectivity_section .outer_finest .right_finest .item {
        width: 100%;
        padding: 119px;
    }

    .finest_connectivity_section .outer_finest .left_finest #section-demonstration .serialtabs-nav li:first-child {
        margin-left: 0px;
    }

    .location-section .outer_location .right_location p {
        font-size: 14px;
        padding-right: 25px;
    }

    .location-section .outer_location {
        margin-top: 28px;
    }

    .location-section .outer_location .right_location .left_location {
        width: 100%;
    }

    .floorplan_section {
        margin-top: 24px;
    }

    .floorplan_section h3 {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .location-section .outer_location .right_location h3 {
        font-size: 24px;
    }

    .about_section .outer_about {
        padding-top: 36px;
    }

    .about_section .outer_about .left_about {
        padding: 0 20px;
    }

    .about_section .outer_about .right_about {
        padding: 0 20px;
    }

    .about_section .outer_about .left_about p {
        padding-bottom: 24px;
    }

    .footer_section .row {
        margin-bottom: 20px;
    }

    .footer_section .row .col1 {
        width: 100%;
    }

    .footer_section {
        padding-top: 40px;
    }

    .footer_section .row .col2 {
        width: 100%;
        padding-left: 0px;
    }

    .footer_section .row .col2 h6 {
        margin-top: 10px;
    }

    .footer_section .row .col3 {
        width: 100%;
        padding-left: 0px;
        margin-top: 10px;
    }

    .footer_section .row .col4 {
        width: 100%;
        padding-left: 0px;
        margin-top: 10px;
    }

    .footer_section .disclamer {
        padding-bottom: 25px;
    }

    .whtsup_link img {
        max-width: 100px;
    }
}

@media (max-width: 430px) {
    .serialtabs-nav[data-serialtabs-mode="accordion"] .serialtabs-nav-content {
        padding-bottom: 0;
    }

    .floorplan_section .serialtabs-nav-floor .list {
        margin-left: 0;
        margin-bottom: 24px;
    }

    .serialtabs-nav-floor[data-serialtabs-mode="accordion"] {
        margin-bottom: 0;
    }

    .floorplan_section .serialtabs-nav-floor .list .sub-link-1 {
        border: 1px solid #2f2f2f;
    }

    .floorplan_section .serialtabs-nav-floor .list .is-current,
    .floorplan_section .serialtabs-nav-floor .list .sub-link-1:hover {
        border-radius: 0;
        border-color: transparent;
    }

    .book_site_visit a {
        padding: 6px 17px;
        font-size: 12px;
    }

    .book_site_visit {
        right: -62px;
    }

    .banner_section .right_banner .btn a {
        font-size: 12px;
        padding: 10px 12px;
    }

    .banner_section .right_banner a.btn_call {
        padding-left: 36px;
    }

    .banner_section .right_banner .btn_call:before {
        left: 10px;
    }
}

@media (max-width: 390px) {
    .banner_section .right_banner h6 {
        margin-top: 15px;
    }

    .banner_section .right_banner .logo {
        margin-bottom: 20px;
    }

    .banner_section .right_banner ul {
        margin: 10px;
    }

    .banner_section .right_banner h1 {
        font-size: 24px;
    }

    .banner_section .right_banner ul li span {
        font-size: 15px;
        line-height: 24px;
    }
}

@media (max-width: 375px) {
    .heading_section {
        margin-top: 42px;
    }

    .heading_section ul {
        margin-top: 14px;
    }

    .finest_connectivity_section {
        margin-top: 0px;
        padding-bottom: 0;
    }

    .finest_connectivity_section .outer_finest .left_finest ul {
        margin-top: 20px;
    }

    .finest_connectivity_section .outer_finest .right_finest .item {
        width: 100%;
        padding: 94px;
    }

    .about_section {
        margin-top: 0;
        padding: 0px 20px;
    }

    .about_section .outer_about .left_about {
        padding: 20px 0px;
    }

    .about_section .outer_about .right_about {
        padding: 0 0px;
    }

    .footer_section .row .col2 h6 {
        margin-top: 10px;
    }
}

@media (max-width: 330px) {
    .banner_section .right_banner h6 {
        font-size: 15px;
    }

    .banner_section .right_banner .btn a {
        padding: 8px 8px;
    }

    .banner_section .right_banner a.btn_call {
        padding-left: 32px;
    }
}

/* ==========================================================================
   Area Specification Section Styles
   ========================================================================== */
.project_section .outer_project .item .left_project h3.area_spec_title {
    color: #c06c52;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 25px;
}

.project_section .outer_project .item .left_project .items.items_block {
    display: block;
}

.area_spec_table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
    font-family: "Poppins", sans-serif;
}

.area_spec_table th {
    text-align: left;
    font-weight: 600;
    font-size: 18px;
    color: #333333;
    padding-bottom: 16px;
    font-family: "Poppins", sans-serif;
}

.area_spec_table th:first-child {
    width: 62%;
}

.area_spec_table th:last-child {
    width: 38%;
}

.area_spec_table td {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    padding: 6px 0;
    font-family: "Poppins", sans-serif;
}

@media (max-width: 768px) {
    .area_spec_table th {
        font-size: 16px;
        padding-bottom: 12px;
    }

    .area_spec_table td {
        font-size: 14px;
        padding: 4px 0;
    }
}

/* ==========================================================================
   Project Highlights Table Styles
   ========================================================================== */
.project_highlights_table_wrapper {
    margin-top: 20px;
    width: 100%;
}

.project_highlights_table {
    width: 100%;
    border-collapse: collapse;
    font-family: "Poppins", sans-serif;
}

.project_highlights_table td {
    padding: 8px 0;
    vertical-align: top;
    font-size: 16px;
    line-height: 1.6;
}

.project_highlights_table .highlight_label {
    color: #c06c52;
    font-weight: 400;
    white-space: nowrap;
    padding-right: 15px;
    width: 1%;
}

.project_highlights_table .highlight_colon {
    color: #c06c52;
    font-weight: 400;
    padding-right: 20px;
    text-align: center;
    width: 1%;
}

.project_highlights_table .highlight_value {
    color: #333333;
    font-weight: 400;
}

.project_highlights_table .config_item {
    margin-bottom: 4px;
}

.project_highlights_table .config_item:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .project_highlights_table td {
        font-size: 14px;
        padding: 6px 0;
    }

    .project_highlights_table .highlight_colon {
        padding-right: 12px;
    }

    .project_highlights_table .highlight_label {
        padding-right: 10px;
    }
}

/* ==========================================================================
   Masterfully Crafted Section Table Styles
   ========================================================================== */
.masterfully_crafted_table_wrapper {
    margin-top: 20px;
    width: 100%;
}

.masterfully_crafted_table {
    width: 100%;
    border-collapse: collapse;
    font-family: "Poppins", sans-serif;
}

.masterfully_crafted_table td {
    padding: 10px 0;
    vertical-align: top;
    font-size: 16px;
    line-height: 1.6;
}

.masterfully_crafted_table .crafted_label {
    /* color: #c06c52; */
    font-weight: 500;
    white-space: nowrap;
    padding-right: 15px;
    width: 1%;
}

.masterfully_crafted_table .crafted_colon {
    color: #c06c52;
    font-weight: 500;
    padding-right: 20px;
    text-align: center;
    width: 1%;
}

.masterfully_crafted_table .crafted_value {
    color: #333333;
    font-weight: 400;
}

@media (max-width: 768px) {
    .masterfully_crafted_table td {
        font-size: 14px;
        padding: 8px 0;
    }

    .masterfully_crafted_table .crafted_colon {
        padding-right: 12px;
    }

    .masterfully_crafted_table .crafted_label {
        padding-right: 10px;
    }
}

/* ==========================================================================
   RERA Banner Info Section
   ========================================================================== */
.rera_banner_info {
    margin: 20px auto 15px auto;
    text-align: center;
}

.rera_banner_info .rera_qr_wrapper {
    background: #ffffff;
    padding: 5px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 6px;
}

.rera_banner_info .rera_qr_img {
    width: 80px;
    height: auto;
    display: block;
    margin: 0;
}

.rera_banner_info .rera_code_text {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #4a4a4a;
    letter-spacing: 0.2px;
    margin: 0 0 4px 0;
}

.rera_banner_info .rera_code_text a,
.rera_banner_info .rera_code_text a:link,
.rera_banner_info .rera_code_text a:visited,
.heading_section ul li a,
.heading_section ul li a:link,
.heading_section ul li a:visited {
    color: #2f2f2f !important;
    text-decoration: none !important;
    -webkit-transition: color 0.3s ease, text-decoration 0.3s ease;
    transition: color 0.3s ease, text-decoration 0.3s ease;
}

.rera_banner_info .rera_code_text a:hover,
.rera_banner_info .rera_code_text a:focus,
.rera_banner_info .rera_code_text a:active,
.heading_section ul li a:hover,
.heading_section ul li a:focus,
.heading_section ul li a:active {
    color: #996600 !important;
    text-decoration: underline !important;
}

@media (max-width: 768px) {
    .rera_banner_info {
        margin: 15px auto 10px auto;
    }

    .rera_banner_info .rera_qr_img {
        width: 70px;
    }

    .rera_banner_info .rera_code_text {
        font-size: 12px;
    }

    .banner_section .right_banner .btn {
        margin: 20px auto 30px auto;
    }
}

/* Footer RERA Info */
.footer_section .rera_footer_info {
    margin: 12px 0 15px 0;
    text-align: left;
}

.footer_section .rera_footer_info .rera_qr_wrapper {
    background: #ffffff;
    padding: 5px;
    border-radius: 4px;
    display: inline-block;
}

.footer_section .rera_footer_info .rera_qr_img {
    width: 75px;
    height: auto;
    display: block;
    margin: 0;
}

.footer_section .rera_footer_info .rera_code_text {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.4;
    margin: 0;
}

.footer_section .rera_footer_info .rera_code_text + .rera_code_text {
    margin-top: 4px;
}

.footer_section .rera_footer_info .rera_code_text a,
.footer_section .rera_footer_info .rera_code_text a:link,
.footer_section .rera_footer_info .rera_code_text a:visited {
    color: #ffffff !important;
    text-decoration: none !important;
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}

.footer_section .rera_footer_info .rera_code_text a:hover,
.footer_section .rera_footer_info .rera_code_text a:focus {
    color: #e6b450 !important;
    text-decoration: underline !important;
}