@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
* {
    outline: 0
}

a:focus,
a:hover,
button,
button:focus {
    outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Ancizar Sans", sans-serif;
}

p {
    font-family: "Lato", sans-serif;
}

.w-100 {
    width: 100%;
}

body {
    font-family: "Lato", sans-serif;
    padding-top: 70px
}

.close_menu {
    display: none
}

.close_menu a {
    width: 30px;
    height: 30px;
    background: #dc0303;
    color: #fff;
    font-size: 18px;
    text-align: center;
    display: inline-block;
    line-height: 30px
}
.form-control {
    margin-bottom: 10px;}
.close_menu a:focus,
.close_menu a:hover {
    text-decoration: none;
    background: #c30505
}

.fl-pan-box img {
    margin-bottom: 2rem;
    border: 2px solid #dd792b;
    border-radius: 10px;
}

.plus-captcha {
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.plus-captcha .plus-text {
    margin: 5px 5px;
}

.plus-captcha span {
    margin-top: 7px;
    margin: 6px 6px;
}

.modal .plus-captcha .plus-text {
    color: #fff;
}

.gp {
    padding: 3rem 0;
}

.navbar-brand {
    height: auto;
    padding: 0;
    border-radius: 0 0 10px 10px;
    margin: 0 !important
}

.navbar-brand img {
    max-height: 80px
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    padding: 8px 0;
    background: #fff;
}

header.header_fixed {
    box-shadow: 0 0 10px 0 #d9d9d9;
}

header .navbar-default {
    background: 0 0;
    border-radius: 0;
    border: 0;
    padding: 0;
    margin: 0
}

.inner-pages {
    border-bottom: 1px solid #d9d9d9
}

.navbar-default .navbar-nav {
    padding: 22px 0 0 0;
    margin: 0;
    float: none !important;
    text-align: center
}

.navbar-default .navbar-nav>li {
    padding: 0;
    position: relative;
    float: none;
    display: inline-block
}

.navbar-default .navbar-nav>li>a {
    color: #000;
    padding: 8px 13px;
    /*! border: 1px solid rgba(255, 255, 255, .5); */
    background: 0 0;
    font-size: 16px;
    border-radius: 20px;
    text-transform: capitalize;
    position: relative
}

.navbar-default .navbar-nav>li>a:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    /*! border-top-color: #e27a27; */
    border-width: 0
}

.navbar-default .navbar-nav>li.active>a:before,
.navbar-default .navbar-nav>li>a:focus:before,
.navbar-default .navbar-nav>li>a:hover:before {
    border-width: 10px
}

.navbar-default .navbar-nav>li.active>a,
.navbar-default .navbar-nav>li.active>a:focus,
.navbar-default .navbar-nav>li.active>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    /*! background: #e27a27; */
    color: #244a69;
    /*! border-color: #e27a27 */
}

.navbar-default .navbar-brand span {
    font-size: 28px;
    text-transform: uppercase;
    color: #c4236e;
    font-weight: 700;
    padding: 20px 20px;
    display: inline-block
}

.navbar-default .navbar-brand img {
    display: inline-block
}

.header-right {
    float: right;
    margin: -6px -15px -8px 0;
}

.header-right a {
    display: block;
    position: relative;
    text-align: center;
    font-size: 20px;
    background: #244a69;
    padding: 16px 18px;
    color: #fff;
    border-left: 2px solid #fff;
    border-radius: 10px;
    margin-top: 18px;
}

.header-right a:focus,
.header-right a:hover {
    color: #fff;
    background: #222629;
    border-left-color: #244a69;
    text-decoration: none
}

.main-banner {
    background: url(../img/banner-img.jpg) no-repeat 0 0;
    height: 825px;
    background-size: 100% auto;
    background-size: cover;
    overflow: hidden;
    padding: 0;
    position: relative
}

.listing-box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .7);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, .1);
    padding: 10px 20px 20px;
    border-radius: 0;
    text-align: center
}

.listing-box h1 {
    margin: 0;
    font-size: 48px;
    color: #fff
}

.listing-box h1 small {
    font-size: 22px;
    color: #e27a27;
    display: block;
    clear: both;
    padding-top: 5px
}

.modal .close {
    width: 30px;
    height: 30px;
    background: red;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    right: -10px;
    opacity: 1;
    line-height: 30px;
    font-size: 16px
}

.modal .close:hover {
    background: #b80606;
    text-decoration: none
}

h4.modal-title {
    background: #18517e;
    color: #fff;
    padding: 10px;
    font-size: 20px
}

.copyright {
    font-size: 14px;
    text-align: center;
    color: #000;
}

.copyright p {
    font-size: 16px;
    font-weight: 300;
    margin: 0
}

.copyright a {
    color: #24292c;
    font-size: 17px;
    margin-right: 15px;
    font-weight: 300
}

.copyright a .fa {
    font-size: 18px;
    padding-right: 5px
}

.bottom-line a:focus,
.copyright a:hover {
    color: #96793f;
    text-decoration: none
}

.bottom-line a:focus,
.copyright a:hover {
    color: #96793f;
    text-decoration: none
}

.copyright-right {
    clear: both;
    padding-bottom: 6px
}

.footer {
    background-size: 100% auto;
    background-size: cover;
    position: relative;
    padding: 15px 0;
    background: #f9f5ea;
    position: relative;
    z-index: 3;
    border-top: 1px solid rgb(30, 30, 30);
}

.contact_info {
    background: #e27a27;
    padding: 10px 15px 10px 35px;
    color: #fff;
    font-size: 20px;
    white-space: nowrap;
    text-transform: capitalize;
    display: block;
    margin: 0 -15px 15px;
    position: relative
}

.contact_info img {
    display: inline-block;
    margin-right: 5px;
    vertical-align: text-bottom
}

.contact_info:hover {
    color: #fff;
    text-decoration: none;
    background: #e27a27
}

.contact_info:focus {
    color: #fff;
    text-decoration: none
}

.contact_info:before {
    content: '\f00d';
    float: right;
    font-size: 20px;
    line-height: 25px;
    font-family: FontAwesome
}

.enquirw-box.open-cl .contact_info:before {
    content: '\f067'
}

.enquirw-box {
    position: fixed;
    right: 15px;
    bottom: 0;
    width: 295px;
    /*! height: 300px; */
    padding: 0 15px 15px;
    background: #fff;
    display: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    z-index: 4
}

.enquirw-box.open-cl {
    bottom: -252px
}

.enquirw-box h4 {
    text-align: center;
    margin: 0 -15px 15px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding: 10px 15px;
    text-transform: capitalize
}

.enquirw-box .form-control {
    border-radius: 0;
    box-shadow: none;
    border-color: #969694;
    background: 0 0;
    font-size: 13px;
    color: #666;
    font-weight: 300
}

.enquirw-box textarea.form-control {
    resize: none
}

.enquirw-box .btn-default {
    border-radius: 0;
    border-color: #e27a27;
    background: #e27a27;
    color: #fff;
    text-transform: uppercase
}

.enquirw-box .btn-default:focus,
.enquirw-box .btn-default:hover {
    background: #f0cb4e;
    color: #fff;
    border-color: #d9b167;
}

.enquirw-box .form-control::-webkit-input-placeholder {
    color: #666
}

.enquirw-box .form-control::-moz-placeholder {
    color: #666
}

.enquirw-box .form-control:-ms-input-placeholder {
    color: #666
}

.enquirw-box .form-control:-moz-placeholder {
    color: #666
}

.mail-icon {
    position: absolute;
    left: -22px;
    top: -22px;
    z-index: 4;
    width: 45px;
    height: 45px;
    line-height: 31px;
    background: #41a84f;
    border: 1px solid rgba(255, 255, 255, .6);
    border-radius: 30px 30px 0 30px;
    display: inline-block;
    padding: 5px 8px;
    animation: shake 1.5s cubic-bezier(.36, .07, .19, .97) both infinite;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .3)
}

.mail-icon img {
    max-width: 100%
}

@keyframes shake {
    45%,
    5% {
        transform: translate3d(-1px, 0, 0)
    }
    10%,
    40% {
        transform: translate3d(2px, 0, 0)
    }
    15%,
    25%,
    35% {
        transform: translate3d(-2px, 0, 0)
    }
    20%,
    30% {
        transform: translate3d(2px, 0, 0)
    }
    50% {
        transform: translate3d(0, 0, 0)
    }
    100% {
        transform: translate3d(0, 0, 0)
    }
}

.enquirw-active {
    display: block
}

.fancybox-arrow[disabled] {
    display: none
}

figcaption {
    display: none !important
}

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

ul.ul-list li {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-top: 6px;
    font-size: 16px;
    font-weight: 400
}

ul.ul-list li:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 8px;
    height: 8px;
    background: #fff
}

.table-bordered tr>th,
.table-bordered>tbody>tr>td {
    padding: 8px 10px;
    font-size: 16px
}

.table-bordered tr>th {
    background: #d11c6e;
    color: #fff;
    font-size: 18px;
    font-weight: 600
}

.table-bordered tr>td a {
    color: #fff
}

.table-hover>tbody>tr:hover {
    background: #d11c6e
}

.table-hover>tbody>tr:hover td {
    color: #fff;
    background: 0 0
}

.table-hover>tbody>tr:hover td a {
    color: #fff
}

a.call-icon {
    font-size: 20px
}

.thanksyou-section {
    text-align: center;
    padding: 220px 0 100px;
    min-height: 100vh;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    color: #757474
}

.thanksyou-section .thanks {
    clear: both;
    width: 100%;
    font-size: 60px;
    color: #4caf50;
    font-weight: 900;
    padding-bottom: 30px;
    margin: 0;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif
}

.thanksyou-section i {
    clear: both;
    width: 100%;
    font-size: 72px;
    color: #4caf50;
    text-align: center;
    font-weight: 700;
    padding-bottom: 35px
}

.thanksyou-section span {
    color: #ff5722;
    font-weight: 500
}

.thanksyou-section+.footer {
    margin-top: -53px;
    padding: 15px 0
}

.form-box {
    position: absolute;
    top: 50%;
    right: 60px;
    background: rgba(36, 74, 105, .86);
    padding: 30px;
    width: 350px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50px 0;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, .4)
}

.form-box .form-control {
    border-color: #fff;
    border-radius: 30px;
    border: 0;
    padding-left: 15px
}

.form-box .btn-primary {
    border-radius: 30px
}

.form-box h3 {
    margin: 0 0 5px;
    text-align: center;
    color: #fff;
    font-size: 28px
}

.form-box p {
    font-size: 16px;
    text-align: center;
    color: #fff;
    margin: 10px 0
}

.form-box p.small {
    font-size: 13px
}

.about-section {
    position: relative;
    padding: 50px 0;
    overflow: hidden
}

.about-section .section-title {
    margin-bottom: 15px
}

.about-section p {
    font-size: 20px;
    line-height: 26px;
    text-align: center
}

.about-section ul.ul-list li {
    color: #444;
    z-index: 2;
    position: relative;
    font-size: 20px
}

.about-section ul.ul-list li:before {
    background: #444;
    top: 8px
}

.about-section .img-responsive {
    width: 100%
}

.about-section h3 {
    font-size: 22px;
    color: #444;
    z-index: 2;
    position: relative;
    margin: 40px 0 10px;
    padding-top: 30px;
    border-top: 1px solid rgba(0, 0, 0, .2)
}

.about-section h4 {
    font-size: 22px;
    color: #444
}

.about-section .quality-cer p {
    font-size: 20px;
    line-height: 26px;
    text-align: left
}

.quality-cer {
    text-align: left
}

.quality-cer ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.quality-cer ul li {
    position: relative;
    padding-left: 18px;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 4px
}

.quality-cer ul li:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 8px;
    height: 8px;
    background: #000;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.about-section .btn-primary {
    border-radius: 30px;
    margin-top: 10px
}

.location-advantages {
    /*	background: url(../img/banner-img.jpg) no-repeat center 0;*/
    padding: 50px 0;
    position: relative
}

.location-advantages:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: #f9f9f9;
}

.location-advantages .container {
    z-index: 2;
    position: relative
}

.location-advantages .section-title {
    color: #21262a;
    margin: 0 0 50px
}

.location-advantages ul {
    list-style: none;
    padding: 0;
    margin: 0;
    /*! column-count: 2; */
}

.location-advantages ul li .high {
    border-radius: 2px;
    background: #1e2225;
    border-left: 5px solid #244a69;
    align-items: center;
}

.location-advantages ul li {
    position: relative;
    font-size: 18px;
    line-height: 19px;
    margin-bottom: 15px;
    color: #000;
    /*! border: 1px solid #fff; */
    padding: 5px 30px;
    border-radius: 2px;
    /* background: #1e2225;
	border-left: 5px solid #f89521;
	align-items: center; */
}

.decision {
    background-image: url(../img/decision-bg.svg), url(../img/decision-bg1.svg);
    background-size: 25%;
    background-position: left bottom, right bottom;
    background-color: rgba(233, 114, 28, 0.3);
    background-repeat: no-repeat;
    min-height: 350px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem;
}

.decision__text {
    font-size: 2rem;
    text-align: center;
}

.decision__inner {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.decision__inner .decision__left,
.decision__inner .decision__right {
    padding: 0.5rem;
    text-align: center;
}

.decision__inner .decision__left label,
.decision__inner .decision__right label {
    display: block;
}

.decision__inner .decision__right {
    border-left: 1px solid rgba(10, 10, 60, 0.3);
}

.decision__inner .decision__left,
.decision__inner .decision__right .btnn {}

.amenities {
    padding: 50px 0;
    background-color: aliceblue;
    /* background-image: url('../img/section-bg-shape-1.jpg'); */
    /* background: url('https://infutive.co.in/demo/vill-del-gavi-landing-page/img/section-bg-shape-1.jpg'); */
  /*  background: url("../img/asfalt-dark.png");*/
}

.am-sec {
    text-align: center;
    padding: 20px 10px;
    margin: 10px 0;
    border: 1px solid #0006;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.am-sec:hover {
    background-color: #fff;
    border-radius: 15px;
}

.am-sec i {
    font-size: 43px;
    color: #dd7728;
    padding: 0;
}

.am-sec p {
    font-size: 21px;
    color: #244a69;
    margin-top: 0.7em;
    text-transform: capitalize;
}

.location-advantages ul li:before {
    content: '\f005';
    position: absolute;
    top: 5px;
    left: 5px;
    font-family: FontAwesome;
    font-size: 20px;
}

.location-advantages .btn-default {
    border-radius: 30px;
    margin-top: 10px
}

.horizontal-video {
    padding: 30px 0 15px
}

.horizontal-video .owl-next,
.horizontal-video .owl-prev {
    width: 30px;
    height: 30px;
    line-height: 24px;
    border: 2px solid #fff;
    border-radius: 50%;
    text-align: center;
    background: #000;
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 8px
}

.mobile-form {
    display: none;
}

.horizontal-video .owl-next {
    left: auto;
    right: 8px
}

.horizontal-video .owl-next .fa,
.horizontal-video .owl-prev .fa {
    line-height: auto
}

.banner-text {
    position: relative;
    /* top: 60%; */
    /*! bottom: 134px; */
    left: 0;
    right: 0;
    padding: 15px;
    width: 100%;
    z-index: 2;
    color: #000;
    background-color: rgb(0 0 0 / 77%);
    border-radius: 0px;
    text-align: center;
}

.banner-text .premium {
    color: #e6bd6d;
    font-size: 34px;
    font-weight: 600;
}

.banner-text p {
    font-size: 35px;
}

.banner-text p {
    color: #fff;
    margin: 0;
    text-align: center;
    font-size: 40px;
}

.gallery-info {
    padding: 30px 0 15px;
    background-image: url(../img/asfalt-dark.png);
    background-color: #ececec;
    background-repeat: 0 0;
    background-position: 0 0
}

.gallery-inner {
    background: #fff;
    padding: 10px;
    margin-bottom: 30px
}

.gallery-inner h1 {
    margin: 15px 0 10px;
    font-size: 24px;
    position: relative;
    padding-bottom: 10px
}

.gallery-inner h1:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: #e27a27
}

.gallery-inner p {
    min-height: 200px;
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    text-align: justify
}

.gallery-inner p strong {
    display: block;
    clear: both;
    overflow: hidden;
    margin-top: 10px;
    font-weight: 600;
    border-top: 1px solid #d9d9d9;
    padding-top: 8px
}

.gallery-inner p strong a {
    float: right
}

.gallery-inner p strong a:focus,
.gallery-inner p strong a:hover {
    color: #444
}

.centeral-park {
    padding: 50px 0 60px;
    text-align: center;
    /* border-bottom: 1px solid #d9d9d9 */
}

.centeral-park-list {
    width: 14.5%;
    padding: 28px 8px;
    vertical-align: top;
    border-radius: 15px;
    margin: 0 5px 10px;
    display: inline-block;
    border: 1px solid #d9d9d9;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.centeral-park-list h4 {
    margin: 15px 0 12px;
    font-size: 17px;
}

.centeral-park-list p {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px
}

.centeral-park-list strong {
    font-size: 18px;
    display: block;
    padding-bottom: 10px
}

.centeral-park-list .read-more {
    font-size: 14px;
    color: #fff;
    padding: 6px 22px 7px;
    border-radius: 20px;
    display: inline-block
}

.center-img-box {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    box-shadow: 0 0 0 5px rgba(0, 0, 0, .15);
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.center-img-box img {
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.centeral-park-list.active,
.centeral-park-list:hover {
    background: #f1f1f1
}

.centeral-park-list:hover .center-img-box {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1)
}

.dr-centeral.centeral-park-detail {
    padding: 25px 0 60px;
    border-bottom: 1px solid #d9d9d9;
}

.dr-centeral.centeral-park-detail img {
    width: 100%
}

.dr-centeral-data {
    padding: 0px 0 0;
    padding-top: 60px;
    padding-bottom: 60px;
}

.dr-centeral-data img {
    width: auto !important
}

.dr-centeral-data h1 {
    font-size: 37px;
    letter-spacing: 1px
}

.centeral-park-detail {
    padding: 70px 0 60px;
    border-bottom: 1px solid #d9d9d9
}

.centeral-park-detail .gallery-inner {
    margin-top: 15px;
    padding: 0;
    background: 0 0
}

.loc-map {
    padding: 40px 0;
}

.dr-centeral-data h1 {
    margin-top: 1px;
}

.centeral-park-detail .gallery-inner p {
    min-height: 1px
}

.centeral-park-detail .gallery-inner p strong {
    border-top: 0;
    padding: 0
}

.section-title {
    font-size: 36px;
    text-align: center;
    margin: 0 0 40px
}

.clover-floor-list {
    list-style-type: none;
    padding-top: 5px;
    padding-left: 0
}

.clover-floor-list li {
    font-size: 17px;
    line-height: 20px;
    padding: 5px 0
}

.clover-floor-list li:before {
    content: '\f14a';
    font-family: FontAwesome;
    font-size: 20px;
    margin-right: 10px;
    color: #e27a27
}

.contact_wrapper {
    padding: 40px 0;
    background: #f9f9f9;
}

.contact_wrapper .section-title {
    color: #24282a;
}

.contact_wrapper .section-title small {
    color: #22262a;
    display: block;
    clear: both;
    font-weight: 400;
    font-size: 18px;
    padding-top: 5px;
    font-family: 'Barlow Semi Condensed', sans-serif
}

.contact_wrapper .sub_title {
    color: #fff;
    margin-bottom: 15px
}

.contactaddress {
    margin-bottom: 30px
}

.contactaddress a {
    color: #fff
}

.contactaddress a:focus,
.contactaddress a:hover {
    color: #244a69;
}

.contactaddress p {
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
    color: #fff;
    position: relative;
    padding-left: 60px;
    padding-top: 9px;
    margin-bottom: 18px;
    min-height: 42px
}

.contactaddress p i {
    width: 42px;
    height: 42px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    color: #244a69;
    border: 1px solid #244a69;
    border-radius: 50%
}

.contact_form {
    padding: 20px;
    border: 1px solid #222629;
}

.contact_form .control-label {
    color: #22262a;
    font-weight: 400;
    font-size: 16px
}

.contact_form .control-label sup {
    top: -5px;
    color: red
}

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

.contact_form .form-control {
    background: white;
    /*! border: 1px solid rgba(255, 255, 255, .2); */
    color: #000;
}

.enqnowbtn {
    margin-top: 1rem;
    display: block;
}

.enqnowbtn img {
    width: 150px !important;
    margin-top: 1rem;
}

.contact_form textarea.form-control {
    resize: none;
    height: auto
}

.contact_form .form-control::-webkit-input-placeholder {
    color: #fff
}

.contact_form .form-control::-moz-placeholder {
    color: black;
}

.contact_form .form-control:-ms-input-placeholder {
    color: #fff
}

.contact_form .form-control:-moz-placeholder {
    color: #fff
}

.contact_form select.form-control {
    overflow: hidden;
    text-overflow: ellipsis
}

.contact_form .form-control option {
    background: #fff;
    padding: 6px 15px;
    min-height: 32px
}

.contact_form .btn-default {
    border-width: 1px;
    background: #fff;
    color: #000
}

.social_links a {
    width: 42px;
    height: 42px;
    margin-right: 16px;
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    color: #244a69;
    border: 1px solid #244a69;
    border-radius: 4px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    position: relative;
    overflow: hidden
}

.social_links a .fa {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.social_links .fb-like {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    padding: 6px 0 0
}

.social_links .fb-like>span {
    vertical-align: middle !important
}

.social_links a:hover {
    background: #244a69;
    border-color: #244a69;
    color: #fff;
    border-radius: 50%
}

.mobile-btn {
    display: none
}

.g-recaptcha {
    transform: scale(.88);
    -webkit-transform: scale(.88);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0
}

body.thankyou-page {
    padding: 0
}

.whatsapp_btn {
    position: fixed;
    bottom: 55px;
    left: 16px;
    width: 160px;
    /*	display: none;*/
    border-radius: 10px;
    z-index: 9;
}

.whatsapp_btn img {
    display: block;
    width: auto;
    max-width: 100%
}

.mobile-form {
    background-color: #fff;
    padding: 2rem;
}

.mobile-form .form-group .lable-captcha {
    float: left;
}

.mobile-form .form-control.enter-code-input {
    margin-left: 20px;
    display: inline-block;
    width: calc(100% - 113px);
}

.mobile-form .captcha-refresh {
    width: 25px !important;
}

.mobile-form {
    display: none;
}

@media (max-width: 767px) {
    .location-advantages ul {
        column-count: 1;
    }
    .mobile-hide {
        display: none;
    }
    .whatsapp_btn {
        display: block
    }
    .mobile-form {
        display: block;
    }
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
}

@media (max-width: 1700px) {
    .centeral-park-list {
        width: 16%;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }
}

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

.bellavista-content {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fcaf17+0,e87b25+100 */
    background: #fcaf17;
    /* Old browsers */
    background: -moz-linear-gradient(left, #fcaf17 0%, #e87b25 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #fcaf17 0%, #e87b25 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #fcaf17 0%, #e87b25 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcaf17', endColorstr='#e87b25', GradientType=1);
    padding: 70px 0 30px 0;
    position: relative;
    display: none/* IE6-9 */
}

.bellavista-content:before {
    position: absolute;
    content: '';
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../img/right-angle-bg.png)center bottom no-repeat;
    width: 100%;
    height: 100%
}

.bellavista-listing ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left
}

.bellavista-listing ul li {
    color: #000;
    font-size: 22px;
    font-weight: 400;
    padding: 10px 20px 10px 20px;
    margin: 0;
    position: relative;
    display: inline-block
}

.bellavista-listing ul li:before {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 15px;
    height: 2px;
    background-color: #ebebeb;
    z-index: 1;
    padding-right: 0;
}

.bellavista-inner-content img {
    float: left;
    position: relative;
    width: 200px
}

.bellavista-inner-content .section-title {
    position: relative;
    display: inline-block;
    margin: 8px 0 8px 25px;
    color: #1effe0;
    font-size: 28px
}

.bellavista-inner-content h3 {
    position: relative;
    color: #000;
    padding: 10px 0;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 0
}

.bellavista-content .bellavista-inner-content p {
    font-size: 20px;
    color: #fff;
    margin: 0;
    padding: 0;
    position: relative
}

.bellavista-image {
    border: 8px solid #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

/* .bellavista-content .container-fluid{padding:0}
.bellavista-content .container-fluid .row{margin:0}
.bellavista-content .container-fluid .row .col-md-9, .bellavista-content .container-fluid .row .col-md-3{padding:0}
.bellavista-inner-content{background:url(../img/banner-img.jpg)center center no-repeat;position:relative;padding:80px 120px 80px 120px;border-radius:0 70px 70px 0}
.bellavista-inner-content:before{position:absolute;content:'';top:0;bottom:0;left:0;right:0;background-color:rgba(233,103,0,0.7);border-radius:0 70px 70px 0}
 */

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

.bellavista-main-page img {
    width: 100%
}

.bellavista-main-page .dr-centeral-data p {
    font-size: 16px;
    margin-top: 30px
}

.gallery1 {
    padding: 40px 0;
}

.gallery1 a img {
    margin-bottom: 2.9rem;
    height: 300px;
    object-fit: cover;
}

.footer-bottom {
    background: #d7b266;
    padding: 28px 0;
    margin-bottom: 5rem;
}

.footer-bottom h2 {
    color: #fff !important;
}

a.btn.blue {
    background: #244a69;
    color: #ffff;
    /* text-align: center; */
    width: 100%;
    font-size: 20px;
    margin-bottom: 1rem;
}

.contact_wrapper p {
    color: #fff;
    font-size: 18px;
    text-align: justify;
}

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

@media (max-width: 1420px) {
    .main-banner {
        height: 610px
    }
    .form-box {
        top: 50px;
        transform: translateY(0)
    }
    .navbar-default .navbar-nav>li>a {
        padding: 6px 13px;
        font-size: 14px
    }
    .header-right a {
        padding: 8px 10px;
        font-size: 14px;
    }
    .navbar-default .navbar-nav {
        padding-top: 22px;
    }
    .navbar-brand img {
        /*! max-height: 62px */
    }
    .dr-centeral.centeral-park-detail {
        padding: 22px 0 0;
    }
}

@media (max-width: 1300px) {
    .navbar-default .navbar-brand span {
        font-size: 20px
    }
    .navbar-default .navbar-nav>li>a {
        padding: 4px 10px 6px 10px;
        font-size: 16px
    }
    .centeral-park-list h4 {
        font-size: 20px
    }
    .bellavista-inner-content img {
        width: 240px;
        max-width: 100%
    }
}

@media (max-width: 1191px) {
    .navbar-toggle {
        top: 14px;
        right: 0;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        text-align: center;
        line-height: 40px;
        padding: 0
    }
    .header-right {
        position: absolute;
        top: 0;
        right: 90px;
        float: none
    }
    body {
        padding-top: 77px
    }
    body.thankyou-page .header-right {
        right: 30px
    }
    .navbar-default .navbar-brand {
        padding-left: 10px
    }
    .navbar-default .navbar-toggle {
        border-color: #fff;
        color: #fff
    }
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        color: #fff;
        background: #244a69;
        border-color: #244a69
    }
    .navbar-default .navbar-collapse {
        position: fixed;
        right: -210px;
        bottom: 0;
        top: 0;
        width: 200px;
        z-index: 5;
        background: rgba(0, 0, 0, .95);
        margin: 0;
        display: block !important;
        height: 100% !important;
        padding: 0;
        border: 0;
        border-left: 4px solid #244a69;
        -webkit-transition: all .5s ease 0s;
        -moz-transition: all .5s ease 0s;
        -ms-transition: all .5s ease 0s;
        transition: all .5s ease 0s
    }
    .navbar-default .navbar-collapse.in {
        right: 0
    }
    .navbar-default .navbar-nav {
        padding: 30px 0;
        width: 100%;
        margin: 0 auto;
        text-align: left
    }
    .navbar-default .navbar-nav>li {
        padding: 0;
        width: 100%;
        margin-top: 1px
    }
    .navbar-default .navbar-nav>li a:before {
        display: none
    }
    .navbar-default .navbar-nav>li>a {
        display: block;
        padding: 6px 10px;
        font-size: 16px;
        color: #fff;
        border-radius: 0;
        border: 0
    }
    .navbar-default .navbar-nav>li>a.active,
    .navbar-default .navbar-nav>li>a:focus,
    .navbar-default .navbar-nav>li>a:hover {
        background: #244a69;
        color: #fff
    }
    .header-right {
        padding-top: 19px
    }
    .header-right a {
        padding: 8px 15px;
        border: 1px solid #fff;
        background: 0 0;
        color: #fff;
        font-size: 18px;
        border-radius: 30px
    }
    .header-right a:focus,
    .header-right a:hover {
        border: 1px solid #244a69;
        background: #244a69;
        color: #fff
    }
    .features ul li {
        font-size: 16px
    }
    .close_menu {
        display: block;
        text-align: right
    }
    .close_menu a {
        background: red;
        border-radius: 0 0 0 10px;
        color: #fff
    }
    .gallery-inner p {
        font-size: 16px;
        line-height: 20px;
        min-height: 224px
    }
    .thanksyou-section {
        padding-top: 160px
    }
    .centeral-park-list {
        width: 30%
    }
    .bellavista-content {
        padding: 70px 0 100px 0
    }
    .bellavista-image {
        border: none
    }
    .bellavista-image img {
        display: none
    }
}

@media (max-width: 1024px) {
    .bellavista-inner-content .section-title {
        margin: 10px 0 10px 10px
    }
}

@media (max-width: 991px) {
    .main-banner {
        height: auto
    }
    .footer {
        padding-bottom: 13px;
    }
    .listing-box {
        width: 85%;
        margin: 20px auto;
        box-shadow: none;
        position: static;
        transform: translate(0)
    }
    .form-box {
        position: static;
        clear: both;
        margin: 0 auto 30px;
        transform: translate(0)
    }
    .about-section iframe {
        margin-bottom: 15px
    }
    .site-plan iframe {
        height: 280px
    }
    .features ul {
        margin-top: 15px
    }
    .contactaddress {
        margin-top: 25px
    }
    .main-banner {
        height: auto
    }
    .about-section .img-responsive {
        margin-bottom: 20px
    }
    .copyright {
        text-align: center
    }
    .listing-box h1 {
        font-size: 32px
    }
    .listing-box h1 small {
        font-size: 18px
    }
    .section-title {
        font-size: 28px
    }
    .about-section .quality-cer p,
    .about-section p,
    .quality-cer ul li {
        font-size: 17px;
        line-height: 22px
    }
    .location-advantages ul {
        margin-top: 20px
    }
    .location-advantages ul li {
        font-size: 18px;
        padding-left: 32px;
        margin-bottom: 6px
    }
    .location-advantages ul li:before {
        font-size: 22px
    }
    .gallery-inner p {
        min-height: 205px
    }
    .centeral-park-list p {
        min-height: 60px
    }
    .bellavista-inner-content {
        border-radius: 0
    }
    .bellavista-inner-content:before {
        border-radius: 0
    }
    .bellavista-inner-content h3 {
        margin-top: 0;
        margin-bottom: 0
    }
    .bellavista-listing ul li {
        font-size: 18px
    }
    .bellavista-content .bellavista-inner-content p {
        line-height: 20px
    }
}

@media (max-width: 767px) {
    header {
        position: absolute
    }
    .contact_info:before {
        padding-left: 15px
    }
    .thanksyou-section {
        min-height: 1px;
        padding: 120px 0 30px 0;
        min-height: 1px
    }
    .thanksyou-section+.footer {
        margin-top: 0
    }
    .section-title {
        font-size: 24px;
        margin-bottom: 20px
    }
    .about-section p {
        font-size: 16px;
        line-height: 20px
    }
    .about-section,
    .contact_wrapper,
    .features,
    .location-advantages,
    .payment-plan,
    .site-plan,
    .unit-type {
        padding: 25px 0
    }
    .gallery-inner p {
        min-height: 1px
    }
    .location-advantages .section-title {
        margin-bottom: 20px
    }
    .mobile-btn {
        display: inline-block
    }
    .desktop-btn {
        display: none
    }
    .centeral-park {
        padding: 30px 0 20px
    }
    .centeral-park-list {
        width: 45%
    }
    .centeral-park-list p {
        min-height: 1px
    }
    .centeral-park-detail {
        padding: 15px 0 0
    }
    .enquirw-box {
        bottom: -252px
    }
    .enquirw-box.open-cl {
        bottom: 0;
        -webkit-transition: all .5s ease 0s;
        -moz-transition: all .5s ease 0s;
        -ms-transition: all .5s ease 0s;
        transition: all .5s ease 0s
    }
    .enquirw-box.open-cl .contact_info:before {
        content: '\f00d'
    }
    .contact_info:before {
        content: '\f067'
    }
    .bellavista-inner-content img {
        float: none;
    }
    .bellavista-inner-content .section-title {
        margin: 10px 0 10px 0
    }
}

@media (max-width: 640px) {
    .bellavista-inner-content {
        text-align: center;
    }
    .bellavista-listing ul {
        text-align: center
    }
    .bellavista-listing ul li {
        padding: 5px 15px 5px 15px
    }
    .bellavista-listing ul li:before {
        width: 10px
    }
    .bellavista-inner-content img {
        width: 240px;
        max-width: 100%;
        display: inline-block;
        /* margin: 0 auto; */
        float: none;
    }
    .bellavista-inner-content h3 {
        margin-top: 0px;
        font-size: 20px
    }
    .bellavista-inner-content .section-title {
        font-size: 24px
    }
    .bellavista-content .bellavista-inner-content p {
        font-size: 18px
    }
}

@media (max-width: 500px) {
    .mahira-detail {
        padding: 10px 20px;
        margin-left: 0;
        -webkit-transform: skew(0);
        -ms-transform: skew(0);
        -o-transform: skew(0);
        -moz-transform: skew(0);
        transform: skew(0)
    }
    .section-title {
        font-size: 20px
    }
    .navbar-default .navbar-brand span {
        padding: 20px 5px
    }
    .centeral-park-list p {
        min-height: 60px
    }
}

@media (max-width: 420px) {
    body {
        padding-top: 77px;
        overflow-x: hidden
    }
    .listing-box span {
        font-size: 18px
    }
    .listing-box {
        padding-right: 15px
    }
    .contact_info {
        padding-left: 15px;
        font-size: 16px
    }
    .contact_info img {
        max-width: 20px
    }
    .enquirw-box {
        bottom: -258px
    }
    .form-box {
        margin: 0 auto 20px;
        width: 290px;
        padding: 10px
    }
    .form-box h3 {
        font-size: 22px
    }
    .contact_form {
        padding: 10px
    }
    .contact_form .devicefull {
        width: 100%
    }
    .section-title {
        font-size: 18px
    }
    .contactaddress a {
        word-wrap: break-word
    }
    .navbar-default .navbar-brand {
        width: 146px;
    }
    .navbar-default .navbar-brand span {
        padding: 0 5px
    }
    .thanksyou-section {
        min-height: 100vh
    }
    .thanksyou-section+.footer {
        margin-top: -75px
    }
    .thanksyou-section .thanks {
        font-size: 28px
    }
    .listing-box {
        width: 95%;
        padding: 10px 5px
    }
    .listing-box h1 {
        font-size: 23px
    }
    .listing-box h1 small {
        font-size: 16px
    }
    .form-box {
        border-radius: 0
    }
    .navbar-default .navbar-toggle {
        top: 12px;
    }
    .header-right {
        padding-top: 26px
    }
    .header-right a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        padding: 0
    }
    .header-right a span {
        display: none
    }
    .location-advantages ul li {
        font-size: 16px
    }
    .gallery-inner h1 {
        font-size: 18px
    }
    .contact_wrapper .section-title small {
        font-size: 14px
    }
    .centeral-park-list {
        width: 90%
    }
    .centeral-park-list p {
        min-height: 1px
    }
    .mail-icon {
        display: none
    }
    .enquirw-box.enquirw-active.open-cl+.whatsapp_btn {
        position: fixed;
        bottom: 320px;
        -webkit-transition: all .5s ease 0s;
        -moz-transition: all .5s ease 0s;
        -ms-transition: all .5s ease 0s;
        transition: all .5s ease 0s
    }
    .enquirw-box {
        right: 0
    }
}

.contact_form .form-group .lable-captcha {
    float: left
}

.contact_form .form-control.enter-code-input {
    margin-left: 20px;
    display: inline-block;
    width: calc(100% - 113px)
}

.form-box .form-group .lable-captcha {
    float: left
}

.form-box .form-control.enter-code-input {
    margin-left: 10px;
    display: inline-block;
    width: calc(100% - 103px)
}

.enquirw-box .form-group .lable-captcha {
    float: left
}

.enquirw-box .form-control.enter-code-input {
    margin-left: 10px;
    display: inline-block;
    width: calc(100% - 103px)
}

input[type=button].custom-btn {
    border-radius: 0;
    border: 0;
    background: #dfffe1;
    min-width: 65px;
    padding: 6px 10px;
    font-weight: 500
}

.captcha-refresh {
    width: 25px
}

.possession.further-assistance.alert-section {
    margin-top: 0px;
    padding: 20px 0;
    background-color: #244a69;
}

.further-assistance.alert-section {
    margin-top: 80px;
}

.alert-section {
    background-color: #10f3e8;
    overflow: hidden;
    padding: 30px 0;
}

.possession.further-assistance.alert-section h3 {
    color: #fff;
}

.further-assistance.alert-section h3 {
    margin: 0;
    font-weight: 600;
    color: #000;
    font-size: 28px;
}

.possession.further-assistance.alert-section span {
    font-size: 22px;
    font-weight: 500;
    color: #f7ad01;
    display: block;
    text-align: center;
}

.further-assistance.alert-section span {
    font-size: 20px;
    text-align: center;
    float: none;
    padding-top: 5px;
    display: block;
}

.further-assistance.alert-section {
    margin-top: 80px;
}

.alert-section {
    background-color: #10f3e8;
    overflow: hidden;
    padding: 30px 0;
}

.further-assistance.alert-section h3 {
    margin: 0;
    font-weight: 500;
    color: #000;
    font-size: 28px;
}

.further-assistance.alert-section span {
    font-size: 20px;
    text-align: center;
    float: none;
    padding-top: 5px;
    display: block;
}

.instant .btn-default,
.instant-modal11 .btn-default {
    background-color: #ff8800;
    border: none;
    padding: 10px;
    font-size: 17px;
    color: #fff;
}

.products-section {
    padding: 60px 0;
    background-color: #f7f7f7;
}

.section-title {
    font-size: 36px;
    font-weight: bold;
    margin: 0 0 35px;
    color: #244a69;
    text-align: center;
    text-transform: capitalize;
}

.products-section.new-section .row {
    margin: 0 13px;
}

.products-content {
    background-color: #fff;
    margin-left: 10 px;
    margin-right: 10 px;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 30%);
    padding: 10px;
    margin-top: -10px;
    z-index: 2;
    border-bottom: 3 px solid #ff9c0d;
    border-radius: 7px 7px 9px 9px;
    position: relative;
    min-height: 128px;
    padding: 40px 10px 40px 10px;
}

span.plots {
    font-weight: 800;
    color: #fff;
    font-weight: 800;
    text-align: center;
    font-size: 34px;
    text-transform: uppercase;
    display: block;
    border-radius: 18px;
    margin-bottom: 1rem;
    background-image: linear-gradient(to right, #244a69, #328c52);
}

.new-box {
    text-align: center;
    margin-top: 2rem;
}

.new-box p.h5 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.location-map-sec {
    padding: 60px 0;
}

.products-section .row .fulldevices {
    margin-bottom: 30px;
}

.instant-modal .form-group .lable-captcha {
    float: left;
}

.instant-modal input[type=button].custom-btn {
    border-radius: 0;
    border: 0;
    background: #dfffe1;
    min-width: 65px;
    padding: 6px 10px;
    font-weight: 500;
}

.instant-modal .form-control.enter-code-input {
    margin-left: 10px;
    display: inline-block;
    width: calc(100% - 103px);
}

.instant-modal .captcha-refresh {
    width: 25px;
    margin-top: -20px;
}

.mobile-form {
    display: none;
}

.mobile-form .form-heading h3 {
    text-align: center;
    color: #ffd402;
}

.mobile-form .contact_form .control-label {
    color: #000;
}

.mobile-form .contact_form .form-control {
    border: 1px solid rgb(0 0 0);
    color: #000;
}

@media( max-width: 767px) {
    .navbar-default .navbar-nav>li>a {
        padding: 4px 5px 6px 5px;
        font-size: 16px;
    }
    .am-sec {
        text-align: center;
        padding: 20px 0px;
        margin: 10px 0;
        border: 1px solid #000;
    }
    .products-content {
        padding: 10px 10px 40px 10px;
    }
    .mobile-form .form-heading h3 {
        color: #000000;
        font-size: 24px;
        margin-top: 2px;
    }
    .mobile-form .form-heading p.h3 {
        font-size: 16px;
        text-align: center;
        margin-top: 10px;
    }
    .mobile-form .form-heading p {
        text-align: center;
        font-size: 17px;
    }
    .mobile-form .contact_form .form-control::placeholder {
        color: #000;
    }
    .mobile-form {
        display: block;
        border-bottom: 1px solid #000;
    }
    span.plots {
        font-size: 25px;
    }
    .dr-centeral-data h1 {
        font-size: 25px;
    }
    .instant-modal .modal-dialog {
        margin: 100px 10px;
    }
    .banner-text {
        display: none;
    }
}

.instant .modal-content,
.instant-modal11 .modal-content {
    background-color: white;
}

.text-center {
    text-align: center !important;
}

.modal-header h5 {
    color: #000;
    font-size: 23px;
}

.modal-header p {
    color: #000;
    font-size: 17px;
}

.instant-modal .form-control,
.instant-modal11 .form-control {
    height: 40px;
}

.navbar-default .navbar-nav>li {
    padding: 0;
    position: relative;
    float: none;
    display: inline-block;
    margin: 0 4px;
}

#menu li a {
    font-size: 16px;
}

.img-responsive {
    border-radius: 5px;
}

.am-sec {
    background: white;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.location-img img {
    width: 100%;
    border-radius: 5px;
}

/* bnr-frm */

.info {
    width: 40%;
}

.info h1 {
    font-size: 36px;
}

.info p {
    font-size: 16px;
}

.price-button,
.contact-button {
    display: inline-block;
    background-color: #244a69;
    color: white;
    padding: 10px 20px;
    margin: 10px 0;
    border-radius: 20px;
    font-size: 18px;
    cursor: pointer;
    text-decoration: none;
}

.form-container {
       background-color: #bdcfdd;
    padding: 20px;
    border-radius: 10px;
    /* opacity: 4.2; */
    color: black;
    max-width: 400px;
}

.form-container input,
.form-container textarea {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: none;
    border-radius: 5px;
}

.form-container button {
    width: 100%;
    padding: 10px;
    background-color: #222629;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.form-container label {
    font-size: 14px;
}

.main-from-bnr {
    display: flex;
    justify-content: space-around;
    position: absolute;
    top: 0;
    width: 100%;
    /*! padding: 50px; */
    margin: 0 auto;
    left: 0;
    top: 200px;
}

.info {
    color: white;
    /*! background: #00000061; */
    padding: 10px 50px;
    border-radius: 5px;
}

@media(max-width:768px) {
    .main-from-bnr {
        flex-wrap: wrap;
    }
    .info {
        width: 100%;
        /* background: #000000ab; */
    }
    .form-container {
        display: none;
    }
    .img-responsive.bbnr {
        height: 600px;
        object-fit: cover;
    }
}

.glow-text {
    font-size: 26px;
    font-weight: bold;
    color:  #ffffff;
    text-align: center;
    padding: 0 0;
    /*! text-shadow: 0 0 5px #ffae00, 0 0 10px #ffaa00ab, 0 0 20px #ff7f0054; */
    /*! animation: glowPulse 2s infinite ease-in-out; */
    /*! background-color: #1a1a1a; */
    /* Optional dark background for better contrast */
    display: inline-block;
    border-radius: 10px;
    margin: 0 auto;
}

@keyframes glowPulse {
    0% {
        text-shadow: 0 0 5px  #244a69, 0 0 10px  #244a69, 0 0 20px  #244a69;
    }
    50% {
        text-shadow: 0 0 10px  #244a69, 0 0 20px  #244a69, 0 0 30px  #244a69;
    }
    100% {
        text-shadow: 0 0 5px  #244a69, 0 0 10px  #244a69, 0 0 20px  #244a69 #244a69;
    }
}

.location-ad-sec {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 23px 0;
    background: white;
}

.price-se {
   /* background: url("../img/priceList-pattern.png");*/
    padding: 60px 0;
}

.price-se .price-table {
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
}

.price-se .price-table th {
    background-color:  #244a69;
    color: white;
    text-align: center;
}

.price-se .price-table td {
    text-align: center;
    vertical-align: middle;
    font-size: 17px;
}

.price-se .btn-enquire {
    background-color:  #244a69;
    color: white;
    border: none;
    padding: 6px 15px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;
}

.price-se .btn-enquire i {
    margin-right: 6px;
}

.flr-plan .price-se {
    padding: 60px 0;
    background: url('https://www.spjgroupgurgaon.com/images/priceList-pattern.png');
}

.flr-plan .floor-card {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px;
    background: #fff;
    text-align: center;
    transition: transform 0.3s;
}

.flr-plan .floor-card:hover {
    transform: scale(1.02);
}

.flr-plan .blurred-img {
    width: 100%;
    height: auto;
    /*! filter: blur(3px); */
  /*  border-radius: 5px;*/
     /* filter: blur(8px);
  -webkit-filter: blur(8px)*/
}

.flr-plan .download-btn {
    margin-top: 15px;
    background-color:  #244a69;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    width: 100%;
    padding: 9px 0;
    font-size: 16px;
}

.flr-plan {
    padding: 60px 0;
}

.floor-card {
    margin-bottom: 28px;
}

.frm-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.location-ad-sec h2 {
    margin-top: 0;
}

.high {
    background: #ffffff;
    margin-bottom: 30px;
}

.navbar-toggle {
    background:  #244a69 !important;
}

@media(max-width:768px) {
    .info h2,
    h3 {
        margin: 5px;
    }
    .price-button,
    .contact-button {
        display: none;
    }
    .dr-centeral.centeral-park-detail video {
        height: 100%;
        width: 482px;
    }
    .mb-sec {
        display: none;
    }
    .main-from-bnr {
        top: 144px;
    }
    .block-water-text.wow.fadeInUp {
        width: 100% !important;
    }
    .block-water .sec-title {
        font-size: 27px !important;
    }
    .info {
        color: white;
        background: #00000061;
        padding: 10px;
        border-radius: 5px;
    }
}

.block-water {
    position: relative;
    height: 300px;
    overflow: hidden;
}

.block-water .main-v {
    position: relative;
    height: 100%;
}

.block-water .video_1 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    background: black;
}

.block-water .canvas_1 {
    display: none;
}

.block-water .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    color: #fff;
    padding: 20px;
    /*! background: rgba(0, 0, 0, 0.11); */
    /* optional semi-transparent background */
    border-radius: 12px;
    width: 100%;
    /*! max-width: 800px; */
    background: #0000003b;
    height: 100%;
}

.block-water .sec-title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 8px;
}

.block-water .block-water-text {
    font-size: 18px;
    margin-bottom: 16px;
    line-height: 1.6;
}

.block-water .btn-button .btn {
    background-color:  #244a69;
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.block-water .btn-button .btn:hover {
    background-color: #24272b;
}

.block-water-text.wow.fadeInUp {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.btn-primary {
    color: #fff;
    background-color:  #244a69;
    border-color: #244a69;
}

.am-sec img {
    height: auto;
    width: 54px;
}

.form-container h2 {
    margin-top: 0;
}