body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    box-sizing: border-box;
    overflow-x: hidden;
}
html {
    overflow-x: hidden;
}

a {
    outline: none !important;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a:hover,
a:focus,
select:focus,
button:focus,
.btn:focus,
.btn.focus {
    outline: none !important;
    text-decoration: none;
    box-shadow: none !important;
}

:root {
    --browb: #b27063;
    --yellow: #d1ae5a;
    --textColor: #2d2d2d;
    --blue: #223458;
}

::selection {
    background-color: #ab8a29;
    color: #000;
}

* {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    font-family: 'Bell MT';
    font-family: 'Century Gothic';
}


img {
    border: none;
    vertical-align: middle;
    max-width: 100%;
    transition: all 0.3s ease-in-out;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    outline: none !important;
}


ul,
ol {
    padding: 0;
}
body {
    background: #f1f2f2;
}
.mobileVisible {
    display: none !important;
}


@media only screen and (min-width: 1550px ) {
    .container {
        max-width: 1500px;
    }
}

/****************/
.customHeader {
    display: inline-block;
    width: 100%;
    padding: 5px 0;
}
.customHeader .navbar-brand {
    display: inline-block;
    width: 270px;
}
.customHeader .navbar-nav .nav-link {
    font-size: 18px;
    font-weight: 700;
    color: var(--blue);
}
.customHeader .navbar-nav {
    gap: 30px;
}
/****************/
.bannerSec {
    display: inline-block;
    width: 100%;
    background-image: url(../images/banner-image.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0;
}
.bannerSec h1 {
    font-size: 50px;
    color: #fff;
    font-family: 'Bell MT';
    display: inline-block;
    width: 100%;
}
.headingSep {
    display: inline-block;
    width: 200px;
    margin-top: 10px;
    margin-bottom: 25px;
}
.bannerSec h5 {
    font-size: 35px;
    color: #fff;
    font-family: 'Bell MT';
    display: inline-block;
    width: 100%;
    font-style: italic;
}
.propInfo {
    display: inline-flex;
    background: rgb(2 9 24 / 58%);
    border-radius: 5px;
    padding: 20px 30px;
    color: #fff;
    position: relative;
    margin-top: 100px;
    margin-bottom: 0;
}
.propInfo li {
    padding: 0 30px;
    position: relative;
    flex: 1;
}
.propInfo li:first-child::after {
    content: "";
    width: 20px;
    height: calc(100% + 10px);
    position: absolute;
    top: -5px;
    right: -10px;
    background-image: url(../images/seprater-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.propInfo span {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    color: #fff;
}
.propInfo p {
    margin-bottom: 0px;
    font-size: 24px;
    color: #d1ae5a;
    font-weight: 700;
    white-space: nowrap;
}



/****************/
.exploreSec {
    display: inline-block;
    width: 100%;
    padding: 30px 0;
}
.exploreSec h1 {
    font-size: 35px;
    color: var(--browb);
    font-family: 'Bell MT';
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.exploreSec p {
    margin-bottom: 0px;
    font-size: 18px;
    color: var(--textColor);
    font-weight: 400;
    text-align: justify;
    padding-right: 10%;
}


/****************/

.highlightsSec {
    display: inline-block;
    width: 100%;
}
.highlightInnerDiv {
    display: inline-block;
    width: 100%;
    background-color: var(--blue);
    padding: 25px;
    border-radius: 5px;
    text-align: center;
}
.highlightInnerDiv h1 {
    font-size: 35px;
    color: var(--browb);
    font-family: 'Bell MT';
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.highlightInnerDiv ul {
    display: inline-flex;
    width: 100%;
    gap: 10px;
    justify-content: space-around;
}
.highlightInnerDiv ul li .highlightIcon {
    display: inline-block;
    width: 80px;
    margin-bottom: 25px;
}
.highlightInnerDiv ul li p {
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    max-width: 160px;
    margin-bottom: 0px;
}
.imageBtn {
    max-width: 380px;
    display: inline-block;
    width: 100%;
}

/****************/
.facilitiesSec {
    display: inline-block;
    width: 100%;
    padding: 60px 0;
    text-align: center;
}
.facilitiesSec h1 {
    font-size: 35px;
    color: var(--browb);
    font-family: 'Bell MT';
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
.facilitiesSec p {
    margin-bottom: 0px;
    font-size: 18px;
    color: var(--textColor);
    font-weight: 400;
}

.facilitiesSlider .owl-nav {
    display: none !important;
}
.facilitiesSlider .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.facilitiesSlider .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background: var(--browb) !important;
    margin: 15px 5px 0;
}
.facilitiesSlider .owl-dot.active {
    background: var(--blue) !important;
}


/****************************/
.layoutSec {
    display: inline-block;
    width: 100%;
    padding: 80px 0 40px;
    background-color: var(--blue);
    position: relative;
}
.layoutSec .container {
    /* max-width: 1200px; */
    position: relative;
}
.layoutSec .customHeading {
    position: absolute;
    top: 0;
    left: 15px;
    display: inline-block;
    width: 50%;
}
.layoutSec h1 {
    font-size: 35px;
    color: var(--browb);
    font-family: 'Bell MT';
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}
.layoutSec p {
    display: inline-block;
    width: 100%;
    font-size: 17px;
    color: #fff;
    font-family: 'Century Gothic';
    margin-bottom: 40px;
}
.layoutSlder .item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.layoutSliderOuterDiv {
    display: inline-block;
    width: 100%;
    position: relative;
}
div#sync2 {
    position: absolute;
    top: 200px;
    left: 0;
    width: 45%;
}
#sync2 h6 {
    margin: 0;
    display: inline-flex;
    /* aspect-ratio: 1 / 1; */
    width: 100%;
    border-radius: 0;
    background: transparent;
    align-items: center;
    justify-content: center;
    color: var(--browb);
    border: 1px solid var(--browb);
    font-size: 22px;
    font-family: 'Bell MT';
    padding: 5px 0;
}
#sync2 .item {
    margin-right: 15px;
}
#sync2 .current h6 {
    background: var(--browb);
    color: #f1f1f1;
    border: 1px solid var(--browb);
}
.leftSliderDiv {
    display: inline-block;
    width: 100%;
    padding: 280px 0 0 0;
}
.leftSliderDiv h3 {
    font-family: 'Bell MT';
    font-size: 32px;
    text-transform: uppercase;
    color: #b27063;
    margin: 0 0 25px;
    text-align: left;
}
.leftSliderDiv > img {
    max-width: 430px;
}
.layoutSlder .item ul {
    display: inline-flex;
    justify-content: space-between;
    padding: 0;
    list-style: none;
    margin-bottom: 40px;
    padding: 15px 0 15px 15px;
    border-top: 1px dashed var(--browb);
    border-bottom: 1px dashed var(--browb);
}
.layoutSlder .item ul li {
    display: flex;
    padding: 0;
    font-family: 'Century Gothic';
    align-items: center;
    font-size: 24px;
    color: #fff;
    margin-right: 25px;
}
.layoutSlder .item ul img {
    width: 40px;
    margin-right: 15px;
}
.rightSliderDiv {
    display: inline-block;
    width: 100%;
    padding: 0 20px;
}
.rightSliderDiv img {
    display: inline-block;
    width: 100%;
}
.layoutSlder .owl-dots,
.layoutSlder .owl-nav {
    display: none !important;
}


/*************************/
.contactUsSec {
    display: inline-block;
    width: 100%;
    padding: 60px 0;
    background-color: var(--blue);
}
.contactUsSec h2 {
    font-family: 'Bell MT';
    font-size: 35px;
    text-transform: uppercase;
    color: var(--browb);
    display: inline-block;
    width: 100%;
    margin-bottom: 22px;
    text-align: center;
}
.contactUsSec p {
    display: inline-block;
    width: 100%;
    font-size: 15px;
    color: #fff;
}
.contactUsSec .form-control {
    padding: 10px 15px;
    height: auto;
    display: inline-block;
    width: 100%;
    font-size: 18px;
    border: 1px solid #d4cdc5;
    border-radius: 4px !important;
    box-shadow: none !important;
    outline: none !important;
}
.customFormButton {
    width: calc(50% - 15px);
    background: var(--browb);
    color: #fff;
    border: 1px solid var(--browb);
    padding: 8px 10px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 4px !important;
}
.bottomFooter {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 80px;
    padding-top: 50px;
    border-top: 1px solid #fff;
}
.leftFooter {
    display: inline-block;
    text-align: left;
}
.leftFooter h3 {
    font-family: 'Bell MT';
    font-size: 50px;
    text-transform: uppercase;
    color: #ffffff;
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
    text-align: left;
}
.rightFooter h6 {
    font-size: 20px;
    display: inline-block;
    color: #fff;
}
.rightFooter a {
    max-width: 400px;
    display: inline-block;
    margin-left: 20px;
}
.rightFooter a img {
    width: 400px;
    display: inline-block;
}
/******************/
.locationSec {
    display: inline-block;
    width: 100%;
    padding: 50px 0;
}
.locationSec h1 {
    font-family: 'Bell MT';
    font-size: 35px;
    text-transform: uppercase;
    color: var(--browb);
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
.locationSec p {
    display: inline-block;
    width: 100%;
    font-size: 15px;
    color: var(--textColor);
}
.locationContent {
    padding-left: 5%;
}
.locationImage {
    padding-right: 5%;
}
.customAccordianDiv {
    display: inline-block;
    width: 100%;
    margin-bottom: 70px;
}
.customAccordianDiv .card {
    display: inline-block;
    width: 100%;
    border: none !important;
    padding: 0 0 10px;
    border-bottom: 1px dashed var(--browb) !important;
    border-radius: 0px !important;
    background: transparent !important;
}
.customAccordianDiv .card .card-header {
    border: none !important;
    display: inline-block;
    width: 100%;
    padding: 0px;
    background: transparent !important;
}
.customAccordianDiv .card .card-header button {
    padding: 10px 30px 0 0;
    border: none !important;
    display: inline-block;
    width: 100%;
    text-align: left;
    text-decoration: none !important;
    position: relative;
    font-family: 'Bell MT';
    font-size: 22px;
    color: var(--browb);
}
.customAccordianDiv .card .card-header button i {
    position: absolute;
    top: 14px;
    right: 0;
}
.customAccordianDiv .card .card-body {
    padding: 0px;
}
.customAccordianDiv .card .card-body ul {
    display: inline-block;
    width: 100%;
}
.customAccordianDiv .card .card-body ul li {
    display: inline-block;
    width: 100%;
}
.customAccordianDiv .card .card-body ul li span {
    display: inline-block;
    min-width: 80px;
}



/******************/
.launchOfferSec {
    display: inline-block;
    width: 100%;
    padding: 80px 0;
    background-image: url(../images/launch-offer.png);
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    background-size: cover;
}
.launchInnerDiv {
    display: inline-block;
    width: 100%;
    background-image: url(../images/launch-offer-line.svg);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 50px 0 80px;
    position: relative;
}
.launchOfferSec h1 {
    font-family: 'Bell MT';
    font-size: 35px;
    text-transform: uppercase;
    color: #d1ae5a;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
.launchOfferSec p {
    display: inline-block;
    width: 100%;
    font-size: 15px;
    color: #fff;
}
.launchList {
    display: inline-flex;
    justify-content: space-between;
    color: #fff;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 35px;
}
.launchList li {
    display: inline-flex;
    padding: 0 25px;
    position: relative;
    height: 80px;
    justify-content: center;
    align-items: center;
}
.launchList li::after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 20px;
    height: 80px;
    background-image: url(../images/seprater-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.launchList li:last-child::after {
    display: none;
}
.launchList li h6 {
    display: inline-block;
    font-size: 17px;
    color: #fff;
    margin: 0px;
}
.launchList li h6 strong {
    display: inline-block;
    width: 100%;
    font-weight: 700;
    color: #d1ae5a;
    font-size: 22px;
    white-space: nowrap;
}
.buttonInnerDiv {
    display: inline-block;
    width: auto;
    position: absolute;
    left: 50%;
    bottom: -12px;
    transform: translateX(-50%);
}
.buttonInnerDiv h5 {
    display: inline-block;
    width: 100%;
    font-size: 20px;
    font-style: italic;
    font-family: 'Bell MT';
    color: #fff;
    font-weight: 300;
}
.buttonInnerDiv .imageBtn img,
.buttonInnerDiv .imageBtn {
    max-width: 390px;
    width: 390px;
}
.visibleForMobile,
.tabMobileViewDiv {
    display: none !important;
}

.navbar-toggler.collapsed .fa-solid.fa-bars::before {
    content: "\f0c9" !important;
}
.navbar-toggler .fa-solid.fa-bars::before {
    content: "\f00d" !important;
}

.error {
    color: var(--browb);
    float:left;
}

.rightBottomIcons {
    display: inline-block;
    width: 40px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 3;
}
.rightBottomIcons a {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}





/********************************/
.thankyouPage {
    display: inline-flex;
    width: 100%;
    min-height: calc(100vh - 81px);
    justify-content: center;
    padding: 20px 30px;
    align-items: center;
    background-image: url(../images/thankyou-page.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.thankyouText {
    display: inline-block;
    width: 100%;
    max-width: 480px;
    background: rgb(2 9 24 / 70%);
    border-radius: 5px;
    padding: 30px 20px;
    text-align: center;
}
.thankyouText h2 {
    font-size: 30px;
    color: #fff;
    font-family: 'Bell MT';
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.thankyouText p {
    margin-bottom: 0px;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
}
.error{
    float:left;
    color:red;
}


@media only screen and (max-width: 1549px) {
    .customHeader .navbar-brand {
        width: 220px;
    }
    .customHeader .navbar-nav .nav-link {
        font-size: 16px;
    }
    .bannerSec {
        padding: 70px 0;
    }
    .highlightInnerDiv ul li p {
        font-size: 18px;
        max-width: 130px;
    }
    .highlightInnerDiv ul li .highlightIcon {
        width: 65px;
        margin-bottom: 20px;
    }
    .imageBtn {
        max-width: 340px;
    }
    .layoutSec {
        padding: 70px 0 10px;
    }
    .locationImage {
        padding-right: 0;
    }
    .customAccordianDiv {
        margin-bottom: 40px;
    }
    .leftFooter h3 {
        font-size: 36px;
    }
    .contactUsSec p {
        font-size: 13px;
    }
    .rightFooter a img {
        width: 240px;
    }
    .rightFooter h6 {
        font-size: 17px;
    }
    .contactUsSec {
        padding-bottom: 30px;
    }
    .launchList {
        margin-top: 15px;
        margin-bottom: 20px;
    }
    .launchList li {
        padding: 0 15px;
        height: 50px;
    }
    .launchList li h6 {
        font-size: 15px;
    }
    .launchList li h6 strong {
        font-size: 17px;
    }
    .launchList li::after {
        width: 15px;
        height: 50px;
    }
    .launchOfferSec h1 {
        margin-bottom: 0;
    }
    .launchInnerDiv {
        padding: 20px 0 80px;
    }
    .buttonInnerDiv .imageBtn img, .buttonInnerDiv .imageBtn {
        max-width: 300px;
        width: 300px;
    }
}
@media only screen and (max-width: 1199px) {
    .launchList li + li {
        max-width: 240px;
        padding-left: 0;
    }
    .launchList li:last-child {
        padding-left: 20px;
    }
    .launchList {
        margin-top: 0;
        margin-bottom: 0;
    }
    .buttonInnerDiv h5 {
        margin-bottom: 5px;
    }
    .buttonInnerDiv .imageBtn img, .buttonInnerDiv .imageBtn {
        max-width: 250px;
        width: 250px;
    }
    .buttonInnerDiv {
        bottom: 0;
    }
    .customHeader .navbar-brand {
        width: 200px;
    }
    .customHeader .navbar-nav {
        gap: 20px;
    }
    .bannerSec h1 {
        font-size: 40px;
    }
    .bannerSec h5 {
        font-size: 30px;
    }
    .propInfo {
        margin-top: 50px;
    }
    .contactUsSec h2,
    .locationSec h1,
    .layoutSec h1,
    .facilitiesSec h1,
    .highlightInnerDiv h1,
    .exploreSec h1 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .exploreSec p {
        font-size: 16px;
        padding-right: 0;
    }
    .highlightInnerDiv ul li p {
        font-size: 14px;
        max-width: 100px;
    }
    .highlightInnerDiv ul li .highlightIcon {
        width: 60px;
        margin-bottom: 15px;
    }
    .imageBtn {
        max-width: 300px;
    }
    .layoutSec p {
        font-size: 16px;
    }
    .leftSliderDiv {
        padding: 250px 0 0 0;
    }
    div#sync2 {
        top: 180px;
        width: 45%;
    }
    #sync2 .item {
        margin-right: 10px;
        margin-bottom: 1px;
    }
    .leftSliderDiv h3 {
        font-size: 28px;
        margin: 0 0 15px;
    }
    .layoutSlder .item ul img {
        width: 30px;
        margin-right: 10px;
    }
    .layoutSlder .item ul li {
        font-size: 20px;
    }
    .customAccordianDiv .card .card-header button {
        font-size: 20px;
    }
    .customAccordianDiv .card .card-body ul li {
        font-size: 15px;
    }
    .rightFooter a img {
        width: 180px;
    }
    .rightFooter h6 {
        font-size: 15px;
    }
    .leftFooter h3 {
        font-size: 26px;
    }
    .contactUsSec p {
        font-size: 12px;
    }
}
@media only screen and (max-width: 991px) {
    .layoutSlder .item {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .layoutSec .customHeading {
        position: unset;
        width: 100%;
        text-align: center;
    }
    .leftSliderDiv {
        padding: 70px 0 0 0;
        text-align: center;
    }
    .leftSliderDiv h3 {
        text-align: center;
    }
    div#sync2 {
        top: 0;
        width: 100%;
    }
    .layoutSlder .item ul {
        width: 100%;
    }
    .leftSliderDiv .text-left.mt-1 {
        text-align: center !important;
        margin-bottom: 20px;
    }
    .tabHiddenDiv {
        display: none !important;
    }
    .tabMobileViewDiv {
        display: inline-block !important;
        width: 100%;
    }
    .text-left.mt-1.tabMobileViewDiv {
        text-align: center !important;
    }
    .locationImage {
        margin-bottom: 30px;
    }
    .locationContent {
        padding-left: 0;
    }
    .launchInnerDiv {
        background-image: url(../images/launch-offer-line-mobile.svg);
        background-size: cover;
    }
    .launchList {
        width: 100%;
        flex-wrap: wrap;
        padding-top: 20px;
    }
    .launchList li {
        width: 100%;
        max-width: 100% !important;
        padding-bottom: 35px;
        display: inline-block;
        height: auto;
    }
    .launchList li h6 {
        width: 100%;
    }
    .launchInnerDiv {
        padding: 40px 0 80px;
    }
    .launchList li::after {
        width: 80%;
        height: 15px;
        background-image: url(../images/mobile-sepraor.svg);
        left: 10%;
        bottom: 7.5px;
        top: auto;
    }
    .customHeader {
        position: relative;
    }
    .customHeader .navbar {
        position: unset;
    }
    .customHeader .navbar-collapse {
        position: absolute;
        top: 0;
        right: 0;
        background: var(--blue);
        z-index: 1;
        padding: 50px 20px 20px;
    }
    .customHeader .navbar-nav {
        gap: 0;
    }
    .customHeader .navbar-nav .nav-link {
        color: #fff;
    }
    .customHeader .navbar-nav .nav-link {
        color: #fff;
        padding: 6px 5px;
        font-weight: 400;
    }
    .customHeader button.navbar-toggler {
        position: absolute;
        top: 12px;
        right: 12px;
        z-index: 2;
        color: #fff;
        font-size: 25px;
        font-weight: 400;
        transition: all 0.5s ease 0s;
    }
    .customHeader button.navbar-toggler.collapsed {
        position: unset;
        color: var(--blue);
    }
}

@media only screen and (max-width: 767px) {
    .bannerSec {
        background-image: url(../images/banner-image-mpbile.png);
        text-align: center;
        padding: 40px 0 130px;
        aspect-ratio: 0.60;
        max-height: 100vh;
        position: relative;
        background-position: top left;
    }
    .bannerSec .propInfo {
        position: absolute;
        bottom: 20px;
        border-radius: 10px;
        margin: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .exploreContent {
        text-align: center;
    }
    .exploreContent p {
        text-align-last: center;
        margin-bottom: 30px;
    }
    .highlightInnerDiv ul {
        flex-wrap: wrap;
        gap: 22px;
        margin-top: 20px;
    }
    .highlightInnerDiv {
        border-radius: 10px;
    }
    .highlightInnerDiv ul li {
        width: 100%;
        padding-left: 70px;
        position: relative;
        min-height: 60px;
        display: inline-flex;
        align-items: center;
    }
    .highlightInnerDiv ul li span {
        position: absolute;
        top: 0;
        left: 0;
        margin: 0 !important;
    }
    .highlightInnerDiv ul li p {
        font-size: 18px;
        font-weight: 500;
        max-width: 100%;
        text-align: left;
    }
    .facilitiesSlider .item img {
        aspect-ratio: 1.45;
    }
    .launchInnerDiv {
        padding: 60px 45PX 120px;
        background-size: contain;
        background-position: center;
        max-width: 465px;
    }
    .launchOfferSec h1 {
        font-size: 26px;
    }
    .buttonInnerDiv h5 {
        font-size: 15px;
    }
    .buttonInnerDiv {
        bottom: -20px;
    }
    .launchList li h6 strong {
        font-size: 20px;
        line-height: 26px;
    }
    .bottomFooter {
        margin-top: 60px;
        padding-top: 40px;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .leftFooter h3,
    .leftFooter {
        text-align: center;
    }
    .rightFooter {
        display: inline-block;
        width: 100%;
    }
    .rightFooter h6 {
        position: relative;
        padding-top: 80px;
        width: 100%;
    }
    .rightFooter h6 a {
        position: absolute;
        top: 15px;
        left: 50%;
        transform: translateX(-50%);
        width: 100% !important;
        margin: 0;
        max-width: 260px;
    }
    .rightFooter a img {
        width: 100%;
    }
    .hideForMobile {
        display: none !important;
    }
    .visibleForMobile {
        display: inline-block !important;
        width: 100%;
    }
    .leftFooter h3 {
        font-size: 32px;
    }
    .leftFooter h6 {
        display: inline-block;
        width: 100%;
        color: #fff;
        font-size: 16px;
    }
    .leftFooter h6 a {
        max-width: 280px;
        display: inline-block;
        width: 100%;
        margin-top: 30px;
    }
    .contactUsSec form .col {
        flex-basis: auto !important;
    }
    .customFormButton {
        width: 100%;
        margin-top: 0 !important;
    }
    .contactUsSec {
        padding-bottom: 10px;
    }
    .propInfo {
        background: rgb(2 9 24 / 65%);
    }

}


@media only screen and (max-width: 575px) {
    .bannerSec h1 {
        font-size: 32px;
    }
    .headingSep {
        width: 160px;
        margin-top: 0;
        margin-bottom: 15px;
    }
    .bannerSec h5 {
        font-size: 22px;
    }
    .propInfo span {
        font-size: 14px;
    }
    .propInfo p {
        font-size: 18px;
    }
    .propInfo li {
        padding: 0 15px;
    }
    .propInfo {
        padding: 15px 10px;
    }
    .contactUsSec h2, .locationSec h1, .layoutSec h1, .facilitiesSec h1, .highlightInnerDiv h1, .exploreSec h1 {
        font-size: 24px;
        margin-bottom: 5px;
    }
    .exploreSec p {
        font-size: 14px;
    }
    .highlightInnerDiv ul li p {
        font-size: 16px;
    }
    .facilitiesSec p {
        font-size: 15px;
    }
    .layoutSec p {
        font-size: 15px;
    }
    #sync2 .owl-stage {
        margin: 0 auto !important;
    }
    .leftSliderDiv h3 {
        font-size: 25px;
        margin: 0 0 12px;
    }
    .customAccordianDiv .card .card-header button {
        font-size: 16px;
    }
    .launchInnerDiv {
        padding: 30px 0 80px;
        max-width: 325px;
    }
    .launchOfferSec h1 {
        font-size: 18px;
    }
    .launchOfferSec p {
        font-size: 14px;
        margin: 0;
    }
    .launchList {
        padding-top: 10px;
    }
    .launchList li {
        padding-bottom: 25px;
    }
    .launchList li h6 {
        font-size: 13px;
    }
    .launchList li h6 strong {
        font-size: 16px;
        line-height: 24px;
    }
    .buttonInnerDiv {
        bottom: -18px;
    }
    .contactUsSec .form-control {
        font-size: 15px;
    }
    .facilitiesSlider .owl-dot {
        width: 6px;
        height: 6px;
        margin: 10px 3px 0;
    }
}
