@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&family=Oswald:wght@200;300;400;500;600&display=swap');

html,
body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    font-weight: 300;
    color: #222;
    line-height: 1.4;
    font-family: 'Oswald', sans-serif;
    font-display: swap;
}

a,
img,
button,
input[type="submit"] {
    text-decoration: none;
    outline: none;
    border: 0;
    transition: 0.2s ease;
}

b,
strong {
    font-weight: 700;
}

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

a:focus,
a:hover {
    text-decoration: none !important;
}

p,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
dt,
dd {
    padding: 0;
    margin: 0;
}

input,
textarea,
select,
button {
    font-family: 'Hind';
}

p {
    font-size: 16px;
    line-height: 26px;
}

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

.container {
    max-width: 1200px;
    margin: 0px auto;
    padding: 0 20px;
}

.container.small {
    max-width: 850px;
    padding: 0 20px;
}

.container.medium {
    max-width: 1000px;
    padding: 0 20px;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

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

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

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-italic {
    font-style: italic;
}

.text-light {
    font-weight: 300;
}

.text-medium {
    font-weight: 400;
}

.text-bold {
    font-weight: 500;
}

.text-bolder {
    font-weight: 800;
}

.text-black {
    color: #000;
}

.text-gray {
    color: #555;
}

.text-white {
    color: #fff !important;
}

.text-blue {
    color: #35ace3;
}

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

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

.center-block {
    margin: 0 auto;
}

.bg-white {
    background-color: #fff;
}

.bg-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.col-1 {
    width: 8.333333333333333%;
}

.col-2 {
    width: 16.66666666666667%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33333333333333%;
}

.col-5 {
    width: 41.66666666666667%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33333333333333%;
}

.col-8 {
    width: 66.66666666666667%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33333333333333%;
}

.col-11 {
    width: 91.66666666666667%;
}

.col-12 {
    width: 100%;
}

.col-12-5 {
    width: 20%;
}

.w70 {
    width: 70%;
}

.w30 {
    width: 30%;
}

.margintop-30 {
    margin-top: 30px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-12-5,
.w30,
.w70 {
    float: left;
}

.col-md-offset-2 {
    margin-left: 16.66666666666667%;
}

.col-md-offset-1 {
    margin-left: 8.333333333333333%;
}

section {
    float: left;
    width: 100%;
}

.padding {
    padding: 70px 0px;
}

.padding-top {
    padding: 120px 0 70px 0;
}

.pos-rel {
    position: relative;
}

.pos-abs {
    position: absolute;
}

.pos-fix {
    position: fixed;
}

.bottom {
    bottom: 0;
}

.top {
    top: 0;
}

.left {
    left: 0;
}

.right {
    right: 0;
}

.visible-xs {
    display: none;
}

.visible-sm {
    display: none;
}

.hidden-xs {
    display: block;
}

.hidden-portrait {
    display: block !important;
}

.visible-portrait {
    display: none !important;
}

.row:before,
.row:after {
    display: table;
    content: " ";
}

.row:after,
.clearfix {
    clear: both;
}

.parallaxbg {
    background-attachment: fixed;
}

.disptable {
    display: table;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.visible-xs {
    display: none;
}

.hidden-lg {
    display: none;
}

.hidden-portrait {
    display: block !important;
}

.visible-portrait {
    display: none !important;
}

.vert-middle {
    vertical-align: middle;
}

.disp-block {
    display: block;
}
.mg-tp-30{
    margin-top: 30px;
}

header {
    z-index: 99;
}

header .col-12 {
    padding: 4px;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    /*box-shadow: 0px 0px 5px grey;*/
}

header .col-2,
header .col-10 {
    height: 75px;
}

.bg-wht {
    background-color: #fff;
    box-shadow: 0 0 5px grey;
}

.nav-links {
    text-align: right;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.nav-links a {
    color: #000E15;
    cursor: pointer;
    padding: 0px 10px;
    font-size: 16px;
    line-height: 26px;
    position: relative;
    text-transform: capitalize;
    position: relative;
    font-family: 'Hind', sans-serif;
}

.nav-links a.active {
    position: relative;
    font-weight: 500;
}

.nav-links a.active:before {
    content: "";
    background-color: #2280C3;
    position: absolute;
    left: 50%;
    width: 5px;
    height: 5px;
    bottom: -6px;
    transform: translateY(-50%);
    border-radius: 50px;
}

a.enquire-toggle-button.extLink.active:before {
    content: unset;
}

.contactDiv {
    text-align: right;
}

.contactDiv span {
    color: #000;
}

span.contact {
    position: relative;
    top: 10px;
}

img.sidelogo {
    padding-top: 20px;
}

.logo-img {
    width: 235px;
}

.burger-menu {
    display: none;
    padding: 7px 8px;
    margin-top: 25px;
}

.bar1,
.bar2 {
    width: 20px;
    height: 3px;
    background-color: #2280C3;
    margin: 5px 0;
    transition: 0.4s;
}

.bar3 {
    width: 10px;
    margin: 5px 0 5px 10px;
    height: 3px;
    background-color: #2280C3;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-6px, 6px);
    transform: rotate(-45deg) translate(-6px, 6px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-6px, -6px);
    transform: rotate(45deg) translate(-6px, -6px);
    width: 20px;
    left: 1px;
    margin: unset;
}

.visible-xs {
    display: none;
}

.col-12.nav-links a:last-child {
    padding-right: 0;
}

.floating-enquire-wrapper {
    position: fixed;
    right: 19.5%;
    top: 11%;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 5px;
    display: none;
    z-index: 199;
    width: 300px;
    min-height: auto;
}

.blue-btn {
    object-fit: contain;
    padding: 10px 25px !important;
    background-color: #2280C3;
    color: #fff !important;
    font-weight: 400;
    display: inline-block;
    text-transform: uppercase !important;
    border-radius: 6px;
    font-family: 'Hind', sans-serif;
}

.blue-btn:hover {
    background-color: #0a2437;
}

.black-btn {
    object-fit: contain;
    padding: 10px 25px !important;
    background-color: transparent;
    color: #000 !important;
    font-weight: 400;
    display: inline-block;
    border: 2px solid #000;
}

.col-12.header-upper {
    text-align: right;
}

i.fa.fa-phone-square {
    border: none;
    color: #e4ba69;
    font-size: 24px;
    transform: translateY(3px);
}

.footer-call-enquire {
    display: none;
}

.floating-enquire-wrapper {
    position: absolute;
    right: 0;
    top: 76px;
    background-color: #000;
    color: #fff;
    padding: 5px;
    display: none;
    z-index: 199;
    width: 300px;
    min-height: auto;
}

img.enquire-now-arrow {
    width: 12px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}

img.header-phone {
    width: 25px;
    transform: rotate(110deg);
    background-color: #fbe7a7;
    height: 25px;
    border-radius: 50%;
    padding: 7px;
    position: relative;
    top: 8px;
}

.selldof .help-block {
    position: absolute;
    color: #f20c07 !important;
    margin-top: 4px !important;
}

.selldof .title {
    display: none;
}

.selldof .form-group {
    margin-bottom: 26px !important;
    text-align: left;
}

a {
    cursor: pointer;
}

.text-blue {
    color: #2280C3;
}

.text-black {
    color: #000E15;
    font-weight: 400;
}

.text-grey {
    color: #6B6556;
}

.title {
    font-size: 36px;
    line-height: 53px;
    padding: 15px 0 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
}

.section-title {
    font-size: 14px;
    line-height: 21px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    left: 73px;
    display: inline-block;
}

.section-title:before {
    position: absolute;
    content: '';
    width: 60px;
    height: 2px;
    background-color: #fff;
    top: 10px;
    left: -67px;
}

#amenities .section-title:before,
#location .section-title:before {
    background-color: #000;
}

.section-subtitle {
    font-size: 42px;
    line-height: 50px;
    padding: 15px 0 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
}

.section-para {
    font-size: 16px;
    line-height: 26px;
    font-family: 'Hind', sans-serif;
    padding-bottom: 20px;
}

.enquire-close-mobile {
    cursor: pointer;
    float: right;
    font-size: 36px;
    margin-right: 10px;
}

.img-desc {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.7);
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    display: inline-block;
    padding: 2px 5px 5px;
    font-family: 'Oswald', sans-serif;
}


/* Pager */

#home .bx-pager.bx-default-pager {
    display: flex;
}

.bx-pager.bx-default-pager {
    display: flex;
}

.bx-viewport {
    height: auto !important;
}

a.bx-prev {
    margin-right: 68px;
}


/* Pager end */


/* Home section */

#home {
    background-image: url("../images/home-banner.jpg");
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100vh !important;
}

.banner-caption h1 {
    font-size: 54px;
    line-height: 62px;
    color: #2280C3;
    font-family: 'Oswald', sans-serif;
    padding-bottom: 15px;
}

.banner-caption {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    left: 5%;
    z-index: 1;
}

.banner-caption h1 span {
    color: #000;
    font-size: 40px;
    line-height: 50px;
}

.banner-caption p {
    font-size: 16px;
    line-height: 26px;
    color: #000E15;
    font-weight: 400;
    font-family: 'Hind', sans-serif;
}

.spaces {
    font-size: 18px !important;
    line-height: 26px !important;
    margin-top: 10px;
}

.text-div {
    padding: 20px 0 20px;
}

.d-inline {
    display: inline-block;
}

.banner-caption .d-inline {
    vertical-align: bottom;
}

.banner-caption .d-inline.text-div {
    padding: 20px 0 8px;
}

.text-div span {
    background-color: #000;
    font-size: 36px;
    line-height: normal;
    color: #ffff;
    padding: 5px 10px;
    font-weight: 600;
    font-family: 'Hind', sans-serif;
}

.arrow {
    position: absolute;
    margin-top: 30px;
    margin-left: -15px;
}

.banner-icon:hover {
    cursor: pointer;
}

.banner-icon-1 {
    position: absolute;
    left: 50%;
    top: 33%;
}

.banner-icon-2 {
    position: absolute;
    right: 8%;
    top: 47%;
}

.banner-icon-3 {
    position: absolute;
    left: 59%;
    bottom: 14%;
    z-index: 9;
}

.white-img-1 {
    transform: rotate(45deg);
    position: absolute;
    bottom: -4px;
    left: -1px;
    width: 22px;
    height: 9px;
}

.white-img-2 {
    transform: rotate(45deg);
    position: absolute;
    bottom: -4px;
    right: -1px;
    width: 22px;
    height: 9px;
}

.white-img-3 {
    transform: rotate(45deg);
    position: absolute;
    bottom: -4px;
    left: -1px;
    width: 22px;
    height: 9px;
}

.banner-div {
    display: none;
}

.content-1 {
    position: absolute;
    background-color: #fff;
    left: 54%;
    top: 20%;
    width: 185px;
    height: 75px;
    border-radius: 8px;
}

.content-2 {
    position: absolute;
    background-color: #fff;
    right: 14%;
    top: 40%;
    width: 185px;
    height: 75px;
    border-radius: 8px;
}

.content-3 {
    position: absolute;
    background-color: #fff;
    right: 23%;
    bottom: 24%;
    width: 185px;
    height: 75px;
    border-radius: 8px;
}

.banner-div p {
    font-family: 'Hind';
    padding: 13px;
}

.scroll {
    position: absolute;
    right: 2%;
    bottom: 10px;
    text-align: center;
    z-index: 9;
}


/* Home Section end */


/* Overview Section */

#overview {
    background-image: url("../images/overview-bg.jpg");
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100vh;
}

.overview-wrapper {
    position: relative;
    z-index: 2;
}

.overview-building {
    position: absolute;
    left: 0;
    top: -247px;
    width: 100%;
    height: 910px;
}

#canv {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    float: left;
}

#overview .img-desc {
    bottom: 25px;
}


/* Overview Section Ends*/


/* amenities Section*/

#amenities {
    background-image: url("../images/configuration-bg.png");
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 90px 0 0;
    margin-top: -54px;
    width: 100%;
}

.amenities-slider {
    padding: 50px 0;
}

.icon-img {
    padding-bottom: 15px;
}

.inner-div {
    border: 1px solid #E0E0E0;
    opacity: 1;
    padding: 40px 20px;
    margin: 10px;
    height: 203px;
}

.hover-icon {
    display: none;
}

.inner-div:hover p {
    color: #fff;
}

.inner-div:hover {
    background-color: #008ED1;
}

.inner-div:hover .icon {
    display: none;
}

.inner-div:hover .hover-icon {
    display: inline-block;
}

.inner-div:hover {
    animation: fadeIn 2s;
    -webkit-animation: fadeIn 2s;
    -moz-animation: fadeIn 2s;
    -o-animation: fadeIn 2s;
    -ms-animation: fadeIn 2s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


/* amenities Section Ends*/


/* Specification Section*/

.amenities-item-1 {
    background-image: url(../images/gallery-01.jpg);
}

.amenities-item-2 {
    background-image: url(../images/gallery-02.jpg);
}

.amenities-accrodian-slider {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 90vh;
}

.amenities-common {
    flex: 1;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: flex 0.8s ease;
    position: relative;
    overflow: hidden;
}

.amenities-common.active-accord:before {
    position: relative;
    content: unset;
}

.amenities-common:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #008ED1;
    right: 0;
    opacity: 0.8;
}

.amenities-content {
    width: 90%;
    padding: 140px 0 0 70px;
}

.amenities-common .amenities-content {
    display: none;
}

.active-accord .amenities-content {
    display: block;
}

.active-accord .amenities-content {
    /*display: block;*/
    opacity: 1;
    -webkit-transition: opacity 1.2s ease-in-out;
    -moz-transition: opacity 1.2s ease-in-out;
    transition: opacity 1.2s ease-in-out;
}

.amenities-arrow-btn {
    position: absolute;
    background-color: #fff;
    color: #fff;
    top: 50%;
    z-index: 9;
    font-size: 44px;
    font-weight: 900;
    width: 44px;
    height: 44px;
    line-height: 23px;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 30px;
    display: block;
}

.active-accord .amenities-arrow-btn,
.active-accord .amenities-name span {
    display: none;
}

.amenities-content h4 {
    font-size: 22px;
    font-weight: 500;
    margin: 0px;
}

.amenities-content p {
    font-size: 20px;
    margin-bottom: 0px;
    line-height: 26px;
}

.amenities-common:hover,
.amenities-common.active-accord {
    flex: 7;
}

.amenities-name span {
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    position: absolute;
    transform: rotate(-90deg);
    bottom: 90px;
    right: -48px;
}


/* Specification Section Ends*/


/*Location Section*/

#location {
    background-image: url("../images/location-bg.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 70px 0 40px;
}


/*Location Section ends*/


/* About us Section*/

#about {
    background-image: url("../images/about-bg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.leaf-4 {
    position: absolute;
    left: 0;
    top: -10px;
}

.about-img {
    position: absolute;
    right: 0;
    bottom: 0;
}

.div-1 {
    padding: 170px 0 0;
}

.amit-logo {
    padding: 0 0 20px;
}

#about .section-title {
    display: block;
}

.onix-logo {
    padding: 10px 0 20px;
}

.about-wrapper {
    padding: 90px 70px 90px 0;
}


/* About us Section Ends*/

.footer-div {
    padding: 10px 50px;
    float: left;
    width: 100%;
    background-color: #001C2A;
}

.rera p,
.rera p a,
.marketed p a,
.marketed p {
    font-family: 'Hind', sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 20px;
    letter-spacing: 0.28px;
    text-align: left;
    color: #ffffff;
    margin-bottom: 20px;
}

.marketed p {
    text-align: right !important;
}

.thankyou {
    text-align: center;
    font-size: 18px;
    font-family: 'Hind';
    left: 22px;
}

.selldo-intl-tel-input .country-list {
    z-index: 9999;
}

#popup-enq {
    max-width: 600px;
    width: 80%;
    padding: 20px;
    position: relative;
    background: #fff;
    margin: 130px auto
}

#close-enq {
    position: absolute;
    top: -13px;
    right: 10px;
    cursor: pointer;
    color: #000;
    font-size: 46px;
}

#overlay-enq {
    overflow: auto;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999;
}

.map_svg {
    width: 100%;
    height: 490px;
}
.whatsapp-links {
    position: fixed;
    right: 53px;
    bottom: 13px;
    z-index: 9999;
}
.whatsapp-links #whatsapp_chat {
    width: 50px;
}

@media all and (-ms-high-contrast:none) {
    .arrow {
        margin-left: -18px;
    }
}

@media only screen and (max-width: 1920px) {}

@media only screen and (max-width: 1440px) {}

@media only screen and (max-width: 1366px) {}

@media only screen and (max-width: 992px) {
    .padding {
        padding: 40px 0;
    }

    .col-xs-12 {
        width: 100%;
    }

    .visible-xs {
        display: block;
    }

    .hidden-xs {
        display: none;
    }

    .burger-menu {
        display: block;
        padding: 5px;
        margin-top: 16px;
    }

    .nav-links {
        height: auto;
        display: none;
        position: fixed;
        top: 82px;
        left: 0px;
        right: 0px;
        z-index: -1;
        border-bottom: 1px solid #ccc;
        padding: 0px;
        background-color: #000;
        transform: unset;
    }

    .nav-links a {
        text-align: center;
        font-size: 18px;
        padding: 10px 0px;
        border-right: 0px;
        margin: 0px;
        color: #fff;
        display: block;
    }

    .nav-links a.active:before {
        top: 35px;
        left: 43%;
        width: 15%;
    }

    .nav-links a.enquire-toggle-button.header-enquire,
    .nav-links a.call-us,
    #home a.home-enquire {
        display: none;
    }

    .footer-call-enquire {
        display: block;
        position: fixed;
        bottom: 0;
        text-align: center;
        color: white;
        background-color: #0080BC;
        z-index: 9999999;
    }

    .enquire-toggle-button.mobile {
        cursor: pointer;
        color: #fff;
        font-size: 25px;
        border: none;
        padding: 0 !important;
        float: unset;
        line-height: unset;
        margin-left: 0;
        letter-spacing: 1px;
    }

    .floating-enquire-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .footer-call-enquire .col-6 {
        padding: 10px;
    }

    .enquire-close-mobile {
        text-align: right;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .section-title:before {
        content: unset;
    }

    .section-title {
        font-size: 14px;
        line-height: 26px;
        left: unset;
    }

    .section-subtitle {
        font-size: 24px;
        line-height: 30px;
    }

    .section-para {
        font-size: 16px;
        line-height: 26px;
    }

    header {
        background-color: #fff;
        box-shadow: 0px 0px 5px grey;
    }

    /*Home section*/
    img.sidelogo {
        width: 145px !important;
    }

    #home {
        background-image: url("../images/home-banner-mob.jpg");
    }

    #home .banner-caption {
        top: 15%;
        transform: unset;
        left: unset;
        text-align: center;
        width: 100%;
        z-index: 1;
    }

    .banner-caption h1 {
        font-size: 42px;
        line-height: 50px;
    }

    .banner-caption h2 {
        font-size: 18px;
    }

    .banner-caption .d-inline.text-div {
        padding: 5px 0 8px;
    }

    .banner-caption .d-inline img.onyx-unit-img {
        width: 160px;
    }

    .text-div span {
        font-size: 23px;
    }

    .arrow {
        margin-top: 0;
        margin-left: -15px;
        bottom: 8px;
    }

    /*.text-div:before {
        position: absolute;
        content: '';
        width: 100px;
        height: 2px;
        background-color: #000;
        left: 37%;
        text-align: center;
        top: 8px;
    }*/
    /*Home section ends*/
    /*Overview section*/
    #overview {
        background-image: url("../images/overview-bg-mob.jpg");
        height: 939px;
    }

    #overview {
        padding: 40px 0 0;
    }

    #overview .bx-pager.bx-default-pager {
        position: absolute;
        left: 46%;
        bottom: 66px;
    }

    /*Overview section ends*/
    #amenities {
        margin-top: -32px;
    }

    #amenities .bx-controls.bx-has-controls-direction.bx-has-pager {
        text-align: center;
        position: relative;
        top: -30px;
    }

    #amenities .bx-pager.bx-default-pager {
        display: flex;
        position: absolute;
        left: 47%;
        bottom: 8px;
    }

    #amenities .bx-wrapper {
        max-width: unset !important;
    }

    #amenities .bx-viewport {
        height: auto !important;
    }

    .amenities-slider {
        padding: 20px 0 50px;
    }

    #location {
/*        background-image: url("../images/location-bg-mob.jpg");*/
        padding: 40px 0;
    }

    .footer-div {
        padding: 20px 23px 50px;
        text-align: center;
    }

    .rera p,
    .rera p a,
    .marketed p {
        text-align: center !important;
    }

    .rera p,
    .rera p a,
    .marketed p a {
        line-height: 28px;
    }

    .enq {
        background-color: #008ED1
    }

    #about {
        height: 950px;
        background-image: url("../images/about-bg-mob.jpg");
    }

    .onix-logo {
        padding: 0px 0 10px;
    }

    .about-wrapper {
        padding: 0;
    }

    .outer-div,
    #amenities {
        text-align: center;
    }

    .div-1 {
        text-align: center;
        padding: 0px 0 20px;
    }

    .section-wrapper {
        padding: 40px 20px;
    }

    .amenities-content {
        position: unset;
        left: unset;
        top: unset;
        transform: unset;
        padding: 120px 20px;
    }

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

    .amenities-item-2:before {
        width: 106px;
    }

    .amenities-item-1 {
        background-image: url(../images/gallery-01-mob.jpg);
    }

    .amenities-item-2 {
        background-image: url(../images/gallery-02-mob.jpg);
    }

    .amenities-accrodian-slider {
        height: 350px;
    }

    .amenities-content {
        width: 100%;
        padding: 55px 20px;
    }

    .amenities-arrow-btn {
        top: 43%;
    }

    .banner-div {
        display: none !important;
    }

    .map_svg {
        width: 100%;
        height: 340px !important;
    }
    .sell_do_virtual_number_mobile {
        color: #fff!important;
    }
    .whatsapp-links {
        position: fixed;
        right: 10px;
        bottom: 30px;
        z-index: 9999;
    }
}

@media only screen and (max-width: 320px) {
    .banner-caption h1 span {
        color: #000;
        font-size: 25px;
        line-height: 30px;
    }

    .banner-caption h1 {
        font-size: 30px;
        line-height: 45px;
    }

    .section-subtitle {
        font-size: 20px;
        line-height: 25px;
    }

    .section-para {
        font-size: 14px;
        line-height: 24px;
    }

    .banner-caption .d-inline img.onyx-unit-img {
        width: 150px;
    }

    .text-div span {
        font-size: 21px;
    }

    .arrow {
        margin-top: 0;
        margin-left: -15px;
        bottom: 8px;
    }

    .spaces {
        font-size: 16px !important;
        line-height: 24px !important;
        margin-bottom: 20px;
    }
}

@media screen and (min-device-width: 720px) and (max-device-width: 1280px) {}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    #home .banner-caption {
        position: absolute;
        top: 15%;
    }

    .banner-caption h1 {
        font-size: 50px;
        line-height: 65px;
    }

    #amenities .bx-pager.bx-default-pager {
        left: 48%;
    }

    .map_svg {
        width: 100%;
        height: 500px !important;
        position: relative;
        left: 122px;
    }
}

.footer {
    background-color: #333;
    color: #fff;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.left-column {
    flex-basis: 100%;
    margin-bottom: 10px; /* Added for spacing between rows */
}

.right-column {
    flex-basis: 100%;
    display: flex;
    justify-content: center;
    align-items: center; /* Center items vertically */
}

/* Reduce the gap between the images */
.right-column div {
    margin-right: 5px; /* Adjust the margin as needed */
}

/* Center the second image vertically */
.right-column div:last-child {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Media Query for Mobile Devices */
@media only screen and (min-width: 600px) {
    .left-column {
        flex-basis: 50%;
        margin-bottom: 0; /* Reset margin for larger screens */
    }

    .right-column {
        flex-basis: 50%;
    }
}

@media only screen and (max-width: 600px) {
    .maharera-text {
        font-size: 12px;
    }
    #qr-scanner {
        width: 70px;
    }
    #maharera-logo {
        width: 50px;
    }
    .footer {
        padding-bottom: 50px;
    }
    #popup-enq {
        max-width: 800;
        width: 100%;
    }
}

.carpet-area-section {
            display: flex;
            border-radius: 5px;
        }

        .carpet-area-label {
            background-color: #1fa9d6; /* Light blue background */
            color: white;
            font-weight: bold;
            padding: 5px 5px;
            border-radius: 5px 0 0 5px;
            font-size:12px;
        }

        .carpet-area-value {
            background-color: #131e2d; /* Slightly darker background for value */
            color: white;
            padding: 5px 5px;
            font-weight: bold;
            border-radius: 0 5px 5px 0;
            font-size:12px;
        }
@media only screen and (max-width: 600px){
    .carpet-area-section{
         display: flex;
            justify-content: center;
            align-items: center;
    }
}