body {
    font-family: 'Roboto', sans-serif;
}

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

/*Header Css*/
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #fff;
    border-bottom: 1px solid #244a69;
}

.navbar-default {
    min-height: 1px;
    background: transparent;
    border: 0;
    margin: 0;
    border-radius: 0;
}

.navbar-default .navbar-nav {
    padding: 29px 0 0;
}

.navbar-default .navbar-nav>li {
    padding: 0 15px;
}

.navbar-default .navbar-nav>li>a {
    padding: 0;
    font-size: 15px;
    color: #000;
}
.youtube-video iframe{
    width: 100%;
    height: 400px;
    border-radius: 20px;
}

#gallery .galleryimgfull .owl-item {
    margin: 10px 0;
    border-radius: 10px;
}
.highl{
    color: #c56d30!important
}

/* .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a.active{color:#ca6d26; text-decoration: none;} */
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #ca6d26;
    text-decoration: none;
    background-color: transparent
}

.navbar-default .navbar-nav>li:first-child {
    padding-left: 0;
}

.navbar-default .navbar-nav>li:last-child {
    padding-right: 0;
}

.navbar>.container .navbar-brand {
    height: auto;
    padding: 0 10px;
}

.navbar-brand {
    position: relative;
    margin-bottom: 0px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.22);
}

/* .navbar-brand:before{content:''; position: absolute; right:100%; bottom:-35px; border:35px solid transparent; border-top-color:#1f3b52; border-right-width:0; border-left-width:25px} */
.navbar-brand>img {
    max-height: 90px;
    margin: 0;
    position: relative;
    z-index: 2;
}

/* .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus{background:#244a69;} */
/*Header Css*/

/*Banner Section*/

.am-sec {
    text-align: center;
    padding: 20px 10px;
    margin: 10px 0;
    background: #c38b2733;
    border-radius: 15px;
}

.am-sec:hover {
    background-color: #fff;

    border-radius: 15px;

}

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

.overlay:before{
    position: absolute;
    content: '';
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}


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

.banner-section {
    background: url(../img/main-banner.jpg) no-repeat center top;
    min-height: calc(100vh - 65px);
    margin-top: 76px;
    position: relative;
    background-size: 100% auto;
    background-size: cover;
    z-index: 9;
}

.banner-section.flamingo-banner {
    background: url(../img/orchards.webp) no-repeat center top;
    background-size: 100% auto;
    background-size: cover;
    z-index: 9;
}

/* .banner-section:before{position:absolute;content:'';top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.6)} */
.banner-section h2 {
    margin: 0 0 20px;
    font-size: 30px;
    font-weight: 600;
    color: #f7ad01;
}

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

.enq-btn {
    margin: 3rem 0;
}
.enquiry-band {
    background-color: #338500;
    padding: 0.1rem;
}
.enquiry-band .enq-btn a {
    font-size: 2.1rem;
    background-color: #ffffff;
}

.enq-btn a {
        background-color: #eead27;
    color: #000000;
    padding: 15px 20px;
    border-radius: 5px;
    /* margin-top: 1rem; */
    font-weight: 500;
    margin: 0 5px;
    font-size: 1.6rem;
}

.enq-btn a:hover {
    text-decoration: none;
}
.enq-btn a.blue-btn{
        /*background-color: #244a69;
    color: #ffffff;*/
}

.banner-section ul li {
    margin-bottom: 10px;
    font-size: 16px;
    position: relative;
    padding-left: 25px;
    color: #000;
    font-weight: 600
}

.banner-section ul li:before {
    content: "\f005";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
}

.banner-text {
    position: absolute;
    top: 100px;
    
    padding: 15px;
    width: 640px;
    z-index: 2;
    color: #000;
    border-radius: 0px;
    text-align: center;
}

.banner-text .top-form {
    display: none
}

.banner-text .premium {
    color: #fdb911
}

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



.footer-about p span a {
    color: #fff;
}

.footer-about p span a:hover {
    text-decoration: none;
    color: #dd7727
}

.right-form.active {
    right: 0;
}

.banner-section form {
    width: 320px;
    padding: 30px;
    background: #1c2227b5;
    box-shadow: 0 0 0px 3px rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 50%;
    right: 100px;
    border-radius: 5px;
    border-bottom: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.banner-section form p {
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin: 5px 0 0;
}

.banner-section form h3 {
        /*display: none;*/
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin: 0 -60px 10px;
    background: #504e4e;
    padding: 15px;
    font-size: 18px;
    position: relative;
    font-weight: bold;

}

.banner-section form h3:before {
    content: '';
    position: absolute;
    left: -30px;
    top: 100%;
    border: 30px solid transparent;
    border-right-color: #504e4e;
    border-top: 0;
    display: block;
}

.banner-section form h3:after {
    content: '';
    position: absolute;
    right: -30px;
    top: 100%;
    border: 30px solid transparent;
    border-left-color: #504e4e;
    border-top: 0;
    display: block;
}

.banner-section form .btn-primary {
    color: #000;
    height: 40px;
    font-size: 17px;
    font-weight: 500;
    border-radius: 0;
    background-color: #f2ad1a;
    outline: none;
    border: none;
}

.top-logo {
    text-align: center;
    margin: -30px 0 15px;
    padding: 15px 10px;
}

.top-logo img {
    max-width: 160px;
    margin: 0 auto;
    display: inline-block;
}

/*Banner Section*/

/*Form Box*/

.download {
    background-color: #fff;
    padding: 6rem 0 0;
}

.download .brochure {
    padding: 3rem 0rem;
    background-color: #f5f5f5;
}

.download .brochure button {
    background-color: #dd7728;
    border: none;
    color: #ffffff;
    padding: 1.3rem 2.6rem;
}

.form-box span {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
}

.form-box span a {
    color: #fff;
}

.form-box span a:hover,
.form-box span a:focus {
    text-decoration: none;
    color: #fff;
}

.form-box span .fa {
    font-size: 22px;
    margin-right: 5px;
}

.form-box p.small {
    color: #fff;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 0;
}

.form-box .form-control {
    border-radius: 0;
    border-color: rgba(255, 255, 255, 0.4);
    color: rgba(255, 255, 255, 0.8);
    background: transparent;
    height: 42px;
}

.form-box .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.form-box .form-control::-moz-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.form-box .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.form-box .form-control:-moz-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.form-box .btn-black {
    height: 42px;
    border-radius: 0;
    background: #000;
    color: #fff;
}

.form-brand img {
    max-width: 180px;
}

.top-form {
    margin-bottom: 15px;
}

.dr-new {
    color: #169e11;
}

.download .floorplan {
    padding: 3rem 0rem;
    background-color: #f5f5f5;
}


.download .floorplan button {
    background-color: #018000;
    border: none;
    color: #ffffff;
    padding: 1.2rem 2rem;
}

#floorplan .modal-header h5 {
    font-size: 20px;

}

#floorplan .modal-header .close {
    margin-top: -26px;
}

#floorplan .modal-content {
    background-color: #f6b90a;
}

#floorplan .form-submit {
    text-align: center;
    margin-top: 1rem;
}

#floorplan .form-submit .btn-primary {

    margin-top: 2rem;
    padding: 1rem 2rem;
    font-size: 18px;
    background-color: black;

}


.right-form {
    position: fixed;
    display: block;
    right: -300px;
    top: 50%;
    z-index: 7;
    width: 300px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    -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;
}

.right-form.active {
    right: 0;
}

.right-form form {
    background: #1f2c38;
    padding: 20px;
}

.get-call-back {
    position: absolute;
    top: 50%;
    left: -90px;
    background: #f7ad01;
    color: #000;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    width: 150px;
    margin-top: -28px;
    -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;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    z-index: 1;

}

.main-div {
    height: 40px;
    background-color: green;
    right: 0;
    top: 50%;
    color: #FFFFFF;
    padding: 5px;
    text-align: center;
    width: 140px;
    line-height: 35px;
    cursor: pointer;
    display: none;
}

.get-call-back:focus {
    text-decoration: none;
    color: #000;
}

.get-call-back:hover {
    background: #000;
    color: #e7ad01;
    font-weight: bold;
    text-decoration: none;
}

.right-form .form-box {
    position: relative;
    top: 0;
}

.right-form .form-box .form-brand {
    background-color: #fff;
    display: block;
    width: 195px;
    /* margin-left: 4px; */
    margin: 0 auto 8px;
}

.right-form .btn-primary {
    color: #000;
}

.right-form.active .get-call-back {
    top: 78px;
}

/*Form Box*/

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

.section-title:before {
    content: '';
    width: 58px;
    height: 13px;
    background: url(../img/left-icon.png) no-repeat 0 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.section-title:after {
    content: '';
    width: 58px;
    height: 13px;
    background: url(../img/left-icon.png) no-repeat 0 0;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: skew(68deg);
    -ms-transform: skew(68deg);
    -o-transform: skew(68deg);
    -ms-transform: skew(68deg);
    transform: skew(68deg);
}

.top-main {
    padding: 80px 0;
}

.top-main p {
    font-size: 20px;
    text-align: center;
    color: #a5a5a5
}

.top-main p span {
    color: #51ac4d;
    font-weight: 600
}

.top-main .section-title {
    margin-bottom: 15px;
}

.top-main h4 {
    margin-bottom: 40px;
    color: #ba0909;
}

.top-main .hidden-xs {
    display: inline-block !important;
}

.top-main .visible-xs {
    display: none !important;
}


/*Overview Section*/
.aboutus-sec {
    padding: 60px 0;
    background: #f7f7f7;
}

.aboutus-sec .row {
    margin: 0 13px
}

.aboutus-sec .gallery-txt {
    position: relative;
    text-align: right;
    margin-top: -30px;
    z-index: 10
}

.aboutus-sec h3 {
    font-weight: bold;
    color: #000;
    text-transform: capitalize;
    margin: 0 0 15px;
    font-size: 16px;
}

.aboutus-sec h4 {
    color: #000;
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 24px
}

.aboutus-sec p {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 10px;
}

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

.aboutus-sec ul li {
    font-size: 15px;
    line-height: 24px;
    position: relative;
    padding-left: 24px;
    font-weight: 600;
    margin-bottom: 5px;
}

.aboutus-sec ul li:before {
    content: "\f005";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 0;
    color: #f7ad01;
}

.about-img {
    display: block;
    overflow: hidden;
    position: relative;
    /* width:650px; margin-right:60px; */
}

.about-img img {
    position: relative;
    z-index: 2;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
}

.about-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.about-img:before {
    content: '';
    position: absolute;
    top: -30px;
    right: 30px;
    left: -30px;
    bottom: -10px;
    border: 7px solid #f7ad01;
    z-index: 1;
    display: none
}

.about-content {
    display: block;
    overflow: hidden;
    text-align: left;
    background-color: #fff;
    margin-left: 0px;
    margin-right: 10px;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 30%);
    padding: 10px;
    margin-top: 0px;
    z-index: 2;
    border-right: 3px solid #ff9c0d;
    border-radius: 0 9px 9px 0px;
    position: relative;
    top: 15px;
    left: -40px;
    border-top: 1px solid #ff9c0d;
    border-bottom: 1px solid #ff9c0d;
}

.am-list ul {
    padding-left: 10px;
}

.amenities {
    padding: 80px 0;
    background-color: #f7f7f7;
}

.am-list ul li {
    color: #000;
    overflow: hidden;
    width: 31%;
    display: inline-flex;
    vertical-align: top;
    text-transform: capitalize;
    font-size: 16px;
    padding: 9px 10px 6px 20px;
    /* border: 1px solid rgba(0,0,0,.1); */
    margin-bottom: 4px;
    margin-right: 15px;

}

.am-list ul li i {
    font-size: 9px;

    color: #7bbd43;
    margin-right: 4px;
    margin-top: 5px;
}
}

.about-content:before {
    position: absolute;
    content: '';
    width: 1px;
    background-color: #ff9c0d;
    bottom: 3px;
    left: 100%;
    -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;
    right: 0;
    opacity: 0
}

.about-content:hover:before {
    opacity: 1;
    left: 0
}

.about-content .size span {
    color: #51ac4d
}

.about-content .construction {
    font-size: 20px;
    color: #000;
    background-color: #ff9c0d;
    padding: 5px 15px;
    width: 370px;
    font-weight: 600;
}

.other-product {
    margin-top: 32px;
    padding-right: 80px;
}

.other-product h4 {
    margin: 0 0 15px;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

.other-product .row {
    margin: 0 -3px;
}

.other-product .col-md-4 {
    padding: 0 3px;
}

.other-product .col-md-4:nth-child(2n+1) .pro-list {
    background: #244a69;
    color: #fff;
}

.other-product .col-md-4:nth-child(2n+1) .pro-list:hover,
.pro-list:hover,
.other-product .col-md-4:nth-child(2n+1) .pro-list:focus,
.pro-list:focus {
    background: #0e0e0e;
    color: #fff;
}

.other-product .pro-list {
    background: #f7ad01;
    color: #000;
    text-align: center;
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 6px;
    position: relative;
    overflow: hidden;
    display: block;
    -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;
}

.other-product .pro-list img {
    opacity: 0.08;
    height: 100px;
    width: 100%;
}

.other-product .pro-list span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*Overview Section*/

.similar-projects.other-productt {
    margin-top: 50px;
    clear: both;
    background-color: rgba(36, 74, 105, 1);
    padding: 50px 0
}

.similar-projects.other-productt h4 {
    margin: 0 0 15px;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: #fff
}

.similar-projects.other-productt .row {
    margin: 0 -3px;
}

.similar-projects.other-productt .col-md-4 {
    padding: 0 3px;
}

.similar-projects.other-productt .col-md-4 a {
    text-decoration: none
}

.similar-projects.other-productt .col-md-4:nth-child(2n+1) .pro-list {
    background: #72b549;
    color: #fff;
}

.similar-projects.other-productt .col-md-4:nth-child(2n+1) .pro-list:hover,
.pro-list:hover,
.other-product .col-md-4:nth-child(2n+1) .pro-list:focus,
.pro-list:focus {
    background: #0e0e0e;
    color: #fff;
}

/* .pro-list{background:#f7ad01; color:#000; text-align: center; font-size:17px; line-height:20px; margin-bottom:6px; position: relative; overflow: hidden; display: block;  -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;} */
/* .pro-list:before{position:absolute;content:'';top:10px;bottom:10px;left:10px;right:10px;border:1px solid #fff;-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;}
.pro-list:after{position:absolute;content:'';top:15px;bottom:15px;left:15px;right:15px;border:1px solid rgba(255,255,255,0.6);-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;}
.pro-list:hover:before{opacity:0.6;top:5px;bottom:5px;left:5px;right:5px;} */
.similar-projects.other-productt .pro-list:hover span {
    background-color: #03aad7;
    color: #244a69;
    display: block;
    text-align: center;
    padding: 15px 0;
    position: relative;
    z-index: 99;
    text-decoration: none;
    -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;
}

.similar-projects.other-productt .pro-list:hover span:before {
    background-color: #fff;
    color: #244a69;
    -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;
}

.similar-projects.other-productt .pro-list img {
    width: 100%;
}

.coming-soon {
    margin-bottom: 5rem;
}
.letsfind-bx {
        /*background: #fa9c1c url(../img/rt-arrow.png) no-repeat;*/
     background: #fa9c1c;
    color: #fff;
    padding: 13px 29px;
    border-radius: 14px 0 0 14px;
    background-position: 81% center;
}
.letsfind-bx h3 {
    padding: 0px;
    margin: 10px 0;
    font-size: 32px;
    font-weight: 600;
    color: #000;
    margin-bottom: 2rem;
}
.no-gutters{
    padding: 0;
}
.get-touch-btn {
       margin-top: 1rem;
    display: inline-block;
    border: none;
    padding: 10px 24px;
    border-radius: 20px;
    background-color: #58ac52;
    font-weight: 700;
    color: #000000;
    font-size: 17px;
}
.get-touch-btn:hover{
    background-position: left bottom;
    color: #000;
    text-decoration: none; 
}
.p-amen .limited-u {
    color: #fff;
    margin-top: 3rem;
}

.coming h2 {
    margin: 0;
    font-size: 36px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
}
.coming h4 {
    font-size: 3.6rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 25px;
}
.coming .p-name strong {
    color: #000;
}
.coming .p-name {
    font-size: 30px;
    margin-top: 2rem;
}
.coming .p-name strong {
    color: #001993;
    font-size: 3.4rem;
}
.p-amen p {
    font-size: 30px;
    color: #000;
    font-weight: 500;
    font-style: normal;
    margin: 15px 0px;
}

.similar-projects.other-productt .pro-list span {
    background-color: #fff;
    color: #fff;
    display: block;
    text-align: center;
    padding: 15px 0;
    position: relative;
    z-index: 99;
    text-decoration: none
}

.similar-projects.other-productt .pro-list span:before {
    position: absolute;
    content: '';
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    background-color: #244a69;
    z-index: -1;
    color: #fff
}

/*Overview Section*/


.download .brochure button:focus,
.download .brochure button:active,
.download .floorplan button:focus,
.download .floorplan button:active {
    text-decoration: none;
    border: none;
    box-shadow: none;
}




.modal-dialog .modal-content {
    background-color: #f6ad00;
}

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

.form-submit {
    margin-top: 1rem;
    text-align: center;
}

.form-submit .btn-primary {
    background-color: #508f41;
    margin-top: 1rem;
    padding: 1rem 3rem;
    font-size: 18px;
}

.modal-header .close {
    position: absolute;
    right: 0;
    top: 2px;
    background-color: #fff;
    opacity: 1;
    height: 30px;
    width: 30px;
}

.form-control {
    height: 38px;
}

.modal-dialog {
    width: 500px;
    margin: 30px auto;
}

/*Floor Plan*/
.floorplan-sec {
    padding: 80px 0;
}

.floorplan-sec .section-title {
    margin-bottom: 15px;
}

.floorplan-sec .intro {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 30px;
}

.floorplan-sec .row {
    margin: 0 -8px;
}

.floorplan-sec .col-md-3 {
    padding: 0 8px;
}

.floor-plan-list {
    border: 1px solid #ff9c0d;
    padding: 10px;
    background: #fff;
}

.floor-plan-list span {
    display: block;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    background: #ff9c0d;
    color: #000;
    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: #ff9c0d;
}

.new-section {
    padding-bottom: 40px;
}

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

.new-section .one-five {
    float: left;
    padding: 0 10px;
    width: 20%;
}

.new-section .floor-plan-list {
    height: 320px;
    overflow: hidden;
    margin-bottom: 40px;
}

.new-section .floor-plan-list small {
    display: block;
    color: #ca1818;
}

/*Floor Plan*/
/*Product-section*/
.products-section {
    padding: 70px 0 80px 0;
    background-color: #f7f7f7
}

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

.cerise-content.products-image {
    display: block;
    overflow: hidden;
    position: relative
}

.products-image {
    display: block;
    overflow: hidden;
    position: relative;
}
p.h5 {
        position: absolute;
    z-index: 9999;
    top: 0px;
    left: 0px;
    background-color: #eaad31;
    color: #000;
    padding: 7px 10px;
    font-size: 15px;
}

/* .cerise-content.products-image:before{position:absolute;content:'';bottom:0;background-color:rgba(0,0,0,0.6);z-index:99;left:0;right:0;} */
.flmingo-content {
    position: absolute;
    bottom: 0;
    left: 0px;
    right: 0px;
    text-align: center;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.6)
}

.flmingo-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 999
}

.flmingo-content ul li {
    color: #fff;
    padding-bottom: 2px;
    font-size: 18px;
    font-weight: 500
}

.products-section .row .fulldevices .products-image img {
    -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;
        height: 304px;
    object-fit: cover;
        width: 100%;
}

.products-section .row .fulldevices:hover .products-image img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.products-section .row .fulldevices:nth-child(1),
.products-section .row .fulldevices:nth-child(2),
.products-section .row .fulldevices:nth-child(3),
.products-section .row .fulldevices:nth-child(4),
.products-section .row .fulldevices:nth-child(5),
.products-section .row .fulldevices:nth-child(6) {
    margin-bottom: 30px
}

.new-enquire {
        text-decoration: none;
    background-color: #51ac4d;
    color: #000;
    padding: 7px;
    border-radius: 8px;
    margin-top: 1rem;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
}

.new-enquire:hover, .new-enquire:focus {
    text-decoration: none;
}
.new-enquire.brochure {
    background-color: #e8b347;
    margin-left: 7px;
}
li.enquiry-btns {
/*    text-align: center;*/
}
.products-content {
    background-color: #fff;
    margin-left: 10px;
    margin-right: 10px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    padding: 10px;
    margin-top: -10px;
    z-index: 2;
    border-bottom: 3px solid #ff9c0d;
    border-radius: 0 0 9px 9px;
    position: relative;
    min-height: 181px;
}

.products-section .row .fulldevices .products-content:before {
    position: absolute;
    content: '';
    width: 1px;
    background-color: #ff9c0d;
    bottom: 3px;
    top: 80%;
    -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;
    left: 0;
    opacity: 0
}

.products-section .row .fulldevices:hover .products-content:before {
    top: 0;
    opacity: 1
}

.products-section .row .fulldevices .products-content:after {
    position: absolute;
    content: '';
    width: 1px;
    background-color: #ff9c0d;
    bottom: 3px;
    top: 100%;
    -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;
    right: 0;
    opacity: 0
}

.products-section .row .fulldevices:hover .products-content:after {
    top: 0;
    opacity: 1
}

.products-section .row .fulldevices .products-content:first-child {
    margin-top: 0;
    border-radius: 0;
    margin-left: -30px;
    margin-right: 0;
    padding: 80px 10px 80px 20px;
    /* border-bottom:3px solid #ff9c0d;border-right:3px solid #ff9c0d;border-top:3px solid #ff9c0d; */
    min-height: 264px
}

.products-section .row .fulldevices .products-content:first-child:before,
.products-section .row .fulldevices .products-content:first-child:after {
    display: none
}

.products-section .row .fulldevices:hover .products-content:first-child:before {
    opacity: 0
}

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

.products-content ul li {
    color: #000;
    padding-bottom: 7px;
    font-size: 14px;
    font-weight: 400
}

.products-content ul li strong {
    text-transform: uppercase
}

.products-content ul li:last-child {
    padding-bottom: 0px
}

.products-content ul li span.plots {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase
}

.products-content ul li span {
    color: #51ac4d
}


.products-content ul li a:hover,
.products-content ul li a:focus {
    color: #000
}

.products-content ul li strong span {
    font-size: 20px;
    color: #000
}

.flmingo.products-content ul li span.plots {
    font-size: 25px
}

.flmingo.products-content ul li {
    padding-bottom: 14px;
    font-size: 16px
}


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

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

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

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

.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 h3 {
    margin: 0;
    font-weight: 600;
    color: #000;
    font-size: 28px
}

.alert-section .line-left-content {
    float: left;
    padding-top: 8px
}

.alert-section p {
    color: #666;
    margin: 0;
    font-size: 20px;
    float: left
}

.alert-section .line-right-content {
    float: right
}

.alert-section .line-right-content a {
    background-color: #ff9c0d;
    display: inline-block;
    padding: 10px 22px;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    border: 2px solid rgba(255, 255, 255, 0.8);
    webkit-animation-name: example;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1.5s;
    /* Safari 4.0 - 8.0 */
    animation-name: example;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes example {
    0% {
        background: #51ac4d;
    }

    50% {
        background: #ff9c0d;
    }

    100% {
        background: #51ac4d;
    }
}

/* Standard syntax */
@keyframes example {
    0% {
        background: #51ac4d
    }

    50% {
        background: #ff9c0d
    }

    100% {
        background: #51ac4d
    }
}

.alert-section p span {
    color: #000;
    font-size: 24px;
    margin: 0;
    font-weight: 600
}

/*Amenities Section*/
.features-section {
    padding: 80px 0;
}

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

.features-section ul li {
    float: none;
    width: 100%;
    margin-bottom: 15px;
    padding: 0 10px;
    position: relative;
    padding-left: 25px;
    font-size: 15px;
    font-family: 'Noto Sans', sans-serif;
}

.features-section ul li:nth-child(2n+1) {
    clear: both;
}

.features-section ul li:before {
    content: '\f046';
    font-family: 'FontAwesome';
    color: #ff9c0d;
    position: absolute;
    top: 0;
    left: 0;
}

.general-information h2 {
    margin: 0;
    padding-bottom: 20px
}

.features-section .row {
    display: table;
}

.features-section .row>div {
    display: table-cell;
    float: none;
    background-color: #c0c0c0;
    padding: 6px;
    vertical-align: top;
}

.features-section .row>div:first-child .general-information h2 {
    color: #ff9c0d
}

.quality-certifications.alert-section {
    background: #10f3e8;
}

/* webkit-animation-name: example; 
    -webkit-animation-duration: 1.5s; 
    animation-name: example;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;}
    
 Safari 4.0 - 8.0 *
@-webkit-keyframes example {
    0%   {background:#51ac4d;}
    50% {background:#ff9c0d;}
    100%   {background:#51ac4d;}
}

 Standard syntax 
@keyframes example {
    0%   {background:#51ac4d}
    50% {background:#ff9c0d}
    100%   {background:#51ac4d}
}    */
.quality-certifications.alert-section h3:first-child {
    padding-top: 0px
}

.quality-certifications.alert-section h3 {
    margin: 0;
    padding-top: 10px;
    font-weight: 600;
    text-transform: uppercase
}

.quality-certifications.alert-section .customers {
    color: #fff;
    font-size: 20px;
    display: block;
    padding-top: 0px;
    text-align: center
}

.quality-certifications.alert-section p {
    text-align: center;
    font-size: 24px;
    text-align: center;
    float: none;
    color: #000;
    line-height: 25px;
    padding-top: 20px
}

.quality-certifications.alert-section p span {
    font-size: 26px;
    color: #000;
    font-weight: 600
}

.quality-certifications.alert-section h3:last-child {
    color: #222
}

/*Amenities Section*/

/*Location Map*/
.location-map-sec {
    padding: 80px 0;
}

.location-img {
    height: 400px;
    overflow: hidden;
    display: block;
}

/*Location Map*/

/*Specifications*/
.specifications-sec {
    padding: 80px 0 50px;
    background: #f1f1f1;
}

.specifications-sec .section-title {
    margin-bottom: 60px;
}

.specifications-sec .col-md-6:nth-child(2n+1) {
    clear: both;
}

.specifications-list {
    overflow: hidden;
    clear: both;
    margin-bottom: 20px;
}

.spec_thumb {
    float: right;
    margin-left: 18px;
    margin-bottom: 20px;
}

.spec_thumb img {
    border: 1px dotted #e67b25;
}

.spec_title {
    font-size: 21px;
    line-height: 22px;
    color: #000000;
    padding-top: 10px;
    margin-bottom: 16px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #e67b25;
}

.spec_bull {
    margin-bottom: 6px;
}

.spec_bull strong {
    color: #e67b25;
}

.spec_line {
    margin-bottom: 50px;
}

/*Specifications*/

/*Payment Plan*/
.payment-plan-sec {
    padding: 80px 0;
    background: #f1f1f1;
}

.payment-plan-sec .section-title {
    margin-bottom: 20px;
}

.payment-plan-sec h5 {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin: 0 0 20px;
}

.payment-plan-sec .btn-primary {
    font-size: 18px;
    padding: 10px 35px;
    min-width: 555px;
    background: #000;
    border-color: #000;
    color: #fff;
    text-transform: capitalize;
    border-radius: 0;
    margin-top: 0;
}

.payment-plan-sec p .text-danger {
    color: #f00;
    font-size: 24px;
}

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

.payment-plan-sec ul li {
    margin-bottom: 5px;
    font-size: 16px;
}

.payment-plan-sec ul strong {
    color: #f00;
    margin-right: 5px;
}

.payment-plan-sec ul sup {
    color: #f00;
    font-size: 20px;
    top: 0;
}

.payment-plan-sec .table-responsive {
    margin-bottom: 0px;
}

.payment-plan-sec .table {
    border-color: #244a69;
}

.payment-plan-sec .table-bordered>thead>tr>th {
    vertical-align: top;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    background: #244a69;
}

.payment-plan-sec .table-bordered>tbody>tr>td {
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    color: #000;
    background: #f7ad01;
}

/*Payment Plan*/

/*happiness-sec*/
.happiness-sec {
    padding: 80px 0;
}

.happiness-sec p {
    font-size: 16px;
    margin-bottom: 35px;
    color: #000;
}

.happiness-sec .img-box {
    padding: 30px;
    background: #fff;
    border: 1px solid #dad5d5;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    display: block;
}

.happiness-sec .img-box img {
    display: inline-block;
}

/*happiness-sec*/

/*gallery-sec*/
.gallery-sec {
    padding: 80px 0 50px;
    background: #f1f1f1;
}

.gallery-list {
    display: block;
    margin-bottom: 30px;
}

/*gallery-sec*/


/**/
.bottom-contact {
    background: #111417;
    border-top: 2px solid #dd7728;
    position: relative;
    z-index: 9
}

.bottom-contact p {
    font-size: 14px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 300;
}

.bottom-contact h2 {
    color: #fff;
    text-align: left;
    margin: 0 0 15px;
    font-size: 26px;
}

.bottom-contact form {
    background: #dd7728;
    margin: 0;
    padding: 40px;
}

.bottom-contact form h2 {
    color: #000;
    margin-top: 0;
    margin-bottom: 30px;
}

.bottom-contact form h2 small {
    color: #000;
    display: block;
    clear: both;
    font-weight: normal;
    font-size: 16px;
    padding-top: 5px;
}

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

.bottom-contact .btn-black {
    background: #000;
    color: #fff;
    height: 42px;
}

.bottom-contact .btn-black:hover,
.bottom-contact .btn-black:focus {
    background: #000;
    color: #dd7728;
}

.bottom-contact .control-label {
    color: #000;
    font-weight: normal;
}

.bottom-contact .control-label sup {
    color: #f00
}

.bottom-contact .form-control {
    background: #fff;
    border: 0;
    color: #000;
}

.bottom-contact .form-control::-webkit-input-placeholder {
    color: #000;
}

.bottom-contact .form-control::-moz-placeholder {
    color: #000;
}

.bottom-contact .form-control:-ms-input-placeholder {
    color: #000;
}

.bottom-contact .form-control:-moz-placeholder {
    color: #000;
}

.footer-about {
    margin-top: 40px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: normal;
}

.footer-about h2 {
    margin: 0 0 10px;
    text-transform: uppercase;
    color: #dd7728;
    font-weight: bold;
}

.footer-about h3 {
    margin: 0 0 30px;
    color: #fff;
    font-weight: 300;
    font-size: 20px;
}

.footer-about h4 {
    margin: 0 0 30px;
    color: #62b04b;
    font-weight: bold;
    font-size: 26px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 20px;
}

.footer-about address {
    font-size: 16px;
    color: #fff;
}

.footer-about p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
    overflow: hidden;
    display: block;
}

.footer-about address img,
.footer-about p img {
    width: 30px;
    margin-right: 14px;
    float: left;
}

.footer-about address span,
.footer-about p span {
    display: block;
    overflow: hidden;
}

.copyright {
    background: #000;
    text-align: center;
    padding: 20px 0;
    color: #fff;
}

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

.copyright p span {
    margin-left: 30px
}

.copyright p span.rerra {
    margin-left: 0px
}

.copyright a {
    margin-left: 30px;
    color: #fff;
    text-decoration: none
}

.copyright .hrera {
    margin-left: 0px;
}

/**/


.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;
}

.close_menu a:hover,
.close_menu a:focus {
    text-decoration: none;
    background: #c30505;
}


.whatsapp_btn {
    position: fixed;
    bottom: 60px;
    right: 16px;
    width: 40px;
    height: 40px;
    display: none;
    border-radius: 10px;
    z-index: 9999;
    -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.whatsapp_btn:hover {
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}

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

.banner-text h1{
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}
.banner-text .price{
        color: #4ac000;
    font-weight: 500;
}

@media (max-width: 767px) {
    .whatsapp_btn {
        display: block;
        bottom: 7px;
        right: 16px;
        width: 40px;
        height: 40px;
    }
    .banner-text h1{
   /* display: none;*/
}
    

    .form-box input::placeholder {
        color: #fff;
    }

    .form-box .form-control {
        border-radius: 0;
        border-color: rgba(255, 255, 255, 0.4);
        color: rgba(0, 0, 0, 0.8);
        background: transparent;
        height: 42px;
    }

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

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

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

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

    .right-form {
        display: none;
    }

}


/*Thanks You*/
.thankyou-page header {
    border-bottom: 1px solid #d9d9d9;
}

.header-right {
    float: right;
    margin-top: 20px;
}

.header-right img {
    width: 45px;
    margin-right: 15px;
}

.header-right a {
    color: #000;
    font-size: 26px;
}

.header-right a:hover,
.header-right a:focus {
    color: #244a69;
    text-decoration: none;
}

.thanksyou-section {
    text-align: center;
    padding: 220px 0 100px;
    min-height: 100vh;
    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;
}

.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;
}

/*Thanks You*/

.thankyou-page footer {
    margin-top: -55px;
    height: 55px;
    background: #000;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}

.thankyou-page footer p {
    margin: 0;
}


.main-banner-img {
    display: none;
    max-width: 100%;
}

.images_gallery {
    display: inline-block;
    width: 100%;
    margin: 10px 0;
}

.images_gallery img {
    width: 100%
}

.gallery_section .container-fluid {
    padding: 0 2px
}

.gallery_section .row {
    margin: 0 -2px
}

.gallery_section .row .col-md-4 {
    padding: 10px 10px;
}

.gallery_section {
    margin: 0px auto;
    width: 100%;
    text-align: center;
    background-color: #f2f2f2;
    padding-top: 60px;
    padding-bottom: 50px;
}

.gallery-txt {
    position: relative;
    text-align: right;
    margin-top: -26px;
}

.inner-txt {
    border: 2px solid #fff;
    padding: 2px 5px;
    color: #fff;
    margin: 5px;
    font-size: 10px;
    visibility: hidden;
}

textarea.form-control {
    resize: none
}

.disclaimer {
    margin: 80px 0 50px 0;
    padding: 20px;
}

.disclaimer h4 {
    margin: 0;
    padding-bottom: 10px;
    color: #000;
    font-weight: 600
}

.disclaimer p {
    padding-bottom: 25px;
    margin: 0;
    color: #555
}

.bid-site-visit {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
    z-index: 999;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: none
}

.bid-site-visit .expert-advice {
    width: 41%;
    float: left;
    padding: 5px 0;
    text-decoration: none;
    color: #f7ad01
}

.bid-site-visit .expert-advice:first-child {
    border-right: 1px solid rgba(0, 0, 0, 1);
}

.bid-site-visit .expert-advice img,
.bid-site-visit .btn-in img {
    margin: 0 auto 5px;
    display: block;
}

.bid-site-visit .btn-in {
    width: 50%;
    padding: 10px 0
}

/*Responsive*/
@media (max-width:1650px) {

    /* .banner-text{left:30px;top:50%;-webkit-transform:translateY(-50%); transform:translateY(-50%);} */
    .banner-section form {
        right: 70px;
    }

    .banner-section form {
        width: 280px;
    }

    .form-box .form-control {
        height: 34px;
        font-size: 13px;
    }

    .top-logo img {
        width: 150px;
    }
}
  .banner-text .premium {
        color: #fdb911;
        font-size: 35px;
        text-shadow: 2px 1px 1px #000;
    }

.banner-section form {
        top: 40%;
    }
    .banner-text p {
        font-size: 32px;
    text-shadow: 2px 2px 1px #000;
    }

@media (max-width:1199px) {
    .navbar-default .navbar-toggle {
        border-radius: 50%;
        width: 42px;
        height: 42px;
        background: #fdb911;
        border-color: #fdb911;
        padding: 0 0 0 11px;
        margin: 18px 15px 0 0;
    }

    .navbar-default .navbar-toggle .icon-bar {
        width: 18px;
        background-color: #fff;
    }

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background: #000;
        border-color: #000;
    }

    .close_menu {
        display: block;
        text-align: right;
    }

    .close_menu a {
        background: #f00;
        border-radius: 0 0 0 10px;
        color: #fff;
    }

    .navbar-default .navbar-collapse {
        position: fixed;
        top: 0;
        bottom: 0;
        left: -215px;
        width: 200px;
        background: #1b1d29;
        padding: 0;
        margin: 0;
        z-index: 105;
        display: block !important;
        height: 100% !important;
        -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;
    }

    .navbar-default .navbar-collapse.in {
        left: 0;
    }

    .navbar-default .navbar-nav {
        padding: 0;
        margin: 20px 0;
        border-bottom: 1px solid #282b3e;
        border-top: 1px solid #121217;
    }

    .navbar-default .navbar-nav>li {
        padding: 0;
    }

    .navbar-default .navbar-nav>li>a {
        color: #fff;
        padding: 10px 15px;
        border-top: 1px solid #282b3e;
        border-bottom: 1px solid #121217;
    }

    .navbar-default .navbar-nav>li>a:hover,
    .navbar-default .navbar-nav>li>a:focus,
    .navbar-default .navbar-nav>li>a.active {
        background-color: #f7ad01;
        color: #000;
    }

    .about-img {
        width: 332px;
        max-width: 100%;
        margin-right: 30px
    }

    .aboutus-sec h2 {
        font-size: 24px;
    }

    .about-img:before {
        left: -30px;
        top: -30px;
        border-width: 4px;
    }

    .floor-plan-list {
        margin-bottom: 15px;
    }

    #gallery-slider {
        margin-bottom: 60px;
        max-width: 500px;
        margin: 0 auto 15px;
    }

    .bottom-contact {
        padding-bottom: 15px;
    }

    .section-title {
        font-size: 26px;
    }

    .floorplan-sec .intro,
    .payment-plan-sec p .text-danger {
        font-size: 16px;
    }

    .spec_title,
    .ament-cont h4 {
        font-size: 18px;
    }

    .spec_bull,
    .payment-plan-sec ul li {
        font-size: 14px;
    }

    .thankyou-page .navbar-header {
        float: left;
    }

    .new-section .one-five {
        width: 33.33%;
    }

    .other-product {
        padding-right: 0;
    }

    .similar-projects.other-productt {
        padding-right: 0;
    }

    .products-section {
        padding: 80px 0 50px 0
    }

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

    .products-section .row .fulldevices:nth-child(2n+1) {
        clear: both
    }

    .features-section .row>div {
        padding: 6px
    }

    .products-content {
        min-height: 154px
    }

    .products-content ul li br {
        display: none
    }

    .general-information h2 {
        font-size: 24px
    }

    .alert-section {
        text-align: center
    }

    .alert-section .line-left-content,
    .alert-section p {
        float: none;
        padding: 0 0 10px 0
    }

    .alert-section .line-right-content {
        float: none;
    }

    .banner-text .premium {
        color: #fdb911;
        font-size: 30px
    }

    .banner-text p {
        font-size: 30px
    }

    .products-section .row .fulldevices .products-content:first-child {
        margin-top: -40px;
        border-bottom: 3px solid #ff9c0d;
        border-right: none;
        border-left: none;
        border-radius: 0 0 9px 9px;
        margin-left: 10px;
        margin-right: 10px;
        border-top: none;
        padding: 10px;
        border-bottom: 3px solid #ff9c0d;
        border-right: 3px solid #ff9c0d;
        border-left: 3px solid #ff9c0d;
        position: relative;
        z-index: 99;
        min-height: 210px
    }

    .flmingo-content {
        bottom: 12px
    }
}


@media (max-width:991px) {

    .navbar>.container .navbar-brand {
        margin-left: 20px;
    }

    .am-sec {
        text-align: center;
        padding: 2px 0px;
        margin: 1px 0;
    }

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

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


    /*.banner-section{padding:60px 0 30px; background-size: cover; min-height:1px;}
    .banner-text{position: static; width:75%;  margin:0 auto 50px; -webkit-transform: translateY(0); transform: translateY(0);}
    .banner-section form{position: static; margin:0 auto; padding:20px; -webkit-transform: translateY(0); transform: translateY(0);}
    .banner-section form h3{margin-left:-20px; margin-right:-20px; }*/

    .banner-text {
        padding: 15px 20px 15px;
        border-radius: 0px;
        /*  background:#fff;   */
        box-shadow: none;
        position: static;
        text-align: center;
        width: 65%;
        border-radius: 15px;
        margin: 0 auto 20px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .banner-text .premium {
        color: #fdb911;
        font-size: 26px
    }

    .banner-text p {
        font-size: 26px
    }

    .banner-section ul li {
        padding-left: 0
    }

    .banner-section.flamingo-banner {
        padding: 20px 0
    }

    /* .banner-section:before{position:absolute;content:'';top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.7)} */
    .banner-section ul li:before {
        display: none
    }

    /* .banner-section, .banner-section.flamingo-banner{background:none; padding-top:0;} */
    .banner-section h2 {
        font-size: 19px;
    }

    .banner-section form {
        position: static;
        margin: 0 auto;
        padding: 20px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .banner-section form h3 {
        margin-left: -50px;
        margin-right: -50px;
    }

    .main-banner-img {
        max-width: 100%;
    }

    .right-form {
        z-index: 105;
    }

    .section-title:before,
    .section-title:after {
        display: none;
    }

    .aboutus-sec,
    .floorplan-sec,
    .amenities,
    .specifications-sec,
    .amenities-section,
    .payment-plan-sec,
    .happiness-sec,
    .gallery-sec,
    .location-map-sec,
    .top-main,
    .features-section {
        padding: 30px 0;
    }

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

    .specifications-sec,
    .gallery-sec {
        padding-bottom: 10px;
    }

    .about-img:before {
        left: -24px;
        top: -24px;
    }

    .get-call-back {
        top: 87%
    }

    .owl-carousel .owl-nav .owl-prev {
        left: 0;
        border-radius: 3px;
    }

    .owl-carousel .owl-nav .owl-next {
        right: 0;
        border-radius: 3px;
    }

    .new-section .one-five {
        width: 50%;
    }

    .main-banner-img {
        display: block;
    }

    .features-section .row>div {
        padding: 0px
    }

    .gallery_section,
    .products-section,
    .alert-section {
        padding: 30px 0
    }

}

.banner-mobile-form.banner-section {
    display: none
}

@media (max-width:767px) {
    .youtube-video iframe {
   
    height: 209px;
    border-radius: 10px;
}


.form-box .form-control{
    color: #fff;
}
    .am-list ul li {
        width: 43%;
        display: inline-flex;
        vertical-align: top;
        text-transform: capitalize;
        font-size: 12px;
        padding: 5px 0px 0px 0px !important;
        margin-bottom: 4px;
        margin-right: 15px;
    }

    .am-list ul {
        padding-left: 0px;
    }

    .feature-img img {
        margin-top: 20px;
    }

    .banner-section form {
        /* display: none */
            margin-top: 2rem;
    }

    .banner-mobile-form.banner-section {
        /* display: block; */
    }

    .banner-mobile-form form {
        display: block
    }

    .banner-mobile-form.banner-section {
        background: none;
        min-height: auto;
        margin: 0;
        padding: 25px 0
    }

    .about-img {
        float: none;
        margin: 0 auto 20px;
        width: auto
    }

    .floor-plan-list {
        max-width: 300px;
        margin: 0 auto 15px;
    }

    .bottom-contact {
        overflow: hidden;
    }

    .bottom-contact form {
        margin: 20px -15px -15px;
        padding: 20px 15px;
    }

    .top-main {
        text-align: center;
        padding-top: 30px;
    }

    .top-main .visible-xs {
        display: inline-block !important;
    }

    .payment-plan-sec .btn-primary {
        width: 100%;
        margin-top: 15px;
        min-width: 1px;
    }

    .location-img {
        height: 310px;
    }

    .floor-plan-list {
        height: 280px;
        overflow: hidden;
    }

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

    .products-content {
        margin-left: 0;
        margin-right: 0
    }

    .copyright {
        padding: 20px 0 60px
    }

    .thankss.copyright {
        padding: 20px 0 20px
    }

    /* .copyright{padding-bottom:60px;} */

    .thanksyou-section {
        padding-top: 120px;
        padding-bottom: 48px;
    }

    .thanksyou-section .thanks {
        font-size: 28px;
        padding-bottom: 5px;
    }

    .thanksyou-section i {
        font-size: 42px;
        padding-bottom: 15px;
    }

    .thankyou-page footer {
        height: 38px;
        padding: 10px 0;
        margin-top: -38px;
        font-size: 13px;
    }

    .top-main .hidden-xs {
        display: none !important;
    }

    .top-main .visible-xs {
        display: inline-block !important;
    }

    .features-section .row>div {
        display: block
    }

    .banner-text {
        width: 100%;
        bottom: 0;
        top: auto;
        left: 0;
        right: 0;
        position: inherit;
        margin-bottom: 0;
        border-radius: 0;
        background-color: rgba(0, 0, 0, 0.8)
    }

    .banner-text .premium {
        color: #fdb911;
        font-size: 22px
    }

    .banner-text p {
        font-size: 22px
    }

    .banner-text .top-form {
        display: block;
        margin: 6px 0 0 0
    }

    .banner-text .top-form span {
        display: block;
        text-align: center;
        color: #fff;
        font-size: 18px;
        font-weight: 500;
    }

    .banner-text .top-form span .fa {
        color: #fff;
        font-size: 22px
    }

    .aboutus-sec h3 {
        font-size: 20px
    }

    .flmingo.products-content ul li {
        font-size: 14px
    }

    .flmingo-content {
        bottom: 10px
    }

    .flmingo-content ul li {
        font-size: 16px
    }

    .flmingo-content {
        padding: 2px 10px
    }

    .bid-site-visit {
        display: block
    }

    .banner-section {
        min-height: calc(100vh - 130px);
    }

    .about-content {
        top: 0px;
        left: 0px;
        border-radius: 0 0px 9px 9px;
        border-bottom: 3px solid #ff9c0d;
        border-right: 1px solid #ff9c0d;
        border-left: 1px solid #ff9c0d;
        border-top: 1px solid transparent;
        margin-top: -35px;
        margin-left: 10px
    }



}

@media (max-width:664px) {
    .products-content {
        margin-left: 10px;
        margin-right: 10px;
        min-height: auto
    }

    .products-section .row .fulldevices {
        width: 100%
    }

    .products-section .products-image img {
        width: 100%
    }

    .banner-text p {
        font-size: 20px
    }

    .products-section .row .fulldevices .products-content:first-child {
        margin-top: -40px;
        border-bottom: 3px solid #ff9c0d;
        border-right: none;
        border-left: none;
        border-radius: 0 0 9px 9px
    }

    .products-section .row .fulldevices:nth-child(2n+1) {
        clear: none
    }

    .coming .p-name {
    font-size: 18px;
}
.coming .p-name strong {
    font-size: 1.8rem;
}



}

@media (max-width:640px) {
    .similar-projects.other-productt .pulldevices {
        width: 100%;
        margin-bottom: 15px
    }

    .similar-projects.other-productt .pulldevices:last-child {
        margin-bottom: 0px
    }

    .top-main p {
        font-size: 18px
    }
}

@media (max-width:600px) {
    .features-section ul li {
        width: 100%;
    }

    .header-right a span {
        display: none;
    }

    .other-product h4 {
        font-size: 18px;
    }

    .similar-projects.other-productt h4 {
        font-size: 18px;
    }

}

@media (max-width:568px) {
    .top-main p {
        font-size: 16px
    }

    .banner-text {
        width: 100%;
        border-radius: 0
    }

    .banner-text .premium {
        color: #fdb911;
        font-size: 18px
    }

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

    .about-content .construction {
        font-size: 16px;
        width: 302px
    }
}

@media (max-width:500px) {
    .location-img {
        height: 210px
    }

    .new-section .one-five {
        width: 100%;
    }

    .flmingo-content ul li {
        padding-bottom: 0;
        font-size: 14px
    }
}

.about-content img {
    display: none
}

.about-content .gallery-txt {
    display: none
}

.aboutus-sec .mplots {
    display: none
}

.banner-text h3 {
    display: none
}

.aboutus-sec p strong span.dot {
    display: none
}

@media (max-width:420px) {
    .navbar-brand>img {
        max-height: 64px;
    }

    .navbar-default .navbar-toggle {
        margin-top: 3px;
    }

    .navbar>.container .navbar-brand {
        margin-left: 0px
    }

    .navbar-brand>img {
        width: 160px;
        padding: 5px 0;
    }

    .banner-section {
        margin-top: 47px
    }

    .banner-section.flamingo-banner {
        padding: 40px 0
    }

    .banner-section form {
           width: 100%;
    background-color: #000000a6;
    box-shadow: none;
    overflow: hidden;
    margin-bottom: 25px;
    padding: 18px;
    border-radius: 0;
    border: 1px solid #fff;

    }

    .banner-section form h3 {
        font-size: 16px;
        
    }

    .aboutus-sec h2 {
        display: none
    }

    .aboutus-sec .mplots {
        display: block;
        margin: 0 0 10px 0;
        text-transform: uppercase
    }

    .about-content h3 {
        display: block
    }

    .form-box span {
        /*display: none*/
    }

    .banner-mobile-form .form-box .form-control {
        border: 1px solid rgba(0, 0, 0, 0.4);
        height: 38px;
        font-size: 14px;
    }

    .banner-mobile-form .form-box .form-control::-webkit-input-placeholder,
    .banner-mobile-form .form-box .form-control::-moz-input-placeholder,
    .banner-mobile-form .form-box .form-control::-ms-input-placeholder,
    .banner-mobile-form .form-box .form-control::input-placeholder {
        color: rgba(0, 0, 0, 1)
    }

    .aboutus-sec h2 {
        font-size: 20px;
    }

    .amen-img {
        float: none;
        margin-bottom: 15px;
    }

    .location-img {
        height: 230px;
    }

    .footer-about {
        margin-top: 25px;
    }

    .bottom-contact .devicefull {
        width: 100%;
    }

    .bottom-contact form {
        padding: 20px;
    }

    .happiness-sec .img-box {
        padding: 5px 10px;
    }

    .payment-plan-sec h4 {
        font-size: 16px;
    }

    .further-assistance,
    .quality-certifications {
        display: none
    }

    .possession.further-assistance {
        display: block
    }

    .about-content .construction {
        font-size: 14px;
        width: 248px;
        display: block;
        padding: 5px 5px
    }


    .right-form {
        width: 250px;
        right: -250px;
    }

    .right-form.active {
        right: 0;
    }

    .about-img:before {
        top: -20px;
        left: -20px;
        display: none
    }

    .about-img img {
        display: block
    }

    .aboutus-sec h4 {
        text-align: center
    }

    .about-img .gallery-txt {
        display: none
    }

    .about-content img {
        display: block
    }

    .about-content .gallery-txt {
        display: block
    }

    .about-content .consd {
        display: none
    }

    .aboutus-sec .about-content p:nth-child(1) {
        margin: -30px 0 0 0
    }

    .aboutus-sec .about-content .getbest {
        margin: 0;
    }

    .aboutus-sec .about-content .getbest span {
        display: inline
    }

    .banner-section ul li,
    .aboutus-sec p {
        font-size: 14px;
    }

    .floorplan-sec .pulldevices,
    .gallery-sec .pulldevices {
        width: 100%
    }

    /* .products-section .row .fulldevices:nth-child(3), .products-section .row .fulldevices:nth-child(4), .products-section .row .fulldevices:nth-child(5), .products-section .row .fulldevices:nth-child(6){display:none} */
    .gallery_section {}

    .features-section .general-information ul li {
        display: none
    }

    .features-section .general-information ul li:nth-child(1),
    .features-section .general-information ul li:nth-child(4),
    .features-section .general-information ul li:nth-child(7),
    .features-section .general-information ul li:nth-child(10),
    .features-section .general-information ul li:nth-child(12) {
        display: block
    }

    .features-section .general-information.amenities ul li {
        display: none
    }

    .features-section .general-information.amenities ul li:nth-child(1),
    .features-section .general-information.amenities ul li:nth-child(2),
    .features-section .general-information.amenities ul li:nth-child(3),
    .features-section .general-information.amenities ul li:nth-child(6),
    .features-section .general-information.amenities ul li:nth-child(9) {
        display: block
    }

    .features-section .row>div {
        border: 6px solid #c0c0c0;
    }

    .features-section .row>div:first-child {
        background-color: #fbfafe;
    }

    .features-section ul li:before {
        color: #fff
    }

    .features-section .amenities ul li:before {
        color: #000
    }

    .payment-plan-sec .table-bordered>thead>tr>th {
        font-size: 14px;
    }

    .payment-plan-sec .table-bordered>tbody>tr>td {
        font-size: 13px;
    }

    .header-right {
        margin-top: 5px;
    }

    .header-right img {
        width: 35px;
        margin-right: 0;
    }

    .banner-section form h3 {
        margin: 5px 0px 10px;
    }

    .banner-section form h3:before,
    .banner-section form h3:after {
        display: none;
    }

    .footer-about h2,
    .bottom-contact form h2 {
        font-size: 18px;
    }

    .footer-about h4 {
        font-size: 16px;
    }

    .bottom-contact form h2 small {
        font-size: 14px;
    }

    .banner-text {
        top: 100%;
        bottom: 0;
        min-height: fit-content;
        background-color: #fff
    }

    .banner-text p,
    .banner-text .top-form span {
        color: #fff
    }

    .banner-text .top-form span a {
        color: #ff9812
    }

    .banner-text p br {
        display: none
    }

    .banner-section {
        min-height: 180px
    }

    .about-content h4 {
        display: none
    }

    .aboutus-sec .getbest strong span.dot {
        display: inline-block
    }


    .other-product .pulldevices {
        width: 50%;
    }

    .pro-list {
        font-size: 14px;
    }

    .other-product .col-md-4:nth-child(1) .pro-list,
    .other-product .col-md-4:nth-child(4) .pro-list,
    .other-product .col-md-4:nth-child(5) .pro-list {
        background: #244a69;
        color: #fff;
    }

    .other-product .col-md-4:nth-child(2) .pro-list,
    .other-product .col-md-4:nth-child(3) .pro-list,
    .other-product .col-md-4:nth-child(6) .pro-list {
        background: #f7ad01;
        color: #000;
    }

    .pro-list img {
        height: 60px;
    }

    /*  .other-product .pulldevices{width:50%;} */
    .similar-projects.other-productt.pro-list {
        font-size: 14px;
    }

    .similar-projects.other-productt .col-md-4:nth-child(1) .pro-list,
    .similar-projects.other-productt .col-md-4:nth-child(4) .pro-list,
    .similar-projects.other-productt .col-md-4:nth-child(5) .pro-list {
        background: #244a69;
        color: #fff;
    }

    .similar-projects.other-productt .col-md-4:nth-child(2) .pro-list,
    .similar-projects.other-productt .col-md-4:nth-child(3) .pro-list,
    .similar-projects.other-productt .col-md-4:nth-child(6) .pro-list {
        background: #f7ad01;
        color: #000;
    }

    .aboutus-sec h3 {
        font-size: 16px;
        margin: 10px 0
    }

    .top-main p {
        font-size: 14px
    }

    .copyright p span {
        display: block;
        margin-left: 0
    }

    /* .pro-list img{height:60px;} */
    .gallery_section .row .galleryimgfull {
        width: 100%
    }

    .copyright a {
        display: block;
        margin-left: 0;
        padding: 5px 0;
    }

    .banner-text h1 {
        
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        margin: 0 0 10px 0
    }

    .banner-text {
        padding: 25px 15px 20px;
        background-color: #00000000;
    }

    .banner-text .top-form span .fa {
        color: #000
    }

    .banner-mobile-form.banner-section {
        margin: 1px 0 0 0;
        padding: 0 0 20px 0
    }

    .banner-text .premium {
        color: #ff9812
    }

    .possession.further-assistance.alert-section {
        background-color: #244a69
    }

    .bottom-contact {
        margin-top: 0px
    }

    .products-section {
        margin-top: 1px
    }

    .location-map-sec {
        margin-top: 0px
    }

    .possession.further-assistance.alert-section h3 {
        font-size: 21px
    }

    .possession.further-assistance.alert-section span {
        font-size: 20px
    }


}



@media (max-width:375px) {
    .banner-mobile-form.banner-section {
        margin: 10px 0 0 0
    }

    .about-content,
    .products-content {
        margin-left: -10px;
        margin-right: -10px
    }

    .products-section .row .fulldevices .products-content:first-child {
        margin-left: -10px;
        margin-right: -10px
    }
}


@media (max-width: 720px) {
    .banner-section {
        z-index: -1;
    }
.banner-section.flamingo-banner {
    background: url(../img/orchards.webp);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
}
    .hide_on_mob {
        opacity: 0;
        display: none;
    }

    .banner-mobile-form.banner-section {
        z-index: 9;
        text-align: center;
        /* margin-top: 172px; */
        border-bottom: 1px solid grey;
    }

    .banner-mobile-form.banner-section h3 {
        margin-bottom: 20px;
    }

    .banner-mobile-form h3 {
        margin-top: 22px;
        float: left;
        width: 100%;
    }


}


.footer-bottom-text {
    border-top: 1px solid #ffffff;
    padding: 10px 0px 10px;
    background-color: #000;
}

.footer-bottom-text p {
    color: #c1c1c1;
    padding: 0px 6px;
    margin-bottom: 0px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.3px;
}

.footer-bottom-text p a {

    color: #dd7728;
}

.footer-bottom-text p a:hover {
    text-decoration: none;
}

ul.list-style {
    padding: 0px;
}

ul.list-style li {
    border-bottom: 1px solid #e6e6e6;
    padding: 7px 3px;
    list-style: none;
    border-radius: 4px;

}

ul.list-style li::before {
    content: "✔";
    margin-right: 8px;
    color: rgb(0, 90, 172);
}



@media (max-width: 767px) {
    .footer-bottom-text p {
        padding: 0px 6px;
        margin-bottom: 0px;
        line-height: 20px;
        text-align: center;
        letter-spacing: 0px;
        font-size: 11px;
    }
    .enq-btn a{
        font-size: 1.3rem;
    }
    
    .products-content ul br{
        display: none;
    }

    .footer-bottom-text {
        padding: 10px 0px 65px;
        background-color: #000;
    }

    .disclaimer h1 {
        font-size: 21px;
    }

    .disclaimer {
        margin: 35px 0 0px 0;
        padding: 6px;
    }

    .footer-bottom-text .container {
        padding: 0;
    }
}



@media (min-width: 768px) {
    .modal-dialog {
        /*width: 95%;*/
        margin: 30px auto;
        position: relative;
        top: 54px;
    }
}

@media (max-width: 768px) {
    .modal-dialog {
        width: 90%;
        margin: 30px auto;
        position: relative;
        top: 100px;
    }

    .modal-title {
        font-size: 16px !important;
    }
    .letsfind-bx { padding: 24px 10px; background: #fa9c1c; text-align: center;border-radius: 14px 14px 0 0;}
   .coming h2 {
    margin: 0;
    font-size: 21px;
    display: block;
    
}
.coming .p-name strong {
    font-size: 2.8rem;
}
.letsfind-bx h3 {
    font-size: 17px;
    }
    .coming h4 {
    font-size: 2.4rem;
    margin-bottom: 1rem;
}
.p-amen .limited-u {
    margin-top: 2rem;
}

.get-touch-btn {
    width: 100%;
    text-align: center;
    margin-right: 0;
    font-size: 16px;
    display: inline-block;
    float: none;
    margin-top: 14px;
    position: inherit;
}
.p-amen p {
    font-size: 17px;
    margin: 5px 0px;
}






}


.w-100 {
    width: 100%;
}

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

.plus-captcha {
    display: flex;
}

.plus-captcha .plus-text {
    margin: 5px 5px;
    display: flex;
    align-items: center;
}

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

.bot-text {
    margin-bottom: .4rem;
}

.contact .contact-form .plus-captcha p span {
    display: initial;
}

.right-form .plus-captcha .plus-text {
    margin: 0 5px;
    display: flex;
    align-items: center;
    background-color: transparent;
    font-size: 16px;
    padding: 0;
    color: #fff;
}

.banner-mobile-form .form-box .plus-captcha p {
    color: #000;
}

.banner-mobile-form .form-box .plus-captcha span {
    display: block;
    color: #000;
}

.bottom-contact .plus-captcha .plus-text {
    color: #000;
    font-weight: 600;
}
.enquireenquire{
        margin-top: 1.7rem;
    }

    .section-title:before{
        display: none;
    }
    .section-title:after{
        display: none;
    }
    .modal{
            z-index: 99999;        
    }
	.lazoloade tr,th, td {
    text-align: inherit;
    border: 1px solid !important;
}
