@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans:wght@300&family=Poppins:wght@300&display=swap');
* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    font-family: 'Poppins', sans-serif;

}
html{
      scroll-behavior: smooth;
}

body {
    font-family: montserrat;
    /*background-color: #f8f8f8;*/
}

.pageWrapper {
    width: 100%;
    float: left;
}

.container {
    max-width: 1203px;
    margin: 0px auto;
    overflow: hidden;
    padding: 0px 15px;
}

/*---header area started---*/
#headerCntr {
    padding: 2px 0;
    width: 100%;
    float: left;
    z-index: 99999;
    /*background: #132445;*/
    background:#fff;
    position: absolute;
    /*position: fixed;*/
    top: 0;
    box-shadow: 5px -1px 11px 3px #00000075;
}

#headerCntr.Animeheader {
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.5);
}

#headerCntr .logo {
    width: 210px;
    float: left;
}

#headerCntr .logo2 {
    width: 100px;
    float: left;
}

#headerCntr .logo img {
    width: 50%;
    padding: 8px;
}

#headerCntr .logo2 img {
    width: 100%;
}

#headerCntr * {
    transition: all ease 750ms 0s;
    -moz-transition: all ease 750ms 0s;
    -webkit-transition: all ease 750ms 0s;
    -ms-transition: all ease 750ms 0s;
    -o-transition: all ease 750ms 0s;
}

#headerCntr .call-no {
    font-weight: 500;
    padding: 0px;
    width: auto;
    float: right;
    text-transform: uppercase;
    color: #000;
    border-radius: 95px;
    padding: 12px 20px;
}

#headerCntr .call-no a.call {
    margin-left: 10px;
    padding-left: 27px;
    background: url(../images/phone-call-white.svg) left center no-repeat;
    color: #000;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500
}

#headerCntr .call-no span.enqTop {
    font-size: 16px;
        color: #06458C;
    display: block;
   
}

#headerCntr .call-no a.enquire {
    padding: 2px 10px;
    text-decoration: none;
    display: none;
    font-size: 10px;
    color: #fff;
    background: #222;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

/*---header area end---*/
#bannerCntr .bg-2 {
    background: #05458C;
    position: relative;
}

#bannerCntr {
    width: 100%;
    margin-top: 73px
}

#bannerCntr .bannerMain {
    width: 100%;
    float: left;
}

#bannerCntr .sliderDiv {
    width: 72%;
    float: left;
    position: relative;
}

.sliderDiv .owl-theme .owl-nav [class*="owl-prev"] {
    position: absolute;
    top: 44%;
    left: 3%;
    z-index: 10000;
    width: 38px;
    height: 38px;
    background: url(../images/prev_btn.svg) no-repeat;
    font-size: 0;
}

.sliderDiv .owl-theme .owl-nav [class*="owl-next"] {
    position: absolute;
    top: 44%;
    right: 3%;
    z-index: 10000;
    width: 38px;
    height: 38px;
    background: url(../images/next_btn.svg) no-repeat;
    font-size: 0;
}

#bannerCntr .owl-theme .owl-nav {
    margin-top: 0px;
}

#bannerCntr .bannerForm {
    padding: 30px 26px 0px;
    width: 28%;
    float: right;
    background: #05458C;
}

.bannerForm h2 {
    font-size: 24px;
    letter-spacing: 0.9px;
    color: white;
    margin-bottom: 25px;
    font-weight: normal;
}

#bannerCntr .bannerMain .priceStart {
    padding-top: 45px;
    text-align: center;
    font-size: 18px;
    color: white;
    line-height: 26px;
}

#bannerCntr .bannerMain .priceStart span {
    font-size: 14px;
}

#bannerCntr .bannerMain .priceStart strong {
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
}

.bannerForm fieldset {
    border: 0;
}

.bannerForm fieldset p {
    width: 100%;
    position: relative;
    float: left;
    margin-bottom: 25px;
    color: #fff;
}

.bannerForm input[type="text"] {
    width: 100%;
    padding: 12px 15px;
    background: #fff;
    border: 0;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
}

.bannerForm .selectDiv {
    float: left;
    margin-bottom: 17px;
    width: 100%;
    background: #fff url(../images/sel-arrow.html) calc(100% - 14px) 20px no-repeat;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.bannerForm select {
    width: 100%;
    padding: 13px 14px;
    border: 0;
    font-size: 12px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    font-family: 'Montserrat', sans-serif;
    background: transparent;
}

.bannerForm fieldset p:last-child {
    margin-bottom: 0;
}

.bannerForm input[type="submit"],
.bannerForm input[type="button"] {
    padding: 8px 0;
    width: 100%;
    border: 0;
    cursor: pointer;
    color: #000000;
    font-size: 22px;
    text-transform: uppercase;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    background-color: #c2a167;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    -transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
}

#bannerCntr .sliderDiv .bannerDes {
  position: absolute;
    bottom: 0px;
    z-index: 9;
    left: 0px;
    right: 0;
    background: linear-gradient(to left, rgb(0 0 0 / 92%), rgb(0 0 0 / 42%));
    padding: 5px 30px;
}

#bannerCntr .sliderDiv .bannerDes h1 {
    font-size: 22px;
    line-height: 1.25;
    letter-spacing: 1.6px;
    font-weight: normal;
    color: #FFFFFF
}

#bannerCntr .sliderDiv .bannerDes h1 strong {
    font-size: 32px;
    letter-spacing: 5.2px;
    font-weight: normal;
    line-height: 1.25;
}

#bannerCntr .sliderDiv .bannerDes p {
    font-size: 15px;
    font-weight: normal;
    line-height: 1.80;
    color: #ffffff;
    position: relative
}

#bannerCntr .sliderDiv .bannerDes p:before {
    position: absolute;
    left: 0px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #FFF;
    content: "";
}

#bannerCntr .sliderDiv .bannerDes p strong {
    font-weight: 600
}

.whyLive p {
    font-size: 29px;
    font-weight: normal;
}

.liveIn h2 {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    padding: 20px 45px;
    background-color: #06458C;
    -webkit-clip-path: polygon(0 0, 100% 0%, 93% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 93% 100%, 0% 100%);
}

.liveIn ul {
    padding-left: 45px;
    list-style: none;
}

.liveIn ul li {
    padding-left: 15px;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #4c4c4c;
    padding-bottom: 10px;
    padding-right: 20px
}

.liveIn ul li:before {
    position: absolute;
    left: 0px;
    top: 10px;
    width: 6px;
    height: 6px;
    background: #4a4a4a;
    content: "";
    border-radius: 50px;
}

.jointVent h3 {
    font-size: 12px;
    font-weight: 600;
    color: #4a4a4a;
    text-align: center;
}

.easyPaymt .easyPay {
    background-color: #c2a167
}

.easyPaymt .easyPay .bgLef {
    background-color: #005038;
    -webkit-clip-path: polygon(0 0, 100% 0%, 93% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 93% 100%, 0% 100%);
}

.easyPaymt .easyPay .bgLef h2 {
    font-size: 23px;
    font-weight: 600;
    color: white;
    position: relative;
}

.easyPaymt .easyPay .bgLef h2:before {
    position: absolute;
    right: 0px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #979797;
    content: "";
}

.easyPaymt .easyPay .bgLef p {
    font-size: 18px;
    line-height: 1.55;
    color: white;
}

.easyPaymt .easyPay .bgLef p strong {
    font-weight: 600;
}

.easyPaymt .easyPay .bgRig p {
    font-size: 16px;
    line-height: 1.13;
    color: #000000;
    text-align: center;
}

.easyPaymt .easyPay .bgRig p strong {
    font-weight: 600;
    font-size: 23px;
}

.easyPaymt .easyPay .bgRig .position-relative:before {
    position: absolute;
    left: -30px;
    top: 0;
    z-index: 9;
    bottom: 0;
    margin: auto;
    font-size: 20px;
    color: #000000;
    text-transform: uppercase;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #ffffff;
    content: "or";
    line-height: 55px;
}

.easyPaymt .easyPay .bgRig .position-relative:after {
    position: absolute;
    left: -2px;
    top: 0;
    width: 2px;
    height: 100%;
    background: #000000;
    content: "";
    z-index: 1
}

.easyPaymt .easyMobNone h4 {
    font-size: 11px;
    font-weight: 500;
    text-align: center;
    color: #4a4a4a;
}

.easyPaymt .easyMobNone .bgLef h4 {
    text-align: left;
}

.mapTop .bg-deng h2 {
    font-size: 30px;
    font-weight: 600;
    color: white;
}

.mapTop .bg-deng li {
    padding-left: 15px;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    padding-bottom: 20px;
    padding-right: 20px;
    display: block;
}

article h2{
    text-transform: uppercase;
}

.mapTop .bg-deng li:before {
    position: absolute;
    left: 0px;
    top: 10px;
    width: 6px;
    height: 6px;
    background: #ffffff;
    content: "";
    border-radius: 50px;
}

.tableTop .table .thead-dark th {
    background-color: #6b6b6b;
}

.tableTop .table {
    border: solid 1px #c9c9c9;
}

.tableTop .table td,
.tableTop .table th {
    padding: 15px 25px;
}

.tableTop h2 {
    font-size: 30px;
    font-weight: 600;
    color: #585858;
}

.spacRel h2 {
    font-size: 30px;
    font-weight: 600;
    color: #585858;
}

.spacRel p {
    font-size: 14px;
    font-weight: 500;
    color: #505050;
}

.spacRel .text-center p {
    font-size: 12px;
    padding-top: 10px;
    display: block;
}

.ameniTop .row.bgTop {
    background-image: url(../images/banner-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.ameniTop .bg-2 {
    -webkit-clip-path: polygon(0 0, 82% 0%, 93% 100%, 0% 100%);
    clip-path: polygon(0 0, 82% 0%, 100% 100%, 0% 100%);
    background-color: #c1a166
}

.ameniTop .bg-3 {
    -webkit-clip-path: polygon(0 0, 82% 0%, 93% 100%, 0% 100%);
    clip-path: polygon(0 0, 82% 0%, 100% 100%, 0% 100%);
    background-color: #c2a167
}

.ameniTop .col-xl-7 img {
    display: none;
}

.ameniTop ul li {
    padding-left: 60px;
    display: block;
    padding-bottom: 40px;
    background-repeat: no-repeat;
    background-position: left 0px;
    background-image: url(../images/park.svg);
}

.ameniTop ul li span {
    font-size: 11px;
    font-weight: 400;
    color: white;
    position: relative;
    padding-left: 10px;
}

.ameniTop ul li span:before {
    position: absolute;
    left: 0px;
    top: 7px;
    width: 4px;
    height: 4px;
    background: #ffffff;
    content: "";
    border-radius: 50px;
}

.ameniTop ul li.ico2 {
    background-image: url(../images/playground.svg);
}

.ameniTop ul li.ico3 {
    background-image: url(../images/park-1.svg);
}

.ameniTop ul li.ico4 {
    background-image: url(../images/pool.svg);
}

.ameniTop ul li.ico5 {
    background-image: url(../images/supermarket.svg);
}

.ameniTop ul li.ico6 {
    background-image: url(../images/theater.svg);
}

.table thead th {
    border: 0px
}

.table td {
    border-color: #c9c9c9
}

.bg-deng {
    background-color: #06458C;
}

.bg-light {
    background-color: #828282 !important;
}

footer {
    padding: 30px 0;
    width: 100%;
    float: left;
    background: #060f33;
}

footer h2 {
    font-size: 20px;
    font-weight: 500;
    color: #4a4a4a;
    padding-bottom: 8px
}

footer .fooText {
    width: calc(100% - 300px);
    display: inline-block
}

footer .fooText p {
    font-size: 11px;
    font-weight: 500;
    line-height: 1.36;
    color: #4a4a4a
}

footer .footRig {
    float: right;
    text-align: right;
    max-width: 282px
}

footer .footRig a.call {
    margin-left: 10px;
    padding-left: 27px;
    background: url(../images/phone-call-white.svg) left center no-repeat;
    color: #000;
    text-decoration: none;
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
}

footer .footRig p {
    font-size: 14px;
    color: #ffffff;
    line-height: 24px
}

.floating_text {
    position: fixed;
    bottom: 15px;
    right: 15px;
    text-decoration: none;
    z-index: 9999;
    color: #000000;
    background-color: #04226a;
    padding: 0.5em 1em;
    display: none;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 14px;
}

.jointVent .reraImg .position-absolute {
    bottom: -15px;
    left: -45px;
}

.jointVent .reraImg .position-absolute img {
    width: 75px;
    height: auto
}

.desNone {
    display: none;
}

p.foterLinWeb {
    font-size: 11px;
    color: #242222;
    font-weight: 500;
    margin: 0px !important;
    padding: 0px !important;
    line-height: 12px !important;
    text-align: left;
}

.foterLinWeb a {
    font-size: 11px;
    color: #242222;
    font-weight: 500;
    text-decoration: none;
}

p.foterLinWeb.phon {
    color: #9e2968 !important;
    font-size: 9px;
    white-space: nowrap;
    text-align: center;
}

p.foterLinWeb.phon a {
    color: #9e2968 !important;
    font-size: 12px;
    margin-top: 8px;
    display: block
}

.callBackForm {
    position: fixed;
    bottom: -5px;
    right: 20px;
    width: 280px;
    height: auto;
    z-index: 991;
    background: rgba(0, 0, 0, 0.85);
    display: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
}

.callBackForm h3 {
    font-size: 1em;
    font-weight: normal;
    text-align: center;
}

.callBackForm .form-control {
    font-size: 0.9em;
}

.callBackForm .closeBtn {
    background: #1e6ab7;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    font-size: 0.8em;
    position: absolute;
    top: -15px;
    right: -15px;
    cursor: pointer;
}

@-webkit-keyframes blinkColor {
    0% {
        background-color: #28a745;
    }

    50% {
        background-color: #1e6ab7;
    }

    0% {
        background-color: #28a745;
    }
}

/* Standard syntax */

@keyframes blinkColor {
    0% {
        background-color: #28a745;
    }

    50% {
        background-color: #1e6ab7;
    }

    0% {
        background-color: #28a745;
    }
}

.enquireNow {
    position: fixed;
    bottom: 70px;
    right: 20px;
    font-size: 0.9em;
    color: #fff;
    z-index: 999;
    background-color: #28a745;
    padding: 2px 5px 2px 5px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    display: none;
    box-shadow:(0 1px 5px 0 rgba(0, 0, 0, .5));
    -webkit-animation-name: blinkColor;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 2s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-iteration-count: infinite;
    animation-name: blinkColor;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    width: fit-content;
}

.general-information h2 {
    text-align: center;
    margin-bottom: 30px;
}

dl.dl-horizontal h3 {
    background: #c2a067;
    padding: 10px;
    font-size: 23px;
    max-width: 70%;
    clip-path: polygon(0 0, 88% 0, 100% 100%, 0% 100%);
}

.general-information .dl-horizontal dt {
    text-align: left;
    padding-left: 11px;
    width: 185px;
    padding-bottom: 3px;
    display: inline-block;
    float: left;
}

.general-information .dl-horizontal dd {
    margin-left: 200px;
    font-weight: 200;
}

dl.dl-horizontal {
    /* box-shadow: 0px 0px 5px #ccc; */
    font-size: 15px;
    margin: 20px 0px;
}

.floor-plan-list {
    border: 1px solid #203a5e;
    padding: 10px;
    background: #fff;
}

.floor-plan-list span {
    display: block;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    background: #203a5e;
    color: white;
    padding: 10px 15px;
    text-transform: uppercase;
    margin: -11px -11px 10px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.floor-plan-list a {
    text-decoration: none;
}

.floor-plan-list a:hover span,
.floor-plan-list a:focus span {
    background: #000;
    color: #66a645;
}

.floor-plan-list img {
    max-width: 100%;
}

.new-section .one-five {
    float: left;
    padding: 0 5px;
   
    width: 33.3333%;
    /* max-height: 250px; */
}

.floor-plan-list {
    overflow: hidden;
}

.floorplan-sec.new-section h2 {
    text-align: center;
    margin: 30px 0px;
}

.abc {
    width: 100%;
    padding: 5px;
    /* margin: 5px 5px 5px 5px; */
}

.floor-plan-list img {
    /*margin: 0px auto;*/
    width:100%;
    display: block;
    height: 333px;
    object-fit: cover;
}

@media only screen and (max-width:900px) {
    .general-information .dl-horizontal dt {
        width: 100%;
    }

    .general-information .dl-horizontal dd {
        margin-left: 20px;
        font-size: 12px;
    }

    .new-section .one-five {
        width: 100%;
    }

    section#mainContent p {
        padding: 10px;
        text-align: justify;
    }

    dl.dl-horizontal {
        box-shadow: 0px 0px 5px #ccc;
    }

    dl.dl-horizontal h3 {
        clip-path: unset;
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

}



/*.add{*/
/*    text-align: center;*/
/*    padding: 20px 0px 20px 0px;*/
/*    background: white;*/
/*    border: 3px solid #203a5e;*/
/*    border-radius: 5px;*/
/*        margin-bottom: 20px;*/
    
/*}*/

.add{
    text-align: center;
    padding: 20px 0px 20px 0px;
    background: white;
    border: 1px solid #06458C;
    border-radius: 5px;
    margin-bottom: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding:0px 20px;
}
.add h3{
    color: #026e7b;
    font-weight: 700;
    font-family: 'Alegreya Sans', sans-serif;
    font-weight:800;
}
.add a{
    color:black;
}

.floorplan-sec.new-section h2 {
    text-align: left;
    margin: 30px 0px;
}

.loc-pd{
padding: 45px 0;
background:#06458C;
}

.pd-0{
    padding:0;
}


/*css start */

.about-img img {
    border-radius: 20px;
    height:100%;
    width:100%;
}

.about-img  {
    border-radius: 20px;
    height:300px;
}

.p-terra {
     text-transform: uppercase;
    color: #fff;
    font-size: 14px;
}

.aminites-img {
    height: 600px;
    width: auto;
    display: flex;
    justify-content: end;
}

.aminites-img img {
    height: 100%;
    width: 100%;
}

.heading {
    display: table;
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 20px;
    z-index: 1;
}

.heading::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 1px;
    background: #57aa6e;
}

.heading h2 {
    font-weight: 300;
    color: #000;
    margin-bottom: 0;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list li {
    padding: 8px 15px;
    position: relative;
}

.list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 18px;
    width: 6px;
    height: 6px;
    border: solid #57aa6e;
    border-width: 1px 1px 0 0;
    transform: rotate(45deg);
}
.main-bnner img{
    height:520px;
    object-fit:cover;
}
.call-chandni{
        background: #203a5e;
    color: white;
    margin-top: 12px;
}
.call-chandni a{
    padding:0 !important;
    
}
.call-chandni span{
color: white !important;
    font-size: 14px;
    text-align: center;
    /* width: 100%; */
    padding: 0px 20px;
}
.full-width{
    width:100%;
}
.disply-blk{
    display:block;
}

    @media screen and (max-width: 768px) {
        #headerCntr .logo img {
            width: 100% !important;
            padding: 0px;
            height:15px;
        }
    }