@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600&amp;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: katarine-web, sans-serif;
    font-weight: 400;
    font-style: normal
}

a,
img,
button,
banner-home-2-mob 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: katarine-web, sans-serif
}

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

.container {
    max-width: 1200px;
    margin: 0 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
}

.relative {
    position: relative
}

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

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

.center-block {
    float: none !important;
    display: 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%
}

section.padding {
    padding: 70px 0
}

section.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 !important
}

.visible-sm {
    display: none
}

.hidden-xs {
    display: block
}

.hidden-portrait {
    display: block !important
}

.visible-portrait {
    display: none !important
}

.mg-lt-10 {
    margin-left: 10px
}

.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
}

.vert-middle {
    vertical-align: middle
}

.disp-block {
    display: block
}

header {
    z-index: 999
}

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

header ul.nav-links.col-12 {
    padding-top: 0
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #522810;
    transition: all 0.6s ease-in-out
}

.sticky-header {
    box-shadow: 0 0 5px grey;
    background-color: #522810
}

.header-top,
.menu-links {
    padding-bottom: 4px !important;
    text-align: right
}

.nav-links {
    text-align: right;
    margin-top: -5px;
    display: inline-block
}

.nav-links li {
    list-style: none;
    display: inline-block
}

.nav-links li a {
    cursor: pointer;
    margin-right: 18px;
    padding-bottom: 11px;
    position: relative;
    letter-spacing: .8px;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    display: block
}

.nav-links li a.active {
    color: #D2AA2B
}

.has-submenu {
    position: relative
}

.has-submenu a {
    font-weight: 600 !important;
    color: #FF9429 !important
}

.has-submenu img {
    width: 11px;
    vertical-align: middle
}

.my_menu {
    display: none;
    position: absolute;
    z-index: 1;
    left: 0;
    text-align: left;
    width: 235px;
    padding-left: 0;
    background-color: #fff;
    top: calc(100% + 0px);
    box-shadow: 1px 5px 9px #333
}

.my_menu li {
    list-style: none;
    display: block
}

.my_menu a {
    padding: 10px 16px !important;
    margin: 0 0 !important;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    font-size: 13px;
    vertical-align: top;
    line-height: 24px;
    border-bottom: 1px solid #000
}

.my_menu li:last-child a {
    border-bottom: 0
}

.nav-links li:nth-child(1) {
    position: absolute;
    left: 110px;
    top: 37px
}

.nav-links li:nth-child(2) {
    position: absolute;
    left: 190px;
    top: 37px
}

.nav-links li:nth-child(3) {
    position: absolute;
    left: 309px;
    top: 37px
}

.nav-links li:nth-child(4) {
    position: absolute;
    top: 37px;
    right: 359px
}

.nav-links li:nth-child(6),
.nav-links li:nth-child(7),
.nav-links li:nth-child(8) {
    position: relative;
    top: 15px;
    vertical-align: text-bottom
}

.nav-links li:nth-child(5) {
    position: absolute;
    right: 282px;
    top: 37px
}

.contactDiv {
    text-align: right;
    display: inline-block
}

.contactDiv span {
    color: #000;
    font-size: 14px;
    font-weight: 600
}

span.contact {
    position: relative;
    vertical-align: middle
}

.contact img {
    vertical-align: middle;
    margin-right: 3px
}

img.sidelogo {
    width: 150px
}

.burger-menu {
    display: none;
    padding: 7px 8px;
    background-color: #123362
}

.bar1,
.bar2,
.bar3 {
    width: 20px;
    height: 2px;
    background-color: #D2AA2B;
    margin: 4px 0;
    transition: 0.4s
}

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

.change .bar2 {
    opacity: 0
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-3px, -5px);
    transform: rotate(45deg) translate(-3px, -5px);
    width: 20px
}

a.enquire.hidden-xs {
    width: 20%;
    margin: auto;
    border: 2px solid #fff
}

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

.col-12.footer-call-enquire {
    display: none
}

.floating-enquire-wrapper {
    position: fixed;
    right: 0;
    top: 0;
    background-color: rgb(0 0 0 / .7);
    color: #fff;
    padding: 5px;
    display: none;
    z-index: 199;
    width: 100%;
    min-height: 100%
}

.popup-inner {
    width: 400px;
    height: 400px;
    background-color: #fff;
    border-radius: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.form_group_wrap label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 400;
    color: #000;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    letter-spacing: .5px
}

.selform_group_wrapldof .title {
    font-size: 16px;
    margin-bottom: 5px;
    text-transform: uppercase;
    padding: 0 15px;
    text-align: left;
    color: #000;
    margin-bottom: 20px
}

input.form-control,
select.form-control {
    height: 45px !important;
    color: #000 !important;
    margin-bottom: 20px
}

.floating-enquire-wrapper span.country-name {
    color: #000 !important
}

.form_group_wrap .btn {
    margin-top: 15px !important
}

.form_group_wrap .has-error .help-block,
.form_group_wrap .has-error .control-label,
.form_group_wrap .has-error .radio,
.form_group_wrap .has-error .checkbox,
.form_group_wrap .has-error .radio-inline,
.form_group_wrap .has-error .checkbox-inline {
    color: #a94442;
    text-align: left;
    position: absolute;
    margin-top: 15px
}

.form_group_wrap .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
    position: absolute;
    top: 50px
}

div.contents {
    margin-bottom: 20px
}

.header-call-me {
    margin-top: 20px
}

.header-call-me a {
    font-weight: 800;
    color: #A37E42;
    font-size: 16px;
    line-height: 22px
}

.header-call-me a img {
    vertical-align: middle;
    margin-right: 5px
}

.header-call-me a span {
    padding: 0 15px
}

.call-icon {
    background-color: #D2AA2B;
    width: 44px;
    height: 42px;
    text-align: center;
    line-height: 30px;
    padding: 6px 9px 11px !important;
    margin-right: 5px !important
}

.theme-btn.header-enquire-btn {
    height: 42px !important;
    line-height: 27px !important;
    color: #000 !important;
    font-weight: 600 !important;
    padding: 8px 12px 12px !important;
    font-size: 12px !important;
    letter-spacing: .6px
}

.header-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2
}

.call-no {
    display: none;
    position: absolute;
    background-color: #fff;
    width: 155px;
    padding: 10px;
    text-align: center
}

p.call-no a {
    color: #000;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 17px
}

.offer-svg {
    position: absolute;
    bottom: 0;
    right: 50px;
    z-index: 9;
    width: 200px
}

.banner-slider {
    position: relative
}

.banner-caption {
    position: absolute;
    width: 100%;
    top: 40%;
    transform: translateX(-50%);
    left: 50%;
    z-index: 9;
    padding: 20px;
    text-align: center
}
.banner-slider img {
    width: 100%;
}
.banner-slider .slick-arrow {
    text-indent: -9999px;
    background-color: #FFF;
    background-repeat: no-repeat;
    width: 50px;
    background-size: contain;
    height: 50px;
    background-position: center;
    cursor: pointer;
    z-index: 9;
    border-radius: 50%;
    bottom: 50%;
    transform: translateY(50%);
    background-size: 20px;
    background-position: center;
    outline: none
}

.banner-slider .slick-prev {
    position: absolute;
    left: 60px;
    background-image: url(../images/left-arrow.png)
}

.banner-slider .slick-next {
    position: absolute;
    right: 60px;
    background-image: url(../images/right-arrow.png)
}

.banner-slider .slick-arrow:hover {
    box-shadow: 0 0 18px 1px #d2aa2b
}

.banner-caption h1 {
    text-transform: uppercase;
    font-size: 46px;
    line-height: 53px;
    text-align: center;
    color: #FFF;
    font-weight: 400;
    text-shadow: 0 6px 15px #0007;
    font-family: 'Cinzel', serif
}

.banner-caption h2 {
    letter-spacing: 0;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    font-weight: 600;
    background: #522810 0% 0% no-repeat padding-box;
    border: 1px solid #FFFFFF74;
    color: #FFF;
    text-transform: uppercase;
    padding: 6px;
    display: inline-block;
    margin: 10px auto
}

.banner-caption p {
    color: #FFF;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400
}

.banner-box {
    background: #522810 0% 0% no-repeat padding-box;
    border: 1px solid #FFFFFF74;
    width: 400px;
    margin: auto
}

p.tc-apply {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 600
}

.col-12.scrol-down {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    height: 62px;
    width: 40px;
    z-index: 9
}

span.next-sec {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 62px;
    background: #A37E42;
    border-radius: 20px;
    cursor: pointer
}

span.next-sec img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

p.artistic-impression {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    background-color: #000;
    padding: 5px;
    font-size: 10px;
    z-index: 2
}

p.banner-rera {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    z-index: 3;
    text-align: left;
    font-size: 8px;
    letter-spacing: 1.5px;
    background: rgb(0 0 0 / 50%);
    padding: 10px
}

p.promoter-txt {
    position: absolute;
    top: 150px;
    left: 23px;
    color: #fff;
    z-index: 3;
    text-align: center;
    font-size: 12px
}

.sec-small-title {
    letter-spacing: 2.8px;
    color: #D2AA2B;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400
}

.sec-title {
    font-family: 'Cinzel', serif;
    color: #522810;
    font-size: 40px;
    line-height: 50px;
    font-weight: 500;
    margin: 10px 0
}

.sec-desc {
    font-size: 16px;
    line-height: 26px;
    color: dimgray
}

.theme-btn,
.form_group_wrap .btn {
    color: #000000 !important;
    text-transform: uppercase !important;
    background: #D2AA2B 0% 0% no-repeat padding-box !important;
    border: 1px solid rgb(255 255 255 / .7) !important;
    font-size: 14px !important;
    line-height: 19px !important;
    font-family: 'Cinzel', serif !important;
    font-weight: 600 !important;
    height: 42px !important;
    padding: 11px 22px !important;
    display: inline-block;
    cursor: pointer
}

.iti__country {
    font-size: 12px
}

.iti {
    width: 100% !important
}

.form-control {
    outline: none
}

select {
    appearance: auto !important
}

.overview-left {
    padding-left: 67px
}

.logo_box {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    border-radius: 5px;
    border: 1px solid #ebebeb;
}
.overview-1 {
    position: relative;
    z-index: 3
}

.overview .logo_box img {
    width: 200px;
    max-width: 100%
}

.overview .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.overview-2 {
    text-align: right;
    margin-top: -100px;
    z-index: 1;
    position: relative
}

.lifestyle-desc {
    font-size: 18px;
    line-height: 28px;
    color: #1F1F1F
}

.lifestyle-wrap {
    background-color: #FAFAFA;
    mix-blend-mode: multiply;
    padding-top: 50px;
    margin-top: 0;
    position: relative
}

.lifestyle-wrap:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 181px;
    background-color: #fff;
    width: 100%;
    z-index: -1
}

.lifestyle-slider .slick-slide {
    margin: 0 15px;
    position: relative
}

.lifestyle-slider .slick-slide p {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    position: absolute;
    top: 80%;
    width: 100%;
    color: #fff
}

.img-tag {
    position: absolute;
    right: 4px;
    bottom: 8px;
    font-size: 12px !important;
    line-height: 10px !important;
    color: #000 !important;
    top: unset !important;
    text-align: right !important
}

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

.amenities-slider .slick-slide {
    margin: 0 30px
}

.amenities-inner {
    position: relative
}

.amenities-inner>p {
    position: absolute;
    left: 15px;
    bottom: 15px;
    background: #000;
    padding: 7px 21px;
    line-height: 1.3;
    color: #FFF;
    font-size: 16px;
    letter-spacing: .1px;
    text-align: center
}

.amenities-slider .slick-arrow,
.lifestyle-slider .slick-arrow {
    text-indent: -9999px;
    background-color: #fff0;
    background-repeat: no-repeat;
    width: 54px;
    background-size: auto;
    height: 46px;
    background-position: center;
    cursor: pointer;
    z-index: 9;
    bottom: -60px;
    border: 1px solid #D2AA2B;
    background-color: #fff
}

.amenities-slider .slick-arrow:hover,
.lifestyle-slider .slick-arrow:hover {
    background-color: #D2AA2B
}

.amenities-slider .slick-prev,
.lifestyle-slider .slick-prev {
    position: absolute;
    background-image: url(../images/long-arrow-left.svg)
}

.amenities-slider .slick-prev:hover,
.lifestyle-slider .slick-prev:hover {
    background-image: url(../images/long-arrow-left-white.svg)
}

.amenities-slider .slick-prev {
    top: calc(50% - 20px);
    transform: translateY(-50%);
    left: 17%
}

.lifestyle-slider .slick-prev {
    display: block;
    left: -20px;
    top: 0
}

.amenities-slider .slick-next,
.lifestyle-slider .slick-next {
    position: absolute;
    background-image: url(../images/long-arrow-right.svg)
}

.amenities-slider .slick-next:hover,
.lifestyle-slider .slick-next:hover {
    position: absolute;
    background-image: url(../images/long-arrow-right-white.svg)
}

.amenities-slider .slick-next {
    top: calc(50% - 20px);
    transform: translateY(-50%);
    right: 17%
}

.selldof .title {
    display: none
}

#siteVisit {
    z-index: 1;
    padding-top: 0
}

.site-visit-form-wrapper input.form-control {
    height: 42px !important
}

.site-visit-form-wrapper {
    padding-top: 30px
}

.site-visit-form-wrapper .selldof_row {
    width: 20%;
    float: left
}

.site-visit-form-wrapper .selldof .btn {
    margin-top: 21px !important;
    width: 100%
}

.bootstrap-datetimepicker-widget {
    position: absolute;
    z-index: 99;
    background-color: #fff;
    width: 400px;
    right: 0
}

.selldof .datepicker {
    margin-right: 0 !important
}

.selldof .timepicker-picker {
    margin-top: 47px !important;
    margin-bottom: 15px;
    padding-left: 20px !important
}

.selldof .datepicker,
.selldof .timepicker {
    position: relative;
    width: 185px !important
}

.done-button {
    background-color: #708e5b;
    color: #fff;
    line-height: 24px;
    border-radius: 5px;
    cursor: pointer;
    text-align: center
}

.timepicker-hours,
.timepicker-minutes {
    padding-right: 60px
}

.lifestyle-slider .slick-next {
    display: block;
    left: -20px;
    top: 70px
}

.lifestyle-slider:after {
    position: absolute;
    content: '';
    left: -5px;
    top: 0;
    height: 100%;
    background-color: #fafafa;
    width: 60px;
    background: #fff0 linear-gradient(180deg, #fafafa 48%, #ffffff 100%) 0% 0% no-repeat padding-box
}

.specifications.padding {
    padding: 400px 0 50px 0
}

.specifications {
    background-size: cover;
    background-position: center
}

.specifications_text {
    background: rgb(0 0 0 / 50%);
    padding: 20px
}

.specifications_text .sec-title {
    font-size: 30px;
    line-height: 38px;
    margin: 4px 0
}

.specifications_text h2 {
    margin-top: 0;
    font-weight: 800
}

.location {
    background: #FAFAFA 0% 0% no-repeat padding-box;
    mix-blend-mode: multiply
}

section.location .row {
    align-items: center
}

.location .location_map {
    width: 96%;
    height: 500px;
    border: 5px solid #e6e5e5
}

ul.location-list {
    margin-top: 20px
}

ul.location-list li {
    list-style: none;
    margin: 15px 0 0;
    float: left;
    width: 100%;
    border-bottom: 1px solid #52281036;
    padding-bottom: 15px
}

ul.location-list li:last-child {
    border-bottom: 0 solid
}

.location-inner {
    float: left;
    width: 100%
}

.location-inner div {
    width: 22px;
    float: left;
    text-align: center;
    margin-right: 14px
}

.location-inner div img {
    width: 22px
}

.location-inner p {
    color: #522810;
    font-size: 16px;
    line-height: 25px;
    width: calc(100% - 95px);
    float: left
}

.aboutus {
    background: #522810 0% 0% no-repeat padding-box;
    mix-blend-mode: multiply;
    position: relative;
    margin-top: 0
}

section.padding.aboutus {
    padding: 55px 0
}

.aboutus .sec-desc {
    line-height: 30px
}

.rera-info {
    font-size: 12px;
    line-height: 15px;
    color: #fff
}

.aboutus .brand-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1
}

div#footerbottom {
    background-color: #522810;
    color: rgb(255 255 255 / .7);
    height: auto;
    padding-bottom: 12px
}

.disclaimerfooterbottom {
    position: absolute;
    bottom: 0
}

.copyright {
    font-weight: 500;
    font-size: 14px
}

.footer-links a {
    color: rgb(255 255 255 / .7);
    display: inline-block;
    font-size: 14px;
    font-weight: 500
}

.footer-links a:hover {
    color: #FFF
}

.divider {
    margin: 0 0 5px;
    border-bottom: 1px solid #ababab
}

.mg-tp-0 {
    margin-top: 0
}

.mg-tp-10 {
    margin-top: 10px
}

.mg-tp-20 {
    margin-top: 20px
}

.mg-tp-30 {
    margin-top: 30px
}

.mg-tp-40 {
    margin-top: 40px
}

.mg-tp-50 {
    margin-top: 50px
}

.mg-bt-10 {
    margin-bottom: 10px
}

.mg-bt-20 {
    margin-bottom: 20px
}

.mg-bt-30 {
    margin-bottom: 30px
}

.mg-bt-40 {
    margin-bottom: 40px
}

.mg-bt-50 {
    margin-bottom: 50px
}

.mg-tp-150 {
    margin-top: 150px
}

.mg-tp-100 {
    margin-top: 100px
}

.mg-tp-150-minus {
    margin-top: -150px
}

.pd-rt-20 {
    padding-right: 20px
}

.pd-lt-20 {
    padding-left: 20px
}

.modal-header {
    padding: 7px 15px;
    background: #522810;
    border-radius: 5px 5px 0 0
}

.modal-title {
    margin: 3px 0 0 0;
    line-height: 1.5;
    font-size: 20px;
    color: #FFF;
    text-transform: uppercase;
    text-align: center
}
.modal-header .close {
    background: #fff;
    opacity: 1;
    padding: 10px 10px;
    margin: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.modal-header .close:focus {
    outline: none;
}

.overlay .title {
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
    letter-spacing: .3px
}

.modal-header .btn-close {
    padding: .5rem .5rem;
    margin: -.5rem -.5rem -.5rem auto
}

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

.modal-header .btn-close {
    position: absolute;
    top: -2px;
    right: -2px;
    color: #000;
    background: #FFF;
    opacity: 1;
    font-weight: 800;
    width: 25px;
    height: 25px;
    line-height: 25px;
    padding: 0;
    border-radius: 2px;
    cursor: pointer;
    font-size: 14px
}

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

.modal-body .mb-3 {
    position: relative
}

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

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

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

label.error {
    color: red;
    position: absolute;
    bottom: -16px;
    font-size: 12px;
    letter-spacing: .6px
}

.overlay,
.footer-link {
    display: none
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / .5);
    z-index: 99999;
    top: 0;
    left: 0
}

.enquiry_form_in {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

#popup {
    width: 550px;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    max-width: 88%
}

.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px;
    font-size: 12px;
    margin-top: 3px
}

#disclmair-popup p {
    padding: 20px 20px 0;
    margin-bottom: 0
}

#disclmair-popup #popup {
    width: 50%
}

.thankyou {
    padding: 20px 30px 0;
    text-align: center
}

.sticky-download-btn {
    position: fixed;
    right: -81px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    z-index: 9
}

.sticky-download-btn a {
    letter-spacing: 1.2px
}

.disclaimer-wrap h2 {
    font-size: 20px;
    line-height: 30px;
    margin-top: 15px
}

.disclaimer-wrap ul {
    padding-left: 30px
}

.form_group_wrap {
    padding: 20px
}

.form_group_wrap .form-control {
    display: block;
    width: 100%;
    height: 34px;
    font-size: 14px;
    line-height: 1.42857143;
    padding: 6px 12px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / .075);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

body.inside_page {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh
}

body.inside_page footer {
    display: contents
}

.thankyou_sect {
    padding: 70px 0;
    margin-top: 150px;
    text-align: center
}

.thankyou_sect h2 {
    text-align: center;
    font-weight: 700;
    margin-top: 0;
    font-size: 20px;
    margin-bottom: 25px
}

.thankyou_sect img {
    width: 200px;
    margin: auto;
    margin-bottom: 25px;
    background: #522810;
    padding: 10px 18px
}

.thankyou_page {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh
}

.thankyou_sect h1 {
    font-weight: 800;
    font-size: 50px;
    margin-bottom: 13px;
    margin-top: 0;
    line-height: 1
}

.thankyou_sect a {
    margin: 0 4px;
    padding: 12px 20px;
    display: inline-block;
    background: #522810;
    color: #FFF;
    transition: all 0.5s ease;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px
}

.thankyou_sect a:hover {
    opacity: .8
}

.floating_phone {
    position: fixed;
    bottom: 40px;
    right: 50px;
    width: 50px;
    height: 50px;
    padding: 12px;
    background: #c9aa40;
    border-radius: 50%;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 40%);
    transition: all 0.5s ease;
    z-index: 9
}

.floating_phone img {
    width: 100%
}

.floating_phone:hover {
    box-shadow: 0 0 35px 5px rgb(0 0 0 / 50%);
    background: #d2aa2b
}

.slider_overlay {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -25%);
    width: 50%;
    background: rgb(0 0 0 / 50%);
    padding: 24px !important
}

.slider_overlay h2 {
    color: #d4922c;
    text-align: center;
    font-weight: 800;
    font-size: 25px;
    line-height: 1.4;
    margin-bottom: 0;
    margin-top: 0;
    text-shadow: 0 4px 14px #000;
    text-transform: uppercase;
    letter-spacing: 0
}

.slider_overlay {
    text-align: center
}

.slider_overlay h4 {
    margin-top: 10px;
    font-size: 18px;
    margin-bottom: 0;
    display: block;
    font-weight: 500;
    padding: 0;
    color: #FFF
}

.slider_overlay h4 span {
    color: #d2aa2b;
    font-size: 110%
}

.slider_overlay p {
    color: #FFF
}

.slider_overlay a {
    display: inline-block;
    background: #d4922c;
    color: #FFF;
    padding: 6px 20px;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px
}

.slider_overlay a:hover {
    background: #5f3012
}

.stepping_section {
    padding-bottom: 0 !important
}

.stepping_section .row.stepping_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px
}

.stepping_section .row.stepping_row>div {
    width: 33.33%
}

.stepping_section .stepping_row .card-with-icon-item {
    position: relative;
    background: #fff0;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    padding: 30px;
    border-right: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    height: 100%
}

.stepping_section .stepping_row .card-item-icon {
    position: relative;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    margin: 0 auto 20px
}

.stepping_section .stepping_row .card-item-content {
    position: relative;
    text-align: center;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    margin: 0 auto;
    max-width: 340px
}

.stepping_section .stepping_row .card-item-icon img {
    width: 50px;
    height: 50px
}

.stepping_section .stepping_row picture.white-icon {
    position: absolute;
    opacity: 0;
    transition: all 0.3s linear
}

.stepping_section .stepping_row .card-item-content p {
    color: #000;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.stepping_section .stepping_row .card-item-content p:last-child {
    margin-bottom: 0
}

.stepping_section .stepping_row>div:nth-child(4) .card-with-icon-item,
.stepping_section .stepping_row>div:nth-child(5) .card-with-icon-item,
.stepping_section .stepping_row>div:last-child .card-with-icon-item {
    border-bottom: none
}

.stepping_section .stepping_row>div:nth-child(3) .card-with-icon-item,
.stepping_section .stepping_row>div:last-child .card-with-icon-item {
    border-right: unset
}

.stepping_section .stepping_row .card-with-icon-item:hover,
.stepping_section .stepping_row .card-with-icon-item:hover .white-icon,
.stepping_section .stepping_row .card-with-icon-item:hover p {
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.stepping_section .stepping_row .card-with-icon-item:hover {
    background: #522810;
    position: relative
}

.stepping_section .stepping_row .card-with-icon-item:hover .white-icon {
    opacity: 1
}

.stepping_section .stepping_row .card-with-icon-item:hover p {
    color: #FFF
}

.gallery_section {
    padding: 50px 0;
    background: #FAFAFA
}

.gallery_section .gallery_slider .items {
    padding: 0 10px;
    position: relative
}

.gallery_section .gallery_slider .items img {
    width: 100%;
    display: block
}

.gallery_section .gallery_slider ul.slick-dots {
    display: flex !important;
    justify-content: center;
    gap: 0 10px;
    position: relative;
    bottom: 0;
    margin-top: 15px;
    list-style: none
}

.gallery_section .gallery_slider ul.slick-dots li button {
    width: 12px;
    height: 12px;
    margin: 0;
    border-radius: 50%;
    background: #fff0;
    border: 1px solid #522810;
    overflow: hidden;
    text-indent: 15px;
    position: relative;
    padding: 0;
    outline: none
}

.gallery_section .gallery_slider ul.slick-dots li.slick-active button {
    background: #522810
}

.gallery_section .gallery_slider ul.slick-dots li {
    margin: 0;
    width: auto;
    height: auto
}

.img_caption {
    position: absolute;
    bottom: 13px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    z-index: 2
}

.img_caption.right {
    right: 16px
}

.single_amenities_section {
    padding: 50px 0
}

.single_amenities_section .single_amenities_box_row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 0;
    justify-content: center
}

.single_amenities_box {
    background: #fff0;
    padding: 30px 20px;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
    z-index: 1;
    line-height: 1;
    border: 1px solid #ccc;
    text-align: center;
    height: 100%
}

.single_amenities_box h4 {
    font-size: 17px
}

.single_amenities_box .icon {
    width: 60px;
    margin-bottom: 20px;
    display: inline-block
}

.single_amenities_box .icon img {
    width: 100%
}

.typology_section {
    padding: 50px 0;
    background: #fafafa
}

.typology_box {
    padding: 30px 20px;
    position: relative;
    z-index: 1;
    line-height: 1;
    border: 1px solid #ccc;
    text-align: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 5px;
}

.typology_box img {
    width: 80px;
    display: inline-block;
    margin-bottom: 15px
}

.typology_box h5 {
    font-size: 18px;
    color: #222;
    margin-bottom: 10px;
    line-height: 22px
}

.typology_box p {
    text-align: center;
    line-height: 22px;
    margin: 0
}

.downloads_section {
    padding: 50px 0;
    /* background: #FAFAFA; */
}

.download_box_row {
    gap: 30px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 15px
}

.download_box img {
    width: 100%;
    max-width: 65px;
    margin: auto;
    margin-bottom: 15px;
    filter: invert(18%) sepia(47%) saturate(741%) hue-rotate(338deg) brightness(92%) contrast(101%)
}

.download_box {
    text-align: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 20px;
    border-radius: 5px;
}

.download_box p {
    font-weight: 700;
    font-size: 17px;
    color: #000;
    transition: all 0.5s ease
}

.download_box:hover p {
    color: #522810
}

.disclaimer_section {
    padding: 50px 0 60px 0
}

.overview_content ul li {
    font-size: 16px;
    line-height: 26px;
    color: dimgray;
    margin-bottom: 10px
}

.overview_content ul {
    padding-left: 16px
}

.header_section_wrap {
    position: relative;
    display: block;
    width: 100%;
    height: 100px
}

.form_group_wrap .form-check-inline label {
    font-size: 12px
}

.form_group_wrap .form-check-inline {
    align-items: baseline;
    gap: 0 5px
}

.form_group_wrap .form-check-inline input {
    top: 3px;
    position: relative
}

.form_group_wrap .form-control {
    margin-bottom: 5px
}

.form_group_wrap .form-group {
    margin-bottom: 12px
}

.main-cpt {
    display: flex;
    align-items: center;
    gap: 11px;
    position: relative
}

.main-cpt span {
    font-size: 14px
}

.main-cpt input {
    width: 120px !important;
    margin: 0 !important
}

.main-cpt a img {
    width: 13px
}

#popup .btn {
    margin-top: 5px !important
}

#popup .row .form-group {
    padding: 0 8px
}

#popup .row {
    margin-left: -8px;
    margin-right: -8px
}

.mobile_number_wrap {
    position: relative;
    display: flex;
}
.mobile_number_wrap select {
    font-size: 12px;
    height: 45px;
    border-right: none!important;
    border-color: #ced4da !important;
    max-width: max-content!important;
    padding: 0 5px;
    text-align: center;
    cursor: pointer;
    outline: none !important;
}
.popup_modal .form-group .form-control {
    width: 100%;
    border: 1px solid #ced4da;
    height: 42px;
    padding: 0 15px;
    font-size: 14px; 
}
.mobile_number_wrap input { 
    border-left: none!important;
}


@media all and (min-width:1600px) {
    .location-map {
        width: 850px;
        height: 500px;
        max-width: 47%
    }
}

@media all and (min-width:991px) {
    header ul.nav-links.col-12 {
        display: block !important
    }
}

@media (max-width:1600px) {
    .slider_overlay h2 {
        font-size: 21px
    }
}

@media only screen and (max-width:1199px) {
    .slider_overlay {
        width: 80%;
        transform: translate(-50%, -14%)
    }
}

@media only screen and (max-width:1024px) {
    .header-logo {
        left: calc(50% - 45px)
    }

    .nav-links li:nth-child(1) {
        left: 60px
    }

    .nav-links li:nth-child(2) {
        left: 140px
    }

    .nav-links li:nth-child(3) {
        left: 260px
    }
}

@media (min-width:992px) and (max-width:1400px) {
    .header_section_wrap {
        height: 90px
    }

    .nav-links li a {
        letter-spacing: .6px;
        font-size: 12px
    }

    .nav-links li:nth-child(5) {
        top: 50px;
        position: absolute;
        right: 292px
    }

    .nav-links li:nth-child(4) {
        right: 380px
    }

    .nav-links li:nth-child(1),
    .nav-links li:nth-child(2),
    .nav-links li:nth-child(3),
    .nav-links li:nth-child(4),
    .nav-links li:nth-child(5) {
        top: 28px
    }

    .nav-links li:nth-child(6),
    .nav-links li:nth-child(7) {
        top: 8px
    }

    img.sidelogo {
        width: 125px
    }

    ul.nav-links.col-12 {
        padding: 0
    }

    .theme-btn.header-enquire-btn {
        height: 44px !important;
        line-height: 30px !important;
        padding: 8px 17px !important;
        font-size: 12px !important
    }

    .call-icon {
        height: 44px !important;
        line-height: 30px !important;
        padding: 8px 17px !important;
        font-size: 12px !important;
        padding: 7px 9px 11px !important;
        margin-right: 5px !important
    }

    .slider_overlay h2 {
        font-size: 20px
    }

    .slider_overlay h4 {
        font-size: 15px;
        margin-top: 5px
    }

    .slider_overlay {
        padding: 15px !important
    }

    .sec-title {
        font-size: 28px;
        line-height: 36px;
        margin: 5px 0 10px 0
    }

    .overview p.sec-desc.mg-tp-30 {
        margin-top: 15px
    }

    .overview .overview-1 {
        width: 42%
    }

    .overview .overview-left {
        width: 58%;
        padding-left: 40px
    }

    section.overview {
        padding-bottom: 20px
    }

    p {
        letter-spacing: .4px
    }

    .overview:after {
        height: 150px
    }

    .sec-desc,
    .lifestyle-desc {
        font-size: 15px;
        line-height: 24px
    }

    .lifestyle-slider .slick-slide p {
        font-size: 14px;
        line-height: 20px;
        top: 80%;
        padding: 0 10px
    }

    .img-tag {
        font-size: 11px !important
    }

    .stepping_section .stepping_row .card-with-icon-item {
        padding: 20px
    }

    .amenities-inner>p {
        padding: 5px 11px 4px 11px;
        font-size: 13px;
        letter-spacing: .4px
    }

    .specifications_text .sec-title {
        font-size: 20px;
        line-height: 26px;
        margin: 4px 0
    }

    .theme-btn,
    .form_group_wrap .btn {
        font-size: 13px !important;
        line-height: 18px !important;
        height: 40px !important;
        padding: 11px 16px !important
    }

    .sticky-download-btn {
        right: -69px
    }

    ul.location-list li {
        margin: 10px 0 0;
        padding-bottom: 10px
    }

    .location-inner {
        display: flex;
        align-items: center
    }

    .aboutus .sec-desc {
        line-height: 24px;
        margin-top: 15px
    }

    section.padding.aboutus svg {
        margin-top: 0;
        width: 200px;
        height: auto
    }

    section.padding.aboutus {
        padding: 40px 0;
        height: auto;
        margin-top: 130px;
        overflow: hidden
    }

    .aboutus .brand-logo {
        width: auto;
        height: 100%
    }

    .banner-slider .slick-arrow {
        width: 40px;
        height: 40px;
        background-size: 13px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .header-logo {
        text-align: center
    }

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

    section.overview {
        padding-bottom: 0
    }

    .lifestyle-slider .slick-slide p {
        top: 78%
    }

    .overview:after {
        height: 100%
    }

    .overview .row {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row-reverse
    }

    .stepping_section .stepping_row .card-item-icon {
        margin-bottom: 15px
    }

    .nav-links li:nth-child(1),
    .nav-links li:nth-child(2),
    .nav-links li:nth-child(3),
    .nav-links li:nth-child(4),
    .nav-links li:nth-child(5) {
        top: 26px
    }

    .nav-links li:nth-child(5) {
        right: 230px
    }

    .nav-links li:nth-child(4) {
        right: 310px
    }
}

@media only screen and (max-width:992px) {
    .header_section_wrap {
        height: 75px
    }

    .offer-svg {
        bottom: 50px
    }

    .container {
        padding: 0 15px
    }

    .col-8 {
        width: 100%
    }

    section.padding-top {
        padding: 70px 0 70px 0
    }

    .hidden-xs {
        display: none !important
    }

    .visible-xs {
        display: block !important
    }

    .burger-menu {
        display: block;
        padding: 10px 10px;
        background: #fff0
    }

    .bar2 {
        width: 20px
    }

    .bar3 {
        width: 20px
    }

    .nav-links {
        height: 100%;
        display: none;
        position: fixed;
        top: 80px;
        left: 0;
        right: 0;
        z-index: -1;
        border-bottom: 1px solid #ccc;
        padding: 0;
        background-color: #522810
    }

    .nav-links li {
        display: block;
        position: unset !important
    }

    .nav-links li:nth-child(7),
    .nav-links li:nth-child(8) {
        display: none
    }

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

    .nav-links li a.active:before {
        top: 35px;
        left: 48%
    }

    .nav-links li a.active:before {
        background: none
    }

    .my_menu {
        position: relative;
        background-color: #fff0;
        box-shadow: none;
        width: 100%
    }

    .header-call-me {
        display: none
    }

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

    .header-logo {
        position: unset;
        left: unset;
        transform: unset
    }

    img.sidelogo {
        width: 100px
    }

    .col-xs-1 {
        width: 8.333333333333333%
    }

    .col-xs-2 {
        width: 16.66666666666667%
    }

    .col-xs-3 {
        width: 25%
    }

    .col-xs-4 {
        width: 33.33333333333333%
    }

    .col-xs-5 {
        width: 41.66666666666667%
    }

    .col-xs-6 {
        width: 50%
    }

    .col-xs-7 {
        width: 58.33333333333333%
    }

    .col-xs-8 {
        width: 66.66666666666667%
    }

    .col-xs-9 {
        width: 75%
    }

    .col-xs-10 {
        width: 83.33333333333333%
    }

    .col-xs-11 {
        width: 91.66666666666667%
    }

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

    .desktop {
        display: none
    }

    .mobile {
        display: block
    }

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

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

    .banner-caption {
        padding: 0 10px;
        bottom: 50px
    }

    .banner-box {
        font-size: 14px !important;
        width: 340px
    }

    .banner-caption h1 {
        font-size: 26px;
        line-height: 32px
    }

    .banner-caption h2 {
        font-size: 16px;
        line-height: 26px;
        padding: 6px 23px
    }

    .overview-left {
        padding-left: 0;
        padding: 0 15px
    }

    .overview-1 img {
        width: 84%;
        margin: auto
    }

    .mg-tp-xs-10 {
        margin-top: 10px
    }

    .mg-tp-xs-20 {
        margin-top: 20px
    }

    .mg-tp-xs-30 {
        margin-top: 30px
    }

    .mg-tp-xs-40 {
        margin-top: 40px
    }

    .mg-tp-xs-50 {
        margin-top: 50px
    }

    .overview .container {
        padding: 0
    }

    .overview-2 {
        text-align: right;
        padding-right: 0;
        margin-top: -50px;
        z-index: 3
    }

    .overview-2 img {
        width: 100%
    }

    .lifestyle-slider:after,
    .sec-desc br,
    p.banner-rera br {
        display: none
    }

    .amenities-slider .slick-slide {
        margin: 0 0
    }

    .amenities-inner p {
        font-size: 18px
    }

    .amenities-slider .slick-prev {
        top: unset;
        transform: translateX(-50%);
        left: calc(50% - 40px);
        bottom: -50px
    }

    .amenities-slider .slick-next {
        top: unset;
        transform: translateX(-50%);
        left: calc(50% + 40px);
        bottom: -50px
    }

    .amenities .col-12 {
        padding: 0 15px
    }

    ul.location-list {
        margin-top: 15px
    }

    .location iframe {
        margin-top: 30px;
        height: 300px;
        width: 100%;
        max-width: 100%
    }

    .location-inner div {
        width: 60px
    }

    .location-inner {
        position: relative
    }

    .location-inner p {
        font-size: 16px;
        line-height: 21px;
        width: calc(100% - 60px);
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 60px
    }

    .location,
    .aboutus {
        height: auto;
        margin-top: auto
    }

    .lifestyle-slider .slick-prev {
        left: unset;
        top: 0;
        right: 25px;
        top: 50%
    }

    .lifestyle-slider .slick-next {
        left: unset;
        top: 0;
        right: 25px;
        top: calc(50% + 50px)
    }

    .lifestyle-wrap {
        padding-top: 0;
        height: auto;
        margin-top: 0
    }

    .amenities {
        margin-top: 0;
        margin-bottom: 0
    }

    .specifications.padding {
        padding: 150px 0 50px 0
    }

    .sec-title,
    .specifications_text .sec-title {
        font-size: 24px;
        line-height: 30px
    }

    .specifications_text .sec-title {
        font-size: 22px;
        line-height: 30px
    }

    .sec-heading {
        font-size: 20px;
        line-height: 26px
    }

    .mg-tp-50 {
        margin-top: 30px
    }

    .pd-rt-20 {
        padding-right: 0
    }

    .pd-lt-20 {
        padding-left: 0
    }

    .sec-title.mg-tp-150,
    .col-3.mg-tp-150,
    img.mg-tp-150 {
        margin-top: 30px
    }

    div#footerbottom {
        height: auto;
        text-align: center;
        padding: 0 0 70px
    }

    .aboutus {
        padding: 30px 0 40px !important
    }

    .aboutus .brand-logo {
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        width: 86%;
        height: 100%
    }

    .copyright,
    .footer-links {
        text-align: center
    }

    .floating_phone {
        display: none
    }

    .footer-link {
        position: fixed;
        bottom: 0;
        width: 100%;
        background-color: #fff;
        height: 50px;
        z-index: 999;
        display: block
    }

    .footer-call-me {
        color: #A37E42;
        text-decoration: none;
        font-weight: 700;
        font-size: 18px;
        text-align: center;
        padding: 10px 0;
        line-height: 30px;
        border: 1px solid #d2aa2c;
        position: absolute;
        width: 50%;
        left: 0;
        bottom: 0;
        height: 50px
    }

    .footer-call-me a {
        color: #000
    }

    .footer-call-me img {
        vertical-align: inherit;
        width: 14px
    }

    .enquire-btn {
        background-color: #d2aa2c;
        position: absolute;
        width: 50%;
        right: 0;
        height: 50px;
        color: #fff;
        font-weight: 700;
        font-size: 18px;
        text-align: center;
        padding: 10px;
        text-decoration: none;
        line-height: 33px
    }

    div#popup,
    #disclmair-popup #popup {
        width: 88%;
        top: 0;
        margin: 0
    }

    #overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
        height: 100%;
        z-index: 99999
    }

    .slider1 {
        background-image: url(../images/banner-image-new-mob.jpg)
    }

    p.banner-rera {
        width: 30%
    }

    p.promoter-txt {
        left: 0;
        width: 100%
    }

    .sell_do_virtual_numbers {
        vertical-align: middle
    }

    .sell_do_virtual_number_mobile {
        color: #000 !important;
        font-size: 18px !important
    }

    section.padding {
        padding: 40px 0
    }

    p.promoter-txt {
        top: 80px
    }

    #explore-amenities {
        margin-bottom: 40px
    }

    .aboutus .sec-desc {
        line-height: 26px
    }

    .disclaimer-wrap {
        margin-top: 50px
    }

    .get-direction {
        width: auto
    }

    .thankyou_sect h1 {
        font-size: 30px
    }

    .thankyou_sect h2 {
        font-size: 16px
    }

    .thankyou_sect a {
        font-size: 13px;
        padding: 8px 20px;
        margin: 5px;
        border-radius: 3px
    }

    .banner-slider .slider:before {
        background: rgb(0 0 0 / 10%)
    }

    .slider_overlay {
        width: 90%
    }

    .slider_overlay {
        position: relative !important;
        width: 100%;
        transform: none;
        left: 0;
        background: #e9e9e9;
        padding: 25px 15px !important
    }

    .slider_overlay h2 {
        text-shadow: none;
        font-size: 20px
    }

    .slider_overlay h4 {
        color: #000;
        padding: 0;
        margin-bottom: 5px;
        font-size: 15px
    }

    .slider_overlay h4 br {
        display: none
    }

    .pos-rel {
        padding: 0 7px;
        text-align: center !important
    }

    .lifestyle-slider .slick-slide p {
        font-size: 12px;
        line-height: 16px;
        top: 74%
    }

    .img-tag {
        font-size: 10px !important
    }

    .amenities-slider .slick-arrow,
    .lifestyle-slider .slick-arrow {
        width: 40px;
        background-size: 18px;
        height: 33px
    }

    .banner-slider .slick-arrow {
        width: 35px;
        height: 35px;
        bottom: 35px;
        background-size: 11px
    }

    .banner-slider .slick-next {
        right: 20px
    }

    .banner-slider .slick-prev {
        left: 20px
    }

    section.location .row {
        flex-direction: column-reverse
    }

    .location .location_map {
        width: 100%;
        height: 400px
    }

    #home {
        padding: 0
    }

    section#overview {
        overflow: hidden
    }
}

@media all and (max-width:700px) {
    .offer-svg {
        width: 100px;
        right: 10px
    }

    div#footerbottom {
        position: relative
    }

    .lifestyle-desc {
        font-size: 16px;
        line-height: 26px;
        color: dimgray
    }

    .rera-info {
        margin-top: 50px
    }

    .site-visit-form-wrapper .selldof_row {
        width: 100%
    }

    p.banner-rera {
        width: 235px
    }

    .overview .row {
        flex-direction: column
    }

    .overview .row>div {
        width: 100%;
        max-width: 93%;
        margin-top: 0
    }

    .overview .logo_box img {
        margin-bottom: 30px
    }

    .banner-box {
        font-size: 12px !important;
        max-width: 100%
    }

    .lifestyle-slider .slick-slide p {
        top: 80%
    }

    #home {
        height: auto
    }

    .card-with-icon-item {
        padding: 15px
    }

    .stepping_section .row.stepping_row {
        margin-top: 40px
    }

    .stepping_section .stepping_row>div:nth-child(2) .card-with-icon-item,
    .stepping_section .stepping_row>div:nth-child(4) .card-with-icon-item {
        border-right: none
    }

    .stepping_section .row.stepping_row>div {
        width: 50%
    }

    .stepping_section .stepping_row>div:nth-child(3) .card-with-icon-item {
        border-right: 1px solid #D9D9D9
    }

    .stepping_section .stepping_row>div:nth-child(4) .card-with-icon-item {
        border-bottom: 1px solid #D9D9D9
    }

    .form_group_wrap .form-control {
        margin-bottom: 0
    }

    .form_group_wrap label {
        margin-bottom: 0;
        font-size: 13px
    }

    input.form-control,
    select.form-control {
        height: 40px !important
    }
}

@media all and (max-width:480px) {
    .single_amenities_section .single_amenities_box_row>div {
        padding: 0 8px
    }

    .single_amenities_section .single_amenities_box_row {
        margin-left: -8px;
        margin-right: -8px;
        gap: 16px 0;
        justify-content: center
    }

    .single_amenities_box .icon {
        width: 50px;
        margin-bottom: 10px;
        display: inline-block
    }

    .location .location_map {
        height: 300px
    }

    .img_caption {
        font-size: 11px
    }

    .single_amenities_box h4 {
        font-size: 14px
    }

    .typology_box img {
        width: 60px
    }

    .main-cpt>img {
        width: 70px
    }

    .main-cpt {
        flex-wrap: wrap
    }

    .main-cpt input {
        width: 100% !important
    }

    .form_group_wrap .form-group {
        margin-bottom: 10px
    }

    .modal-title {
        font-size: 17px
    }

    .form_group_wrap {
        padding: 17px
    }
}

@media all and (max-width:340px) {
    .sec-title {
        font-size: 26px;
        line-height: 36px
    }

    .specifications .sec-title {
        font-size: 22px;
        line-height: 36px
    }

    .banner-caption h1 {
        font-size: 17px;
        line-height: 26px
    }

    .thankyou_sect img {
        width: 150px
    }
}

.awards-box img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.awards-box {
    border: 1px solid #cbcbcb;
    padding: 10px;
    border-radius: 5px;
    background: #fff;
    height: 150px;
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.typology_card {
   background: #ffffff;
   border-radius: 20px;
   box-shadow: 0 10px 40px rgba(0,0,0,0.08);
   transition: 0.3s ease;
   padding: 15px !important;
}

.typology_card:hover {
   transform: translateY(-8px);
   box-shadow: 0 15px 50px rgba(0,0,0,0.12);
}

.size-badge {
   padding: 10px 18px;
   background: #f8f9fa;
   border-radius: 50px;
   font-size: 14px;
   font-weight: 500;
   border: 1px solid #e0e0e0;
   transition: 0.3s;
   margin-bottom: 10px;
   margin-right: 10px;
}

.size-badge:hover {
   background: #d2aa2b;
   color: #fff;
   border-color: #d2aa2b;
}

.size-badge.highlight {
   background: linear-gradient(135deg, #d2aa2b, #d2aa2b);
   color: #fff;
   border: none;
}