.formflag {
    display: none;
}

img[width="1"] {
    display: none;
}

body {
    font-family: Lexend, serif;
    font-weight: 400;
}

.inner-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

header {
    background-color: #fff;
    box-shadow: 0 0 5px #dcdcdc;
    padding: 10px 0;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9;
}

.mobile-number a,
.mobile-number span {
    font-size: 32px;
    text-decoration: none;
    color: #000;    
    position: relative;
    font-weight: 700;
}



.common-btn .btn {
    width: 100%;
    background-color: #28292a;
    color: #fff;
    font-size: 16px;
}

.project-section {
    background-color: #f0f0f0;
    padding: 100px 0 0 0;
}

.home-banner {
    padding-top: 81px;
}

.padding-section {
    padding: 50px 0 0 0;
}

.disclaimer {
    border: 1px solid #000;
    padding: 20px 20px 10px 20px;
}

.disclaimer h2 {
    text-align: center;
    font-size: 22px;
    color: #000;
    margin-bottom: 20px;
}

.disclaimer p {
    margin: 0 0 10px 0;
    font-size: 16px;
}

.project-content {
    background-color: #fff;
    padding: 15px
}

.project-content h2 {
    font-size: 22px;
    margin: 0 0 15px 0;
}

.project-section .project-content p {
    margin-bottom: 20px;
    font-size: 14px;
    text-align: left;
    display: none;
}

.project-cnt-item {
    display: flex;
    align-items: center;
    margin: 0 0 15px 0;
    background-repeat: no-repeat
}

.project-cnt-item p {
    margin: 0;
    padding: 0 0 0 34px;
    font-size: 16px
}

.project-item {
    margin: 0 0 30px 0
}

.input-group {
    margin-bottom: 15px
}

.countryCode {
    width: 30%;
    border: 1px solid #ced4da;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.submit-btn {
    background-color: #254d74;
    width: auto;
    margin: 0 auto;
    display: table;
    color: #fff;
    font-size: 16px;
}

.pop-call {
    text-align: center
}

.modal-body {
    padding: 0
}

.modal-header {
    border-bottom: 0
}

.pop-call a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    display: block;
    padding: 10px 0;
    background-color: #254d74;
    display: none;
}

.modal-body form {
    padding: 20px
}

.we-deliver ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    text-align: center
}

.we-deliver ul li span {
    display: block;
    line-height: 100%;
    font-size: 15px
}

.we-deliver ul li .fa {
    font-size: 30px
}

.we-deliver ul li {
    padding: 0 15px
}

.we-deliver {
    padding: 0 20px 20px 20px;
    display: none;
}

.modal-header {
    width: 100%;
    display: inline-block;
    position: relative
}

.btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    opacity: 1
}

.modal-title {
    text-align: center;
    font-size: 24px;
}

footer {
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 16px 0 0 0;
    width: 100%;
    display: inline-block
}

footer p {
    color: #fff;
    font-size: 14px
}

a.whatsapp_float span {
    display: none;
}

a.whatsapp_float {
    position: fixed;
    bottom: 25px;
    left: 25px;
    z-index: 1;
    text-decoration: none;
    background-image: url(../images/home/whatsapp_icon.png);
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    background-size: cover;
}

.swiper-cnt {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

.project-configurations {
    text-shadow: 0px 1px 2px #000;
}

.project-configurations h2 {
    color: #fff;
    font-size: 30px;
}

.project-configurations p {
    font-size: 16px;
    color: #fff;
    margin: 0 0 5px 0;
}

.banner-configurations-site-visit {
    display: flex;
    align-items: center;
}

.banner-configurations {
    display: flex;
}

.fix-mobile-strip ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fix-mobile-strip ul li:first-child {
    display: none;
}

.fix-mobile-strip ul li:last-child {
    display: none;
}

.configuration-item {
    padding-right: 20px;
    position: relative;
}

.project-configurations h4 {
    color: #fff;
    font-size: 20px;
    margin: 0;
}

.project-configurations p {
    font-size: 16px;
    color: #fff;
    margin: 0 0 5px 0;
}

.error-msg {
    color: red;
    text-align: left;
}

.input-error {
    padding-bottom: 11px;
}


#loader {
    display: none;
}

.configurations-size::after {
    content: "";
    background-color: #fff;
    width: 1px;
    height: 100%;
    position: absolute;
    right: 10px;
    bottom: 0;
}

.project-site-visit {
    display: flex;
    align-items: center;
}

.project-site-visit .btn {
    background-color: #000;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 6px 10px;
    border-radius: 4px;
}

.form-section {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    display: none;
}

.form-section .container {
    display: flex;
    justify-content: flex-end;
    max-width: 1116px;
    padding: 0;
}

.form-banner {
    max-width: 320px;
    z-index: 1;
    background-color: #fff;
    padding: 20px;
    border-radius: 4px;
    opacity: 0.85;
}

.form-banner h1 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
    color: #000;
}

.input-group .countryCode {
    width: 120px;
}

.mobile-number {
    display: flex;
}

.logo {
    max-width: 200px;
    filter: brightness(1) invert(1);
}

.project-section p {
    text-align: center;
}

.swiper-bg {
    background-image: url("../images/godrej-palm-retreat.png");
    background-size: cover;
    height: calc(100vh - 150px);
    position: relative;
}

.swiper-bg::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.project_btn {
    color: #fff;
    background-color: #00c853;
    padding: 6px 10px;
    text-decoration: none;
    border-radius: 4px;
}

.footer_fistrow {
    margin-bottom: 30px;
    color: #111;
    margin-top: 60px;
    align-items: center;
    position: relative;
}

.footer_fistrow a {
    font-size: 32px;
    color: #999;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
}

.fotter_connect {
    text-align: center;
}

.fotter_connect_links span .fa {
    color: #fff;
    font-size: 30px;
}

.footer_fistrow::before {
    content: "";
    width: 1px;
    position: absolute;
    height: 100%;
    background-color: #999;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.fotter_connect_links span {
    width: 50px;
    height: 50px;
    display: flex;
    margin: 0 auto 15px;
    background-color: #254d74;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    position: relative;
}

.fotter_connect_links span a::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #005dad;
    border-radius: 100px;
    -webkit-animation: widgetPulse infinite 1.5s;
    animation: widgetPulse infinite 1.5s;
}

.fotter_connect_links span a::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #005dad;
    border-radius: 100px;
    -webkit-animation: widgetPulse2 infinite 1.5s;
    animation: widgetPulse2 infinite 1.5s;
}

@-webkit-keyframes widgetPulse {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.8, 1.8);
        transform: scale(1.8, 1.8);
        opacity: 0
    }
}

@keyframes widgetPulse2 {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.4, 1.4);
        transform: scale(1.4, 1.4);
        opacity: 0
    }
}

.fotter_connect_links:last-child {
    margin-top: 50px;
}

.fotter_connect .mobile-number span {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    background-color: #254d74;
    border-radius: 4px;
    padding: .275rem 1rem;
    display: flex;
    align-items: center;
    margin: 15px auto 0;
    cursor: pointer;
}

footer ul {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

footer ul li {
    margin: 0 10px;
}

footer ul li a {
    color: #fff !important;
    text-decoration: none;
}

.enquire-btn-mobile {
    margin: 0 0 0 15px;
}

.project-cnt-configuration {
    margin-bottom: 20px;
    font-size: 14px;
}

.project-cnt-configuration img {
    margin-right: 5px;
}

.embassy-lake-terraces .project-content h2 {
    color: #254d74;
}

.embassy-lake-terraces .common-btn .btn {
    background-color: #254d74;
}

.embassy-one .project-content h2 {
    color: #010a3d;
}

.embassy-one .common-btn .btn {
    background-color: #010a3d;
}

.embassy-grove .project-content h2 {
    color: #bed53c;
}

.embassy-grove .common-btn .btn {
    background-color: #bed53c;
}

.embassy-springs .project-content h2 {
    color: #ad4f85;
}

.embassy-springs .common-btn .btn {
    background-color: #ad4f85;
}

.project-image {
    position: relative;
    display: block;
}

.project-logo {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.responsiv-mobile {
    display: none;
}

.modal-body #captchaHeading {
    color: white;
}

.modal-body .center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.modal-body #textBox {
    height: 25px;
}

.modal-body .incorrectCaptcha {
    color: #FF0000;
}

.modal-body .correctCaptcha {
    color: #7FFF00;
}

.modal .captcha-area {
    display: flex;
    height: 65px;
    margin: 30px 0 20px;
    align-items: center;
    justify-content: space-between;
}

.captcha-area .captcha-img {
    height: 100%;
    width: 345px;
    user-select: none;
    background: #000;
    border-radius: 5px;
    position: relative;
}

.captcha-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    opacity: 0.95;
}

.captcha-img .captcha {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    color: #fff;
    font-size: 35px;
    text-align: center;
    letter-spacing: 10px;
    transform: translate(-50%, -50%);
    text-shadow: 0px 0px 2px #b1b1b1;
    font-family: 'Noto Serif', serif;
}

.captcha-area .reload-btn {
    width: 75px;
    height: 100%;
    font-size: 25px;
}

.captcha-area .reload-btn i {
    transition: transform 0.3s ease;
}

.captcha-area .reload-btn:hover i {
    transform: rotate(15deg);
}

.modal .input-area {
    height: 60px;
    width: 100%;
    position: relative;
}

.input-area input {
    width: 100%;
    height: 100%;
    outline: none;
    padding-left: 20px;
    font-size: 20px;
    border-radius: 5px;
    border: 1px solid #bfbfbf;
}

.input-area input:is(:focus, :valid) {
    padding-left: 19px;
    border: 2px solid #4db2ec;
}

.input-area input::placeholder {
    color: #bfbfbf;
}

.input-area .check-btn {
    position: absolute;
    right: 7px;
    top: 50%;
    font-size: 17px;
    height: 45px;
    padding: 0 20px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-50%);
}

.input-area input:valid+.check-btn {
    opacity: 1;
    pointer-events: auto;
}

.modal .status-text {
    display: none;
    font-size: 18px;
    text-align: center;
    margin: 20px 0 -5px;
}

.project-para {
    overflow: hidden;
    vertical-align: top;
    display: inline-block;
    max-height: 45px;
    font-size: 14px;
    transition: max-height 2s ease-in;
}

.active .project-para {
    max-height: max-content;
    transition: max-height 2s ease-out;
}

.project-status {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #254d74;
    padding: 5px 10px;
    color: #fff;
}

.mobile-number a img {
    display: none;
}
.modal {
    background-color: rgba(0, 0, 0, 0.4);
}

/* other layout css */
.project-d-flex {
    display: flex;
    align-items: center;
    background-color: #fff;
}

.project-d-flex .project-image {
    width: 50%;
}

.project-d-flex .project-content {
    width: 50%;
}
/* other layout css */
/* ///// */
.active-btn{
pointer-events: none;
opacity: 0.8;
}
.iti--allow-dropdown{
width:100%;
}
.phone::placeholder {
color: #888888; /* Change to your desired color */
}
.footer-form .iti .iti__country-container phone{
border:none;
}
.iti__search-input {
padding: 13px !important;
font-size: 14px !important;
}
.iti__search-input {
color: #000 !important;
background-color: #fff !important;
font-size: 14px !important;
opacity: 1 !important;
visibility: visible !important;
}
/* //// */

@media (max-width: 506px) {
    .modal {
        padding: 22px 25px 35px;
    }

    .modal header {
        font-size: 25px;
    }

    .modal .captcha-area {
        height: 60px;
    }

    .captcha-area .captcha {
        font-size: 28px;
        letter-spacing: 5px;
    }

    .captcha-area .reload-btn {
        width: 60px;
        margin-left: 5px;
        font-size: 20px;
    }

    .modal .input-area {
        height: 55px;
    }

    .input-area .check-btn {
        height: 40px;
    }

    .modal .status-text {
        font-size: 15px;
    }

    .captcha-area .captcha-img {
        width: 250px;
    }
}


@media only screen and (max-width:1199px) {
    .project-cnt-item p {
        font-size: 14px
    }

    .common-btn .btn {
        font-size: 14px
    }

    .form-section .container {
        max-width: 936px;
    }

    .project-content h2 {
        font-size: 20px;
        margin: 0 0 5px 0;
    }

    .project-section .project-content p {
        margin-bottom: 10px;
    }

    .project-cnt-configuration {
        margin-bottom: 10px;
    }

    .project-d-flex .project-cnt-configuration img {
        margin-right: 2px;
        max-width: 20px;
    }
    .mobile-number a, .mobile-number span {
        font-size: 30px;
    }

}

@media only screen and (max-width:991px) {
    .project-section {
        padding: 70px 0 0 0;
    }

    .mobile-number a span {
        display: none;
    }

    .mobile-number a img {
        display: block;
    }

    .mobile-number a::before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        border: 1px solid #000;
        border-radius: 100px;
        -webkit-animation: widgetPulse infinite 1.5s;
        animation: widgetPulse infinite 1.5s;
      }
       .mobile-number a::after {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        border: 1px solid #000;
        border-radius: 100px;
        -webkit-animation: widgetPulse2 infinite 1.5s;
        animation: widgetPulse2 infinite 1.5s;
      }

    .mobile-number a {
        background-color: #000;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
    }

    .project-d-flex {
        display: block;
    }

    .fix-mobile-strip {
        display: block;
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        z-index: 9
    }

    .fix-mobile-strip ul {
        display: flex;
        list-style: none;
        padding: 0;
        margin: 0
    }

    .fix-mobile-strip ul li {
        width: 50%;
        text-align: center
    }

    .fix-mobile-strip ul li a {
        padding: 10px;
        display: block;
        text-decoration: none;
        color: #fff;
        font-size: 16px;
        background-color: #254d74;
    }

    a.whatsapp_float {
        width: 100%;
        height: auto;
        transform: none;
        position: static;
        background-image: none;
        background-color: #3ac24d !important;
    }

    a.whatsapp_float span {
        display: block;
    }
    .fix-mobile-strip ul li:last-child {
        display: block;
    }

    .project-d-flex .project-image {
        width: 100%;
    }

    .project-d-flex .project-content {
        width: 100%;
    }

    .project-d-flex .project-cnt-configuration img {
        max-width: max-content;
    }

    footer {
        padding: 16px 0 44px 0
    }

    .project-image img {
        width: 100%
    }

    .project-content h2 {
        font-size: 18px
    }

    .project-cnt-item p {
        font-size: 18px
    }

    .common-btn .btn {
        font-size: 16px;
    }

    .form-section .container {
        max-width: 696px;
    }

    .form-banner {
        max-width: 300px;
        padding: 10px;
    }

    .form-banner h1 {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .responsiv-mobile {
        display: block;
    }

    .responsiv-mobile a {
        position: absolute;
        top: 50%;
        right: 45px;
        transform: translateY(-50%);
        background-color: #005dad;
        border-radius: 100%;
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .responsiv-mobile a::before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        border: 1px solid #005dad;
        border-radius: 100px;
        -webkit-animation: widgetPulse infinite 1.5s;
        animation: widgetPulse infinite 1.5s;
    }

    .responsiv-mobile a::after {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        border: 1px solid #005dad;
        border-radius: 100px;
        -webkit-animation: widgetPulse2 infinite 1.5s;
        animation: widgetPulse2 infinite 1.5s;
    }

    @-webkit-keyframes widgetPulse {
        0% {
            -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
            opacity: 1
        }

        100% {
            -webkit-transform: scale(1.8, 1.8);
            transform: scale(1.8, 1.8);
            opacity: 0
        }
    }

    @keyframes widgetPulse2 {
        0% {
            -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
            opacity: 1
        }

        100% {
            -webkit-transform: scale(1.4, 1.4);
            transform: scale(1.4, 1.4);
            opacity: 0
        }
    }


}

@media only screen and (max-width:767px) {
    .form-banner {
        padding: 15px;
        box-shadow: 0px 0 4px #000;
    }

    .common-btn {
        margin-top: 15px;
    }

    .logo {
        width: 180px;
    }

    .mobile-number a {
        font-size: 20px;
    }

    .form-section {
        position: static;
        transform: translate(0);
        margin: 20px 0 15px 0;
        display: block;
    }

    .mobile-number span {
        display: none;
    }

    .project-heading {
        font-size: 30px;
    }

    .footer_fistrow {
        margin-bottom: 30px;
        margin-top: 15px;
    }

    .footer_fistrow .form-banner {
        margin: 0 auto 25px;
    }

    .footer_fistrow::before {
        display: none;
    }

    .project-heading {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .swiper-cnt {
        bottom: 10px;
    }

    .banner-configurations {
        display: none;
    }

    .form-section .container {
        justify-content: center;
    }

}

@media only screen and (max-width:575px) {
    .trump-tower .project-status {
        width: 100%;
        font-size: 15px;
    }

    .project-status {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        font-size: 12px;
    }

    .common-btn {
        margin-top: 5px;
    }

    .project-cnt-configuration img {
        margin-right: 2px;
        max-width: 15px;
    }

    .project-cnt-configuration {
        margin-bottom: 10px;
        font-size: 11px;
    }

    .project-section .project-content p {
        margin-bottom: 10px;
        font-size: 11px;
        text-align: justify;
    }

    a.whatsapp_float {
        height: 41px
    }

    .fix-mobile-strip ul li a {
        font-size: 14px
    }

    footer {
        padding: 16px 0 41px 0
    }

    .we-deliver ul li {
        padding: 0 10px
    }

    .we-deliver {
        padding: 0 10px 15px 10px
    }

    .we-deliver ul li span {
        font-size: 12px
    }

    .we-deliver ul li .fa {
        font-size: 20px;
        height: 25px
    }

    .submit-btn {
        font-size: 14px
    }

    .form-control {
        font-size: 14px
    }

    .countryCode {
        width: 40%
    }

    .pop-call a {
        font-size: 16px
    }

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

    .project-content h2 {
        font-size: 16px
    }

    .project-cnt-item p {
        font-size: 16px
    }

    .common-btn .btn {
        font-size: 13px;
        font-weight: 300;
        padding: 8px 10px;
    }

    .mobile-number a span {
        display: none
    }

    .project-item {
        margin: 0 0 20px 0;
    }

    footer p {
        font-size: 13px;
        text-align: justify
    }

    .project-configurations h2 {
        font-size: 22px;
    }

    .project-configurations p {
        font-size: 14px;
    }

    .project-site-visit .btn {
        font-size: 12px;
    }

    .swiper-bg {
        height: calc(100vh - 250px);
    }

    .project-d-flex .project-cnt-configuration img {
        max-width: 15px;
    }

}