body {
    background: #056839;
}

.logo-change {
    content: url("../img/logo/logo_Privana-blue.png");
}

.fixed-top {
    position: relative;
    z-index: 99;
    padding: 0 60px;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    -moz-transition: transform 3s cubic-bezier(0.25, 0.1, 0.25, 1);
    -ms-transition: transform 3s cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: transform 3s cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-transition: transform 3s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: transform 3s cubic-bezier(0.25, 0.1, 0.25, 1);
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
}

#header .navbar-brand {
    float: right;
    padding: 0;
    margin: 15px 0;
}

.logo-img {
    position: absolute;
    left: auto;
    top: 0;
}

#header .navbar-brand img {
    width: 100%;
    max-width: 150px;
}

#header .logo-img img {
    width: 100%;
    height: auto;
    margin: 0;
    max-width: 120px;
    background-color: #fff;
    padding: 10px 15px;
    border: 1px solid #eee;
    -moz-box-shadow: 0 0 12px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 0 12px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 12px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 12px rgb(0 0 0 / 10%);
    box-shadow: 0 0 12px rgb(0 0 0 / 10%);
    border-radius: 0 0 5px 5px;
    top: 0;
    left: 0;
    position: relative;
}

#header .logo-img-2 img {
    width: 100%;
    max-width: 100px;
    float: right;
}

.call_number img {
    width: 22px;
}

.call_number a {
    display: flex;
    align-items: center;
    width: max-content;
    color: #FFF;
    font-weight: 600;
    gap: 8px;
    font-size: 18px;
    text-decoration: none;
}

.call_number {
    display: inline-block;
    margin: 0;
    position: absolute;
    right: 150px;
    top: 9px;
}

.call-ham {
    display: inline-flex;
    float: right;
    padding: 25px 0;
}

.hamburger {
    margin: 0px 0 0 50px;
}

.hamburger img {
    width: 100%;
    max-width: 30px;
}

.close1 {
    cursor: pointer;
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
    z-index: 1000;
}

.side-content .navbar-nav {
    list-style: none;
    margin-bottom: 30px;
    padding-left: 0px;
}

/*========= Menu ============*/

#nav-icon3 {
    width: 30px;
    position: relative;
    margin: 3px 65px 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #ebcfa7;
    border-radius: 10px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}


#nav-icon3 span:nth-child(1) {
    top: 0px;
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
    top: 9px;
}

#nav-icon3 span:nth-child(4) {
    top: 18px;
}

#nav-icon3.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

/*========= Menu ============*/


.side-content .navbar-nav li.nav-item {
    margin: 0 30px;
}

.side-content .navbar-nav li.nav-item a {
    color: #fff;
    font-size: 16px;
    padding: 5px 7px;
}

.side-content .navbar-nav li.nav-item a:hover {
    padding-left: 15px;
    color: #d9b392;
}

.main_wrapper {
    position: relative;
}

/*=========POP Up =============*/
.sidebar-contact {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 280px;
    height: auto;
    padding: 20px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .5);
    box-sizing: border-box;
    transition: 0.5s;
    z-index: 100;
}

.sidebar-contact.active {
    right: -280px;
}

.sidebar-contact input,
.sidebar-contact textarea {
    width: 100%;
    height: 36px;
    padding: 5px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, .5);
    outline: none;
    font-size: 13px;
}

.sidebar-contact h2 {
    margin: 0 0 20px;
    padding: 0;
}

.sidebar-contact textarea {
    height: 60px;
    resize: none;
}

.sidebar-contact input[type="submit"] {
    background: #056839;
    color: #fff;
    cursor: pointer;
    border: none;
    font-size: 16px;
}

.toggle {
    position: fixed;
    height: 38px;
    width: 140px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    right: -51px;
    top: 50%;
    line-height: 17px;
    background: #FFF;
    padding: 11px 6px 9px;
    color: #056839;
    transform: rotate(270deg);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-transform: rotate(270deg);
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.4px;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 20%);
    z-index: 99;
}

.scroll h3 {
    text-align: center;
    color: #9f8054;
    margin-bottom: 17px;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

.sidebar.toggle i {
    margin-right: 3px;
}

/*=========POP Up End =============*/

.content_new {
    position: absolute;
    bottom: 10px;
    background: rgb(255 255 255 / 85%);
    padding: 20px;
    border-top-right-radius: 25px;
    left: 20px;
}

.content_new h6.location {
    color: #000;
    font-weight: 600;
}

.content_new h4.price {
    font-size: 18px;
    color: #d9b392;
    font-weight: 600;
}

.content_new h5.amenity {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

.content_new h3.call {
    font-size: 18px;
}

.content_new h3.call a {
    text-decoration: none;
    color: #d9b392;
}

.slider .swiper-slide h4 {
    color: #fff;
    font-size: 20px;
}

.slider .swiper-slide h5 {
    color: #fff;
    font-size: 18px;
}

.floor-plans .slider .swiper-slide h5 {
    color: #000;
    font-size: 20px;
    padding-top: 15px;
    text-transform: uppercase;
    color: #9f8054;
    font-weight: 600;
    text-decoration: none;
}

.floor-plans .slider .swiper-slide h5:hover {
    text-decoration: none;
}

.recent-gallery ul.rec_des {
    display: flex;
    padding-left: 0;
}

.recent-gallery ul.rec_des li {
    display: inline-flex;
    width: 32%;
    padding: 8px;
    font-size: 13px;
    line-height: 18px;
    border: 1px solid #d9b392;
}


.recent-gallery ul.rec_des li:first-child {
    margin-right: 5px;
}

.recent-gallery ul.rec_des li:last-child {
    margin-left: 5px;
}

.property-plans ul {
    padding-left: 15px;
    font-size: 18px;
    list-style-type: none;
}

.shop-slider ul {
    padding-left: 15px;
    list-style-type: none;
    margin-bottom: 20px;
}

.property-plans ul li img {
    max-width: 12px;
    margin-right: 5px;
}

.shop-slider ul li img {
    max-width: 12px;
    margin-right: 5px;
}

/*===========Home page slider css ====================*/
.wrap {
    position: absolute;
    width: 100%;
    min-height: 100%;
    overflow: hidden;
}

aside.indicator {
    z-index: 2;
    position: fixed;
    top: 50%;
    right: 20px;
    margin-top: -67px;
}

.gnb .ind {
    position: relative;
    display: block;
    margin-top: 10px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    cursor: pointer;
    background: #fff;
    border: 1px solid #9f8054;
}

.gnb .ind:first-child {
    margin-top: 0;
}

.gnb .ind.active {
    background: #9f8054;
}

.content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.slideWrap {
    position: relative;
    top: 0;
    width: 100%;
    height: 600%;
}

.recent-gallery {
    position: relative;
    width: 100%;
    height: 100vh;
}

.pad_0 {
    padding: 0px;
}

.holder1 img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    background-position: center;
}

/*===========Home page slider css End ====================*/
.map-point {
    text-align: center;
    padding-bottom: 30px;
    padding-top: 30px;
}

.map-point img {
    width: 100%;
    max-width: 600px;
}

.map-point iframe {
    width: 100%;
    height: 320px;
}

.bg-91 {
    background-image: url("../images/map1.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.shop-slider {
    width: 500px;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 80px 50px;
    margin-bottom: -100px;
    color: #fff;
    background: #9f8054;
    position: absolute !important;
    overflow: hidden;
    bottom: 125px;
    left: 35px;
}

.pad-100 {
    padding: 0 100px;
}

.video-bg img {
    min-width: 100%;
    min-height: 100%;
    float: left;
    opacity: 0.15;
}

.content-box1 {
    margin-bottom: 30px;
    padding: 20px;
    height: unset;
    padding-left: 35px;
    position: relative;
}

.content-box1 h5 {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    color: #fff;
    font-family: "Poppins", sans-serif;
}

.property-customization.unique {
    padding: 110px 0;
}

.property-customization.unique h4 {
    display: block;
    font-size: 42px;
    margin-bottom: 35px;
    font-family: "Playfair Display", serif;
    margin-top: 10px;
}

.slide-container-new {
    position: relative;
    min-height: 100vh;
    padding-top: 7rem;
    padding-bottom: 4rem;
    display: flex;
    align-items: center;
}

.slide-bg,
.slide-bg>.inside {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    background-position: 70% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.slide-bg {
    overflow: hidden;
}

.slide-bg>.inside {
    transition: transform .8s ease-in-out;
    transform: scale(1.08);
    transition-delay: .8s;
}

.slide-bg>.inside {
    transform: scale(1);
}

.slide-bg-list .slide-bg>.inside {
    transition: all .8s ease-in-out;
    transform: scale(1.08);
}

.slide-bg-list .slide-bg.active>.inside {
    opacity: 1;
    transform: scale(1);
    transition-delay: 0s;
    transform: scale(1) !important;
}

.slide-bg-list .slide-bg>.inside {
    opacity: 0;
}

.slide-bg .inside:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #26282b;
    background: -moz-linear-gradient(161deg, #26282b 0%, #26282b 49%, #9f805457 100%);
    background: -webkit-linear-gradient(161deg, #26282b 0%, #26282b 49%, #9f805457 100%);
    background: linear-gradient(161deg, #26282b 0%, #26282b 49%, #9f805457 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#26282b", endColorstr="#9f8054", GradientType=1);
    opacity: 0.7;
}

.floor-container .piling-project-item {
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px;
    cursor: pointer;
    margin-bottom: 20px;
    background: rgb(255 255 255 / 16%);
    position: absolute;
    bottom: 0;
    z-index: 1000;
    width: 18%;
}

.floor-container .piling-project-item h3 {
    margin-bottom: 15px;
}

.floor-container .piling-project-item h3 a {
    font-size: 22px;
    text-transform: uppercase;
    color: #d7b291;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.8px;
}

.floor-container .piling-project-item .piling-project-detail ul {
    padding-left: 35px;
    margin-bottom: 0;
    list-style-type: disc;
}

.floor-container .piling-project-item .piling-project-detail ul li {
    color: #fff;
    padding-bottom: 5px;
    font-size: 16px;
}

.block-slider {
    display: flex;
    margin-top: 30px;
    padding: 0 15%;
}

.block-slider {
    display: flex;
    margin-top: 30px;
    padding: 0 15%;
    margin-bottom: 30px;
}

.block-slider figure {
    display: inline-flex !important;
}

.block-slider figure img {
    width: 100%;
    max-width: 70px;
}

.block-slider figure figcaption {
    padding-left: 20px;
}

.block-slider figure figcaption h5 {
    font-size: 16px;
    line-height: 20px;
    color: #d9b392;
}

.block-slider figure figcaption ul {
    position: relative;
    list-style: none;
    top: 30px;
}

.block-slider figure figcaption ul li {
    padding-top: 10px;
    font-size: 14px;
}

.navbar .container .menu ul li.diff_one {
    padding-left: 35px;
    position: relative;
}

.navbar .container .menu ul li.diff_one:before {
    position: absolute;
    content: '';
    height: 1px;
    width: 50px;
    background: #fff;
    transform: rotate(90deg);
    left: -25px;
    top: 36px;
}

#slide2 figure {
    margin: 0;
}

.slider .plans-container .swiper-slide:after {
    content: unset !important;
}

.slider .slider-container.plans-container .swiper-slide {
    padding-top: 0px;
}

.floor-plans .slider {
    background: unset;
}

.floor-plans .plan_div {
    width: 100%;
    text-align: center;
}

.floor-plans .plan_div a {
    border: none;
    text-decoration: none;
}

.floor-plans .plan_div img {
    width: 100%;
    max-width: 800px;
    box-shadow: 2px 2px 6px 3px #ccc;
}

.floor-plans .inner-elements .container .button-next {
    color: #000 !important;
    right: 14% !important;
    top: 15% !important;
    transform: unset !important;
    margin-top: 7px !important;
}

.floor-plans {
    position: relative;
}

.floor-plans .inner-elements .container .button-prev {
    color: #000 !important;
    right: 24% !important;
    top: 22% !important;
    transform: unset !important;
}

.floor-plans .inner-elements .container .button-prev:after {
    background: #000 !important;
}

.floor-plans .inner-elements .container .button-prev:hover {
    color: #d9b392 !important;
}

.floor-plans .inner-elements .container .button-next:hover {
    color: #d9b392 !important;
}

.navbar-light .navbar-nav .nav-link {
    padding: 35px 10px !important;
    opacity: 1 !important;
    font-size: 13px !important;
}

.gallery-sec .slider .slider-container .swiper-slide:after,
.floor-images .slider .slider-container .swiper-slide:after {
    content: unset !important;
}

.gallery-sec .inner-elements .container .button-prev,
.floor-images .inner-elements .container .button-prev {
    right: 15% !important;
    color: #ebcfa7 !important;
    bottom: 30px !important;
    top: unset !important;
    transform: unset !important;
}

.gallery-sec .inner-elements .container .button-next,
.floor-images .inner-elements .container .button-next {
    color: #ebcfa7 !important;
    right: 5% !important;
    bottom: 30px !important;
    top: unset !important;
    transform: unset !important;
}

.gallery-sec .inner-elements .container .button-prev:after,
.floor-images .inner-elements .container .button-prev:after {
    background: #ebcfa7 !important;
}


.floor-images .slider .slider-container .swiper-slide {
    background-size: 100% 100%;
}

.gallery-sec {
    background-image: url("../images/gallery/gallery-thumb11.jpg");
    background-size: 100% 100%;
}

.gallery-sec .gallery-b1 {
    background: #d5b090;
    border-radius: 4px;
    padding: 5px;
    margin-bottom: 20px;
}

.gallery-sec .slider {
    padding: 0 10px;
    background: #0000;
}

.gallery-sec .slider .slider-container .inner-elements {
    width: 100%;
    position: absolute;
    right: -85px;
    top: -20%;
}

.content-box-new ul {
    list-style-type: none;
    padding-left: 20px;
    padding-right: 20px;
}

.content-box-new ul li {
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    padding: 7px 0;
    margin-right: 35px;
    display: inline-flex;
    cursor: pointer;
    transition: all .5s ease-in-out;
}

.content-box-new.cont_ul ul li:last-child img {
    width: 45px;
}

.content-box-new ul li:hover {
    padding-left: 10px;
}

.content-box-new ul li img {
    padding-right: 10px;
    width: 30px;
}

.fp-viewing-Footer .fixed-top .callnumber-wrapper {
    display: none;
}

.fp-viewing-Footer .fixed-top .logo-img {
    display: none;
}

.fp-viewing-Footer #header {
    background: #0000;
}

.fp-viewing-Gallery #header,
.fp-viewing-USP #header,
.fp-viewing-Zones #header,
.fp-viewing-Location #header,
.fp-viewing-Landmark #header,
.fp-viewing-Ataglance #header,
.fp-viewing-About #header {
    background: #0000;
}

.fp-viewing-About .logo-change,
.fp-viewing-Gallery .logo-change,
.fp-viewing-USP .logo-change,
.fp-viewing-Zones .logo-change,
.fp-viewing-Landmark .logo-change,
.fp-viewing-Ataglance .logo-change,
.fp-viewing-Location .logo-change {
    content: url("../images/logo-change.png");
}

.pd-top {
    padding-top: 120px;
    padding-bottom: 50px;
}

.pd-top .privacytext p {
    color: #000;
    margin-bottom: 10px;
    line-height: 24px;
    font-size: 14px;
}

.pd-top .privacytext p a {
    font-weight: 600;
}

.pd-top .privacytext p strong {
    font-weight: 600;
}

.pd-top .privacytext h5 {
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 20px;
}

.footer-new {
    background: #26282b;
    height: auto !important;
    padding: 10px 0;
}

.footer-new p {
    font-size: 12px;
    margin-bottom: 0;
}

.footer-new p a {
    color: #fff;
}


.section3-mob {
    display: none !important;
}

.flip_a:hover {
    text-decoration: none;
}

.flipbook-btn {
    padding: 8px 10px !important;
    justify-content: center;
    background: #9f8054 !important;
    margin: 25px 0 0;
}

.property-customization figure img {
    height: 40px;
    width: 40px;
}

.hold {
    display: none;
}

.img-mobile {
    display: none;
}

/*============= OWL Dots =====================*/

.floor-plans .plan_div {
    padding-top: 150px;
}

.plan_div h5 {
    margin-top: 15px;
    font-weight: 600;
    color: #9f8054;
    font-family: "Poppins", sans-serif;
}

.plans-container .owl-nav {
    text-align: right;
    position: relative;
    margin-top: 20px;
}

.plans-container .owl-nav button {
    color: #000 !important;
    font-weight: 600 !important;
}

.plans-container .owl-nav button.owl-prev:after {
    position: absolute;
    content: '';
    background: #000;
    height: 2px;
    width: 50px;
    top: 12px;
    left: 52px;
}

.gallery-container2 {
    justify-content: center;
    align-items: center;
}

.plans-container .owl-nav button.owl-prev {
    position: absolute;
    right: 26%;
}

.plans-container .owl-nav button.owl-next {
    position: absolute;
    right: 16%;
}

.gallery-container2 .owl-nav {
    text-align: right;
    position: relative;
    margin-top: 20px;
}

.gallery-container2 .owl-nav button {
    color: #ebcfa7 !important;
    font-weight: 600 !important;
}

.gallery-container2 .owl-nav button.owl-prev:after {
    position: absolute;
    content: '';
    background: #ebcfa7;
    height: 2px;
    width: 50px;
    top: 12px;
    left: 52px;
}

.gallery-container2 .owl-nav button.owl-prev {
    position: absolute;
    right: 10%;
}

.gallery-container2 .owl-nav button.owl-next {
    position: absolute;
    right: 0%;
}

.banner-box {
    position: relative;
}

.rera_number {
    position: absolute;
    top: 86px;
    right: 12%;
}

.rera_number ul {
    list-style: none;
}

.rera_number ul li {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}

.rera_number ul li a {
    color: #fff;
}

.thankyou_section {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100vh;
    text-align: center;
    background: #ffefd8;
}

.thankyou_section .button_wrapper {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.thankyou_section .button_wrapper a {
    height: 45px;
    font-family: "poppins", serif;
    line-height: 45px;
    margin-top: 20px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 10px;
    position: relative;
    background: #9f8054;
    border: 2px solid #9f8054;
    padding: 0 30px;
    margin: 0;
    box-shadow: 0 0 20px rgba(235, 207, 167, 0.4);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    text-decoration: none;
}

.thankyou_section p {
    color: #000;
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 50px;
}

.thankyou_section img {
    width: 250px;
    margin-bottom: 27px;
}

.thankyou_section h2 {
    font-size: 30px;
    font-family: "Playfair Display", serif;
    color: #9f8054;
    margin-bottom: 10px;
    font-weight: 800;
}

.close_pop.toggle {
    position: absolute;
    top: -25px;
    right: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 0;
    text-align: center;
    left: auto;
    transform: none;
    padding: 0;
    font-size: 21px;
}

/*============= OWL Dots =====================*/

.master_craft_section {
    background: #056839;
}

.master_craft_section .master_content :last-child {
    margin-bottom: 0;
}

.master_craft_section .master_content p span {
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 18px;
    display: block;
    margin-bottom: 7px !important;
}

#slide4 .content-box p,
.master_craft_section .master_content p {
    margin-bottom: 30px;
}

.master_craft_section .title_header {
    padding: 0;
}

.title_header h2 {
    display: block;
    font-size: 49px;
    font-family: "Poppins", sans-serif;
    margin-bottom: 35px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 800;
}

/* Footer Section */
.footer {
    background: #056839;
}

.footer_section .foot_logos .site_logo {
    width: 140px;
    max-width: 100%;
    margin: 0;
    background: #FFF;
    padding: 12px;
}

.footer_section .foot_logos .dlf_logo {
    width: 100px;
    margin: 0;
}

.footer_section .foot_logos {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px;
    align-items: center;
}


.footer_section .bottom_footer {
    color: #FFF;
    text-align: center;
    font-size: 13px;
    background: #056839;
}

.footer_section .bottom_footer .container {
    border-top: 1px solid rgb(255 255 255 / 30%);
    padding: 25px 0 0px 0;
    display: flex;
    justify-content: space-between;
}

.footer_section .top_footer p {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 20px;
    text-align: justify;
}

.footer_section .top_footer p strong {
    font-weight: 600;
}

.footer_section .top_footer {
    color: #FFF;
    padding: 50px 0 50px 0;
    background: #056839;
}

.footer_section .top_footer a {
    color: #CD9703;
    text-decoration: none;
    font-weight: 500;
}

.footer_section .top_footer :last-child {
    margin-bottom: 0;
}

.rera-details {
    margin-bottom: 20px;
    display: flex;
    gap: 0 12px;
    align-items: center;
}

.rera-details .code {
    min-width: 75px;
}

.rera-details p {
    font-size: 12px !important;
    line-height: 10px !important;
    margin-bottom: 8px;
    font-weight: 500 !important;
}

.rera-details p strong {
    font-weight: 600 !important;
}

.bottom_footer span {
    font-size: 14px;
}

.bottom_footer a {
    padding: 0 10px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.bottom_footer a:hover {
    color: #fff;
}

.footer-privacy {
    background: #fff;
}

.footer-privacy .header {
    background: #667c60;
}

.footer-privacy #privacy-policy {
    padding: 120px 0 50px;
}

.footer-privacy #privacy-policy .sec-heading {
    font-family: 'IBM Plex Serif', serif;
    font-size: 32px;
    color: #667c60;
    font-weight: 500;
    margin-bottom: 15px;
}

.footer-privacy #privacy-policy p {
    color: #000;
}

.footer-privacy #privacy-policy .subHeading2 {
    font-family: 'IBM Plex Serif', serif;
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin-bottom: 15px;
}

.footer_section .top_footer ul li {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
}

.footer-privacy #privacy-policy ul li {
    color: #000;
}

.floating_icon {
    position: fixed;
    left: 20px;
    bottom: 50px;
    background: #FFF;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 16px;
    box-shadow: 0 0 16px 0 rgb(0 0 0 / 50%);
}

/* -- popup -- */

.popup_modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 80%);
    z-index: 99;
    /* display: none; */
}

.popup_modal .popup_modal_inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup_modal .popup_contaier {
    width: 600px;
    max-width: calc(100% - 30px);
    background: #056839;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0 0px 20px 0 rgb(205 151 3 / 22%);

}

.popup_modal .popup_body {
    padding: 20px 20px 25px;
    position: relative;
    border-radius: 6px;
    border: 2px solid #fff;
}

.popup_body>* {
    z-index: 2;
    position: relative;
}

.popup_modal .popup_body h4 {
    font-size: 20px;
    margin-bottom: 5px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

.popup_modal .popup_body p {
    text-align: center;
    font-size: 12px;
    text-transform: none;
    color: #fff;
    letter-spacing: 0.1px;
    margin-bottom: 10px;
    font-weight: 300;
    letter-spacing: 0.5px;
    position: relative;
}

.popup_modal .popup_body .check_input_wrap {
    text-align: left;
    line-height: 17px;
    padding-left: 19px;
    margin-bottom: 20px;
}

.popup_modal .popup_body p a {
    color: #fff;
    text-decoration: underline;
    font-weight: 800;
    letter-spacing: 0.8px
}

.popup_modal .popup_body .theme_btn1 {
    min-width: 120px;
    border-radius: 4px;
}

.popup_modal select.form_control option {
    color: #056839;
}

.popup_modal .error-msg1 {
    color: #ece81b;
    font-size: 11px;
    bottom: -4px;
}

.popup_modal .popup_body .check_input_wrap .error-msg1 {
    bottom: -7px;
}

.popup_modal .popup_body .check_input_wrap input {
    position: absolute;
    left: 0;
    top: 3px;
}

.form_control {
    color: #fff;
    width: 100%;
    border: none;
    border-bottom: 1px solid #fff;
    padding: 0px 12px;
    height: 50px;
    border-radius: 5px;
    outline: none;
    font-size: 14px;
    font-weight: 300;
    background: none;
    letter-spacing: 0.6px;
}

.form_control_wrap {
    margin-bottom: 17px;
    position: relative;
}

.popup_modal input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff !important;
}

.popup_modal input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff !important;
}

.popup_modal input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff !important;
}

.popup_modal .popup_close {
    position: absolute;
    right: -11px;
    top: -10px;
    background: #fff;
    font-family: monospace;
    font-weight: 900;
    color: #000;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50px;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.4s ease;
}

.popup_modal .popup_close:hover {
    background: #fff;
}

.theme_btn1 {
    padding: 14px 20px;
    background: #FFF;
    border: 1px solid #FFF;
    color: #056839;
    line-height: 1;
    position: relative;
    text-decoration: none;
    font-weight: 800;
    text-transform: uppercase;
    display: inline-block;
    font-size: 14px;
    transition: all 0.5s ease;
}

.theme_btn1:hover {
    background: transparent;
    color: #FFF;
}

/* ------------------------ */
.full_banner img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center;
}

span.tex_caption {
    position: absolute;
    right: 35px;
    bottom: 25px;
    text-transform: uppercase;
    font-size: 10px;
    color: #FFF;
    font-weight: 500;
    letter-spacing: 0.3px;
    padding-left: 15px;
    /* text-shadow: 0 0 2px #056839; */
}

span.tex_caption.center {
    width: 100%;
    right: 0;
    text-align: center;
}

.cyberhub_section .tex_caption.center {
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 0.6px;
    bottom: 60px;
}

.banner-box .swiper-slide img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center;
}

.map_section span {
    display: none;
    position: absolute;
    bottom: 5px;
    width: 100%;
    text-align: center;
    font-weight: 700;
    color: #056839;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.2px;
}

.floor_plan_section {
    padding: 100px 0;
}

.floor_plan_section .title_header h2 {
    text-align: center;
}

.floor_plan_section p {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin: 15px 0 0;
    letter-spacing: 0.5px;
    font-size: 17px;
}

.goback {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
    background: #FFF;
    color: #056839;
    text-decoration: none;
    padding: 8px 20px;
    border-radius: 50px;
    float: right;
}

.goback:hover {
    color: #056839;
    text-decoration: none;
}

.privacy_section {
    padding: 100px 0 50px 0;
}

.privacy_section h4 {
    color: #FFF;
    text-transform: uppercase;
    font-weight: 600;
    margin: 25px 0;
    font-size: 20px;
    letter-spacing: 0.4px;
}

.privacy_section ul li {
    font-family: "Poppins", sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    margin-bottom: 15px;
}

.privacy_section ul {
    padding-left: 22px;
    margin-bottom: 0;
}

.privacy_section ul ol {
    padding-left: 20px;
    margin-top: 15px;
}

.privacy_section ul ol {
    padding-left: 20px;
    margin-top: 15px;
}

.privacy_section ol {
    padding-left: 33px;
}

.privacy_section ol li {
    padding-left: 5px;
    color: #FFF;
}

.privacy_section ol li:not(:last-child) {
    margin-bottom: 15px;
}

.compliance_section .table_responsive {
    overflow: auto;
}

.compliance_section .table_responsive table {
    min-width: 400px;
    width: 100%;
    margin-bottom: 0;
    border-spacing: 1px;
    border-collapse: separate;
}

.compliance_section .table_responsive table tr th {
    background: #e5e7d6 !important;
    color: #056839;
    text-align: center;
    padding: 12px;
    font-weight: 600;
}

.compliance_section .table_responsive table tr,
.compliance_section .table_responsive table td {
    font-size: 15px;
    padding: 12px;
    color: #e5e7d6;
}

.compliance_section .table_responsive table th,
.compliance_section .table_responsive table td {
    padding: 15px;
    line-height: 1.5;
    vertical-align: top;
    border: 1px solid hsla(0, 0%, 50.2%, .5019607843137255);
}

.compliance_section .table_responsive table tr td {
    background-color: #fff !important;
    color: #000000;
    font-weight: 400;
}

.country_code_wrap {
    display: flex;
    position: relative;
}

.country_code_wrap .country_code {
    width: 100%;
    outline: none;
    appearance: none !important;
    max-width: 50px;
    padding-right: 0 !important;
    position: absolute;
    left: 0;
    bottom: 0;
    border: none !important;
}

.country_code_wrap input {
    padding-left: 50px !important;
}

.faq_section h2 {
    display: block;
    font-size: 49px;
    font-family: "Poppins", sans-serif;
    margin-bottom: 35px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 800;
    text-align: center;
}

.faq_accordion .accordion {
    background: transparent;
    float: none;
    max-height: 84vh;
    overflow: auto;
    padding-right: 15px;
}

.faq_accordion .accordion-item {
    background: transparent;
    border: 1px solid rgb(255 255 255 / 67%);
    margin: 15px 0;
    border-radius: 30px;
    overflow: hidden;
}

.faq_accordion .accordion-button {
    background: rgb(255 255 255 / 0%) !important;
    box-shadow: none;
    padding: 9px 20px;
    color: #FFF;
    font-size: 16px;
    gap: 0 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    font-weight: 500;
    letter-spacing: 0.25px;
}

.faq_accordion .accordion-button:not(.collapsed) {
    background: rgb(255 255 255) !important;
    color: #056839;
    border-radius: 30px;
}

.faq_accordion .accordion-button:not(.collapsed):after {
    color: #056839;
    content: '\f077';
}

.faq_accordion .accordion-button:after {
    color: #FFF;
    content: '\f078';
    font-family: fontawesome;
    background-image: none;
    font-size: 11px;
    text-align: center;
}

.faq_accordion .accordion-item:first-child,
.faq_accordion .accordion-item:last-child {
    border-radius: 30px;
}

.faq_accordion .accordion-item:first-child {
    margin-top: 0;
}

.faq_accordion_body {
    padding: 20px 25px;
}

.faq_accordion_body :last-child {
    margin-bottom: 0;
}

.faq_accordion_body p,
.faq_accordion_body ul li {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.25px;
    color: #FFF;
    font-weight: 300;
}

.faq_accordion_body ul {
    padding-left: 25px;
}

.faq_accordion_body p a {
    color: inherit;
    text-decoration: underline;
}

.faq_accordion_body p a:hover {
    opacity: 0.7;
}

.cs_scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #00000085;
}

.cs_scrollbar::-webkit-scrollbar {
    width: 6px;
    background-color: #FFF;
}

.cs_scrollbar::-webkit-scrollbar-thumb {
    background-color: #FFF;
    border-radius: 5px;
    cursor: pointer;
}

.slider {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.slider h1 {
    color: #FFF;
    position: absolute;
    bottom: 40px;
    right: 0;
    font-size: 26px;
    width: 600px;
    text-align: center;
    left: 50%;
    background: #0000009e;
    padding: 17px 15px;
    transform: translateX(-50%);
}

/* .slider .slide1 h1 {
    left: 10%;
    right: auto;
    text-align: right;
}

.slider .slide2 h1 {
    right: 10%;
} */

.slider .slide2,
.slider .slide1 {
    position: relative;
}

footer.footer_section {
    width: 100%;
}

.map_section iframe {
    width: 100%;
    height: 490px;
    border: none;
}

.inqire_form_section .img_dv {
    padding: 0;
}

.inqire_form_section .row>div {
    padding: 0;
}

.inqire_form_section {
    background: #f8f8f8;
}

.inqire_form_section .inquire_form {
    padding: 0 30px;
    margin: 0 9%;
}

.inquire_form .form_control2 {
    margin-bottom: 25px;
    position: relative;
}

.inquire_form .form_control2 input,
.inquire_form .form_control2 select {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    border: 1px solid #000;
    background: transparent;
}

.error-msg1 {
    color: red;
    position: absolute;
    bottom: -2px;
    left: 0;
    font-size: 13px;
    transform: translateY(100%);
    font-weight: 400;
}

.inqire_form_section .inquire_form .row>div {
    padding: 0 8px;
}

.inquire_form .form_control2 .check_input_wrap input {
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 4px;
}

.inquire_form .form_control2 .check_input_wrap {
    padding-left: 28px;
    position: relative;
    font-size: 14px;
    margin: 0;
    line-height: 20px;
    font-weight: 400;
    color: #000;
}

.inquire_form .form_control2 .check_input_wrap a {
    color: #056839;
    font-weight: 600;
}

.country_code_wrap {
    display: flex;
    position: relative;
}

.inquire_form .btn_form {
    width: 225px !important;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFF;
    transition: all 0.5s ease;
    border-width: 2px;
    border-color: #056839 !important;
    background: #056839 !important;
}

.inquire_form .btn_form:hover {
    background: transparent !important;
    color: #056839;
}

.inqire_form_section .inquire_form .country_code_wrap .country_code {
    left: 1px;
    bottom: 2px;
    height: 46px !important;
}

.inquire_form h4 {
    font-size: 30px;
    font-weight: 600;
    color: #056839;
}

div#enquire_popup .form_control_wrap .check_input_wrap {
    position: relative;
    line-height: 19px;
    padding-left: 25px;
    margin-top: 10px;
    margin-bottom: 25px;
    text-align: left;
}

div#enquire_popup .form_control_wrap .check_input_wrap input {
    position: absolute;
    left: 0;
    top: 3px;
}


/* -- Policy Section Start -- */
.privacy_policy_section {
    background: #FFF;
    padding-top: 80px;
    padding-bottom: 50px;
}

.policy_content p,
.policy_content ul li,
.policy_content ol li {
    color: #000;
    font-weight: 400;
    font-size: 17px;
}

.policy_content h1 {
    font-size: 33px;
    margin-bottom: 20px;
}

.policy_content h4 {
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 30px;
    font-size: 22px;
}

.policy_content ul li:not(:last-child),
.policy_content ol li:not(:last-child) {
    margin-bottom: 13px;
}

.policy_content ul,
.policy_content ol {
    padding-left: 22px;
}

.policy_content ul ol li {
    padding-left: 8px;
}

.policy_content ul ol {
    margin-top: 18px;
}

@media (max-width:767px) {
    .policy_content h1 {
        font-size: 26px;
    }
}

/* -- Policy Section End -- */



@media only screen and (max-width: 1600px) {
    .footer {
        align-items: end;
    }

    .floor-plans .plan_div img {
        max-width: 600px;
    }

    .floor-plans .inner-elements .container .button-prev {
        right: 33% !important;
        top: 27% !important;
    }

    .floor-plans .inner-elements .container .button-next {
        right: 19% !important;
        top: 18% !important;
    }

    .gallery-sec .slider .slider-container .inner-elements {
        right: -62px;
        top: -15%;
    }

    .floor-plans .plan_div {
        padding-top: 130px !important;
    }

    .plans-container .owl-nav button.owl-prev {
        position: absolute;
        right: 30% !important;
    }

    .inquire_form .form_control2 input,
    .inquire_form .form_control2 select {
        height: 45px;
    }

    .inqire_form_section .inquire_form .country_code_wrap .country_code {
        height: 40px !important;
    }

    .inquire_form .form_control2 {
        margin-bottom: 18px;
    }


}

@media only screen and (max-width: 1550px) {
    span.tex_caption {
        font-size: 8px;
        bottom: 20px;
    }

    .footer {
        padding-top: 0;
    }

    .footer_section .foot_logos {
        margin-bottom: 35px;
    }

    .footer_section .foot_logos .site_logo {
        width: 230px;
    }

}

@media only screen and (max-width: 1500px) {
    .gallery-sec .slider .slider-container .inner-elements {
        right: -62px;
        top: -14%;
    }

    .nav-pills .nav-item {
        margin: 0 10px 5px;
    }

    .floor-plans .inner-elements .container .button-prev {
        right: 33% !important;
        top: 25% !important;
    }

    .floor-plans .inner-elements .container .button-next {
        right: 19% !important;
        top: 16% !important;
        margin-top: -1px !important;
    }
}


@media only screen and (max-width: 1400px) {
    .floor-plans .inner-elements .container .button-next {
        right: 15% !important;
        top: 16% !important;
        margin-top: -1px !important;
    }

    .plans-container .owl-nav button.owl-next {
        position: absolute;
        right: 12%;
    }

    .inqire_form_section .form_img {
        height: 100%;
        object-fit: cover;
        object-position: left;
    }

    .inqire_form_section .inquire_form {
        padding: 0 30px;
        margin: 8% 6%;
    }

    .inqire_form_section .row.align-items-center {
        align-items: normal !important;
    }

}

@media only screen and (max-width: 1350px) {

    .banner_full2 img {
        object-position: center right;
    }

    .cyberhub_section img {
        object-position: center left;
    }

    #slide4 .content-box {
        padding-left: 60px;
        padding-right: 8%;
    }

    #slide4 .content-box h4,
    .title_header h2 {
        font-size: 40px;
        margin-bottom: 30px;
    }

    .master_craft_section {
        padding: 00px 60px;
    }

    .footer_section .foot_logos .dlf_logo {
        width: 80px;
    }

    .footer_section .foot_logos .site_logo {
        width: 180px;
    }

    .footer_section .foot_logos {
        margin-bottom: 30px;
    }

    .footer_section .top_footer p {
        margin-bottom: 8px;
    }

}

@media only screen and (max-width: 1320px) {
    .rera_number {
        right: 7%;
    }

    p {
        font-size: 15px;
        line-height: 24px;
    }

    .privacy_section ul li {
        font-size: 15px;
        line-height: 24px;
    }

    #slide4 .content-box h4,
    .title_header h2 {
        font-size: 37px;
        margin-bottom: 20px;
    }

    #slide4 .content-box p,
    .master_craft_section .master_content p {
        margin-bottom: 25px;
    }

    .inqire_form_section .inquire_form {
        margin: 6% 4%;
    }
}

@media (min-width: 992px) and (max-width: 1400px) {
    .footer_section .foot_logos {
        margin-bottom: 20px;
    }

    .footer_section .foot_logos .site_logo {
        width: 150px;
    }

    .footer_section .foot_logos .dlf_logo {
        width: 60px;
    }


    .footer_section .container {
        max-width: 1100px;
    }
}

@media only screen and (max-width: 991px) {
    .rera_number {
        top: 100px;
    }

    html,
    body {
        overflow-x: hidden !important;
    }

    .call_number {
        right: 105px;
        top: 2px;
    }

    .call_number a {
        font-size: 16px;
    }

    #fp-nav {
        right: 50px;
    }

    .content-box {
        padding: 80px;
    }

    .footer .col-12 .copyright {
        float: unset;
    }

    .full_banner img {
        height: auto;
    }

    .holder1 img {
        height: auto;
    }

    #slide4 .content-box {
        margin-bottom: 0;
    }

    .banner-box .swiper-slide img {
        height: auto;
    }

    .slider .slider-container .inner-elements .container .button-prev {
        left: 40%;
    }

    .slider .slider-container .inner-elements .container .button-next {
        right: 39%;
    }

    .recent-gallery,
    .main-slide-recent,
    #section6 {
        height: auto !important;
    }

    .master_craft_section {
        padding: 50px 50px;
        height: auto !important;
        border-bottom: 1px solid #FFF;
    }

    .footer {
        padding: 50px 50px 0;
    }

    .map_section span {
        display: block;
    }

    span.tex_caption {
        text-align: right;
        right: 46px;
    }

    #header .logo-img-2 img {
        max-width: 64px;
    }

    .slider {
        position: relative;
    }

    .slider .slider-container .inner-elements .container {
        position: relative;
        height: auto;
    }

    .slider_buttons_wrap .button-prev,
    .slider_buttons_wrap .button-next {
        font-size: 12px;
        padding: 8px 20px;
    }

    .slider_buttons_wrap {
        right: 45px;
        bottom: 25px;
    }

    .faq_accordion .accordion {
        max-height: max-content;
    }

    .faq_section {
        padding: 60px;
    }

    .faq_section h2 {
        font-size: 37px;
    }

    .map_section iframe {
        margin-top: 30px;
    }

    .footer_section .bottom_footer {
        padding-inline: 14px;
    }

}

@media only screen and (max-width: 767px) {
    .master_craft_section {
        padding: 50px 20px;
        height: auto !important;
        border-bottom: 1px solid #FFF;
    }

    .rera-details {
        flex-direction: column;
        align-items: baseline;
        gap: 16px 0;
    }

    .rera-details p {
        line-height: 20px !important;
        margin-bottom: 0 !important;
    }

    .footer_section .top_footer {
        padding: 40px 0;
    }

    .footer_section .top_footer p {
        font-size: 12px;
        line-height: 19px;
    }

    .bottom_footer a {
        padding: 0 2px;
    }

    .bottom_footer span,
    .bottom_footer a {
        font-size: 11px;
    }

    .property-plans h4 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .property-plans h3 {
        margin-bottom: 15px;
        font-size: 26px;
    }

    .property-plans p {
        margin-bottom: 12px;
        font-size: 15px;
    }

    .property-plans ul li img {
        max-width: 10px;
    }

    .property-plans ul li {
        font-size: 14px;
    }

    .floor-plans .slider .slider-container .inner-elements .container .button-prev {
        bottom: 38% !important;
    }

    .floor-plans .slider .slider-container .inner-elements .container .button-next {
        bottom: 38% !important;
    }

    #section7 .pad-100 {
        padding: 50px 15px 0;
    }

    .floor-plans .plan_div {
        padding-top: 0px;
    }

    .floor-plans .slider {
        background: unset;
        height: 65vh;
        min-height: unset;
    }

    .property-plans {
        padding-bottom: 20px;
    }

    .plans-container .owl-nav button.owl-next {
        position: absolute;
        right: 7%;
    }

    .footer .col-12 .creation {
        float: right;
    }

    .imicon1 {
        width: 30px !important;
    }

    .contmob {
        height: 808px !important;
    }

    div#section4 {
        padding: 0px 0 0px;
    }

    .recent-gallery {
        padding: 0px 0;
    }

    .map-mob {
        height: 300px;
    }

    .side-content .navbar-nav li.nav-item {
        margin: 0 0px;
    }

    .footer .logo {
        height: unset;
        margin-bottom: 0;
        margin-top: 0;
        width: 100%;
        max-width: 198px;
    }

    .footer .menu-cont {
        margin-top: 25px;
    }

    .footer .menu-cont ul {
        padding-left: 25px;
    }

    .map-point iframe {
        width: 100%;
        height: 200px;
    }

    .footer .contact-box p {
        font-size: 14px;
    }

    .footer .contact-box h3 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .map-point {
        text-align: center;
        padding-bottom: 15px;
        padding-top: 15px;
    }

    .property-customization figure {
        margin: 8px 0 12px;
        padding: 8px;
    }

    #nav-icon3 {
        width: 25px;
        margin: 3px 0px 0 25px;
    }

    .callnumber-wrapper {
        padding: 0 10px;
    }

    .callnumber-wrapper:after {
        right: -32px;
    }

    #header .navbar-brand img {
        padding: 0 !important;
    }

    .slider .slider-container .inner-elements .container .button-next {
        right: 45px;
        top: unset;
        bottom: 60px;
        transform: unset;
    }

    .slider .slider-container .inner-elements .container .button-prev {
        right: 160px;
        top: unset;
        bottom: 60px;
        transform: unset;
    }

    .slider .slider-container .swiper-slide {
        background-position: center;
    }

    .slider .slider-container .swiper-slide .container h1 {
        font-size: 22px;
    }

    .slider .swiper-slide h4 {
        font-size: 14px;
    }

    .slider .swiper-slide h5 {
        font-size: 14px;
    }

    .slider .slider-container .swiper-slide .container a {
        font-size: 13px;
        height: 38px;
        line-height: 38px;
        margin-top: 10px;
        padding: 0 12px;
    }

    .slider .slider-container .swiper-slide .container a img {
        max-width: 16px;
        margin-right: 4px;
    }

    .callnumber-wrapper a {
        font-size: 12px;
    }

    .navbar-brand {
        display: inline-block;
        padding-top: 5px;
        padding-bottom: 0;
        margin-right: 0;
        font-size: 0;
        line-height: inherit;
        white-space: nowrap;
    }

    .slider .slider-container .inner-elements .container .button-next {
        right: 45px !important;
        top: unset !important;
        bottom: 60px !important;
        transform: unset !important;
    }

    .slider .slider-container .inner-elements .container .button-prev {
        right: 160px !important;
        top: unset !important;
        bottom: 60px !important;
        transform: unset !important;
    }

    .fp-viewing-Gallery #header,
    .fp-viewing-USP #header,
    .fp-viewing-Zones #header,
    .fp-viewing-Location #header,
    .fp-viewing-Landmark #header,
    .fp-viewing-Ataglance #header,
    .fp-viewing-About #header {
        background: #26282be0 !important;
    }

    .slider .slider-container .swiper-slide .container {
        padding: 0 15px !important;
    }

    #section1 .content-box {
        padding: 55px 0 40px !important;
    }

    .recent-gallery {
        height: unset;
    }

    .section3-desk {
        display: none !important;
    }

    .section3-mob {
        display: block !important;
    }

    .btnmob {
        top: 30px !important;
    }

    .content-box-new ul li {
        color: #fff;
        font-size: 13px;
        line-height: 20px;
        padding: 5px 0;
        margin-right: 0;
        display: block;
        cursor: pointer;
        transition: all .5s ease-in-out;
    }

    .property-customization.unique .video-bg img {
        opacity: .5;
        height: 100vh !important;
    }

    .gallery-sec {
        background-image: url("../images/shops/mob-9.jpg");
    }

    .content-box1 {
        padding: 55px 15px 40px !important;
        margin-bottom: 0px !important;
        margin-top: 0 !important;
    }

    .block-slider {
        padding: 0px 15px !important;
        margin-top: 0;
    }

    .contact-box {
        margin-top: 10px !important;
        padding-left: 8px;
    }

    .gallery-sec {
        height: unset !important;
    }

    .floor-plans .plan_div {
        padding-top: 20px !important;
    }

    .gallery-container2 .owl-nav button.owl-prev {
        right: 19%;
    }

    #slide4 .content-box h4,
    .title_header h2 {
        font-size: 34px;
        margin-bottom: 20px;
    }

    #slide4 .content-box p,
    .master_craft_section .master_content p {
        line-height: 25px;
        line-height: 24px;
    }

    .master_craft_section .master_content p span {
        font-size: 16px;
        margin-bottom: 10px !important;
    }

    span.tex_caption {
        font-weight: 600;
    }

    .floor_plan_section {
        padding: 120px 0 20px 0;
    }

    .floor_pl {
        margin-bottom: 40px;
    }

    .inside_page .footer_section {
        padding-bottom: 20px;
    }

    .goback {
        font-size: 12px;
        padding: 6px 15px;
    }

    .slider_buttons_wrap .button-prev,
    .slider_buttons_wrap .button-next {
        width: 30px;
        height: 30px;
        padding: 0;
        margin: 4px 0;
    }

    .faq_section {
        padding: 55px 15px 40px;
    }

    .faq_accordion .accordion-button {
        font-size: 15px;
        line-height: 22px;
    }

    .floating_icon {
        bottom: 85px;
        padding: 12px;
        width: 50px;
        height: 50px;
    }

    .fixed-top {
        padding: 0;
    }

    #header .logo-img img {
        max-width: 98px;
        margin-left: 0;
    }

    #header .navbar-brand img {
        max-width: 60px;
    }

    #header .navbar-brand {
        margin: 25px 0;
    }

    .footer_section .bottom_footer {
        padding: 0 20px;
    }

    .footer_section .bottom_footer p {
        margin: 0;
    }

    .slider img {
        width: 100%;
    }
}

@media only screen and (max-width: 580px) {
    .rera_number {
        top: 80px;
        right: 15px;
    }

    .footer .col-12 .creation {
        float: left !important;
    }

    .footer .col-12 .copyright {
        float: left !important;
    }

    .content-box-new ul li img {
        padding-right: 10px;
        width: 24px;
    }

    .recent-gallery figure {
        margin-top: 00px !important;
    }

    .fp-viewing-Footer .fixed-top .callnumber-wrapper {
        display: block;
    }

    .gallery-container2 .owl-nav button.owl-prev {
        right: 25%;
    }
}

@media only screen and (max-width: 480px) {
    .plans-container .owl-nav button.owl-prev {
        position: absolute;
        right: 40% !important;
    }

    .gallery-container2 .owl-nav button.owl-prev {
        right: 42%;
        bottom: -7px;
    }

    .gallery-container2 .owl-nav button.owl-next {
        position: absolute;
        right: 8%;
        bottom: -8px;
    }

    .block-slider figure figcaption ul li {
        padding-top: 10px;
        font-size: 13px;
        line-height: 15px;
    }

    .block-slider figure figcaption h5 {
        font-size: 14px;
    }

    .slider-1 {
        height: 0px;
        min-height: 310px;
    }

    .contmob {
        height: 405px !important;
    }

    html,
    body {
        overflow-x: hidden !important;
    }

    .sidebar-contact {
        padding: 20px 20px;
    }

    .callnumber-wrapper {
        margin-left: -15px;
        padding: 0 2px;
    }

    #section1 .content-box h3,
    #slide4 .content-box h3 {
        font-size: 18px;
        margin-top: 0px !important;
    }

    #slide4 .content-box p,
    .master_craft_section .master_content p {
        padding-right: 0px !important;
        font-size: 14px !important;
        line-height: 22px;
    }

    .property-customization {
        padding: 72px 0 20px !important;
    }

    .footer {
        padding-top: 40px !important;
    }

    .side-navigation {
        height: 100% !important;
    }

    .property-customization figure figcaption {
        font-size: 13px !important;
        line-height: 16px;
        padding: 3px 0;
    }

    .property-customization figure img {
        height: 35px;
        margin-right: 8px;
    }

    .property-customization h3 {
        margin-top: 0;
        font-size: 18px !important;
        margin-bottom: 15px;
    }

    .property-customization.unique h4 {
        font-size: 24px !important;
        margin-bottom: 20px;
    }

    .slider .slider-container .inner-elements .container .button-next {
        right: 45px !important;
        top: unset !important;
        bottom: 60px !important;
        transform: unset !important;
    }

    .slider .slider-container .inner-elements .container .button-prev {
        right: 160px !important;
        top: unset !important;
        bottom: 60px !important;
        transform: unset !important;
    }

    .content-box-new ul {
        margin-bottom: 0px;
        list-style-type: none;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .property-customization h4 {
        font-size: 24px !important;
        margin-bottom: 30px;
        margin-top: 0;
        line-height: 30px;
    }

    .img-desktop {
        display: none;
    }

    .img-mobile {
        display: block;
        height: auto !important;
    }

    #section1 .content-box p {
        margin-bottom: 15px !important;
    }

    .gallery-container2 {
        display: block !important;
    }

    .slider .slider-container .swiper-slide .container {
        padding-left: 15px !important;
        padding-right: 40px !important;
    }

    .gallery-container .swiper-slide img {
        height: 100% !important;
        width: 100% !important;
    }

    #slide4 .content-box {
        height: 100%;
    }

    .imicon1 {
        width: 25px !important;
    }

    .fp-viewing-Gallery #header,
    .fp-viewing-USP #header,
    .fp-viewing-Zones #header,
    .fp-viewing-Location #header,
    .fp-viewing-Landmark #header,
    .fp-viewing-Ataglance #header,
    .fp-viewing-About #header {
        background: #26282be0 !important;
        ;
    }

    .thankyou_section img {
        width: 210px;
        margin-bottom: 17px;
    }

    .thankyou_section h2 {
        font-size: 20px;
    }

    .thankyou_section p {
        font-size: 15px;
        margin-bottom: 30px;
    }

    .thankyou_section .button_wrapper a {
        padding: 0 16px;
    }

    #slide4 .content-box h4,
    .title_header h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .floor_plan_section {
        padding: 65px 0 20px 0;
    }

    .floor_pl {
        margin-bottom: 20px;
    }

    .toggle {
        right: 0;
        bottom: 0;
        transform: none;
        top: auto;
        width: 100%;
        box-shadow: 0 0 15px 0 rgb(255 255 255 / 30%);
    }

    span.tex_caption {
        right: 0;
        width: 100%;
        padding: 0 15px;
        bottom: 5px;
    }

    .popup_modal .popup_body .theme_btn1 {
        padding: 13px 20px;
    }

    input[type=text],
    .form_control {
        height: 40px;
        font-size: 12px;
    }

    .popup_modal .popup_contaier,
    .popup_modal .popup_body {
        padding: 15px;
    }

    .popup_modal .popup_body p {
        font-size: 13px;
    }

    .footer_section .bottom_footer {
        padding-bottom: 35px;
    }

    .slider_buttons_wrap {
        right: 15px;
        gap: 10px;
    }

    .privacy_section h4 {
        font-size: 18px;
    }

    #header .logo-img-2 img {
        max-width: 50px;
    }

    .call_number {
        right: 75px;
        top: 2px;
    }

    .call_number img {
        width: 17px;
    }

    .call_number a {
        font-size: 14px;
        gap: 5px;
    }

    .faq_section h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .footer_section .bottom_footer .container {
        flex-direction: column;
    }
}

.inside_page .footer_section .bottom_footer .container {
    padding-bottom: 20px;
}

@media (max-width:767px) {
    .inside_page .footer_section {
        padding-bottom: 0;
    }

    .inside_page .privacy_section {
        padding: 65px 0 15px 0;
    }

    footer.footer_section {
        padding-bottom: 20px;
    }

    .slider h1 {
        bottom: 30px;
        font-size: 11px;
        padding: 8px 15px;
    }

    .logo-img {
        left: 18px;
    }

}

@media (max-width:480px) {
    .inside_page .footer_section .bottom_footer {
        padding-bottom: 0;
    }
}

.header_slider .owl-nav {
    position: absolute;
    display: flex;
    right: 35px;
    bottom: 55px;
    z-index: 5;
    gap: 15px;
}

.header_slider .owl-nav .owl-prev,
.header_slider .owl-nav .owl-next {
    background: #FFF !important;
    color: #056839 !important;
    margin: 7px 0;
    border-radius: 50px;
    font-size: 17px;
    font-weight: 500;
    padding: 0;
    cursor: pointer;
    letter-spacing: 1px;
    box-shadow: 0 0 15px 0 rgb(255 255 255 / 53%);
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease;
}


/* -- new code -- */
@font-face {
    font-family: 'Austin';
    src: url('../fonts/Austin-BoldItalic-Trial.otf');
    /* IE9 Compat Modes */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Austin2';
    src: url('../fonts/AustinText-ItalicNo2-Trial.otf');
    /* IE9 Compat Modes */
    font-style: normal;
    font-display: swap;
}

.section_padding {
    padding-block: 70px;
}

.intro_section {
    background-color: #f8f8f8;
}

.intro_section h1 {
    font-family: 'Austin';
    font-size: 138px;
    line-height: 1.2;
    text-align: center;
    color: #056839;
}

.intro_section h1 span {
    font-family: 'Austin2';
    font-size: 33px;
    display: block;
}

.built_up_left {
    text-align: center;
}

/* .built_up_left img {
    width: 90px;
    display: inline;
    margin-top: 24px;
} */
.built_up_left img {
    width: 80%;
}

.built_up_content {
    border-left: 2px solid #056839;
    margin-top: 60px;
    padding-left: 80px;
    padding-bottom: 70px;
    padding-top: 70px;
}

.built_up_content p {
    font-size: 17px;
    line-height: 1.8;
    color: #333;
    font-weight: 400;
}
.built_up_content .disclaimer_text {
    font-size: 11px; 
    font-weight: 600;
}
.main_title {
    color: #056839;
    font-size: 40px;
    margin-bottom: 15px;
}

.sub_title {
    font-family: 'Austin2';
    color: #056839;
    margin-bottom: 22px;
    font-size: 30px;
}



.built_up_section_two {
    background: #056839;
    padding: 50px 0;
}

.built_up_section_two .main_title,
.built_up_section_two .sub_title,
.built_up_section_two p {
    color: #FFF;
}

.built_up_section_two .content {
    padding-left: 50px;
    position: relative;
    height: auto;
}

.built_up_section_two img {
    border-radius: 250px;
}

.row.reverse {
    flex-direction: row-reverse;
}


.three_column_section {
    background: #FFF;
}

.card_sct p {
    color: #333;
    font-weight: 500;
    min-height: 78px;
}

.card_sct .main_title {
    font-size: 30px;
    line-height: 1.1;
    position: relative;
    font-weight: 600;
}

.card_sct .main_title:before {
    content: '';
    height: 100%;
    width: 8px;
    background: #056839;
    position: absolute;
    left: -28px;
    top: 0;
    border-radius: 2px;
}



.card_sct {
    padding: 25px;
    background: #FFFF;
    border: 1px solid #CCC;
    border-radius: 1px;
}

.card_sct img {
    margin-top: 0;
    border-radius: 10px;
}

.animation_logo_icon {
    position: absolute;
    top: 40px;
    right: 3%;
    width: 24%;
    opacity: 0.1;
    z-index: 0;
    -webkit-animation: logoAnim 20s linear infinite;
    animation: logoAnim 20s linear infinite;
}

.animation_logo_icon img {
    width: 100%;
}

@keyframes logoAnim {
    100% {
        transform: rotate(360deg);
    }
}

.two_column_section:before {
    content: '';
    background-image: url('../img/footer-bg-img.png');
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom;
    z-index: 0;
}

.two_column_section {
    background: #FFF;
}

.two_column_section .container {
    position: relative;
    z-index: 1;
}

.two_column_section p {
    color: #333;
    font-weight: 500;
}

.two_column_section .content_box {
    padding: 0 30px;
}

.anim_logo {
    position: absolute;
    left: 3%;
    bottom: 4%;
    width: 150px;
    opacity: 0.1;
}

.relative {
    position: relative;
}

.caption {
    position: absolute;
    right: 15px;
    bottom: 15px;
    color: #FFF;
    font-size: 10px;
    opacity: 1;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.built_up_section_two {
    overflow: hidden;
}

.built_up_section_two .caption {
    right: 150px;
}

.map_img_section {
    background: #FFF;
}

.map_caption {
    display: block;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    margin-top: 15px;
}


#section-edm {
    background-color: #f8f8f8;
}

.edm-img {
    width: 100px;
    height: 100px;
    background-color: #fff;
    margin: 0 auto 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    box-shadow: 3px 3px 3px #056839;
    box-shadow: inset 0 0 0 2px rgb(5 104 57 / 20%);
}

.edm-block img {
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

.edm-block p {
    text-align: center;
    color: #333;
    font-weight: 500;
}

.built_up_disclaimer_text {
    font-size: 11px;
    font-weight: 600;
    text-align: center;
    margin-top: 40px;
}

@media (max-width:1320px) {
    .card_sct p {
        min-height: 70px;
    }
}


@media (max-width:1199px) {
    .built_up_content {
        margin-top: 30px;
        padding-left: 60px;
        padding-bottom: 50px;
        padding-top: 50px;
    }

    .card_sct .main_title {
        font-size: 26px;
    }
}

@media (max-width:991px) {
    .built_up_content {
        padding-left: 0;
        border: none;
        text-align: center;
        margin-top: 40px;
        padding-top: 0;
    }

    .built_up_section_two .content {
        padding-left: 0;
        text-align: center;
        margin-top: 40px;
    }

    .container {
        width: 840px;
        max-width: 100%;
    }

    .three_column_section .row {
        gap: 40px 0;
    }

    .card_sct p {
        min-height: auto;
    }

    .two_column_section .content_box {
        padding: 50px 0 35px;
    }

    .three_column_section {
        padding-bottom: 0;
    }
}

@media (max-width:767px) {
    .section_padding {
        padding-block: 50px;
    }

    .main_title {
        font-size: 30px;
    }

    .built_up_content {
        margin-top: 20px;
    }

    .three_column_section {
        padding-bottom: 0;
    }

    .two_column_section .content_box {
        padding: 50px 0 15px;
    }

    .header_slider .owl-nav .owl-prev,
    .header_slider .owl-nav .owl-next {
        width: 30px;
        height: 30px;
        padding: 0;
        margin: 4px 0;
    }

    .built_up_section_two img {
        border-radius: 15px;
    }

    .built_up_section_two .main_title br {
        display: none;
    }

    .built_up_section_two .sub_title {
        font-size: 21px;
    }
    .built_up_disclaimer_text { 
        margin-top: 20px;
    }
}

@media (max-width:480px) {
    .edm-block p br {
        display: none;
    }
}