text {
    font-size: 16px;
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
}

.plotsMainSec {
    display: block;
    width: 100%;
    padding: 40px 0;
    background: url(../img/green-grass.jpg) repeat left top;
    position: relative;
    z-index: 12
}

.ploatPopClose {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.ploatPopClose:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 3px;
    background: #ccc;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transform: rotate(45deg);
    margin: auto;
}

.ploatPopClose:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 3px;
    background: #ccc;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transform: rotate(-45deg);
    margin: auto;
}

.ploatArea {
    display: block;
    width: 100%;
}

.ploatArea:after {
    content: "";
    width: 245px;
    height: 245px;
    background: url(../img/direction-new.png) no-repeat left top;
    position: absolute;
    top: 250px;
    right: 0px;
    z-index: -1;
    background-size: contain;
}

.ploatArea.plot-bliss:after {
    background: url(../img/direction-new1.svg) no-repeat left top;
    background-size: contain;
}

.ploatArea.plot-bliss.bliss-grandeur-one:after {
    background: url(../img/direction-new2.svg) no-repeat left top;
    background-size: contain;
}

.ploatArea.plot-bliss.bliss-grandeur-two:after {
    background: url(../img/direction-new2.svg) no-repeat left top;
    background-size: contain;
}

.st1,
.st2,
.st3,
.st5 {
    pointer-events: none;
}

.ploatArea svg .ploatClick {
    cursor: pointer;
    fill: #197b30;
}

.ploatArea svg .sold {
    fill: #ee0809;
}

.ploatArea svg .hold,
.ploatArea svg .book {
    fill: #f7af18;
}

/*.ploatArea svg .available{fill: #197b30;}*/
.plotInfoBox {
    position: absolute;
    width: 230px;
    height: auto;
    background: #fff;
    border-radius: 4px;
    padding: 24px 20px;
    box-shadow: -8px -3px 6px 0px rgba(0, 0, 0, 0.19);
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    z-index: 9999;
    transform: translateY(-50%);
    margin-top: 30px;
}

.plotInfoBox.active {
    opacity: 1;
    visibility: visible;
}

.plotInfoBox:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -10px;
    width: 0;
    height: 0;
    border-right: 10px solid #fff;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    margin-top: -10px;
}

.plotInfoList {
    display: block;
    list-style: none;
    margin-bottom: 15px;
}

.plotInfoList li {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 14px;
    line-height: 1.4;
    color: #000000;
    margin-bottom: 5px;
}

.plotInfoList li strong {
    display: inline-block;
    font-weight: 600;
    min-width: 123px;
}

.plotInfoList li .status {
    display: inline-block;
    width: auto;
    padding: 2px 5px;
    background: #197b30;
    font-weight: 600;
    color: #fff;
    border-radius: 3px;
}

.plotInfoList li .status.Sold {
    background: #ee0809 !important
}

.plotInfoList li .status.hold,
.plotInfoList li .status.Book {
    background: #f7af18 !important
}

.plotInfoBox .btn {
    line-height: 1;
}

.projectDholera {
    background: #f5f5f5;
}

.plot-availability-list ul {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.plot-availability-list ul li {
    padding: 0 10px;
}


.plot-availability-list ul li.plot-btn a {
    display: inline-block;
    border: none;
    background: rgba(0, 114, 188, 0.60);
    backdrop-filter: blur(10px);
    padding: 23px 25px;
    font: 600 24px/32px Montserrat, sans-serif;
    min-width: 290px;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
    border-radius: 0;
    position: relative;
    align-items: center;
    cursor: pointer;
    position: relative;
    z-index: 1;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    line-height: 1.4;
    vertical-align: middle;
}

.plot-availability-list ul li.plot-btn.current-menu-item a {
    color: #fff;
    text-decoration: none;
}

.plot-availability-list ul li.plot-btn a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    background: #f47a20;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.plot-availability-list ul li.plot-btn.current-menu-item a::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}


.ploatArea.plot-bliss {
    max-width: 70%;
    margin: auto;
}

.plot-availability-list {
    margin-bottom: 50px;
}

.page-template-plot-bliss .ploatArea.plot-bliss {
    max-width: 450px;
}

.page-template-bliss-grandeur-two .ploatArea.plot-bliss {
    max-width: 530px;
}

/* Contact Us Style */
.contactFormMain {
    display: block;
    width: 100%;
}

.contactFormMain .contactHead {
    display: block;
    width: 100%;
    font-size: 2.125rem;
    color: #282828;
    font-weight: 700;
    margin-bottom: 15px;
}

.formMain {
    display: block;
    margin: 0 -10px;
}

.formMain .inputMain {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    position: relative;
    padding: 10px;
    margin: 0 -2px;
}

.formMain .inputMain .inputLabel {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin-bottom: 4px;
}

.formMain .inputMain .inputField {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 4px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #000;
    height: 46px;
    border-radius: 4px;
    font-size: 1rem;
}

.formMain .inputMain select.inputField {
    background: url(../img/svg/dropdown.svg) no-repeat right 1rem center #fff !important;
    background-size: 14px 7px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.formMain .inputMain.fullWidth {
    width: 100%;
}

.formMain .inputMain textarea.inputField {
    height: 120px;
    resize: none;
}

.contactDetails {
    display: block;
    width: 100%;
    background: #2c2c2c;
    padding: 40px 38px;
}

.contactDetails .contact_address {
    display: block;
    width: 100%;
    margin-bottom: 30px;
}

.contactDetails .contact_address .contactHead {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}

.contactDetails .contact_address {
    display: block;
    width: 100%;
    margin-bottom: 30px;
}

.contactDetails .contact_address p {
    color: #fff;
    font-size: 15px;
    line-height: 1.6;
}

.contactDetails .contact_address .contact_address {
    display: block;
    padding-left: 0;
    position: relative;
}

.contactDetails .contact_address .contact_phone {
    padding-left: 0;
}

.formMain .btnRow {
    display: block;
    width: 100%;
    padding: 10px;
}

.contactDetails .contact_address a:hover {
    color: #fff
}

.wpcf7-form-control-wrap {
    display: block;
}

.wpcf7-not-valid-tip,
label.error {
    position: absolute;
    right: 0;
    top: -20px;
    width: auto;
    height: auto;
    margin: 0;
    font-size: 11px !important;
    line-height: 11px !important;
    background: #fb0101;
    padding: 5px 5px 4px !important;
    color: #fff !important;
    letter-spacing: 0 !important;
}

.wpcf7-not-valid-tip:after,
label.error:after {
    border-color: #fb0101 transparent transparent;
    -o-border-image: none;
    border-image: none;
    border-right: 6px solid transparent;
    border-style: solid;
    border-width: 6px;
    content: " ";
    height: 0;
    left: 20px;
    margin-left: -10px;
    position: absolute;
    top: 100%;
    width: 0;
}




/* new-design */
.common-sec {
    padding: 100px 0;
}

.sec-head {
    display: block;
    margin-bottom: 30px;
}

.title {
    font-size: 44px;
    font-weight: 800;
    line-height: 1.2;
    color: #000;
    text-transform: uppercase;
    display: block;
}

.sec-head span {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 7.2px;
    text-transform: uppercase;
    display: block;
}

.price-growth-sec.common-sec {
    padding-top: 88px;
    padding-bottom: 80px;
}

.price-growth-wrap {
    max-width: 1076px;
    margin: auto;
}

.price-growth-wrap .sec-head {
    margin-bottom: 20px;
}

.price-growth-con {
    display: block;
    margin-left: 28px;
}

.price-growth-box {
    display: flex;
    align-items: start;
    margin-bottom: 62px;
}

.price-growth-box:last-child {
    margin-bottom: 42px;
}

.price-growth-box .inner-box {
    width: 38px;
    height: 38px;
    border-radius: 5.667px;
    background: #fff;
    box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.15);
    display: block;
    padding: 4px;
}

.price-growth-box .inner-box span {
    border-radius: 5px;
    width: 30px;
    height: 30px;
    display: block;
}

.price-growth-box.plot-available .inner-box span {
    background-color: #197b30;
}

.price-growth-box.plot-booked .inner-box span {
    background-color: #FF0000;
}

.price-growth-desc {
    color: #000;
    font-size: 26px;
    display: block;
    font-weight: 400;
    margin-left: 28px;
}

.price-growth-desc span {
    font-size: 46px;
    font-weight: 700;
    line-height: 1;
    display: block;
}

.project-layout-wrap {
    max-width: 1207px;
    margin: auto;
}

.project-layout-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -15px;
}

.project-layout-col {
    padding: 0 15px;
}

.project-layout-col:first-child {
    max-width: 746px;
}

.project-layout-col:last-child {
    max-width: 480px;
}

.project-layout-img {
    max-width: 746px;
}

.project-layout-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-layout-con {
    margin-left: 20px;
}

.gallery-sec.common-sec {
    padding: 100px 0 56px;
}

.bills-home-video {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 90.8%;
}

.bills-home-video .video-poster {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}


.project-video {
    position: relative;
    display: block;
    aspect-ratio: 1 / 0.42;
}

.project-video>img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.bills-home-video.video-overlay::before,
.project-video::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 60%);
    z-index: 1;
}

.gallery-video .playBtn,
.project-video .playBtn {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 134px;
    height: 134px;
    background: rgba(225, 225, 225, 0.5);
    border-radius: 50%;
    position: absolute;
    z-index: 12;
}

.gallery-video .playBtn::before,
.project-video .playBtn::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 15px;
    right: 15px;
    bottom: 15px;
    background: rgba(225, 225, 225, 0.8);
    z-index: -1;
    border-radius: 50%;
}

.gallery-video .playBtn::after,
.project-video .playBtn::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #f47a20;
    opacity: 0.2;
    transition: all 0.6s ease-in-out;
    transform: scale(0.5);
    animation: blink 1.4s;
    animation-iteration-count: infinite;
    z-index: -3;
}

.gallery-video .playBtn img,
.project-video .playBtn img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.gallery-video,
.project-video {
    width: 100%;
    height: 100%;
}

.gallery-wrap {
    overflow: hidden;
}

.gallery-silder {
    width: 100%;
    height: 100%;
}

.gallery-slide-inner {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 -15px;
}

.galery-silde-wrap {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.galery-silde-wrap .img-box {
    position: relative;
    width: 100%;
    display: block;
    padding-bottom: 110%;
    z-index: 2;
}

.galery-silde-wrap .img-box::before,
.bills-home-video.image-overlay::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #F47A20 0%, #F58C3E 100%);
    z-index: 1;
    transition: all .5s ease-in-out;
    transform: scale(0);
    opacity: .5;
}

.galery-silde-wrap .img-box::after,
.bills-home-video.image-overlay::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background-image: url(../img/galleryicon.svg);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    transition: all .5s ease-in-out;
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
    margin: auto;
}

.galery-silde-wrap .img-box:hover::before,
.bills-home-video.image-overlay:hover::before {
    transform: scale(1);
}

.galery-silde-wrap .img-box:hover::after,
.bills-home-video.image-overlay:hover::after {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.gallery-slide-inner .galery-silde-wrap:nth-child(2) .img-box,
.gallery-slide-inner .galery-silde-wrap:nth-child(3) .img-box {
    padding-bottom: 77%;
    height: inherit;
}

.gallery-slide-inner .galery-silde-wrap:nth-child(4) {
    margin-top: -16%;
}

.gallery-slide-inner .galery-silde-wrap:nth-child(3),
.gallery-slide-inner .galery-silde-wrap:nth-child(4) {
    margin-bottom: 0;
}

.galery-silde-wrap .img-box img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.price-growth-img {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    box-shadow: 0px 7.45px 29.81px 0px #0000000D;
}

.price-growth-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.amenities-sec .container {
    max-width: 1625px;
}

.amenities-wrap-main {
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -11px;
}

.amenities-box {
    flex-basis: 20%;
    padding: 0 11px;
    margin-bottom: 23px;
    /* overflow: hidden; */
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -o-perspective: 1000;
    perspective: 1000px;
}

.amenities-box:nth-child(4) {
    margin-right: 2px;
}

.amenities-box-item:hover {
    transform: rotateY(-180deg);
}

.amenities-box-item {
    border: 1px solid #CBCBCB;
    width: 300px;
    padding: 10px;
    -webkit-transition: .6s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: .6s;
    -moz-transform-style: preserve-3d;
    -o-transition: .6s;
    -o-transform-style: preserve-3d;
    transition: .6s;
    transform-style: preserve-3d;
    position: relative;
}

.amenities-box-inner {
    background-color: #F5F5F5;
    padding: 27px 15px;
    width: 100%;
    height: 209px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}

.filp-image {
    transform: rotateY(180deg);
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}


.filp-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.amenities-box-inner .img-box {
    background-color: #F47A20;
    width: 85px;
    height: 85px;
    border-radius: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 22px;
}

.amenities-box .inner .img-box img{
    max-width: 50px;
    height: 50px;
    object-fit: contain;
}

.amenities-box-item-title {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    color: #000;
    text-transform: uppercase;
}

.filp-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(102 53 18 / 66%);
}

.filp-image-con {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 30px;
}

.filp-image-con .img-box {
    background-color: #fff;
    width: 85px;
    height: 85px;
    border-radius: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 22px;
    padding: 17px;
}

.filp-image-con .img-box img {
    filter: brightness(0) saturate(100%) invert(54%) sepia(46%) saturate(1079%) hue-rotate(343deg) brightness(96%) contrast(99%);
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.filp-image-con .amenities-box-item-title {
    color: #fff;
}

/* new-design */

.rera-certifiate-main {
    padding: 70px 0 70px 80px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.rera-certifiate-main .title {
    text-transform: inherit;
    margin-bottom: 27px;
}

.rera-certifiate-main .btn {
    font-size: 21px;
    padding: 16px 31px;
}

.innerPageSlider+.location-advantages-sec {
    padding-top: 100px;
}

.amenities-sec+.gallery-sec {
    padding-top: 75px !important;
    padding-bottom: 0 !important;
}

.rera-img-box {
    position: absolute;
    max-width: clamp(4.375rem, -0.139rem + 14.444vw, 12.5rem);
    top: clamp(0.625rem, -0.069rem + 2.222vw, 1.875rem);
    right: clamp(1.25rem, -0.833rem + 6.667vw, 5rem);
    z-index: 2;
}

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

/* club grandiose page */
.club-grandiose-sec .bliss-banner-text {
    margin-left: 0;
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    left: 0;
    padding: 0 15px;
}

.club-grandiose-sec .bliss-banner-text .sm-title {
    font-weight: 700;
    font-size: 50px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #fff;
}

.club-grandiose-sec .bliss-banner-text .title {
    font-size: 100px;
    font-weight: 800;
}

.club-grandiose-sec .bliss-banner-text .cms-con p {
    font-weight: 600;
    font-size: 34px;
    line-height: 1.2;
    color: #FFFFFF;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 43px;
}

.club-grandiose-sec .bliss-banner-inner:before {
    background: rgb(0 0 0 / 10%);
    width: 100%;
}

/* experience-sec */

.experience-con .sec-title {
    font-weight: 800;
    font-size: 50px;
    line-height: 1.2;
    text-transform: uppercase;
}

.experience-con span {
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
}

.experience-con .sec-head {
    margin-bottom: 15px;
}

.experience-con .cms-con {
    margin-top: 30px;
}

.experience-con .cms-con p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
}

.experience-con.text-center {
    max-width: 750px;
    margin: 0 auto;
}

.experience-row {
    gap: 37px;
}

.experience-col {
    flex: 0 0 calc(50% - 18.5px);
    max-width: calc(50% - 18.5px);
}

.experience-con-imgs {
    margin-top: 60px;
}

.experience-img img {
    object-fit: cover;
    width: 100%;
    aspect-ratio: 628/421;
    border-radius: 5px;
}

.experience-logo {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    max-width: 260px;
    z-index: 2;
}

.experience-logo img {
    aspect-ratio: 260/260;
    object-fit: cover;
}

.experience-sec .container {
    max-width: 1318px;
}

/* amenities-sec */

.s-amenities-sec .container {
    max-width: 100%;
    padding-left: calc((100% - 1300px) / 2);
    padding-right: 0;
}

.s-amenities-sec {
    background-color: #F5F5F5;
}

.s-amenities-row {
    gap: 54px;
}

.s-amenities-row .s-amenities-col:first-child {
    max-width: 386px;
    flex: 0 0 386px;
}

.s-amenities-row .s-amenities-col:nth-child(2) {
    max-width: calc(100% - 386px - 54px);
    flex: 0 0 calc(100% - 386px - 54px);
    overflow: hidden;
}

.s-amenities-img-slider .slick-list {
    overflow: visible;
}

.s-amenities-img img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 306/409;
    border-radius: 5px;
}

.s-amenities-img-slider.slick-initialized.slick-slider {
    padding-right: 16.5%;
    margin: 0 -12px;
}

.s-amenities-img {
    padding: 0 12px;
}

.s-amenities-arrow .slick-arrow {
    position: unset;
}

.s-amenities-arrow {
    gap: 15px;
    margin-top: 60px;
}

.s-amenities-con .cms-con p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #000000;
}

/* members-sec */

.members-sec .conatiner {
    max-width: 1299px;
}

.members-row .members-col:first-child {
    max-width: 925px;
    flex: 0 0 925px;
}

.members-con {
    padding: 50px;
    max-width: 512px;
    background-color: #BB933E;
    margin-left: -130px;
    position: relative;
    z-index: 5;
}

.members-img img {
    width: 100%;
    object-fit: cover;
    min-height: 667px;
}

.members-con .cms-con p {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
}

.outdoor-adventures-innner {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 60px;
}

.outdoor-adventures-innner,
.outdoor-adventures-innner .slider-bg-wrapper {
    height: 900px;

}

.outdoor-adventures-innner .slider-bg-wrapper {
    background-size: cover;
    background-position: center;
    transition: background-image 0.6s ease-in-out;
    z-index: 1;
    transition: background-image 0.4s ease-in-out, opacity 0.6s ease-in-out;

}

.outdoor-adventures-innner .slider-menu {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 2;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    height: inherit;
}

.outdoor-adventures-innner .slider-menu-wrapper {
    position: absolute;
    z-index: 9;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.outdoor-adventures-innner .slider-menu .slider-menu-items {
    display: flex;
    align-items: end;
    height: inherit;
    justify-content: center;
    border-right: 1px solid #fff;
    flex: 0 0 25%;
}

.outdoor-adventures-innner .slider-menu .slider-menu-items .game-name {
    padding-bottom: 50px;
}

.outdoor-adventures-head {
    margin-bottom: 50px;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
}

.outdoor-adventures-head .cms-con p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #000000;
}

.dots-style-2 .slick-dots li button {
    display: block;
    border: unset;
}

.dots-style-2 .slick-dots li button {
    display: block;
    border: unset;
}

.dots-style-2 .slick-dots li {
    width: 24px;
    height: 6px;
    border-radius: 0;
    background: #cccccc82;
}

.dots-style-2 .slick-dots li.slick-active {
    background: #1865f1;
}

.members-slider .slick-dots {
    position: absolute;
    bottom: 30px;
}

.dots-style-2 .slick-dots li.slick-active button:before {
    display: none;
}

.dots-style-2 .slick-dots li button:before {
    display: none;
}

.icon-n {
  display: inline-block;
  height: 16px;
  width: 16px;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: #000;
  transition: all 0.4s ease-in-out;
}

.icon-copy {
  mask-image: url(../img/svg/copying.svg);
}
.game-banner-sec{position: relative;}

.sec-title{font-size: 34px;color: #000;font-weight: 700;line-height: 1.2;text-transform: uppercase;}
.floor-plan-main{max-width: 1083px;margin-inline: auto;}
.floor-plan-img{width: 100%;aspect-ratio: 1083/714;border-radius: 5px;overflow: hidden;}
.floor-plan-img img{width: 100%;height: 100%;}

.floor-plan-slide .slick-arrow::before { content: '' !important; background-image: url('../img/slick-arrow.svg'); background-repeat: no-repeat; background-position: center; background-size: 26px; width: 100%; display: block; height: 100%; opacity: 1; filter: brightness(0) invert(1); transition: all 0.4s ease-in-out; }
.floor-plan-slide .slick-arrow.slick-next::before { transform: matrix(-1, 0, 0, -1, 0, 0); }
.floor-plan-slide .slick-prev, .floor-plan-slide .slick-next { width: 50px; height: 50px; background-color: #1865F1; display: flex; align-items: center; justify-content: center; border-radius: 50%; transition: all 0.4s ease-in-out; }
.floor-plan-slide .slick-prev{ left: -100px !important; }
.floor-plan-slide .slick-next{ right: -100px !important; }
.floor-plan-slide .slick-prev:hover, .floor-plan-slide .slick-next:hover { background-color: #F47A20; }

.member-today-sec{position: relative;}
.member-today-sec .project-overview-bg{max-width: 100%;height: 100%;border-radius: 0}
.member-today-sec .project-overview-bg:after{border-radius: 0;background: #000;opacity: .76;}
.member-today-inner{display: flex;flex-wrap: wrap;justify-content: center;}
.member-today-text{padding-top: 75px;padding-bottom: 68px;max-width: 600px;}
.member-today-left{width: 50%;}
.member-today-right{margin-top: -99px;}
.member-today-text .sec-sub-title{font-size: 18px;color: #fff;letter-spacing: 1px;margin-bottom: 25px;}
.member-today-text .sec-title{color: #fff;}
.member-today-text .sec-title span{color:#F47A20;font-weight: 700;font-size: inherit;letter-spacing: 1px; display:inline;}
.btn.btn-white-bg{color: #F47A20;background-color: #fff;}
.btn.btn-white-bg:hover{color: #fff;}
.btn.btn-balck{background-color: #333333;}
.member-today-inner .inquiry-form-main .wpcf7 form .wpcf7-response-output{color: #000 !important;border: 2px solid #ffb900 !important;}

.member-today-text .btn.btn-blue:before{background-color: #f47a20;}
.member-today-right .inquiry-form-main .btn:hover{color: #fff;}
.member-today-right .inquiry-form-main .btn:before{background-color: #1865F1;}
.member-today-right textarea.form-control{min-height: 96px;height: 96px;}
.member-today-right .inquiry-form-title{font-size: 24px;color: #000;}
.member-today-right .inquiry-form-main{box-shadow: 0 0 12px 0 rgb(0 0 0 / 10%);margin-bottom: 27px; border: 1px solid #e2e2e2;background: #fff;border-radius: 5px;}

.secure-payment-head{background-color: #0072bc;border-radius: 5px 5px 0 0;padding: 20px;display: flex;flex-wrap: wrap;align-items: center;gap: 15px;}
.secure-payment-icon{width: 50px;height: 50px; flex: 0 0 50px;}
.secure-payment-text .sec-title{color: #fff;text-transform: inherit;font-size: 24px;}
.secure-payment-text small{font-size: 14px;font-weight: 500;line-height: 1;color: #fff;}

.tooltip { position: absolute; background: #333; color: #fff; padding: 4px 8px; font-size: 12px; border-radius: 4px; opacity: 0; transform: translateY(-5px); pointer-events: none; transition: opacity 0.3s ease, transform 0.3s ease; white-space: nowrap; z-index: 10; }
.tooltip.show { opacity: 1; transform: translateY(-10px); }
.copybtn {background: transparent; margin-left: 6px; position: relative; cursor: pointer;}
.copybtn:focus{outline: none;}
.secure-payment-details{border: 1px solid #e2e2e2;border-radius: 0 0 5px 5px;padding: 34px 24px;}
.payment-box{border-radius: 5px; border: 1px solid #e2e2e2;padding: 28px 24px;height: 100%;}
.payment-title{font-size: 18px;font-weight: 600;line-height: 1.2;padding-bottom: 20px;color: #000;}
.payment-detail-list li{border-bottom: 1px solid #e2e2e2;padding: 12px 0;font-size: 14px;font-weight: 500;color: #000;display: flex;line-height: 1.2;word-break: break-word;
align-items: center;}
.payment-detail-list li span{flex: 1;line-height: 1.2;}
.upi-payment-box .payment-detail-list li span:first-child{flex: 0 0 120px;}
.payment-detail-list li span:last-child{font-weight: 600;text-align: right;display: inline-flex;justify-content: end;align-items: center;}
.payment-detail-list li:last-child{border-bottom: 0;}
.payment-upi-img{margin-top: 15px; padding-top: 19px;border-top: 1px solid #FFF4EB;}
.upi-payment-box .payment-detail-list li .copy-num{background: #F5F5F5;border-radius: 4px;padding: 7px;text-align: left;}
.scan-payment-upi-img{max-width: 250px;margin-inline: auto;}
.secure-payment-note{padding: 0 50px;font-size: 16px;font-weight: 400;color: #000;line-height: 1.2;display: flex;align-items: center;gap: 6px;
margin-top: 25px;max-width: 1096px;margin-inline: auto;justify-content: center;}
.secure-payment-note span{display: inline-flex;align-items: center;gap: 6px;color: #F47A20;font-weight: 600;}
.secure-payment-note span img{width: 18px;height: 18px;flex: 0 0 18px;}
.upi-payment-box .payment-detail-list li{display: block;}
.upi-payment-box .payment-detail-list li span:first-child{margin-bottom: 5px;display: block;}


.grandiose-gallery-sec{padding-bottom: 200px;}
.grandiose-gallery-inner{display: flex;flex-wrap: wrap;padding: 0 10px;margin: 0 -5px;}
.grandiose-gallery-inner>*{padding: 0 5px;margin-bottom: 10px;}
.grandiose-gallery-img img{width: 100%;height: 100%;object-fit: cover;}
.grandiose-gallery-inner>*:nth-child(1){width: 13%;}
.grandiose-gallery-inner>*:nth-child(2){width: 13%;}
.grandiose-gallery-inner>*:nth-child(3){width: 22.5%;}
.grandiose-gallery-inner>*:nth-child(4){width: 27.5%;}
.grandiose-gallery-inner>*:nth-child(5){width: 24%;}
.grandiose-gallery-inner>*:nth-child(6){width: 27.5%;}
.grandiose-gallery-inner>*:nth-child(7){width: 24%;}
.grandiose-gallery-inner>*:nth-child(8){width: 13%;}
.grandiose-gallery-inner>*:nth-child(9){width: 22.5%;}
.grandiose-gallery-inner>*:nth-child(10){width: 13%;}
.grand-gallery-box{position: relative;z-index: 2;border-radius: 5px;overflow: hidden;display: block;width: 100%;height: 100%;}

.grand-gallery-box::before { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(90deg, #F47A20 0%, #F58C3E 100%); z-index: 1; transition: all .5s ease-in-out; transform: scale(0); opacity: .5; }
.grand-gallery-box::after { content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 50px; height: 50px; background-image: url(../img/galleryicon.svg); background-position: center; background-repeat: no-repeat; z-index: 1; transition: all .5s ease-in-out; transform: scale(0); opacity: 0; visibility: hidden; margin: auto; }
.grand-gallery-box:hover::before { transform: scale(1); }
.grand-gallery-box:hover::after { transform: scale(1); opacity: 1; visibility: visible; }
.close-iconic-main .row>* { margin-bottom: 24px; }

.close-iconic-box{height: 100%;}
.close-iconic-head{background-color: #F47A20;border-radius: 5px;padding: 34px 40px;display: flex;align-items: center;justify-content: space-between;height: 100%;}
.close-iconic-title{display: flex;gap: 13px;font-size: 20px;font-weight: 600;line-height: 1.2;color: #fff;align-items: center;}
.close-iconic-icon{width: 50px;height: 50px;flex: 0 0 50px;background-color: #fff; border-radius: 50%;display: flex;align-items: center;justify-content: center;} 
.close-iconic-icon img{width: 55%;height: 55%;}
.min-text{font-size: 18px;font-weight: 700;line-height: 1;color: #fff;}
.spiritual-landmarks-list{padding: 50px 40px; border-radius: 5px;overflow: hidden;height: 100%;}
.landmarks-title{font-size: 26px;color: #000;text-transform: uppercase;font-weight: 700;line-height: 1;margin-bottom: 14px;}
.spiritual-landmarks-list{position: relative;}
.spiritual-landmarks-list li { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; border: none; border-bottom: 1px solid transparent; border-image: linear-gradient(90deg, rgba(255, 213, 181, 0) 0%, #b1b1b1 50.48%, rgba(255, 213, 181, 0) 100%) 1; border-image-slice: 1; }
.spiritual-landmarks-list li:last-child{border: 0;padding-bottom: 0;}
.spiritual-landmarks-list .close-iconic-icon{background-color: #F47A20;}
.spiritual-landmarks-list .close-iconic-icon img{filter: brightness(0) invert(1);}
.spiritual-landmarks-list .close-iconic-title{color: #000;font-weight: 500;font-size: 16px;}
.spiritual-landmarks-list .min-text{color: #000;}
.close-iconic-sec{position: relative;}
.close-iconic-overview-bg { width: 100%; height: 100%; position: absolute; background: linear-gradient(180deg, rgba(179, 212, 255, 0) 19.94%, #D2E5FF 100%); top: 0; left: 0; z-index: -1; }
.close-iconic-overview-bg img { content: ''; position: absolute; top: 0; right: 0; left: 0; bottom: 0; height: 100%; width: 100%; object-fit: cover; z-index: -1; }
.landmarks-overview-bg { width: 100%; height: 100%; position: absolute; background: #fff; top: 0; left: 0; z-index: -1; }
.landmarks-overview-bg img { content: ''; position: absolute; top: 0; right: 0; left: 0; bottom: 0; height: 100%; width: 100%; object-fit: cover; z-index: -1; opacity: .1; mix-blend-mode: luminosity; }

    
.close-iconic-main{position: relative;z-index: 2;}
.sec-head.sec-head-con{margin-bottom: 50px;}
.sec-head.sec-head-con .sec-title{margin-bottom: 5px;}
.sec-head.sec-head-con p{font-size: 18px;color: #000;}
.close-iconic-main .row>*:nth-child(even) .close-iconic-box .close-iconic-head,.close-iconic-main .row>*:nth-child(even) .spiritual-landmarks-list .close-iconic-icon{background-color: #257FFB;}
.mbs-benefits-main{margin-bottom: 48px;}
.mbs-benefits-box{background-color: #F5F5F5;padding: 50px 27px; border-radius: 5px;height: 100%;}
.mbs-benefits-icon{width: 93px;height: 93px;background-color: #fff;border-radius: 50%; margin-inline: auto;display: flex;align-items: center;justify-content: center;
margin-bottom: 25px;box-shadow: 0px 4px 4px 0px #00000040;}
.mbs-benefits-icon img{width: 55%;height: 55%;}
.mbs-benefits-title{font-size: 24px;font-weight: 700;line-height: 1.2;margin-bottom: 20px;color: #000;min-height: 57px;}
.mbs-benefits-text p{font-size: 18px;font-weight: 500;color: #000;line-height: 1.4;}

.bliss-banner-text .sec-head span{color: #fff;}

.land-saleSlider .bliss-banner-text{margin-left: 0;}
.land-saleSlider .bliss-banner-text .sec-head .title span{font-size: 50px;font-weight: 700;line-height: 1;letter-spacing: 2px;}
.land-saleSlider .bliss-banner-text .sec-head .title span small{font-size: 135px; font-weight: 800;display: block;}
.land-saleSlider .bliss-banner-text .sec-head .title{font-size: 46px;font-weight: 600;}
.land-saleSlider .bliss-banner-text .sec-head{padding-bottom: 15px;position: relative;margin-bottom: 15px;}
.land-saleSlider .bliss-banner-text .sec-head:after{position: absolute;content: "";bottom: 0;left: 0;width: 50px;height: 2px;background-color: #fff;}
.trusted-developer-sec.land-options-sec{background: transparent;}

.unlock-offer-img.landsale-offer-img{top: inherit;width: 120%;right: -200px;}
.landsale-offer-img{bottom: 20px;}
.landsale-offer-img img{width: 100%;}

@media only screen and (min-width: 1899px) {
    /* club grandiose page */
    .grandiose-gallery-img img{height: 318px;}

    .land-saleSlider .bliss-banner-inner:before{width: 840px;}
}

@media only screen and (max-width: 1600px) {
    /* club grandiose page */
    .club-grandiose-sec .bliss-banner-text .title {
        font-size: 80px;
    }

    .club-grandiose-sec .bliss-banner-text .sm-title {
        font-size: 40px;
    }

    .club-grandiose-sec .bliss-banner-text .cms-con p {
        font-size: 30px;
        margin-bottom: 35px;
    }
}

@media only screen and (max-width: 1599px) {
    .bills-home-video {
        padding-bottom: 89.8%;
    }

    .gallery-sec.common-sec {
        padding: 100px 0 0;
    }

    .bliss-banner-img {
        height: 788px;
    }

    .amenities-box-item {
        width: 263px;
    }
}

@media screen and (max-width: 1460px) {
    /* club grandiose page */
    .members-con {
        padding: 40px;
    }
}

@media only screen and (max-width: 1366px) {
    .bills-home-video {
        padding-bottom: 89.6%;
    }

    .amenities-box-inner .img-box,
    .filp-image-con .img-box {
        width: 75px;
        height: 75px;
        padding: 14px;
    }

    .amenities-box-item {
        width: 248px;
    }

    .amenities-box-inner {
        height: 200px;
    }
.unlock-offer-img.landsale-offer-img{width: 100%;right: -20px;}
}

@media only screen and (max-width: 1280px) {
    .bills-home-video {
        padding-bottom: 89.3%;
    }

    .amenities-box-item {
        width: 230px;
    }

    .amenities-box-inner {
        height: 190px;
    }

    .amenities-box-item-title {
        font-size: 18px;
    }

    /* club grandiose page */
    .club-grandiose-sec .bliss-banner-text .sm-title {
        font-size: 35px;
    }

    .club-grandiose-sec .bliss-banner-text .title {
        font-size: 70px;
    }

    .club-grandiose-sec .bliss-banner-text .cms-con p {
        font-size: 25px;
        margin-bottom: 23px;
    }

    .members-con {
        padding: 30px;
    }

    .experience-con .cms-con {
        margin-top: 20px;
    }

    .experience-logo img {
        max-width: 200px;
    }

    .s-amenities-sec .container {
        padding-left: 15px;
    }

    .experience-con-imgs {
        margin-top: 50px;
    }

    .experience-con .sec-title {
        font-size: 45px;
    }

    .members-slider .slick-dots {
        bottom: 15px;
    }

    .members-img img {
        height: 600px;
        min-height: inherit;
    }
    .mbs-benefits-box{padding: 40px 18px;}
.upi-payment-box .payment-detail-list li span:first-child{flex: 0 0 76px;}
.floor-plan-slide .slick-next{right: -60px !important;}
.floor-plan-slide .slick-prev{left: -60px !important;}
.land-saleSlider .bliss-banner-text .sec-head .title span{font-size: 40px;}
.land-saleSlider .bliss-banner-text .sec-head .title span small{font-size: 110px;}
.land-saleSlider .bliss-banner-text .sec-head .title{font-size: 38px;}

}

@media only screen and (max-width: 1199px) {
    .title {
        font-size: 38px;
    }

    .price-growth-con {
        margin-left: 0;
    }

    .project-layout-con {
        margin-left: 0;
    }

    .project-layout-col {
        width: 50%;
    }

    .project-layout-col:last-child,
    .project-layout-col:first-child {
        max-width: none;
    }

    .sec-head span {
        font-size: 20px;
    }

    .bills-home-video {
        padding-bottom: 88.3%;
    }

    .gallery-slide-inner {
        margin: 0 -8px;
    }

    .galery-silde-wrap {
        padding: 0 8px;
        margin-bottom: 15px;
    }

    .gallery-wrap .row {
        margin-right: -10px;
        margin-left: -10px;
    }

    .gallery-wrap .row .col-lg-6 {
        padding-right: 10px;
        padding-left: 10px;
    }

    .bills-home-video {
        padding-bottom: 90.4%;
    }

    .bliss-banner-img {
        height: 600px;
    }

    .bliss-banner-text {
        margin-left: 50px;
    }

    .bliss-slide .slick-dots li {
        margin: 0 2px;
    }

    .bliss-slide .slick-dots li button,
    .bliss-slide .slick-dots li button:before {
        width: 22px;
        height: 22px;
    }

    .bliss-slide .slick-dots li button:after {
        width: 12px;
        height: 12px;
    }

    .bliss-banner-text .sec-head .title {
        font-size: 50px;
    }

    .bliss-banner-text .cms-con p {
        font-size: 16px;
    }

    .bliss-banner-text .btn {
        font-size: 16px;
    }

    .amenities-box:nth-child(4) {
        margin-right: 0px;
    }

    .amenities-box {
        flex-basis: 25%;
    }

    .amenities-box-inner .img-box,
    .filp-image-con .img-box {
        width: 65px;
        height: 65px;
    }

    .amenities-box-inner {
        height: 170px;
        padding: 15px;
    }

    .filp-image {
        display: none;
    }

    .amenities-box-item:hover {
        transform: unset;
    }

    .rera-certifiate-main {
        padding: 40px 0 40px 30px;
    }

    .rera-certifiate-main .btn {
        font-size: 16px;
        padding: 12px 26px;
    }

    .innerPageSlider+.location-advantages-sec {
        padding-top: 70px;
    }

    .amenities-sec+.gallery-sec {
        padding-top: 50px !important;
    }

    /* club grandiose page */
    .club-grandiose-sec .bliss-banner-text .title {
        font-size: 60px;
    }

    .club-grandiose-sec .bliss-banner-text .sm-title {
        font-size: 30px;
    }

    .s-amenities-con .cms-con p {
        font-size: 14px;
    }

    .s-amenities-col .slick-dots {
        margin-top: 20px;
        position: unset;
    }

    .s-amenities-arrow {
        display: none !important;
    }

    .experience-logo img {
        max-width: 150px;
    }

    .experience-con-imgs {
        margin-top: 40px;
    }

    .members-con .cms-con p {
        font-size: 14px;
    }

    .members-con .sec-head {
        margin-bottom: 15px;
    }

    .experience-con .sec-title {
        font-size: 40px;
    }

    .members-con {
        margin-left: -350px;
    }

    .bannerLink {
        max-width: 100%;
        right: 0;
    }

    .outdoor-adventures-head {
        max-width: 100%;
        margin-bottom: 30px;
    }

    .members-img img {
        height: 500px;
    }

    .sec-head.sec-head-con{margin-bottom: 30px;}
.sec-title{font-size: 28px;}
.sec-head.sec-head-con p{font-size: 16px;}
.mbs-benefits-box{padding: 30px 15px;}
.mbs-benefits-icon{width: 70px;height: 70px;margin-bottom: 20px;}
.mbs-benefits-title{font-size: 18px;min-height: 43px;margin-bottom: 15px;}
.mbs-benefits-text p{font-size: 14px;}
.mbs-benefits-main{margin-bottom: 35px;}
.close-iconic-head{padding: 20px;}
.close-iconic-icon{width: 40px;height: 40px;flex: 0 0 40px;}
.close-iconic-title{font-size: 16px;gap: 10px;}
.min-text{font-size: 16px;}
.grandiose-gallery-sec{padding-bottom: 180px;}
.spiritual-landmarks-list{padding: 35px 20px;}
.landmarks-title{font-size: 22px;}
.spiritual-landmarks-list .close-iconic-title{font-size: 14px;}
.member-today-text .sec-sub-title{font-size: 16px;margin-bottom: 20px;}
.secure-payment-icon{width: 55px;height: 55px;flex: 0 0 55px;}
.secure-payment-head{padding: 20px;gap: 15px;}
.secure-payment-details{padding: 25px 20px;}
.payment-box{padding: 25px 20px;}
.payment-title{font-size: 16px;padding-bottom: 18px;}
.payment-detail-list li{font-size: 12px;padding: 8px 0;}
.copybtn .icon{width: 14px;height: 14px;}
.upi-payment-box .payment-detail-list li{gap: 5px;flex-wrap: wrap;}
.upi-payment-box .payment-detail-list li span{flex: 0 0 100%;}
.copy-num small{padding: 5px;}
.secure-payment-note{margin-top: 25px;padding: 0 20px;font-size: 14px;}
.secure-payment-note span img{width: 16px;height: 16px;flex: 0 0 16px;}
.floor-plan-main{max-width: 850px;}
.floor-plan-main.slick-dotted.slick-slider{margin-bottom: 0;}
.floor-plan-slide .slick-prev, .floor-plan-slide .slick-next{width: 40px;height: 40px;}
.floor-plan-slide .slick-arrow::before{background-size: 20px;}
.land-saleSlider .bliss-banner-text .sec-head .title span{font-size: 40px;}
.land-saleSlider .bliss-banner-text .sec-head .title{font-size: 30px;}

.land-saleSlider .bliss-banner-text .sec-head .title span{font-size: 30px;}
.land-saleSlider .bliss-banner-text .sec-head .title span small{font-size: 80px;}
.land-saleSlider .bliss-banner-text .sec-head .title{font-size: 26px;}

.unlock-offer-img.landsale-offer-img{right: 0;}
}

@media only screen and (max-width: 991px) {
    .title {
        font-size: 30px;
    }

    .sec-head span {
        font-size: 18px;
    }

    .common-sec {
        padding: 50px 0;
    }

    .price-growth-sec.common-sec {
        padding-top: 80px;
        padding-bottom: 50px;
    }

    .price-growth-con {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .price-growth-con-wrap {
        display: flex;
        align-items: start;
    }

    .price-growth-box,
    .price-growth-box:last-child {
        margin-bottom: 0;
    }

    .price-growth-box {
        margin-right: 50px;
    }

    .price-growth-desc span {
        font-size: 30px;
    }

    .price-growth-desc {
        font-size: 20px;
        margin-left: 18px;
    }

    .price-growth-box .inner-box {
        width: 32px;
        height: 32px;
    }

    .price-growth-box .inner-box span {
        width: 24px;
        height: 24px;
    }

    .price-growth-con {
        margin-top: 20px;
    }

    .project-layout-row {
        display: block;
    }

    .project-layout-col {
        width: 100%;
    }

    .project-layout-con {
        text-align: center;
        margin-top: 20px;
    }

    .btn {
        font-size: 14px;
        padding: 10px 15px;
    }

    .bills-home-video {
        padding-bottom: 70%;
        margin-bottom: 30px;
    }

    .gallery-silder {
        margin: 0 8px;
    }

    .bliss-banner-text {
        margin-left: 15px;
    }

    .bliss-banner-img {
        height: 500px;
    }

    .amenities-box {
        flex-basis: 33.33%;
    }

    .innerPageSlider+.location-advantages-sec {
        padding-top: 50px;
    }

    .gallery-video .playBtn,
    .project-video .playBtn {
        width: 90px;
        height: 90px;
    }

    .gallery-video .playBtn::before,
    .project-video .playBtn::before {
        left: 8px;
        top: 8px;
        right: 8px;
        bottom: 8px;
    }

    .gallery-video .playBtn img,
    .project-video .playBtn img {
        max-width: 60px;
    }

    .twentytwenty-wrapper+.price-growth-sec.common-sec {
        padding-top: 60px;
    }

    /* club grandiose page */
    .club-grandiose-sec .bliss-banner-text .title {
        font-size: 50px;
    }

    .club-grandiose-sec .bliss-banner-text .sm-title {
        font-size: 25px;
    }

    .club-grandiose-sec .bliss-banner-text .cms-con p {
        font-size: 22px;
    }

    .s-amenities-row {
        gap: 30px;
    }

    .s-amenities-row .s-amenities-col:nth-child(2) {
        max-width: calc(100% - 386px - 30px);
        flex: 0 0 calc(100% - 386px - 30px);
        overflow: hidden;
    }

    .experience-logo img {
        max-width: 110px;
    }

    .experience-row {
        gap: 17px;
    }

    .experience-col {
        flex: 0 0 calc(50% - 8.5px);
        max-width: calc(50% - 8.5px);
    }

    .experience-con .cms-con p {
        font-size: 14px;
    }

    .experience-con span {
        font-size: 16px;
    }

    .experience-con-imgs {
        margin-top: 30px;
    }

    .members-row .members-col:first-child {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .members-row {
        flex-wrap: wrap;
    }

    .members-con {
        margin-left: 0;
        max-width: 100%;
    }

    .experience-con .sec-title {
        font-size: 35px;
    }

    .outdoor-adventures-head .cms-con p {
        font-size: 14px;
    }

    .members-img img {
        height: 400px;
    }
    .sec-title{font-size: 24px;}
.mbs-benefits-main{margin-bottom: 0;}
.mbs-benefits-main .row>*{margin-bottom: 25px;}
.mbs-benefits-title{min-height: inherit;}
.spiritual-landmarks-list li{gap: 5px;}
.close-iconic-head-right{flex: 0 0 60px;}
.landmarks-title{font-size: 18px;margin-bottom: 10px;}
.member-today-right{width: 50%;}
.member-today-right .inquiry-form-main{max-width: 380px;}
.member-today-right .inquiry-form-title{font-size: 22px;}
.member-today-text{padding-top: 60px;padding-bottom: 60px;}
.grandiose-gallery-sec{padding-bottom: 140px;}
.secure-payment-details .row>*{margin-bottom: 25px;}
.secure-payment-note{margin-top: 0;}
.secure-payment-note span{flex: 0 0 150px;}
.min-text{font-size: 14px;}
.floor-plan-sec{padding-bottom: 0;}
.floor-plan-sec .container{padding: 0;}
.floor-plan-img{border-radius: 0;}
.floor-plan-sec .slick-dots{bottom: 0;}
}

@media only screen and (max-width: 767px) {
    .title {
        font-size: 28px;
    }

    .price-growth-sec.common-sec {
        padding-top: 60px;
        padding-bottom: 40px;
    }

    .price-growth-wrap .sec-head {
        margin-bottom: 10px;
    }

    .bills-home-video {
        padding-bottom: 60%;
    }

    .bliss-banner-img {
        height: 380px;
    }

    .bliss-banner-text .sec-head .title {
        font-size: 40px;
    }

    .bliss-banner-text .btn {
        font-size: 14px;
    }

    .bliss-banner-text {
        left: 0;
        padding-top: 80px;
        position: absolute;
        top: 0;
        transform: none;
    }

    .rera-certifiate-main .btn {
        font-size: 14px;
        padding: 10px 15px;
    }

    /* club grandiose page */
    .club-grandiose-sec .bliss-banner-text .title {
        font-size: 40px;
    }

    .club-grandiose-sec .bliss-banner-text .cms-con p {
        font-size: 18px;
    }

    .experience-logo img {
        max-width: 90px;
    }

    .experience-con .sec-title {
        font-size: 30px;
    }

    .club-grandiose-sec .bliss-banner-text {
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        padding-top: 0;
    }

    .bannerLink {
        bottom: 0 !important;
    }

    .outdoor-adventures-head {
        margin-bottom: 20px;
    }
    .mbs-benefits-title{min-height: 43px;}
.close-iconic-main .row>*{margin-bottom: 20px;}
.close-iconic-main .row>*:last-child{margin-bottom: 0;}
.member-today-right .inquiry-form-title{font-size: 18px;}

.mbs-benefits-box{border-radius: 0;}
.land-saleSlider .bliss-banner-text{margin-left: 15px;}

}

@media only screen and (max-width: 568px) {
    .title {
        font-size: 24px;
    }

    .sec-head {
        margin-bottom: 20px;
    }

    .sec-head span {
        font-size: 16px;
        letter-spacing: 3.2px;
    }

    .price-growth-con {
        display: block;
    }

    .price-growth-desc span {
        font-size: 24px;
    }

    .price-growth-desc {
        font-size: 16px;
        margin-left: 15px;
    }

    .price-growth-box:last-child {
        margin-right: 0;
    }

    .price-growth-box .inner-box {
        width: 28px;
        height: 28px;
    }

    .price-growth-box .inner-box span {
        width: 20px;
        height: 20px;
    }

    .price-growth-btn {
        text-align: center;
        margin-top: 30px;
        display: block;
    }

    .price-growth-con {
        margin-top: 10px;
    }

    .gallery-video .playBtn,
    .project-video .playBtn {
        width: 94px;
        height: 94px;
    }

    .play-btn {
        max-width: 40px;
    }

    .bliss-banner-img {
        height: 500px;
    }

    .bliss-banner-img {
        height: 300px;
    }

    .bliss-slide .slick-dots li button,
    .bliss-slide .slick-dots li button:before {
        height: 16px;
        width: 16px;
    }

    .bliss-slide .slick-dots li button:after {
        height: 8px;
        width: 8px;
    }

    .bliss-slide .slick-dots {
        bottom: 10px;
    }

    .amenities-wrap-main {
        margin: 0 -6px;
    }

    .amenities-box {
        flex-basis: 50%;
        padding: 0 6px;
        margin-bottom: 15px;
    }

    .amenities-box-item {
        width: auto;
        padding: 7px;
    }

    .amenities-box-item-title {
        font-size: 14px;
    }

    .amenities-box-inner .img-box,
    .filp-image-con .img-box {
        width: 55px;
        height: 55px;
        padding: 10px;
    }

    .amenities-box-inner {
        height: 140px;
        padding: 15px 8px;
    }

    .rera-certifiate-main {
        padding: 30px 0 30px 15px;
        background-position: left;
    }

    .rera-certifiate-main .title {
        margin-bottom: 15px;
    }

    .innerPageSlider+.location-advantages-sec {
        padding-top: 40px;
    }

    .amenities-sec+.gallery-sec {
        padding-top: 30px !important;
    }

    .gallery-video .playBtn::before,
    .project-video .playBtn::before {
        left: 6px;
        top: 6px;
        right: 7px;
        bottom: 7px;
    }

    .gallery-video .playBtn,
    .project-video .playBtn {
        width: 70px;
        height: 70px;
    }

    .gallery-video .playBtn img,
    .project-video .playBtn img {
        max-width: 45px;
    }

    .project-video {
        height: 250px;
    }

    .galery-silde-wrap .img-box::after,
    .bills-home-video.image-overlay::after {
        height: 30px;
        width: 30px;
    }

    .project-layout-sec+.twentytwenty-wrapper {
        margin-top: 50px;
    }

    .twentytwenty-wrapper+.price-growth-sec.common-sec {
        padding-top: 45px;
    }

    /* club grandiose page */
    .club-grandiose-sec .bliss-banner-text .title {
        font-size: 30px;
    }

    .club-grandiose-sec .bliss-banner-text .sm-title {
        font-size: 20px;
    }

    .club-grandiose-sec .bliss-banner-text .cms-con p {
        font-size: 16px;
    }

    .s-amenities-row {
        flex-wrap: wrap;
    }

    .s-amenities-row .s-amenities-col:first-child,
    .s-amenities-row .s-amenities-col:nth-child(2) {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .experience-row {
        flex-direction: column;
    }

    .experience-col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .s-amenities-img-slider.slick-initialized.slick-slider {
        padding-right: 40%;
        margin: 0 -8px;
    }

    .s-amenities-img {
        padding: 0 8px;
    }

    .s-amenities-col .slick-dots {
        text-align: start;
        padding-left: 6px;
    }

    .members-con {
        padding: 25px 15px;
    }

    .experience-con span {
        font-size: 14px;
    }

    .experience-con .sec-title,
    .members-con .sec-title {
        font-size: 23px;
    }

    .members-sec.new-common-sec {
        padding-top: 0;
    }

    .members-sec .slick-dotted.slick-slider {
        margin-bottom: 0;
    }

    .members-sec .container {
        padding: 0;
    }

    .members-slider .slick-dots {
        bottom: 0;
    }

    .members-img img {
        height: 250px;
    }

    .mbs-benefits-title{min-height: inherit;}
.spiritual-landmarks-list{padding: 30px 15px;}
.grandiose-gallery-inner>*{width: 50% !important;}
.grandiose-gallery-sec{padding-bottom: 40px;}
.member-today-left{width: 100%;position: relative;}
.member-today-right{width: 100%;margin-top: 0;padding: 40px 15px;}
.member-today-text{padding: 40px 15px;}
.member-today-right .inquiry-form-main{margin-bottom: 0;}
.secure-payment-note{display: block;padding: 15px;border-bottom: 1px solid #e2e2e2;}
.secure-payment-note span{display: flex;margin-bottom: 4px;}
.secure-payment-icon{width: 40px;height: 40px;flex: 0 0 40px;}
.secure-payment-head{gap: 10px;padding: 15px;border-radius: 0;}
.secure-payment-details{padding: 20px 15px;}
.payment-box{padding: 20px 15px;}
.payment-title{padding-bottom: 15px;}

.mbs-benefits-main .row>*{padding: 0;margin-bottom: 0;border-right: 1px solid #e2e2e2;border-bottom: 1px solid #e2e2e2;}
.mbs-benefits-main .row>*:nth-child(2n){border-right: none;}
.mbs-benefits-main .row>*:nth-last-child(-n+2){border-bottom: none;}
.mbs-benefits-box{padding: 20px 12px;}
.mbs-benefits-title{font-size: 16px;min-height: 39px;}
.mbs-benefits-text p{font-size: 12px;}
.mbs-benefits-icon{width: 60px;height: 60px;}
.mbs-benefits-main{margin-bottom: 30px;}

.close-iconic-main .row{margin: 0 -5px;}
.close-iconic-main .row>*{padding: 0 5px;}
.close-iconic-head{padding: 10px;display: block;}
.close-iconic-icon{width: 35px;height: 35px;flex: 0 0 35px;}
.close-iconic-title{font-size: 12px;gap: 7px;}
.close-iconic-head-right{text-align: right;}
.close-iconic-head-right .min-text{font-size: 12px;}
.close-iconic-head-left{margin-bottom: 7px;}
.grand-gallery-box{height: 150px;}
.member-today-text .sec-title{font-size: 20px;}
.secure-payment-details{padding: 0;border: 0;}
.secure-payment-text .sec-title{font-size: 18px;}
.secure-payment-text small{font-size: 12px;}
.secure-payment-sec{padding: 0;}
.secure-payment-sec .container{padding: 0;}
.secure-payment-details .row>*{border-bottom: 1px solid #e2e2e2;margin-bottom: 0;}
.payment-box{border-radius: 0;border: 0;}
.member-today-sec .container{padding: 0;}

.land-saleSlider .bliss-banner-text .sec-head .title span{font-size: 22px;}
.land-saleSlider .bliss-banner-text .sec-head .title span small{font-size: 60px;}
.land-saleSlider .bliss-banner-text .sec-head .title{font-size: 20px;}
.land-saleSlider .bliss-banner-text .sec-head:after{width: 30px;height: 1px;}
.land-saleSlider .bliss-banner-text .cms-con{max-width: 180px;}
.land-saleSlider .bliss-banner-text .cms-con p{font-size: 14px;}
.land-saleSlider .bliss-banner-text{padding-top: 35px;}

}

@media only screen and (max-width: 350px) {
    .amenities-box-inner {
        height: 155px;
    }

}

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

label.plan-error {
    position: relative !important;
    background-color: transparent !important;
    color: #fb0101 !important;
    display: block !important;
    top: unset !important;
    margin-bottom: 15px !important;
    font-weight: 500 !important;
    font-size: 12px !important;
}

label.plan-error::after {
    display: none !important;
}