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

footer,
section {
    display: block;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

h1,
h2,
h3,
h4,
h5 {
    margin-top: 0;
    margin-bottom: .5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

small {
    font-size: 80%;
}

sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

img {
    vertical-align: middle;
    border-style: none;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

button,
input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button {
    text-transform: none;
}

[type=submit],
button,
html [type=button] {
    -webkit-appearance: button;
}

h1,
h2,
h3,
h4,
h5 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

small {
    font-size: 80%;
    font-weight: 400;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width:576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px;
    }
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-12,
.col-lg-12,
.col-lg-2,
.col-lg-4,
.col-md-2,
.col-md-4,
.col-md-6 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width:768px) {
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width:992px) {
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:disabled {
    background-color: #e9ecef;
    opacity: 1;
}

.form-group {
    margin-bottom: 1rem;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn:focus,
.btn:hover {
    text-decoration: none;
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.btn:disabled {
    opacity: .65;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active {
    background-image: none;
}

.fade {
    /* opacity:0; */
    /* transition:opacity .15s linear; */
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75;
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (1.5rem * 5));
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-top: 250px;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.carousel-item.active {
    display: block;
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.rounded {
    border-radius: .25rem !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important;
    }
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.position-relative {
    position: relative !important;
}

.w-100 {
    width: 100% !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-2 {
    margin-top: .5rem !important;
}

.mb-2 {
    margin-bottom: .5rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.p-2 {
    padding: .5rem !important;
}

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

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    img {
        page-break-inside: avoid;
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    body {
        min-width: 992px !important;
    }

    .container {
        min-width: 992px !important;
    }
}

/*! CSS Used from: https://www.eldecohome.com/css/style.css */
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden !important;
    font-family: sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
}

ul {
    padding: 0;
    margin: 0;
}

.wrapper {
    height: 100vh;
    position: relative;
}

.wrapper .video-sec {
    height: 100%;
    position: relative;
}

.wrapper .video-sec .inner-bann-vid {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.wrapper .video-sec .inner-video-sec {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.wrapper .video-sec .inner-video-sec img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wrapper:after {
    content: "";
    position: absolute;
    width: 50%;
    z-index: 99;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: linear-gradient(to right, rgb(0 0 0 / 49%), rgba(0, 0, 0, 0));
}

.content-sec {
    position: absolute;
    bottom: -50px;
    left: 0%;
    z-index: 999;
    height: calc(100% - 86px);
    padding-left: 90px;
    padding-top: 110px;
}

.loc-img span img {
    width: 16px !important;
    transform: translateY(-2px);
}

.content-sec .inner-content {
    display: grid;
    align-items: center;
    height: 100%;
}

.content-sec .inner-content h4 {
    color: #fff;
    font-size: 22px;
    padding-top: 20px;
    font-family: "Roboto-Light";
    letter-spacing: 1px;
}

.content-sec .inner-content h2 {
    color: #fff;
    padding: 15px 0px;
    font-size: 32px;
    text-transform: uppercase;
    font-family: "InriaSerif-Regular";
    line-height: 20px;
    letter-spacing: 1px;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    ;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    margin-top: 25px;
}

.content-sec .inner-content .p-logo img {
    width: 200px;
}

.content-sec .inner-content .price-box {
    padding-top: 15px;
}

.content-sec .inner-content .price-box .inner-price {
    display: flex;
}

.content-sec .inner-content .price-box .inner-price .left {
    padding-right: 15px;
    display: grid;
    align-content: center;
}

.content-sec .inner-content .price-box .inner-price .left h5 {
    color: #fff;
    font-size: 68px;
}

.content-sec .inner-content .price-box .inner-price .right h1 {
    color: #fff;
    font-size: 70px;
    font-family: "InriaSerif-Regular";
    letter-spacing: 5px;
    font-weight: 900;
}

.content-sec .inner-content .price-box .inner-price .right h1 span {
    font-size: 24px;
    font-family: "RobotoSlab-Light";
}

.rupee_symbol {
    transform: translateY(-50%);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
}

.rupee_symbol {
    transform: translateY(-50%);
    backface-visibility: visible !important;
    animation: flip-icon 2.5s ease infinite;
}

.logo-name {
    font-size: 50px;
    font-family: "InriaSerif-Regular";
    color: #fff;
}

.pro-logo {
    border-left: 1px solid #ffffff7d;
    margin-left: 6px;
    padding-left: 3px;
    background: white;
    padding: 7px;
    border-radius: 6px;
}

.logo-sec {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    right: 0;
    padding: 13px 5%;
    border-bottom: 1px solid rgba(196, 175, 94, 0.5);
    height: 93px;
}

.logo-sec .inner-logo {
    display: flex;
    justify-content: space-between;
}

.logo-sec .inner-logo .left .builder-logo {
    width: 191px;
    display: flex;
    align-items: center;
}

.logo-sec .inner-logo .right .inner-right {
    display: flex;
    align-items: center;
    align-content: center;
    height: 100%;
}

.logo-sec .inner-logo .right .inner-right .menu-icon {
    width: 150px;
    display: flex;
    color: #000;
    border: 1px solid rgb(49 43 43 / 60%);
    justify-content: center;
    padding: 4px 15px;
    cursor: pointer;
}

.logo-sec .inner-logo .right .inner-right .menu-icon img {
    width: 36px;
    cursor: pointer;
}

.logo-sec .inner-logo .right .inner-right .number {
    padding-right: 25px;
    display: grid;
    align-content: center;
    font-family: "InriaSerif-Regular";
    letter-spacing: 1.5px;
}

.logo-sec .inner-logo .right .inner-right .number a {
    color: #000;
    font-size: 24px;
    font-weight: 800;
    text-decoration: none;
    font-family: sans-serif;
}

.logo-sec .inner-logo .right .inner-right .menu-icon span {
    font-size: 24px;
    padding-left: 15px;
    font-family: "InriaSerif-Regular";
}

.carousel-inner {
    height: 100%;
}

.carousel-item img {
    object-fit: cover;
    height: 100%;
}

.carousel-inner .carousel-item>img {
    -webkit-animation: zoom 30s;
    animation: zoom 30s;
}

.carousel-control-prev {
    opacity: 1;
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 1;
}

.banner-img {
    height: 100vh !important;
    object-fit: cover;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    overflow-x: hidden;
    transition: 0.5s;
    background-color: #00984a;
    display: grid;
    align-items: center;
}

.sidenav .inner-b {
    display: flex;
    padding: 5%;
    justify-content: space-between;
    border: 1px double rgba(255, 255, 255, 0.4);
    background-color: black;
    border-radius: 10px;
}

.sidenav .inner-b .left {
    width: 40%;
}

.sidenav .inner-b .right {
    width: 40%;
    color: #fff;
    display: grid;
    align-items: flex-end;
    text-align: right;
}

.sidenav .inner-b .right h4 {
    font-family: "Roboto-Light";
    color: #fff;
    font-size: 17px;
    padding-bottom: 25px;
    border-bottom: 2px solid #ffffff;
    letter-spacing: 0.5px;
}

.sidenav .inner-b .right .rera {
    display: flex;
    justify-content: flex-end;
    border-top: 2px solid #ffffff;
    margin: 10px 0px;
    padding-top: 30px;
}

.sidenav .inner-b .right .rera p {
    margin-bottom: 0;
    font-size: 15px;
}

.sidenav .inner-b .right .rera .number {
    display: grid;
    align-items: center;
    padding-right: 25px;
}

.sidenav .inner-link {
    padding: 6px 0px;
    border-bottom: 1px dashed rgb(255 255 255 / 70%);
}

.sidenav .inner-sec {
    position: relative;
    height: 100%;
    display: grid;
    align-content: center;
    padding: 5% 5%;
    background: #000000;
}

.sidenav .inner-sec:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgb(255 255 255) url(../images/small-symboll.png) repeat;
    z-index: -2;
}

.sidenav a {
    padding-bottom: 5px;
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    display: block;
    letter-spacing: 0.8px;
    transition: 0.3s;
    font-family: "InriaSerif-Regular";
}

.sidenav a:hover {
    color: #fff;
}

.sidenav .closebtn {
    position: absolute;
    top: 12%;
    right: 8%;
    font-size: 80px;
    margin-left: 50px;
}

.sidenav .all-logo-sec {
    width: 200px;
    margin-bottom: 35px;
}

.mobile-section .btn p {
    font-size: 10px;
    margin-bottom: 0px;
    text-transform: uppercase;
    margin-top: 5px;
    font-family: sans-serif;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

.form-sec {
    width: 350px;
    right: 5%;
    background-color: rgba(255, 255, 255, 95%);
    bottom: 0;
    position: fixed;
    padding: 20px 40px;
    z-index: 999;
}

.form-sec h2 {
    display: flex;
    justify-content: space-between;
    letter-spacing: 1px;
    padding-bottom: 0px;
    font-size: 26px;
    font-family: sans-serif;
}

.form-sec h2 .fa {
    cursor: pointer;
}

button:focus {
    outline: none;
}

.form-sec .inner-box button {
    color: #fff;
    font-family: sans-serif;
    font-size: 17px;
    letter-spacing: 1px;
    width: 100%;
    text-transform: uppercase;
    border-radius: 0;
    margin-top: 18px;
    padding: 8px 0px;
    background-color: #00984a;
    border: 2px solid white;
    box-shadow: rgb(57 57 57 / 67%) 0px 0px 20px 0px;
    border-radius: 10px;
}

.form-sec .inner-box .form-control {
    border: none;
    border-bottom: 1px solid #8c7769;
    margin-top: 18px;
    background-color: transparent;
    border-radius: 0;
    padding: 10px 0;
}

.form-sec .inner-box .form-control:last-child {
    margin-bottom: 18px;
}

.form-sec .inner-box .form-control::placeholder {
    color: #8c7769;
    font-family: "Roboto-LightItalic";
    font-size: 17px;
    letter-spacing: 0.5px;
}

.main-btn {
    color: #fff;
    font-family: "InriaSerif-Regular";
    font-size: 20px;
    letter-spacing: 1px;
    width: 100%;
    text-transform: uppercase;
    border-radius: 0;
    margin-top: 5px;
    padding: 10px 25px;
    background: linear-gradient(rgb(0, 152, 74), rgb(3, 39, 66));
    padding: 12px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 8px;
}

.main-btn:hover {
    color: #fff;
    text-decoration: none;
}

.carousel-control-prev {
    opacity: 1;
}

.gallery-bottom {
    padding: 100px 0px;
    position: relative;
}

.gallery-bottom:after {
    position: absolute;
    content: "";
    top: 0%;
    left: 0%;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-size: cover;
    background: radial-gradient(#f4ecd0 15%, transparent 16%), linear-gradient(45deg, transparent 49%, #f4ecd0 49% 51%, transparent 51%), linear-gradient(-45deg, transparent 49%, #f4ecd0 49% 51%, transparent 51%);
    background-size: 1em 1em;
    opacity: 50%;
}

.gallery-bottom .gallery-container {
    width: 80%;
    margin: 0 auto;
}

.gallery-bottom .gallery-container .first-box {
    text-align: center;
}

.gallery-bottom .box-micro h1 {
    font-family: sans-serif;
    letter-spacing: 2px;
    font-size: 35px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    display: inline-block;
}

.gallery-bottom .box-micro h1:after {
    top: -15%;
    left: -6%;
    width: 90px;
    height: 90px;
    background-size: cover;
    z-index: -1;
}

.gallery-bottom .box-micro h1:before {
    top: 112%;
    height: 4px;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    position: absolute;
    content: "";
    background: #209d54;
}

.gallery-bottom .inner-gall-2 {
    display: flex;
    gap: 0px;
    margin-top: 50px;
    flex-wrap: wrap;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.10), 0 2px 2px rgba(0, 0, 0, 0.10);
}

.gallery-bottom .inner-gall-2 .box {
    border-left: 2px solid #dddbd7;
    border-right: 2px solid #dddbd7;
    border-top: 2px solid #dddbd7;
    border-bottom: 2px solid #dddbd7;
    width: 33.33%;
    height: 250px;
}

.gallery-bottom .inner-gall-2 .box img {
    height: 100%;
    object-fit: cover;
}

.footer .container {
    min-width: 75%;
}

.footer {
    padding: 100px 0px;
    position: relative;
}

.footer:after {
    position: absolute;
    content: "";
    top: 0%;
    left: 0%;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-size: cover;
    background: radial-gradient(#f4ecd0 15%, transparent 16%), linear-gradient(45deg, transparent 49%, #f4ecd0 49% 51%, transparent 51%), linear-gradient(-45deg, transparent 49%, #f4ecd0 49% 51%, transparent 51%);
    background-size: 1em 1em;
    opacity: 50%;
}

.footer .location-map {
    display: flex;
    justify-content: space-between;
}

.footer .location-map .text {
    width: 50%;
    display: grid;
}

.footer .location-map .text h1 {
    color: black;
    margin-bottom: 9px;
    font-size: 35px;
    font-family: sans-serif;
    letter-spacing: 2px;
    font-size: 50px;
    text-transform: uppercase;
}

.footer .location-map .text img {
    width: 150px;
    margin-bottom: 15px;
}

.footer .location-map .text h4 {
    color: #000000;
    font-family: "Roboto-Light";
    font-size: 18px;
    line-height: 34px;
    letter-spacing: 0.5px;
    background: #ffffff;
    width: max-content;
    border: 1px solid black;
    padding: 10px 25px;
    border-radius: 36px;
}

.footer .location-map .text p {
    color: #000000;
    border-bottom: 1px solid rgb(54 153 104);
    padding: 15px 0px;
    font-family: sans-serif;
}

.footer .location-map .map {
    width: 50%;
    padding: 4%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgb(229 229 229);
    position: relative;
}

.time-advantage {
    padding-bottom: 100px;
}

.time-advantage .left {
    text-align: center;
}

.time-advantage .left h1 {
    color: #000000;
    font-family: sans-serif;
    letter-spacing: 2px;
    padding-bottom: 3rem;
    text-align: center;
    font-size: 40px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}

.time-advantage h4 img {
    width: 40px;
    filter: hue-rotate(44deg) saturate(2);
    margin-right: 10px;
}

.footer .right .carousel-item .heading {
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(0 0 0 / 20%);
}

.footer .heading h4 {
    color: #070707;
    font-size: 18px;
}

.footer .right .carousel-item .heading h4 span {
    color: #212728;
    font-weight: 700;
}

.footer .right .carousel-item .inner-box {
    display: flex;
    padding-top: 25px;
    justify-content: space-between;
}

.footer .right .carousel-item .inner-box .box {
    width: 30%;
}

.footer .right .carousel-item .inner-box .box ul {
    list-style-type: none;
    padding-top: 10px;
}

.footer .right .carousel-item .inner-box .box ul li {
    color: #000000;
    letter-spacing: 0.4px;
    padding: 4px 0px;
    font-family: sans-serif;
    font-size: 16px;
    line-height: 28px;
    text-transform: capitalize;
}

.footer .right .carousel-item .inner-box .box ul li img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    vertical-align: text-top;
}

.footer .location-map .map img {
    height: 330px;
}

.footer .arrow {
    position: absolute;
    width: 50px;
    right: 0;
    height: 50px;
    display: flex;
    z-index: 999;
    bottom: -40px;
    justify-content: space-between;
}

.footer .arrow .arrow-box img {
    padding: 2px;
    display: grid;
    align-content: center;
    width: 50px;
    height: 50px;
    padding: 15px;
    filter: invert(1);
}

.footer .arrow .carousel-control-next,
.carousel-control-prev {
    opacity: 1;
}

.logo-sec .inner-logo .right .inner-right .menu-icon span {
    padding-left: 6px;
}

.logo-sec .inner-logo .right .inner-right .menu-icon {
    width: auto;
}

@media (max-width: 1500px) {
    .logo-sec .inner-logo .left .builder-logo {
        width: 182px;
    }

    .logo-sec .inner-logo .right .inner-right .number a {
        font-size: 20px;
    }

    .logo-name {
        font-size: 37px;
    }

    .logo-sec {
        padding: 10px 5%;
        height: 85px;
    }

    .content-sec {
        height: calc(100% - 86px);
        padding-left: 45px;
    }

    .content-sec .inner-content .p-logo img {
        width: 165px;
    }

    .content-sec .inner-content h4 {
        font-size: 20px;
        padding-top: 15px;
    }

    .content-sec .inner-content h2 {
        padding: 10px 0px;
        font-size: 24px;
        margin-top: 20px;
    }

    .content-sec .inner-content .price-box .inner-price .right h1 {
        font-size: 60px;
    }

    .content-sec .inner-content .price-box .inner-price .left h5 {
        font-size: 60px;
    }

    .content-sec .inner-content .price-box {
        padding-top: 10px;
    }

    .content-sec {
        left: 2%;
    }

    .form-sec {
        width: 325px;
        right: 2%;
        padding: 14px 30px;
        border-radius: 10px 10px 0px 10px;
    }

    .form-sec .inner-box .form-control:last-child {
        margin-bottom: 8px;
    }

    .form-sec .inner-box .form-control {
        margin-top: 18px;
        padding: 5px 0;
    }

    .form-sec h2 {
        font-size: 24px;
        font-weight: 500;
    }

    .form-sec .inner-box button {
        padding: 6px 0px;
    }

    .logo-sec .inner-logo .right .inner-right .menu-icon {
        padding: 2px 10px;
    }

    .gallery-bottom {
        padding: 65px 0px;
    }

    .gallery-bottom .inner-gall-2 {
        margin-top: 3rem;
    }

    .gallery-bottom .gallery-container {
        width: 90%;
    }

    .footer .container {
        min-width: 92%;
    }

    .footer {
        padding: 40px 0px;
    }

    .footer .location-map .text h1 {
        letter-spacing: 1px;
        font-size: 36px;
    }

    .footer .location-map .text {
        width: 55%;
    }

    .footer .location-map .map {
        width: 40%;
        padding: 0%;
    }

    .time-advantage .left h1 {
        letter-spacing: 1px;
        font-size: 35px;
        text-align: center;
    }

    .footer .arrow .arrow-box img {
        filter: unset;
    }

    .footer .arrow {
        width: 40px;
    }

    .sidenav .all-logo-sec {
        width: 150px;
        background: white;
        border-radius: 6px;
        padding: 14px;
    }

    .sidenav a {
        padding-bottom: 5px;
        font-size: 16px;
    }

    .content-sec {
        padding-top: 0px;
        bottom: -98px;
    }

    .footer .location-map .map img {
        height: -webkit-fill-available;
    }

    .footer .right .carousel-item .inner-box .box ul li {
        letter-spacing: 0.6px;
        font-size: 15px;
    }

    .sidenav .inner-sec {
        padding: 3%;
    }

    .sidenav .inner-b {
        padding: 3%;
    }

    .sidenav .closebtn {
        top: 20%;
        right: 5.5%;
        font-size: 55px;
    }

    .sidenav .inner-b .right h4 {
        padding-bottom: 20px;
    }

    .sidenav .inner-b .right .rera {
        padding-top: 25px;
    }
}

@media (max-width: 1366px) {
    .content-sec .inner-content h2 {
        padding: 2px 0px;
        font-size: 22px;
        margin-top: 20px;
    }

    .logo-sec {
        padding: 10px 5%;
        height: 86px;
    }

    .logo-sec .inner-logo .right .inner-right .number a {
        font-size: 18px;
    }

    .logo-sec .inner-logo .right .inner-right .menu-icon img {
        width: 32px;
    }

    .logo-sec .inner-logo .right .inner-right .menu-icon span {
        font-size: 22px;
    }

    .footer:before {
        width: 60%;
        height: 75%;
    }

    .footer .right .carousel-item .inner-box .box ul li {
        letter-spacing: 0.6px;
        font-size: 14px;
    }

    .footer .heading h4 {
        font-size: 17px;
    }

    .sidenav .inner-b {
        padding: 2%;
    }

    .sidenav .inner-sec {
        padding: 2%;
        background: black;
    }

    .sidenav .inner-b .right h4 {
        font-size: 16px;
        padding-bottom: 15px;
        border-bottom: 1px solid #c7b061;
    }

    .sidenav .inner-b .right .rera {
        border-top: 1px solid #c7b061;
        margin: 5px 0px;
    }

    .sidenav .all-logo-sec {
        margin-bottom: 15px;
    }

    .sidenav .inner-link {
        padding: 4px 0px;
    }

    .content-sec {
        left: 3%;
        bottom: -5px;
        padding-left: 20px;
        padding-top: 80px;
    }

    .form-sec {
        right: 7%;
    }
}

.modal {
    z-index: 99999;
}

.modal-body {
    opacity: 1;
    align-items: center;
    text-align: center;
    padding: 20px;
    background: radial-gradient(#faf4dd 15%, transparent 16%), linear-gradient(45deg, transparent 49%, #faf4dd 49% 51%, transparent 51%), linear-gradient(-45deg, transparent 49%, #faf4dd 49% 51%, transparent 51%);
    background-size: 1em 1em;
    border: 4px solid #00984a;
}

.modal-body .form-control {
    border: 0.5px solid #ccc;
    background-color: rgba(255, 255, 255, 0.9);
    color: #222;
    border-radius: 0px;
    padding: 15px 25px;
    margin-bottom: 10px;
}

.modal-body .form-control::placeholder {
    color: #222;
}

.modal .close {
    color: #222;
    opacity: 1;
    right: 15px;
    position: absolute;
    z-index: 9999999 !important;
    top: 15px;
    padding: 6px 10px;
    border-radius: 50px;
    padding-top: 3px;
    width: 40px;
    height: 40px;
}

.mobile-section {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #00984a;
    z-index: 999;
    display: none;
}

.mobile-section .btn {
    padding: 7px 10px;
    font-size: 14px;
    text-align: center;
    flex-grow: 1;
    color: #fff;
    position: relative;
    font-family: "Roboto-Regular";
    letter-spacing: 0.2px;
}

.mobile-section .btn:not(:last-child):before {
    position: absolute;
    content: '';
    height: 33px;
    background: #fff;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 1px;
}

.copyright-detail {
    text-align: left;
}

@media (max-width:767px) {
    .copyright-detail {
        text-align: center;
    }

    .logo-sec .inner-logo .left .builder-logo {
        width: 144px;
        padding-top: 7px;
    }

    .logo-name {
        font-size: 24px;
        color: #00984b;
        font-weight: 800;
        letter-spacing: 2px;
    }

    .banner-img {
        height: 250px !important;
    }

    .content-sec {
        position: relative;
        text-align: center;
    }

    .logo-sec {
        padding: 5px 5%;
        height: 76px;
        position: relative;
        background-color: #000000;
    }

    .wrapper:before {
        content: unset;
        background: unset;
    }

    .wrapper:after {
        background: unset;
        content: unset;
    }

    .content-sec .inner-content h4 {
        color: #000;
        font-size: 16px;
    }

    .content-sec .inner-content h2 {
        color: #000;
        border-top: 1px solid rgb(178 154 79);
        border-bottom: 1px solid rgb(178 154 79);
        font-size: 17px;
        line-height: 26px;
    }

    .rupee_symbol {
        -webkit-text-stroke-color: #131136;
    }

    .content-sec .inner-content .price-box .inner-price .right h1 {
        color: #131136;
    }

    .content-sec .inner-content .price-box .inner-price {
        justify-content: center;
    }

    .footer .location-map .text p {
        padding: 10px 0px;
    }
}

@media (max-width: 575px) {
    .content-sec .inner-content {
        display: grid;
        align-items: end;
        height: 100%;
    }

    .footer .location-map {
        flex-direction: column-reverse;
    }

    .footer .location-map .text {
        padding-top: 30px;
    }

    .content-sec {
        border-left: 0;
    }

    .form-sec {
        display: none;
    }

    .content-sec {
        left: 0;
    }

    .content-sec {
        padding-left: 25px;
    }

    .logo-sec .inner-logo .right .inner-right .number {
        display: none;
    }

    .wrapper {
        height: 100%;
    }

    .modal-body {
        padding: 25px 20px;
    }

    .mobile-section {
        display: flex;
    }

    .footer .location-map {
        flex-wrap: wrap;
    }

    .footer .location-map .text {
        width: 100%;
        text-align: center;
    }

    .time-advantage {
        display: block;
    }

    .footer .arrow {
        right: 7px;
    }

    .time-advantage .left {
        width: 100%;
        margin-bottom: 17px;
    }

    .time-advantage .right {
        width: 100%;
    }

    .gallery-bottom .gallery-container .first-box {
        display: block;
    }

    .gallery-bottom .box-micro h1 {
        font-size: 30px;
    }

    .footer .location-map .map {
        width: 100%;
        margin-top: 25px;
    }

    .time-advantage {
        padding-top: 0px;
    }

    .footer .right .carousel-item .inner-box {
        flex-wrap: wrap;
    }

    .footer .right .carousel-item .inner-box .box {
        padding: 15px 0px;
    }

    .time-advantage .left h1 {
        padding-bottom: 25px;
    }

    .footer {
        padding: 50px 25px;
    }

    .time-advantage .left h1 {
        letter-spacing: 0.5px;
        font-size: 30px;
    }

    .footer .location-map .text h1 {
        letter-spacing: 0.5px;
        font-size: 24px;
    }

    .footer .right .carousel-item .heading h4 {
        font-size: 20px;
    }

    .footer .right .carousel-item .inner-box .box {
        width: 100%;
    }

    .time-advantage .left h1 {
        padding-bottom: 0px;
    }

    .footer .right .carousel-item .inner-box {
        padding-top: 10px;
    }

    .footer .right .carousel-item .inner-box .box {
        padding: 10px 0px;
    }

    .footer .right .carousel-item .inner-box .box ul li {
        line-height: 18px;
    }

    .footer .right .carousel-item .inner-box .box ul li img {
        width: 14px;
        height: 14px;
        margin-right: 5px;
    }

    .footer .right .carousel-item .heading h4 {
        font-size: 16px;
    }

    .time-advantage h4 img {
        width: 32px;
    }

    .footer .arrow {
        bottom: -15px;
    }

    .sidenav .all-logo-sec {
        margin-left: 15px;
    }

    .sidenav .inner-link {
        padding: 4px 0px;
        padding-left: 15px;
    }

    .sidenav .all-logo-sec {
        width: 128px;
    }

    .sidenav a {
        padding: 2px 0px;
    }

    .content-sec .inner-content h2 {
        font-size: 20px;
    }

    .content-sec .inner-content .p-logo img {
        width: 160px;
    }

    .time-advantage {
        padding-bottom: 0px;
    }

    .sidenav .inner-b {
        display: block;
        border: none;
    }

    .sidenav .inner-b .right {
        display: none;
    }

    .sidenav .closebtn {
        top: -1%;
        right: 5.5%;
        font-size: 45px;
        color: #ffffff;
    }

    .sidenav .inner-b .left {
        width: 100%;
    }

    .sidenav .rera {
        display: flex;
        padding-top: 30px;
    }

    .sidenav .number p {
        margin: 0;
        color: #fff;
        font-size: 12px;
    }
}

@media (max-width: 500px) {
    .content-sec .inner-content .p-logo img {
        width: 180px;
    }

    .content-sec .inner-content h4 {
        font-size: 16px;
    }

    .loc-img span img {
        filter: invert();
    }

    .content-sec {
        padding-left: 25px;
        padding: 23px 25px;
    }

    .content-sec .inner-content .price-box .inner-price .right h1 {
        font-size: 38px;
        letter-spacing: 1px;
    }

    .content-sec .inner-content .price-box .inner-price .left h5 {
        font-size: 32px;
    }

    .footer .location-map .text h4 {
        font-size: 16px;
        line-height: 34px;
        background: #ffffff;
        width: -webkit-fill-available;
        border: 1px solid black;
        text-align: center;
        border-radius: 30px;
        padding: 4px;
        color: #000000 !important;
        margin: 0px 76px;
    }

    .footer .right .carousel-item .heading h4 {
        font-size: 17px;
    }

    .time-advantage .left h1 {
        font-size: 24px;
    }

    .logo-sec .inner-logo .right .inner-right .menu-icon {
        border: none;
    }

    .main-btn {
        font-size: 18px;
    }

    .inner-link {
        border-bottom: 1px solid #ccc;
    }

    .gallery-bottom .box-micro h1 {
        font-size: 26px;
        letter-spacing: 1px;
    }

    .gallery-bottom {
        padding: 40px 0px;
    }

    .footer {
        padding: 6px 5px;
    }

    .footer .right .carousel-item .inner-box .box {
        padding: 10px 0px;
    }

    .footer:before {
        width: 70%;
        height: 100%;
    }

    .gallery-bottom .inner-gall-2 .box {
        width: 50%;
        height: 150px;
    }
}

.time-advantage .left h1:before {
    top: 56%;
    height: 4px;
    left: 50%;
    transform: translateX(-50%);
    width: 46%;
    position: absolute;
    content: "";
    background: #209d54;
}

.ov_headings .section_heading {
    color: #00984a;
}

.sec_title {
    font-family: "Courgette";
    letter-spacing: 1px;
    color: var(--green);
    font-size: 24px;
    margin-bottom: -2px;
}

.section_heading {
    font-weight: 700;
    font-size: 29px;
    letter-spacing: 1px;
    margin-bottom: 0;
    line-height: 46px;
}

.dark_btn {
    background: linear-gradient(to bottom, #126c9ddb, #032742);
    color: #fff;
    padding: 8px 35px;
    letter-spacing: 0.5px;
}

.dark_btn:hover {
    color: #fff;
}

.dark_btn.rounded {
    border-radius: 100px !important;
}

.ov_headings {
    margin-bottom: 40px;
    position: relative;
}

.ov_headings:before {
    position: absolute;
    content: "";
    background: var(--yellow);
}

.ov_headings.center {
    text-align: center;
    display: table;
    margin: auto;
    max-width: fit-content;
    padding-bottom: 20px;
}

.ov_headings.center:before {
    top: 86%;
    height: 4px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
}

.title {
    cursor: pointer;
}

.price_section {
    position: relative;
    padding: 100px 0;
    background: url("../img/price_bg.webp") no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}

.price_section:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0 0 0 / 70%);
    z-index: 0;
}

.price_section .container {
    position: relative;
    z-index: 9;
}

.price_section .price_row {
    max-width: 90%;
    margin: auto;
    justify-content: center;
}

.price_section .price_col {
    padding: 0 30px;
    margin-bottom: 35px;
}

.price_section .ov_headings {
    margin-bottom: 60px;
    text-align: center;
    width: 100%;
}

.price_section .ov_headings .sec_title {
    color: #ffffff;
}

.price_section .ov_headings .section_heading {
    color: #fff;
    font-weight: 600;
}

.price_section .single_price {
    box-shadow: 0 5px 25px rgb(0 0 0 / 5%);
    text-align: center;
    border-radius: 20px;
    overflow: hidden;
    margin: auto;
}

.price_section .single_price p {
    margin-bottom: 0;
}

.price_section .single_price .typology {
    background: #e7e7e7;
    min-height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    padding: 10px 20px;
    line-height: 22px;
    letter-spacing: 1px;
    max-width: calc(100% - 30px);
    margin: auto;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.price_section .price_c {
    background: #fff;
    max-width: calc(100% - 30px);
    margin: auto;
    padding: 25px 10px 35px;
}

.price_section .price {
    color: #000000;
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 0;
    line-height: 34px;
    margin: auto;
}

.price_section .price sup {
    font-weight: 800;
    font-size: 20px;
    color: #068a4a;
    top: 0px;
}

.price_section .title {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.price_section .sizes p {
    font-size: 18px;
    letter-spacing: 0.5px;
    font-weight: 700;
    margin-top: 2px;
    color: #ffffff;
}

.price_section .call_btn {
    padding: 6px 24px;
    font-size: 14px;
    margin-top: 24px;
    min-height: 42px;
    width: 100%;
    box-shadow: 0 3px 7px rgb(0 0 0 / 25%);
}

.price_section .single_price .content {
    position: relative;
    z-index: 1;
    padding: 40px 10px 20px;
    max-width: calc(100% - 30px);
    margin: auto;
    background: #fff;
}

.price_section .single_price .content:before {
    position: absolute;
    content: "";
    height: calc(100% + 50px);
    width: calc(100% + 30px);
    background: #fdfdfd;
    left: -15px;
    top: 0;
    z-index: -1;
    transform: skewY(-10deg);
    border-radius: 20px;
    background-image: linear-gradient(to bottom, #00984a, #032742);
}

.price_section .single_price .content:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #e7e7e7;
    top: -10px;
    left: 0;
    z-index: -2;
    transform: skewY(-10deg);
}

.price_section .dark_btn {
    background: #f5f5f5 !important;
    color: #000;
}

.price_section .call_btn:hover {
    color: black;
}

@media (min-width: 1700px) {
    .container {
        max-width: 1680px;
    }
}

@media (max-width: 1500px) {
    .price_section .single_price .typology {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width: 1400px) {
    .sec_title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .section_heading {
        font-size: 28px;
        line-height: 40px;
    }

    .ov_headings {
        margin-bottom: 30px;
    }

    .price_section {
        padding: 60px 0px;
    }

    .price_section .ov_headings {
        margin-bottom: 60px;
    }

    .price_section .single_price .typology {
        padding: 0px 20px;
        line-height: 18px;
        min-height: 50px;
    }

    .price_section .price {
        font-size: 28px;
        line-height: 30px;
    }

    .price_section .single_price .content {
        padding: 30px 10px 20px;
    }

    .price_section .sizes p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .mb_sm_30 {
        margin-bottom: 30px;
    }

    .sec_title {
        font-size: 17px;
        margin-bottom: 8px;
    }

    .ov_headings.center {
        padding-bottom: 15px;
        margin-bottom: 30px;
    }

    .ov_headings.center:before {
        width: 20%;
        height: 2px;
    }

    .price_section .ov_headings {
        margin-bottom: 40px;
    }

    .section_heading {
        font-size: 20px;
        line-height: 30px;
    }

    .price_section {
        padding: 40px 0px;
    }

    .price_section {
        background: url(https://experionhomes.com/experion-sector-151-noida/images/price/price_bg_sm.webp) no-repeat center;
        background-size: cover;
        background-attachment: fixed;
    }

    .price_section .price_col {
        padding: 0 15px;
    }

    .price_section .single_price .typology {
        letter-spacing: 0.5px;
    }

    .price_section .price {
        font-size: 19px;
    }

    .price_section .title {
        font-size: 13px;
    }

    .price_section .sizes p {
        font-size: 17px;
    }

    .price_section .single_price .content {
        margin-top: -1px;
    }

    .price_section .price_c {
        margin-top: -1px;
    }
}

.amenities_bg {
    padding: 30px 0;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    position: relative;
    background: #ffffff;
}

.amenities_box {
    background: #f5f5f5;
    text-align: center;
    height: 100%;
    border: 1px solid #bbbdbb;
    min-height: 154px;
    padding: 22px 12px 0;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.amenities_box h4 {
    font-size: 14px;
}

.amenities_box img {
    width: 90px;
}

.amenities_main h2 {
    text-transform: uppercase;
}

.amenities_main h2:before {
    top: 112%;
    height: 4px;
    left: 50%;
    transform: translateX(-50%);
    width: 16%;
    position: absolute;
    content: "";
    background: #209d54;
}

@media only screen and (max-width: 767px) {
    .amenities_bg {
        padding: 10px 0;
    }
}

footer {
    display: block;
}

img {
    height: auto;
    max-width: 100%;
}

small {
    font-size: .875em;
}

.m-0 {
    margin: 0 !important;
}

footer {
    background-color: #fafafa;
    padding: 3rem 1.5rem 6rem;
}

.column {
    display: block;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
    padding: .75rem;
}

@media screen and (max-width:768px) {
    .column.is-12-mobile {
        flex: none;
        width: 100%;
    }
}

@media screen and (min-width:769px),
print {
    .column.is-12-tablet {
        flex: none;
        width: 100%;
    }
}

@media screen and (min-width:1024px) {
    .column.is-2-desktop {
        flex: none;
        width: 16.66667%;
    }

    .column.is-3-desktop {
        flex: none;
        width: 25%;
    }

    .column.is-7-desktop {
        flex: none;
        width: 58.33333%;
    }

    .column.is-8-desktop {
        flex: none;
        width: 66.66667%;
    }
}

@media screen and (min-width:1216px) {
    .column.is-2-widescreen {
        flex: none;
        width: 16.66667%;
    }

    .column.is-3-widescreen {
        flex: none;
        width: 25%;
    }

    .column.is-7-widescreen {
        flex: none;
        width: 58.33333%;
    }

    .column.is-8-widescreen {
        flex: none;
        width: 66.66667%;
    }
}

.columns {
    margin-left: -.75rem;
    margin-right: -.75rem;
    margin-top: -.75rem;
}

.columns:last-child {
    margin-bottom: -.75rem;
}

.columns.is-multiline {
    flex-wrap: wrap;
}

.columns.is-vcentered {
    align-items: center;
}

@media screen and (min-width:769px),
print {
    .columns:not(.is-desktop) {
        display: flex;
    }
}

.dark h5,
.dark a,
.dark p,
.dark small {
    color: #fff;
}

.dark a:hover {
    color: #b9902e;
}

.theme-padding {
    padding-left: 140px;
    padding-right: 140px;
}

#footer {
    padding: 30px 0;
    background-color: #000000;
}

.col-copyright:last-child {
    text-align: right;
}

a {
    cursor: pointer;
    font-weight: 600;
    color: black;
}

.social-icons {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.footer-logo-wrraper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ffffff10;
    padding-bottom: 40px;
    margin-bottom: 20px;
}

.footer-address-detail h5 {
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: sans-serif;
    font-size: 20px;
    line-height: 26px;
}

.footer-address-detail p,
.footer-address-detail a {
    font-size: 14px;
    line-height: 22px;
}

.cols-footer {
    border-bottom: 1px solid #ffffff10;
    padding-bottom: 20px;
}

.footer-address-detail.contact {
    max-width: 150px;
    margin: 0 auto;
}

@media screen and (max-width: 1599px) {
    .theme-padding {
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media screen and (max-width: 1408px) {
    .theme-padding {
        padding-left: 60px;
        padding-right: 60px;
    }

    .footer-logo-wrraper {
        padding-bottom: 30px;
    }

    .section {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media screen and (max-width: 1216px) {
    .theme-padding {
        padding-left: 35px;
        padding-right: 35px;
    }

    .footer-address-detail h5 {
        font-size: 18px;
        line-height: 22px;
    }
}

@media screen and (max-width: 1024px) {
    .footer-logo {
        max-width: 80px;
    }

    .footer-address-detail.contact {
        margin: unset;
        max-width: unset;
    }

    .footer-logo-wrraper {
        padding-bottom: 20px;
        margin-bottom: 10px;
    }

    .footer-address-detail.site-address {
        max-width: 550px;
    }

    .cols-footer {
        padding-bottom: 0px;
    }

    .row-copyright {
        margin: -5px;
    }

    .col-copyright {
        padding: 5px;
    }

    .section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .col-copyright,
    .col-copyright:last-child {
        text-align: center;
    }

    #footer {
        padding: 20px;
    }
}

@media screen and (max-width: 991px) {
    .col-footer {
        padding: 0;
        width: 100% !important;
        margin-bottom: 20px;
    }

    .col-footer:last-child {
        margin-bottom: 0 !important;
    }
}

@media screen and (max-width: 768px) {
    .section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .copyright-line {
        display: block;
        font-size: 0 !important;
        line-height: 0 !important;
    }
}

@media screen and (max-width: 575px) {

    .footer-contact-detail,
    .footer-address-detail {
        text-align: center;
    }

    .footer-logo-wrraper {
        flex-direction: column;
        gap: 20px;
    }

    .disclaimer p {
        font-size: 12px;
        line-height: 20px;
    }

    .theme-padding {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 61px;
    }

    .section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.footer-logo img {
    width: 170px;
    background: white;
    padding: 10px;
    border-radius: 5px;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #ffffff;
    border-radius: 27px;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none;
    }
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.btn:disabled {
    opacity: .65;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    img {
        page-break-inside: avoid;
    }

    h3,
    p {
        orphans: 3;
        widows: 3;
    }

    h3 {
        page-break-after: avoid;
    }

    .container {
        min-width: 992px !important;
    }
}

p {
    letter-spacing: 0.5px;
    line-height: 150%;
    font-size: 16px;
}

.btn {
    box-shadow: none !important;
    min-height: 48px;
    border-radius: 0;
}

h3,
h5 {
    color: #ffffff;
}

.sec_title {
    font-family: sans-serif;
    letter-spacing: 1px;
    color: #000000;
    font;
    font-size: 35px;
}

.section_heading {
    font-weight: 700;
    font-size: 29px;
    letter-spacing: 1px;
    margin-bottom: 0;
    line-height: 46px;
    color: black;
}

.section_heading span {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
    letter-spacing: 0px;
    line-height: 30px;
}

.dark_btn {
    background: linear-gradient(to bottom, #00964a, #027748);
    color: #fff;
    padding: 8px 35px;
    letter-spacing: 0.5px;
}

.dark_btn:hover {
    color: #fff;
}

.px_30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.ov_headings {
    margin-bottom: 40px;
    position: relative;
    text-align: center;
}

.ov_headings:before {
    position: absolute;
    content: "";
    background: #209d54;
}

.overview_section {
    background: #ffffff;
    position: relative;
    padding: 50px 0px 48px;
}

.overview_section:before {
    position: absolute;
    content: "";
    top: 0%;
    left: 0%;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background: radial-gradient(#f4ecd0 15%, transparent 16%), linear-gradient(45deg, transparent 49%, #f4ecd0 49% 51%, transparent 51%), linear-gradient(-45deg, transparent 49%, #f4ecd0 49% 51%, transparent 51%);
    background-size: 1em 1em;
    opacity: 50%;
}

.overview_section p {
    text-align: justify;
}

.overview_section .left_col {
    flex: 0 0 60%;
    max-width: 60%;
}

.overview_section .left_col .contents {
    padding: 0px 0px 0px 0;
}

.overview_section .right_col {
    position: relative;
    flex: 0 0 40%;
    max-width: 40%;
}

.overview_section .right_col img {
    position: absolute;
    right: 0;
    width: 100%;
    border: 8px solid white;
    box-shadow: rgb(57 57 57 / 67%) 0px 0px 20px 0px;
    border-radius: 10px;
}

.overview_section .right_col .image_col:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: calc(100% - 15px);
    left: 0;
}

.overview_section .download_btn {
    margin-top: 30px;
    border-radius: 0px;
    height: 54px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.8px;
    position: relative;
}

@media (min-width: 1700px) {
    .container {
        max-width: 1680px;
    }
}

@media (max-width: 1500px) {
    .section_heading span {
        margin-top: -6px;
        color: #00984a;
    }
}

@media (max-width: 1400px) {
    .sec_title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .section_heading {
        font-size: 28px;
        line-height: 40px;
    }

    .ov_headings {
        margin-bottom: 30px;
    }

    .section_heading span {
        font-size: 18px;
        line-height: 24px;
    }

    .overview_section .left_col .contents {
        padding: 60px 0px;
    }

    .overview_section .download_btn {
        margin-top: 20px;
    }

    .overview_section p {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .mx_sm_-15 {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }

    .px_sm_15 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .sec_title {
        font-size: 44px;
        margin-bottom: -2px;
    }

    .section_heading span {
        font-size: 16px;
    }

    .d_sm_none {
        display: none !important;
    }

    .section_heading {
        font-size: 20px;
        line-height: 39px;
    }

    .overview_section p {
        font-size: 14px;
        margin-bottom: 8px;
        line-height: 25px;
    }

    .overview_section .left_col .contents {
        padding: 0px 0px;
    }

    .overview_section {
        padding-bottom: 17px;
        padding-top: 5px;
    }

    .overview_section .left_col,
    .overview_section .right_col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .overview_section .right_col img {
        position: relative;
        height: auto;
        top: unset;
        right: unset;
        object-fit: unset;
    }

    .overview_section .download_btn {
        display: table;
        margin: 20px auto 0;
    }
}

@media (max-width: 1400px) {
    .container {
        max-width: 1264px;
    }
}

.my_btn {
    background: transparent;
    border: 1px solid #215e8d;
    color: #215e8d;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 2px;
    border-radius: 15px 0px;
}

.my_btn:hover {
    background: linear-gradient(to bottom, #126c9ddb, #215e8d);
    color: #ffffff;
}

@media (min-width: 1400px) and (max-width: 1500px) {
    .container {
        max-width: 1370px;
    }
}

@media (max-width: 1300px) and (min-width: 1200px) {
    .container {
        max-width: 1180px;
    }
}

.my_btn {
    animation: zoom 2s linear infinite;
    margin-left: 30px;
}

@media (max-width: 767px) {
    .my_btn {
        border-radius: 15px 0px !important;
    }

    .ppp {
        width: 50% !important;
    }
}

.amenities_bg:before {
    position: absolute;
    content: "";
    top: 0%;
    left: 0%;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background: radial-gradient(#f4ecd0 15%, transparent 16%), linear-gradient(45deg, transparent 49%, #f4ecd0 49% 51%, transparent 51%), linear-gradient(-45deg, transparent 49%, #f4ecd0 49% 51%, transparent 51%);
    background-size: 1em 1em;
    opacity: 50%;
}

.d-flex {
    display: flex !important;
}

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

.mt-2 {
    margin-top: 1.5rem !important;
}

.mb-2 {
    margin-bottom: .5rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.ms-3 {
    margin-left: 1rem !important;
}

.highlight_text h2 {
    text-align: center;
    margin-bottom: 3rem;
    text-transform: uppercase;
}

.highlight_bg {
    padding: 30px 0;
    position: relative;
    background: #ffffff;
}

.highlight_bg:before {
    position: absolute;
    content: "";
    top: 0%;
    left: 0%;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background: radial-gradient(#f4ecd0 15%, transparent 16%), linear-gradient(45deg, transparent 49%, #f4ecd0 49% 51%, transparent 51%), linear-gradient(-45deg, transparent 49%, #f4ecd0 49% 51%, transparent 51%);
    background-size: 1em 1em;
    opacity: 50%;
}

.overview_section h3:before {
    top: 103%;
    height: 4px;
    left: 50%;
    transform: translateX(-50%);
    width: 16%;
    position: absolute;
    content: "";
    background: #209d54;
}

.highlight .highlight-box ul li {
    background: linear-gradient(rgb(0, 152, 74), rgb(3, 39, 66));
    padding: 12px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 8px;
}

.highlight .highlight-box ul li h4 {
    background-color: #ffffff;
    padding: 9px;
    border-radius: 50pc;
    color: #000000;
    font-size: 14px;
}

.highlight .highlight-box ul li h5 {
    color: #ffffff;
}

@media only screen and (min-width: 991px) and (max-width: 1600px) {
    .highlight .highlight-box ul li h5 {
        font-size: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .highlight_bg {
        padding: 30px 0;
    }
}

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

h3 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color);
}

h3 {
    font-size: calc(1.3rem + .6vw);
}

@media (min-width:1200px) {
    h3 {
        font-size: 1.75rem;
    }
}

input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

[type=button] {
    -webkit-appearance: button;
}

[type=button]:not(:disabled) {
    cursor: pointer;
}

@media (min-width:992px) {
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none;
    }
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.form-control::placeholder {
    color: var(--bs-secondary-color);
    opacity: 1;
}

.form-control:disabled {
    background-color: var(--bs-secondary-bg);
    opacity: 1;
}

.position-relative {
    position: relative !important;
}

.mb-2 {
    margin-bottom: .5rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

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

div,
span,
h3,
i,
form {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

input {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

input {
    overflow: visible;
}

[type=button] {
    -webkit-appearance: button;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
}

h3 {
    text-transform: capitalize;
}

h3 {
    font-size: 30px;
}

h3 {
    letter-spacing: initial;
    line-height: initial;
}

.banner_form .form-control {
    background: none;
    border: 1px solid #e9e9e9 !important;
}

.text_form {
    height: 54px;
    padding: 23px 52px !important;
}

.icon-inside {
    position: absolute;
    width: 50px;
    height: 44px;
    left: 9px;
    top: 4px;
    pointer-events: none;
    font-size: 18px;
    font-size: 1.125rem;
    color: #ab8b3c;
    z-index: 3;
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.contect-form {
    margin: 1px 350px;
}

.contect-form .form_section {
    padding: 30px 22px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin: 60px 26px 20px;
    background: #fff;
    border-top: 20px solid #00984a;
}

.contect-form h3 {
    position: relative;
    font-size: 26px;
    margin-bottom: 25px !important;
}

@media only screen and (max-width: 991px) {
    h3 {
        font-size: 25px;
    }

    .contect-form {
        margin: 26px 0px 0px;
    }

    .contect-form .form_section {
        margin: 0;
    }
}

@media only screen and (max-width: 767px) {
    .contect-form .form_section {
        margin: 0;
    }

    .desk-hide {
        display: block !important;
    }

    .amenities_main h2 {
        text-transform: uppercase;
        font-size: 26px;
    }

    .highlight_text h2 {
        margin-bottom: 24px;
    }

    .highlight .highlight-box ul li h5 {
        color: #ffffff;
        font-size: 15px;
    }

    .highlight_wrapper .mb-4 {
        margin-bottom: 1rem !important;
    }

    .time-advantage .left h1:before {
        top: 112%;
    }

    .gallery-bottom .box-micro h1:before {
        top: 112%;
    }

    .price_section .ov_headings .sec_title {
        color: #ffffff;
        font-size: 25px;
    }

    .price_section .price_row {
        max-width: 100%;
    }
}

.desk-hide {
    display: none;
}

.form-control {
    box-shadow: unset !important;
}

.theme_button {
    padding: 12px;
    width: -webkit-fill-available;
    margin-top: 25px;
    border-radius: 8px;
    background: #00984b;
    color: white;
    font-size: 18px;
}

/*! CSS Used from: Embedded */
.modal {
    display: none;
    position: fixed;
    z-index: 1050;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

/*! CSS Used keyframes */
@keyframes flip-icon {
    0% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 0) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 0) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1, 1);
    }

    to {
        -webkit-transform: scale(1, 1);
    }
}

@keyframes zoom {
    from {
        transform: scale(1, 1);
    }

    to {
        transform: scale(1.2, 1.2);
    }
}

@keyframes zoom {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}