@import url(commons.css);
@import url(cmxform.css);
* {
    margin: 0;
    padding: 0
}

.common_section,
.feat_price,
.feature_div,
.feature_img,
.footer_credits,
.footer_sec,
.main_footer,
.price_div,
.specs_div {
    width: 100%;
    float: left
}

a,
a:focus,
a:hover {
    text-decoration: none;
    color: inherit
}

body {
    background: #fff;
    font-family: museo_sans300;
    font-size: 12px;
    font-weight: 400;
    position: relative;
    color: #757870;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.feature_div {
    height: 100vh;
    max-height: 700px;
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden
}

.feature_img {
    height: 100%
}

.feature_text p.feature_list {
    font-family: museo_sans900;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    text-transform: uppercase
}

.feature_text p.feature_list a {
    padding: 10px
}

.feature_text p.feature_list a:hover {
    background: rgba(216, 216, 216, .73);
    border-radius: 6px
}

.home_main {
    background: #4b4b4b url(../images/home_face.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.amenities_main {
    background: #4b4b4b url(../images/amenities/pool.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.golf_main {
    background: #4b4b4b url(../images/golf/golf_main.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.master_main {
    background: #4b4b4b url(../images/masterplan/masterplan.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.locations_main {
    background: #4b4b4b url(../images/locations/locations.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.home_golf {
    background: #4b4b4b url(../images/home_golf.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.nature_main {
    background: #4b4b4b url(../images/nature/ecology.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.infra_main {
    background: #4b4b4b url(../images/infrastructure/infrastructure_bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.villas_div {
    position: absolute;
    top: 50%;
    width: 211px;
    margin: 0 auto;
    display: table;
    left: 0;
    right: 0;
    z-index: 3;
    color: #fff
}

.villa_top_main {
    width: 100%;
    display: table;
    float: left;
    position: absolute;
    bottom: 0;
    height: 175px
}

.feature_text {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 3;
    height: 310px;
    text-align: center;
    color: #fff;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .77) 100%)
}

.feature_text.home_logo {
    height: 230px!important
}

.infra_text {
    height: 250px
}

.feature_text h2 {
    font-size: 32px;
    text-align: center;
    line-height: 44px;
    letter-spacing: 1px;
    color: #fff
}

.feature_spec_sep {
    background: 0 0
}

.feature_text img,
.villas_div img {
    height: 45px;
    width: 211px
}

.feature_text h1 {
    font-family: museo_sans700;
    font-size: 55px;
    letter-spacing: 2px;
    color: #fff;
    padding: 30px 0
}

.feature_text h6 {
    font-family: museo_sans700;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    margin: 30px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-bottom: 1px solid #fff
}

.feature_text h6.golf {
    width: 40px;
    margin: 0 auto
}

.feature_text p {
    font-family: museo_sans300;
    font-size: 20px;
    text-align: center;
    line-height: 20px;
    color: #fff
}

.feature_text p.nat_desc {
    width: 580px;
    font-family: museo_sans300;
    font-size: 13px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    margin: 0 auto
}

.feature_nav {
    width: 500px;
    margin: 0 auto;
    display: table
}

.feature_nav_childs {
    width: 100%;
    float: left;
    text-align: center;
    height: auto;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    display: flex
}

.feature_nav_childs img {
    width: 12px;
    float: left
}

.feature_nav_childs h3 {
    width: 180px;
    text-align: left;
    padding-left: 20px;
    float: left;
    font-family: museo_sans700;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff
}

.container {
    width: 1024px;
    margin: 0 auto;
    display: table
}

.specs_div {
    margin: 40px 0;
    padding: 20px 40px;
    height: 342px
}

.specs_img {
    border-radius: 5px;
    width: 500px;
    float: left;
    height: 100%;
    position: relative
}

.specs_text.the_pro {
    width: 450px
}

.specs_text {
    margin-left: 30px;
    width: 470px;
    float: left;
    height: 100%
}

.no_top_mar {
    margin-top: 0
}

.the_project {
    background: url(../images/home_main.jpg) no-repeat center center;
    background-size: cover
}

.cousre_5 {
    background: url(../images/villa/course_5bhk/main_img.jpg) no-repeat center center;
    background-size: cover
}

.cousre_3 {
    background: url(../images/villa/course_3bhk/main_img.jpg) no-repeat center center;
    background-size: cover
}

.prvte_4 {
    background: url(../images/villa/private_4bhk/main_imge.jpg) no-repeat center center;
    background-size: cover
}

.prvte_3a {
    background: url(../images/villa/private_3abhk/main_img.jpg) no-repeat center center;
    background-size: cover
}

.prvte_3b {
    background: url(../images/villa/private_3bbhk/main_img.jpg) no-repeat center center;
    background-size: cover
}

.the_clubhouse {
    background: url(../images/amenities/clubhouse.jpeg) no-repeat center center;
    background-size: cover
}

.the_rooms {
    background: url(../images/amenities/rooms.jpg) no-repeat center center;
    background-size: cover
}

.the_restaur {
    background: url(../images/amenities/restaurant.jpg) no-repeat center center;
    background-size: cover
}

.ameneties {
    background: url(../images/home_ameneties.jpg) no-repeat center center;
    background-size: cover
}


/* .location {
    background: url(../images/home_location.jpg) no-repeat center center;
    background-size: cover
} */

.the_course {
    background: url(../images/golf/golf_map.jpg) no-repeat center center;
    background-size: cover
}

.range_academy {
    background: url(../images/golf/golf-range.jpg) no-repeat center center;
    background-size: cover
}

.the_proshop {
    background: url(../images/golf/golf-shop.jpg) no-repeat center center;
    background-size: cover
}

.specs_head {
    height: 14px;
    line-height: 14px;
    width: auto;
    float: left;
    margin-bottom: 20px
}

.specs_head h5 {
    font-family: museo_sans700;
    font-size: 12px;
    color: #757870;
    font-weight: 100;
    text-transform: uppercase;
    border-bottom: 1px solid #757870
}

.specs_desc {
    line-height: 57px;
    width: 100%;
    float: left;
    margin-bottom: 60px
}

.specs_desc h3 {
    font-family: museo_sans700;
    font-size: 48px;
    line-height: 57px;
    color: #757870
}

.compass_bg p {
    font-family: museo_sans900;
    color: #fff;
    font-size: 10px;
    text-align: center
}

.specs_poin {
    line-height: 20px;
    width: 100%;
    float: left;
    margin-bottom: 52px
}

.specs_poin p {
    font-family: museo_sans300;
    font-size: 14px;
    color: #757870
}

.specs_list {
    line-height: 32px;
    width: 100%;
    float: left
}

.specs_list p {
    font-family: museo_sans300;
    font-size: 14px;
    color: #757870;
    letter-spacing: 2px;
    text-transform: uppercase
}

.specs_list p a {
    padding: 4px 6px
}

.specs_list p a:hover {
    background-color: rgba(216, 216, 216, .73);
    border-radius: 6px
}

.container .second_spec:last-child {
    margin-top: 0
}

.second_spec .specs_text {
    margin-left: 0;
    width: 400px
}

.second_spec .specs_img {
    width: 620px
}

.mainfooter,
.maintxt {
    display: block
}

.resfooter,
.restxt {
    display: none
}

.black_logo {
    display: none
}

.feature_sep .specs_poin {
    margin-bottom: 25px
}

.featu_spec_list {
    width: 100%;
    float: left
}

.featu_list {
    width: 50%;
    float: left
}

.featu_list_full {
    width: 100%;
    float: left;
    margin-top: 30px
}

.featu_list ol,
.featu_list_full ol {
    padding-left: 15px
}

.featu_list_full ol li {
    font-family: museo_sans500;
    font-size: 14px;
    line-height: 24px;
    color: #757870;
    margin-bottom: 30px
}

ol li {
    font-family: museo_sans700;
    font-size: 14px;
    line-height: 17px;
    color: #757870;
    margin-bottom: 10px
}

.feat_price {
    margin-bottom: 15px
}

.feat_price h4 {
    font-family: museo_sans900;
    font-size: 11px;
    line-height: 20px;
    color: #757870
}

.price_div {
    position: relative
}

.price_div p {
    height: 22px;
    font-family: museo_sans100;
    font-size: 18px;
    font-style: italic;
    line-height: 22px;
    color: #757870;
    width: auto;
    float: left
}

.price_div .night,
.price_div .per {
    font-size: 8px;
    font-style: italic;
    line-height: 8px;
    color: #757870;
    position: relative;
    left: 5px;
    top: 4px;
    width: auto;
    display: block
}

.price_div .per {
    font-family: museo_sans300
}

.price_div .night {
    font-family: museo_sans900
}

.dble_img {
    width: 50%;
    float: left;
    background: red;
    height: 100%;
    position: relative;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s
}

.dbl_img_1 {
    background: #4b4b4b url(../images/home_face.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.dbl_img_2 {
    background: #4b4b4b url(../images/villa/villa_2.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.dbl_img_1:hover,
.dbl_img_2:hover {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.villa_top {
    width: 100%;
    float: left;
    height: 155px;
    position: absolute;
    bottom: 0;
    z-index: 1
}

.villa_head {
    padding-bottom: 7px;
    text-align: center;
    border-bottom: 2px solid rgba(255, 255, 255, .5);
    width: 95%;
    margin: 0 auto
}

.villa_head h2 {
    font-family: museo_sans700;
    font-size: 32px;
    line-height: 44px;
    letter-spacing: 1px;
    color: rgba(177, 175, 175, .89)
}

.villa_top p {
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 2px 0 0;
    font-family: museo_sans500;
    font-size: 12px;
    text-align: center;
    line-height: 12px
}

.an_clr {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000 100%)
}

.dble_img:hover .villa_head h2 {
    color: #fff
}

.rm_type {
    height: 17px;
    width: 17px;
    line-height: 17px;
    background: #000;
    border-radius: 50%;
    float: right;
    position: relative;
    text-align: center;
    letter-spacing: 0;
    right: 18px;
    top: 5px;
    color: rgba(255, 255, 255, .5);
    font-size: 10px
}

.villa_buttons {
    height: 102px;
    width: 100%;
    float: left;
    position: absolute;
    bottom: 0;
    z-index: 1;
    align-items: center;
    display: flex;
    justify-content: center;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) -32%, #000 87%)
}

.villa_btn_sec {
    width: 230px;
    padding: 10px 0;
    text-align: center;
    background: rgba(255, 255, 255, .5);
    border-radius: 4px 4px 0 0;
    margin-left: 6px;
    position: relative;
    bottom: -20px;
    cursor: pointer
}

.villa_btn_sec_small {
    width: 150px
}

.villa_btn_sec.active,
.villa_btn_sec:hover {
    background: #fff
}

.villa_btn_sec.active .rm_type,
.villa_btn_sec:hover .rm_type {
    color: #fff
}

.bhk_type {
    width: 100%;
    float: left
}

.bhk_type h5 {
    font-family: museo_sans700;
    font-size: 48px;
    line-height: 57px;
    color: #757870;
    margin-bottom: 20px
}

.villa_btn_sec h5 {
    font-family: museo_sans500;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 3px;
    color: #000
}

.villa_btn_sec p {
    font-family: museo_sans500;
    font-size: 10px;
    line-height: 12px;
    color: #000
}

.specs_poin.bhk_spec_desc {
    margin-bottom: 0
}

.bhk_spec {
    width: 100%;
    float: left;
    margin-top: 30px;
    margin-bottom: 30px
}

.bhk_spec_child {
    width: 100%;
    float: left;
    padding: 8px 0;
    border-top: 1px solid #757870
}

.spec_name {
    width: 130px;
    float: left
}

.spec_name h5 {
    font-family: museo_sans700;
    font-size: 14px;
    line-height: 14px;
    color: #757870
}

.spec_name h5 span {
    font-family: museo_sans700;
    font-size: 10px;
    color: #757870
}

.spec_dmnsn {
    width: 270px;
    float: left
}

.spec_dmnsn h5 {
    font-family: museo_sans100;
    font-size: 36px;
    line-height: 30px;
    color: #757870
}

.spec_dmnsn h5 span {
    font-size: 14px;
    margin-left: 5px
}

.villa_spec_1 {
    height: 400px
}

.bhk_plan .bhk_type {
    text-align: center
}

.floor_plan_img {
    width: 100%;
    margin: 0 auto;
    float: left;
    text-align: center
}

.floor_plan_img img {
    position: relative;
    margin-bottom: 10px;
    width: 100%
}

.floor_tabs {
    width: 100%;
    float: left;
    margin-top: 50px;
    justify-content: center;
    align-items: center;
    display: flex
}

.floor_menu {
    width: 200px;
    border-radius: 5px;
    background: #f1f1f0;
    padding: 8px 0;
    text-align: center;
    color: #fff;
    font-family: museo_sans700;
    margin-left: 30px;
    font-size: 21px;
    line-height: 29px;
    color: #757870;
    cursor: pointer;
    border: 1px solid #f1f1f0;
    position: relative;
    margin-bottom: 20px
}

.floor_menu.active,
.floor_menu:hover {
    background: #fff;
    border: 1px solid #757870
}

.floor_menu.active:before {
    bottom: -20px;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(120, 117, 112, 0);
    border-top-color: #787570;
    border-width: 10px;
    margin-left: -10px
}

.thumbs_slider a img {
    border-radius: 6px
}

.bx_img,
.bx_img img,
.bx_slider_list img,
.thumbs_slider a img {
    height: 100%;
    width: 100%
}

.bx_img {
    position: relative
}

.desc_img {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 10%
}

.bx_img h3 {
    width: 500px;
    margin: 0 auto;
    padding: 10px;
    color: #000;
    color: #fff;
    font-family: museo_sans700;
    text-shadow: 0 0 20px #000;
    font-size: 48px;
    line-height: 48px;
    text-transform: lowercase
}

.slider_section {
    float: left;
    width: 100%;
    height: 100vh!important;
    display: block;
    position: relative
}

.slider_section_gallery {
    float: left;
    width: 100%;
    height: 93.94vh
}

.bx-wrapper .bx-controls-direction a {
    height: 60px!important;
    width: 60px!important;
    z-index: 999!important
}

.bx-wrapper .bx-next {
    background: url(../images/villa/right.svg) no-repeat!important;
    background-size: 30px 30px!important
}

.bx-wrapper .bx-prev {
    left: 20px!important;
    background: url(../images/villa/left.svg) no-repeat!important;
    background-size: 30px 30px!important
}

.black_bar,
.main_slider,
.thumbs_slider {
    float: left;
    width: 100%
}

.main_slider {
    padding: 70px 0 30px
}

.thumbs_slider a p {
    text-align: center
}

.thumbs_sec {
    width: 100%;
    float: left;
    margin-bottom: 30px
}

.thumbs_sec h5 {
    font-size: 18px;
    font-family: museo_sans500;
    float: left;
    width: 100%;
    text-align: center;
    padding-left: 20px
}

.black_bar {
    background: #000;
    height: 6vh;
    display: block;
    text-align: center;
    line-height: 3vh
}

.black_bar img {
    height: 20px;
    width: 20px
}

.intro_mask {
    height: 100vh;
    position: fixed;
    z-index: 9999;
    background: rgba(0, 0, 0, .5);
    width: 100%
}

.gal_div h1 {
    color: #fff;
    font-family: museo_sans700;
    font-size: 32px;
    letter-spacing: 1px;
    line-height: 44px;
    text-align: center
}

.black_bar p {
    color: #fff;
    font-family: museo_sans900;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: 1px
}

.thumbs_slider a {
    height: 90px;
    width: 180px;
    float: left;
    margin: 15px
}

.bx-viewport,
.bx-wrapper,
.bxslider {
    height: 100%!important;
    border: none!important;
    box-shadow: none!important;
    margin-bottom: 0!important
}

.slidesjs-container,
.slidesjs-control {
    float: left;
    width: 100%!important;
    height: 100vh!important
}

.slidesjs-control {
    z-index: 1
}

.slidesjs-slide img {
    width: 100%;
    object-fit: cover;
    height: 100vh;
    float: left
}

a.slidesjs-next,
a.slidesjs-play,
a.slidesjs-previous,
a.slidesjs-stop {
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    float: left;
    margin-right: 5px
}

a.slidesjs-next,
a.slidesjs-previous {
    width: 35px;
    height: 35px;
    bottom: 22.5vh;
    position: absolute;
    z-index: 555
}

a.slidesjs-next {
    background-image: url(../images/villa/right.svg);
    background-size: 17px 32px;
    right: 10px
}

a.slidesjs-previous {
    background-image: url(../images/villa/left.svg);
    background-size: 17px 32px;
    left: 40px
}

.mask {
    width: 100%;
    float: left;
    position: absolute;
    height: 100%;
    background: #000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000 100%);
    z-index: 2;
    height: 50vh;
    bottom: 0
}

.mask_1 {
    display: none
}

.img_head {
    position: absolute;
    top: 46%;
    text-align: center;
    color: #fff;
    width: 100%;
    float: left;
    font-family: museo_sans700;
    font-size: 48px;
    line-height: 48px
}

.img_subhead {
    position: absolute;
    top: 70%;
    text-align: center;
    color: #fff;
    width: 100%;
    float: left;
    font-family: museo_sans300;
    font-size: 17px;
    line-height: 20px
}

.slidesjs-next,
.slidesjs-previous {
    position: absolute;
    display: block
}

.slidesjs-pagination,
.slidesjs-play,
.slidesjs-stop {
    display: none
}

.tech_spec {
    width: 100%;
    float: left;
    height: auto;
    background: #fff;
    -moz-background: linear-gradient(0deg, #fff 77%, #ccc9c9 93%);
    -o-background: linear-gradient(0deg, #fff 77%, #ccc9c9 93%);
    -ms-background: linear-gradient(0deg, #fff 77%, #ccc9c9 93%);
    background: linear-gradient(0deg, #fff 77%, #ccc9c9 93%)
}

.inner_tech {
    padding: 32px
}

.inner_tech h3 {
    font-family: museo_sans700;
    font-size: 48px;
    text-align: center;
    line-height: 57px;
    color: #757870;
    margin-bottom: 15px
}

.inner_tech h4 {
    color: #757870;
    font-family: museo_sans300;
    font-size: 26px;
    line-height: 20px;
    text-align: center;
    width: 167px;
    margin: 0 auto;
    padding-bottom: 5px;
    border-bottom: 1px solid #757870
}

.spec_section {
    margin: 50px 0;
    width: 100%;
    float: left
}

.spec_child {
    width: 25%;
    float: left
}

.spec_child .elements_title {
    font-size: 16px
}

.spec_btn {
    height: 13px;
    line-height: 14px;
    width: 60px;
    margin: 0 auto;
    cursor: pointer;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    font-family: museo_sans700;
    font-size: 8px;
    text-align: center
}

.green_features_spec {
    width: 100%;
    float: left
}

.green_spec_head {
    color: #65b796;
    font-family: museo_sans300;
    font-size: 26px;
    line-height: 20px;
    text-align: center;
    margin: 40px 0 20px
}

.tech_page_head.page_head h2 {
    color: #757870;
    font-family: museo_sans700;
    font-size: 12px;
    line-height: 18px
}

.tech_page_head.page_head h2:after,
.tech_page_head.page_head h2:before {
    border-color: #757870;
    width: 460px
}

.spec_child .elements_info p {
    width: 100%;
    margin: 10px 0;
    font-size: 12px;
    text-align: center;
    line-height: 15px;
    color: #757870;
    float: left;
    height: 40px
}

.five_spec .spec_child {
    width: 20%
}

.coming_soon h2 {
    font-size: 40px;
    text-align: center
}

.three_spec .spec_child {
    width: 33.33%
}

h4.ext_cls {
    width: 110px;
    display: table
}

.tech_spec_two {
    width: 50%;
    margin: 0 auto 50px;
    float: none;
    display: table
}

.tech_spec_two .spec_child {
    width: 50%
}

.spec_child .element_icon {
    width: 120px;
    margin-bottom: 30px;
    min-height: 200px
}

.tiles_spec {
    position: relative
}

.tech_popup:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 43%;
    border-width: 15px;
    border-style: solid;
    border-color: #000 transparent transparent transparent
}

.tech_popup {
    width: 300px;
    position: absolute;
    opacity: .9;
    background: #000;
    bottom: 29px;
    left: -29px;
    border-radius: 6px;
    padding: 15px;
    z-index: 999;
    display: none
}

.points_tech,
.tech_body {
    width: 100%;
    float: left
}

.tech_body h1 {
    color: #fff;
    font-size: 20px;
    font-family: museo_sans700
}

.points_tech {
    margin: 15px 0 0
}

.points_tech h4 {
    font-size: 14px;
    color: #fff;
    text-align: left;
    width: 100%;
    border: none
}

.points_tech p {
    color: #959692
}

.floor_ind {
    position: relative
}

.prvt_4_div .floor_ind {
    position: relative;
    margin: 0 auto
}

.flr_type {
    cursor: pointer;
    width: auto;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 5px;
    font-family: museo_sans700;
    font-size: 8px;
    text-align: center;
    line-height: 9px;
    color: #fff;
    text-transform: uppercase;
    padding: 2px
}

.dble_villa {
    width: 100%;
    float: left;
    height: 100%;
    z-index: 10
}

.dble_mob .villa_buttons {
    background: 0 0
}

.dble_villa_res {
    display: none;
    float: left;
    width: 100%;
    position: absolute;
    height: 100%
}

.dbl_mob_1,
.dbl_mob_2 {
    position: absolute;
    height: 180px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000 100%);
    bottom: 180px
}

.dbl_mob_2 .villa_buttons {
    padding-bottom: 20px
}

.dbl_mob_2 {
    background: #000;
    bottom: 0
}

.dble_mob .villa_btn_sec h5 {
    font-size: 20px
}

.dble_mob .villa_head h2 {
    color: #fff;
    line-height: 30px
}

.dble_mob .rm_type {
    right: 3px
}

.dble_mob .villa_btn_sec {
    border-radius: 6px;
    left: -4px
}

.floor_mob {
    display: none;
    float: left;
    width: 100%;
    text-align: center;
    font-family: museo_sans700;
    font-size: 14px;
    line-height: 20px;
    color: #757870
}

.ajax_cont {
    width: 100%;
    float: left
}

.bhk_plan {
    float: left;
    width: 100%;
    margin-top: 20px
}

.flr_diagram {
    margin: 0 auto;
    position: relative;
    height: 80px;
    width: 20px
}

.flr_crclr {
    position: absolute;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: 0 0;
    border: 1px solid #000;
    bottom: 0
}

.flr_line {
    position: absolute;
    height: 50px;
    width: 1px;
    background: #000;
    bottom: 18px;
    left: 42%
}

.flr_dot {
    position: absolute;
    height: 6px;
    width: 6px;
    background: #757870;
    left: 36%;
    top: 6px
}

.flr_name {
    width: 100%;
    float: left;
    text-align: center;
    position: absolute;
    top: -18px;
    font-family: museo_sans900;
    font-size: 10px;
    line-height: 10px;
    text-transform: uppercase;
    color: #000
}

.flr_dec h4 {
    font-family: museo_sans900;
    font-size: 10px;
    text-align: center;
    line-height: 10px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 30px
}

.flr_dec p {
    font-family: museo_sans100;
    font-size: 20px;
    font-style: italic;
    line-height: 22px;
    color: #fff;
    position: relative
}

.flr_dec p .decimal {
    position: absolute;
    font-family: museo_sans100;
    font-size: 10px;
    font-style: italic;
    line-height: 12px;
    color: #fff;
    top: 0
}

.flr_dec p .sqft {
    position: relative;
    font-family: museo_sans900;
    font-size: 10px;
    font-style: italic;
    line-height: 12px;
    color: #fff
}

.flr_dec {
    position: absolute;
    width: 87px;
    height: 87px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .8);
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .5);
    z-index: 10;
    left: -21%;
    top: -35%;
    text-align: center;
    color: #fff;
    display: none
}

.floor_names {
    position: absolute;
    cursor: pointer
}

.stde {
    top: 19%;
    left: 7%
}

.stde .bdm_d {
    width: 70px
}

.extd {
    top: 31%;
    left: 20%
}

.jaccu {
    top: 36%;
    left: 28%
}

.alfre {
    bottom: 22%;
    left: 28%
}

.livin {
    top: 32%;
    right: 39%
}

.dinig {
    top: 20%;
    right: 36%
}

.kitchen {
    top: 22%;
    right: 43%
}

.utlty {
    top: 8%;
    left: 48%
}

.pow_rm {
    top: 37%;
    left: 49%
}

.back_ktch {
    top: 18%;
    left: 47%
}

.int_yard {
    top: 38%;
    left: 41%
}

.fyer {
    top: 34%;
    left: 35%
}

.int_yard_2 {
    top: 22%;
    left: 36%
}

.dck {
    bottom: 42%;
    left: 30%
}

.bdm1 {
    top: 39%;
    left: 30%
}

.bdm2 {
    top: 19%;
    left: 29%
}

.alfr_spa {
    top: 13%;
    left: 23%
}

.bth1 {
    top: 34%;
    left: 23%
}

.bth2 {
    top: 25%;
    left: 23%
}

.alfr_spa_2 {
    bottom: 42%;
    left: 23%
}

.dgu {
    bottom: 7%;
    right: 20%
}

.mud_rm {
    top: 36%;
    left: 13%
}

.maid_rm_1 {
    top: 16%;
    left: 13%
}

.maid_rm_1 .bdm_d {
    height: 30px
}

.maid_bth {
    top: 22%;
    left: 11%
}

.maid_bth .bdm_d {
    height: 30px;
    width: 80px
}

.maid_rm_2 {
    top: 29%;
    left: 13%
}

.maid_rm_2 .bdm_d {
    height: 30px
}

.ff_trc {
    top: 10%;
    right: 5%
}

.ff_trc .bdm_d {
    height: 305px;
    width: 75px
}

.ff_blcny {
    top: 10%;
    right: 13%
}

.ff_blcny .bdm_d {
    height: 142px;
    width: 94px
}

.ff_blcny_2 {
    bottom: 16%;
    right: 13%
}

.ff_blcny_2 .bdm_d {
    height: 142px;
    width: 94px
}

.bdm_d.ff_plan {
    height: 60px;
    width: 40px
}

.bdm3 {
    bottom: 30%;
    right: 28%
}

.mbdm1 {
    top: 20%;
    right: 28%
}

.wardrbe_1 {
    bottom: 16%;
    right: 42%
}

.wardrbe_2 {
    top: 15%;
    right: 39%
}

.bth3 {
    bottom: 20%;
    right: 49%
}

.mbth1 {
    top: 22%;
    left: 47%
}

.corrdr {
    bottom: 43%;
    left: 26%
}

.bdm4 {
    bottom: 22%;
    left: 16%
}

.froom {
    top: 27%;
    left: 17%
}

.bth4 {
    bottom: 34%;
    left: 5%
}

.ff_blcny_3 {
    top: 28%;
    left: 5%
}

.staircase {
    bottom: 39%;
    left: 29%
}

.staircase .bdm_d {
    height: 85px;
    width: 63px
}

.p5utly {
    top: 17%;
    left: 35%
}

.p5mt {
    top: 22%;
    left: 28%
}

.p5mr {
    top: 26%;
    left: 36%
}

.p5mur {
    top: 20%;
    left: 41%
}

.p5kit {
    top: 37%;
    left: 37%
}

.p5din {
    top: 52%;
    left: 40%
}

.p5str {
    bottom: 35%;
    left: 35%
}

.p5liv {
    bottom: 25%;
    left: 30%
}

.p5powr {
    top: 28%;
    left: 47%
}

.p5bthm {
    top: 19%;
    left: 51%
}

.p5bintc {
    top: 35%;
    left: 50%
}

.p5deck {
    bottom: 42%;
    left: 49%
}

.p5foyer {
    bottom: 26%;
    left: 48%
}

.p5entrc {
    bottom: 23%;
    left: 49%
}

.p5bed {
    top: 34%;
    right: 33%
}

.p5fbed {
    top: 31%;
    left: 14%
}

.p5fterr {
    bottom: 13%;
    left: 24%
}

.p5fbth {
    top: 17%;
    left: 35%
}

.p5fwwrb {
    top: 29%;
    left: 35%
}

.p5fmbth {
    top: 11%;
    right: 34%
}

.p5fmbrm {
    top: 28%;
    right: 12%
}

.p5deck1 {
    top: 15%;
    left: 14%
}

.p5liv3 {
    bottom: 26%;
    left: 37%
}

.p5fterr31 {
    top: 33%;
    left: 27%
}

.p5fbed3 {
    top: 27%;
    left: 31%
}

.p5fterr3 {
    bottom: 11%;
    left: 38%
}

.p5fbth3 {
    top: 14%;
    left: 46%
}

.p5fwwrb3 {
    top: 27%;
    left: 43%
}

.p5fmbth3 {
    top: 15%;
    right: 38%
}

.p5fmbrm3 {
    top: 28%;
    right: 26%
}

.p4salf {
    top: 31%;
    right: 28%
}

.p4sbdm {
    top: 15%;
    left: 32%
}

.p4sbth {
    top: 10%;
    left: 54%
}

.p4sww {
    top: 37%;
    left: 31%
}

.p4sterr {
    bottom: 28%;
    left: 36%
}

.p4mtn {
    top: 23%;
    left: 31%
}

.p4utly {
    top: 18%;
    left: 36%
}

.p4mr {
    top: 29%;
    left: 37%
}

.p4mur {
    top: 22%;
    left: 42%
}

.p4powr {
    top: 18%;
    left: 47%
}

.p4bthm {
    top: 25%;
    right: 42%
}

.p4bed {
    top: 33%;
    right: 34%
}

.p4kit {
    top: 36%;
    left: 37%
}

.p4str {
    bottom: 36%;
    left: 35%
}

.p4din {
    top: 45%;
    left: 41%
}

.p4bintc {
    top: 36%;
    left: 50%
}

.p4liv {
    bottom: 27%;
    left: 38%
}

.p4fbed {
    top: 19%;
    left: 33%
}

.p4fterr {
    bottom: 11%;
    left: 38%
}

.p4fbth {
    top: 16%;
    left: 45%
}

.p4fwwrb {
    top: 27%;
    left: 42%
}

.p4fmbth {
    top: 11%;
    right: 38%
}

.p4fmbrm {
    top: 28%;
    right: 31%
}

.bdm_d {
    height: 40px;
    width: 50px;
    border-radius: 5px;
    font-family: museo_sans700;
    background: #ccc;
    opacity: 0;
    font-size: 6px;
    line-height: 10px;
    text-align: center
}

.bdm_5 {
    width: 60px
}

.bdm_pop {
    position: absolute;
    width: 90px;
    height: 50px;
    opacity: .8;
    background: #000;
    top: -60px;
    border-radius: 6px;
    display: none
}

.bdm_pop h4 {
    font-family: museo_sans900;
    font-size: 10px;
    text-align: center;
    line-height: 10px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 5px
}

.bdm_pop p {
    font-family: museo_sans100;
    font-size: 14px;
    font-style: italic;
    line-height: 22px;
    color: #fff;
    position: relative;
    margin-top: 5px
}

.bdm_pop p .decimal {
    position: absolute;
    font-family: museo_sans100;
    font-size: 8px;
    font-style: italic;
    line-height: 12px;
    color: #fff;
    top: 0
}

.bdm_pop p .sqft {
    position: relative;
    font-family: museo_sans900;
    font-size: 8px;
    font-style: italic;
    line-height: 12px;
    color: #fff
}

.bdm_pop:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 10%;
    border-width: 6px;
    border-style: solid;
    border-color: #000 transparent transparent transparent
}

.feature_img img {
    height: 100%;
    width: 100%
}

.compass_bg {
    float: left;
    position: absolute;
    left: 60px;
    bottom: 30px
}

.compass_img {
    width: 42px!important;
    height: 46px!important
}

.compass_phase1 {
    left: 30px;
    bottom: 15px
}

.compass_phase2 {
    left: 10px;
    bottom: 15px
}

.mp_desc {
    width: 100%;
    float: left;
    margin-bottom: 60px;
    height: 100px;
    background-color: #e3e4e2;
    padding: 30px 0 15px;
    margin-top: -3px
}

.mp_desc_sec {
    width: 33%;
    float: left;
    border-right: 2px solid #787570;
    height: 100%
}

.mp_desc_child {
    width: 50%;
    float: left;
    padding-top: 15px
}

.mp_desc_child h2 {
    font-family: museo_sans700;
    font-size: 43px;
    line-height: 50px;
    color: #757870;
    text-align: center
}

.master_div {
    width: 350px;
    margin: 0 auto;
    position: absolute;
    z-index: 99;
    display: table;
    top: 50%;
    left: 39%;
    text-align: center
}

.master_div img {
    height: 45px;
    width: 211px
}

.master_div h1 {
    font-family: museo_sans700;
    font-size: 33px;
    letter-spacing: 2px;
    color: #fff;
    padding: 10px 0
}

.mp_desc_child p {
    font-family: museo_sans700;
    font-size: 14px;
    line-height: 17px;
    color: #757870;
    text-align: center;
    position: relative;
    top: -5px
}

.ms_bg {
    background: #1e1f17
}

.ms_div {
    height: 100vh
}

.materplan_img {
    position: relative
}

.phase_btn {
    position: absolute;
    width: 55px;
    height: 26px;
    background-color: rgba(255, 255, 255, .76);
    font-family: museo_sans700;
    font-size: 12px;
    line-height: 26px;
    color: #000;
    text-align: center;
    cursor: pointer
}

.phase_1 {
    top: 37%;
    left: 56%
}

.phase_2 {
    bottom: 13%;
    left: 29%
}

.phase_3 {
    top: 37%;
    right: 18%
}

.phase_4 {
    top: 37%;
    left: 31%
}

.phase_5 {
    bottom: 16%;
    right: 22%
}

.phase_6 {
    top: 48%;
    left: 24%
}

.phase_7 {
    top: 19%;
    left: 40%
}

.phase_8 {
    top: 5%;
    left: 44%
}

.horiz_cont {
    width: 100%;
    float: left;
    margin: 40px 0
}

.phase_popup {
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: 999;
    background: rgba(0, 0, 0, .9);
    position: fixed
}

.phase_sec {
    width: 1000px;
    margin: 40px auto 0;
    position: relative
}

.phase_sec .ac_enq {
    height: 20px;
    width: 20px;
    position: relative;
    top: 5px
}

.phase_sec img {
    width: 100%;
    height: 100%;
    border-radius: 8px
}

.phase_close {
    text-align: left;
    height: 30px;
    width: 100px;
    float: right;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 10px
}

.phase_value {
    width: 100%;
    float: left;
    margin: 0 0 15px
}

.phase_spec {
    position: absolute;
    width: 250px;
    left: 30px;
    top: 35%
}

.phase_spec h4 {
    font-family: museo_sans700;
    font-size: 14px;
    line-height: 17px;
    color: #fff
}

.phase_spec h6 {
    font-family: museo_sans900;
    font-size: 8px;
    line-height: 10px;
    color: #fff
}

.phase_spec .ph_range {
    font-family: museo_sans100;
    font-size: 20px;
    font-style: italic;
    line-height: 22px;
    color: #fff;
    position: relative;
    width: auto;
    float: left
}

.ph_dec {
    position: absolute;
    font-family: museo_sans100;
    font-size: 10px;
    font-style: italic;
    line-height: 12px;
    color: #fff;
    top: 0;
    left: 50px
}

.ph_sq {
    position: relative;
    font-family: museo_sans900;
    font-size: 10px;
    font-style: italic;
    line-height: 12px;
    color: #fff;
    left: 3px
}

.line {
    width: 25px;
    float: left;
    background: #fff;
    height: 1px;
    position: relative;
    top: 10px;
    margin: 0 5px 0 10px
}

.phase_no {
    border-bottom: 1px solid #fff;
    width: 100%;
    font-family: museo_sans700;
    font-size: 24px;
    line-height: 29px;
    color: #fff;
    margin-bottom: 15px
}

.page_head {
    width: 100%;
    float: left;
    padding: 23px 0;
    text-align: center
}

.page_head h2 {
    font-family: museo_sans700;
    font-size: 32px;
    line-height: 44px;
    color: #000;
    position: relative
}

.page_head h2:after,
.page_head h2:before {
    content: "";
    position: absolute;
    border-bottom: 1px solid #000;
    width: 367px;
    top: 50%
}

.page_head h2:after {
    left: 0
}

.page_head h2:before {
    right: 0
}

.brand_logo {
    width: 100%;
    float: left;
    padding: 20px 0
}

.brand_logo h4 {
    font-family: museo_sans100;
    font-size: 36px;
    text-align: center;
    line-height: 38px;
    color: #757870;
    font-weight: 400
}

.main_site {
    margin: 10px 0 60px;
    width: 100%;
    float: left;
    display: block;
    position: relative
}

.site_sec {
    width: 16.66%;
    float: left;
    position: relative
}

.site_sec .site_head {
    text-align: center;
    border-bottom: 1px solid #000;
    box-sizing: border-box;
    font-family: museo_sans500;
    font-size: 10px;
    line-height: 12px;
    color: #000
}

.site_menu {
    width: 100%;
    float: left;
    text-align: center
}

.site_menu h4 {
    font-family: museo_sans500;
    font-size: 18px;
    text-align: center;
    line-height: 22px;
    color: #000;
    position: relative;
    height: 25px;
    margin-top: 30px
}

.site_menu h5 {
    font-family: museo_sans100;
    font-size: 18px;
    text-align: center;
    line-height: 22px;
    color: #000
}

h4.no_mar {
    margin-top: 15px
}

.site_menu h4:before {
    content: "";
    position: absolute;
    height: 6px;
    width: 6px;
    background: #000;
    border-radius: 50%;
    left: 50%;
    top: -5px
}

.site_sec .flr_diagram {
    height: 32px;
    margin-bottom: 5px
}

.site_sec .flr_line {
    height: 15px
}

.mp_dg {
    position: absolute;
    left: 44%;
    top: 50%
}

.site_menu_2 {
    margin-top: 50px
}

.secondary_links {
    width: 100%;
    position: absolute;
    left: 50%;
    bottom: 15%;
    width: 50%;
    float: right
}

.secondary_links .site_sec {
    width: 33.33%;
    float: left
}

.secondary_links .site_sec p {
    font-family: museo_sans500;
    font-size: 18px;
    text-align: center;
    line-height: 22px;
    color: #000;
    margin-top: 10px
}

.contact_sec {
    width: 33.33%;
    float: left
}

.contact_head {
    font-family: museo_sans500;
    font-size: 18px;
    text-align: center;
    line-height: 22px;
    color: #000;
    margin-bottom: 35px
}

.contact_info {
    width: 100%;
    float: left;
    margin-bottom: 40px;
    text-align: center
}

.contact_info h4 {
    font-family: museo_sans500;
    font-size: 10px;
    line-height: 12px;
    color: #000
}

.contact_info p {
    font-family: museo_sans100;
    font-size: 18px;
    line-height: 24px;
    color: #000
}

p.mail {
    font-family: museo_sans700;
    font-size: 14px;
    line-height: 17px;
    color: #333;
    -webkit-font-smoothing: antialiased
}

p.qry_frm {
    font-family: museo_sans300;
    padding-top: 5px;
    font-size: 14px;
    line-height: 22px;
    color: #000;
    -webkit-font-smoothing: antialiased
}

.contact_info small {
    font-family: museo_sans300;
    font-size: 8px;
    font-style: italic;
    line-height: 20px;
    color: #757870;
    opacity: .5
}

.query_form.query_main {
    position: inherit;
    width: 300px;
    margin: 0 auto;
    display: table;
    float: none;
    background-color: #191919;
    box-shadow: 0 2px 15px 5px rgba(0, 0, 0, .1);
    border-radius: 5px
}

.enquiry_row {
    width: 100%;
    float: left
}

.site_con {
    width: 100%;
    float: left;
    font-family: museo_sans300;
    font-size: 18px;
    line-height: 24px;
    color: #eaebe7;
    margin-bottom: 15px
}

.form-label {
    float: left;
    width: 100%;
    font-family: museo_sans300;
    font-size: 18px;
    line-height: 24px;
    color: #eaebe7
}

p.mail span {
    font-family: museo_sans300
}

.con_add {
    font-family: museo_sans300;
    font-size: 14px;
    line-height: 22px;
    color: #000
}

.contact_info button {
    width: 140px;
    height: 20px;
    background-color: #000;
    border-radius: 3px;
    border: 2px solid #000;
    font-family: museo_sans900;
    font-size: 8px;
    line-height: 10px;
    color: #fff;
    cursor: pointer;
    margin: 15px auto 0
}

.contact_info h2 {
    font-family: museo_sans500;
    font-size: 18px;
    line-height: 22px;
    color: #000;
    -webkit-font-smoothing: antialiased
}

.contact_info .menu_body_three {
    padding-left: 20px
}

.locations_div {
    height: 200px
}

.location_text {
    width: 100%;
    float: left;
    margin-left: 0;
    text-align: center
}

.location_text .specs_head {
    width: 135px;
    float: none;
    margin: 0 auto 20px
}

.location_text .specs_poin {
    width: 500px;
    float: none;
    margin: 0 auto 20px
}

.no_side_pad {
    padding: 20px 0 0;
    height: auto
}

.map_section {
    width: 100%;
    float: left;
    margin: 0 auto 80px
}

.map_tabs {
    width: 100%;
    float: left
}

.map_pills {
    width: 16%;
    float: left;
    text-align: center;
    cursor: pointer
}

.map_pills.edu {
    width: 20%
}

.map_pills p {
    font-family: museo_sans300;
    font-size: 14px;
    line-height: 17px;
    color: #000;
    padding: 10px
}

.ofc p {
    color: #359eba
}

.edu p {
    color: #65b796
}

.hosp p {
    color: #647568
}

.spor p {
    color: #b27d66
}

.restau p {
    color: #b5af66
}

.connec p {
    color: #333
}

.map_pills.active {
    background: #dcdddf;
    -webkit-font-smoothing: antialiased
}

.map_pills.active p {
    font-family: museo_sans700;
    color: #000
}

.map_group {
    width: 100%;
    float: left;
    position: relative
}

.main_map {
    width: 99.99%;
    height: 500px;
    float: left;
    background: #757870
}

.map_details {
    position: absolute;
    right: 80px;
    top: 90px;
    width: 180px;
    height: 340px;
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    border-radius: 8px;
    padding: 20px
}

.map_details.restauRants {
    height: 300px
}

.map_details .map_head {
    font-family: museo_sans700;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    line-height: 14px;
    color: #000;
    border-bottom: 2px solid #000;
    margin-bottom: 10px
}

.map_head.edu {
    color: #65b796;
    border-bottom-color: #65b796
}

.loc_num.edu p {
    color: #65b796;
    border-color: #65b796
}

.map_head.factory {
    color: #659eba;
    border-bottom-color: #659eba
}

.loc_num.factory p {
    color: #659eba;
    border-color: #659eba
}

.map_head.hospit {
    color: #647568;
    border-bottom-color: #647568
}

.loc_num.hospit p {
    color: #647568;
    border-color: #647568
}

.map_head.sportsArena {
    color: #b27d66;
    border-bottom-color: #b27d66
}

.loc_num.sportsArena p {
    color: #b27d66;
    border-color: #b27d66
}

.map_head.restau {
    color: #b5af66;
    border-bottom-color: #b5af66
}

.loc_num.restau p {
    color: #b5af66;
    border-color: #b5af66
}

.map_head.connec {
    color: #333;
    border-bottom-color: #333
}

.loc_num.connec p {
    color: #333;
    border-color: #333
}

.location_desc {
    width: 100%;
    float: left;
    margin-bottom: 20px
}

.loc_num {
    width: 12%;
    float: left;
    text-align: center;
    padding-top: 3px
}

.loc_text {
    width: 88%;
    float: left
}

.loc_num p {
    box-sizing: border-box;
    width: 13px;
    height: 13px;
    border: 1px solid #000;
    border-radius: 50%;
    line-height: 12.5px;
    text-align: center;
    font-family: museo_sans900;
    font-size: 8px;
    letter-spacing: -.5px;
    color: #000
}

.loc_text h5,
.loc_text p {
    font-family: museo_sans100;
    font-size: 14px;
    line-height: 17px;
    color: #757870
}

.loc_text h5 {
    font-family: museo_sans300;
    font-size: 9px;
    line-height: 10px
}

.ofcp {
    color: #359eba
}

.edup {
    color: #65b796
}

.hospp {
    color: #647568
}

.sporp {
    color: #b27d66
}

.restaup {
    color: #b5af66
}

.connecp {
    color: #333
}

.res_loc {
    width: 100%;
    float: left;
    display: none
}

.res_loc .map_details {
    position: initial;
    float: none;
    margin: 0 auto;
    margin-bottom: 20px
}

.move_btm {
    position: absolute;
    height: 30px;
    width: 30px;
    left: 50%;
    bottom: 5px
}

.move_btm img {
    height: 20px;
    width: 20px
}

.gm-style-iw+div {
    display: none
}

.gm-style-iw {
    text-align: center
}

.horiz_spec {
    width: 100%;
    float: left;
    margin: 40px 0 70px;
    text-align: center
}

.horiz_spec .specs_head {
    width: 40px;
    margin: 0 auto;
    float: none
}

.horiz_spec .specs_poin {
    width: 800px;
    margin: 0 auto 80px;
    float: none
}

.horiz_spec .specs_poin p {
    margin: 20px 0
}

.brochure_submit:focus {
    outline: 0
}

.natu_image {
    float: left;
    width: 100%;
    position: relative
}

.natu_plotting .flr_crclr {
    border-color: #000
}

.natu_plotting .flr_line {
    background: #000;
    width: 1px
}

.natu_plotting_rev .flr_line {
    top: 18px;
    height: 98%
}

.natu_plotting_rev .flr_crclr {
    top: 0
}

.natu_plotting_rev .natu_plot_desc {
    top: 100%;
    left: -104px;
    text-align: right
}

.natu_plotting {
    position: absolute
}

.natu_image img {
    width: 100%;
    height: 100%;
    border-radius: 8px
}

.natu_plot_desc {
    position: absolute;
    top: 0;
    left: 60%;
    font-family: museo_sans500;
    font-size: 8px;
    line-height: 10px;
    color: #000;
    width: 111px;
    text-align: left
}

.ecp {
    left: 15%;
    top: -30px;
    height: 118px
}

.ihe {
    left: 38%;
    top: -30px;
    height: 95px
}

.cp {
    left: 56%;
    top: -30px;
    height: 118px
}

.hsd {
    left: 74%;
    top: -30px;
    height: 118px
}

.pse {
    right: 11%;
    top: 10px;
    height: 370px
}

.psf {
    right: 36%;
    top: 50%;
    height: 210px
}

.cmf .natu_plot_desc {
    top: 98%
}

.anl {
    right: 46%;
    top: 87%;
    height: 70px
}

.eaq {
    left: 38%;
    top: 50%;
    height: 210px
}

.sas {
    left: 15%;
    top: 83%;
    height: 85px
}

.cp .flr_line,
.ecp .flr_line,
.hsd .flr_line {
    height: 100px
}

.ihe .flr_line {
    height: 77px
}

.golf_img {
    height: 580px;
    margin: 40px 0
}

.hole_no {
    font-family: museo_sans700;
    font-size: 18px;
    line-height: 22px;
    color: #000
}

.hole_yards {
    font-family: museo_sans700;
    font-size: 12px;
    line-height: 18px;
    color: #757870
}

.hole_yards span {
    font-family: museo_sans300;
    font-style: italic
}

.gp_dh {
    top: 18%;
    left: 43%;
    height: 300px
}

.gp_intro {
    top: 18.6%;
    left: 57%;
    height: 256px
}

.gp_sh {
    top: 18.5%;
    right: 19.5%;
    height: 140px
}

.golf_rev {
    top: 71%;
    left: 47%;
    height: 120px
}

.golf_more {
    position: absolute;
    bottom: 0
}

.natu_plotting_horiz {
    width: 90px;
    height: 20px;
    left: 42%;
    top: 6%
}

.natu_plotting_horiz .natu_plot_desc {
    width: 200px;
    left: 115%
}

.flr_line_horz {
    width: 90%;
    float: left;
    height: 1px;
    background: #000;
    position: absolute;
    top: 50%;
    left: 18px
}

.golf_rev .natu_plot_desc {
    left: 12px;
    text-align: left
}

.gp_dh .flr_line,
.gp_intro .flr_line {
    height: 94%
}

.arto .flr_line,
.soak .flr_line,
.tgtt .flr_line {
    height: 89%
}

.tgtt {
    height: 165px;
    left: 20.4%;
    top: -7%
}

.soak {
    height: 150px;
    left: 53%;
    top: -7%
}

.arto {
    right: 4%;
    height: 185px;
    top: -7%
}

.natu_lightbox {
    cursor: pointer;
    font-family: museo_sans700;
    font-size: 12px;
    line-height: 14px;
    color: #757870;
    width: 120px;
    padding: 4px 0;
    margin: 0 auto
}

.natu_lightbox:hover {
    background-color: rgba(216, 216, 216, .73);
    padding: 4px 0;
    box-sizing: border-box;
    border-radius: 6px
}

.birds_lightbox,
.trees_lightbox {
    height: 100vh;
    width: 100%;
    position: absolute;
    z-index: 999;
    background: rgba(0, 0, 0, .9);
    position: fixed
}

.arto .natu_plot_desc {
    left: -106px;
    text-align: right;
    top: 3px
}

.sast {
    top: 39%;
    left: 11%;
    height: 235px
}

.anlt {
    bottom: -2%;
    left: 37%;
    height: 46px
}

.eaqt {
    left: 53%;
    top: 34%;
    height: 69%
}

.pset {
    bottom: -2%;
    right: 28%;
    height: 46px
}

.psft {
    height: 193px;
    right: 6%
}

.gp_sh .flr_line {
    height: 89%
}

.glof_descr {
    position: absolute;
    width: 250px;
    float: none;
    top: 10%;
    left: 5%
}

.golf_cmmts {
    text-align: center;
    width: 450px;
    margin: 0 auto;
    margin-top: 20px
}

.commentor {
    margin-top: 60px;
    text-transform: uppercase
}

.commentor h5 {
    font-family: museo_sans300;
    font-size: 16px;
    text-align: center;
    line-height: 17px;
    color: #000
}

.commentor p.c_des {
    font-family: museo_sans500;
    font-size: 8px;
    text-align: center;
    font-style: italic;
    line-height: 17px;
    color: #000
}

.golf_cmmts p {
    font-family: museo_sans500;
    font-size: 16px;
    font-style: italic;
    text-align: center;
    line-height: 32px;
    color: rgba(117, 120, 112, .4)
}

.glof_descr .hole_no {
    font-size: 24px;
    line-height: 28px
}

.glof_descr .hole_yards {
    font-size: 18px;
    line-height: 20px
}

.pz_2 {
    width: 1200px
}

.zone_1 {
    left: 15%
}

.zone_2 {
    left: 40%;
    top: 15%
}

.zone_3 {
    left: 15%;
    top: 60%
}

.zone_5 {
    left: 35%;
    top: 15%
}

.zone_8 {
    left: 40%;
    top: 10%
}

.main_view {
    display: block
}

.mob_view {
    display: none
}

.phase_btn_mob {
    display: none
}

.mob_phase_desc {
    display: none;
    float: left;
    width: 100%
}

.mob_phase {
    width: 90%;
    float: none;
    margin: 0 auto;
    display: table;
    padding: 10px;
    margin-bottom: 20px
}

.mob_phase h4 {
    font-family: museo_sans700;
    font-size: 24px;
    text-align: center;
    line-height: 29px;
    color: #757870;
    margin-bottom: 20px
}

.mob_ph_img {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 15px
}

.mob_ph_img img {
    width: 100%;
    height: 100%;
    border-radius: 6px
}

.view_full {
    position: absolute;
    top: 10px;
    left: 10px;
    font-family: museo_sans700;
    font-size: 10px;
    text-align: right;
    line-height: 12px;
    color: #fff;
    text-transform: uppercase
}

.view_full img {
    height: 20px;
    width: 20px;
    margin-right: 10px;
    position: relative;
    top: 6px
}

.mob_villa {
    width: 100%;
    float: left
}

.mob_villa h5 {
    font-family: museo_sans700;
    font-size: 14px;
    text-align: center;
    line-height: 17px;
    color: #757870
}

.mob_vrnge {
    width: 90%;
    display: table;
    margin: 25px auto 40px
}

.mob_ph_range {
    font-family: museo_sans100;
    font-size: 18px;
    font-style: italic;
    line-height: 22px;
    color: #757870;
    width: 85px;
    text-align: center;
    float: left;
    position: relative
}

.mob_ph_dec {
    font-family: museo_sans300;
    font-size: 8px;
    font-style: italic;
    line-height: 20px;
    color: #757870;
    position: absolute;
    top: -2px
}

.mob_ph_sq {
    font-family: museo_sans900;
    font-size: 8px;
    font-style: italic;
    line-height: 10px;
    color: #757870;
    position: absolute;
    bottom: 2px;
    right: -1px
}

.mob_plt_rnge {
    width: 140px;
    height: 12px;
    float: left;
    border-bottom: 1px solid #757870;
    margin: 0 0 0 25px;
    text-align: center;
    font-family: museo_sans900;
    font-size: 8px;
    line-height: 10px;
    color: #757870
}

.mob_phase .mob_villa:last-child {
    border-bottom: 1px solid #757870
}

.natu_cont {
    width: 100%;
    float: left;
    padding: 30px 0
}

.natu_body {
    width: 60%;
    display: table;
    margin: 0 auto;
    margin-top: 40px
}

.natu_body h3 {
    font-family: museo_sans700;
    font-size: 24px;
    line-height: 29px;
    color: #fff;
    border-bottom: 1px solid #fff;
    width: 60px;
    margin-bottom: 20px
}

.trees_list {
    width: 50%;
    float: left
}

.trees_list ol li {
    color: #fff;
    font-family: museo_sans700;
    font-size: 18px;
    line-height: 16px;
    color: #fff;
    margin-bottom: 20px;
    padding-left: 15px
}

.trees_list ol li span {
    font-family: museo_sans300;
    font-size: 12px;
    font-style: italic;
    line-height: 14px;
    color: #fff
}

.birds_list {
    width: 33.33%;
    float: left
}

.birds_list ol li {
    font-family: museo_sans300;
    font-size: 12px;
    font-style: italic;
    line-height: 14px;
    color: #fff
}

.quote_begin {
    background-image: url(../images/golf/quote-begin.svg);
    width: 53px;
    height: 48px;
    position: relative;
    left: -20px
}

.bx-wrapper .bx-pager {
    bottom: 0!important
}

.quote_end {
    background-image: url(../images/golf/quote-end.svg);
    width: 53px;
    height: 48px;
    float: right
}

.course_des {
    list-style: none
}

.course_des li {
    line-height: 28px
}

.infra_div {
    float: left;
    width: 100%
}

.infra_poin {
    width: 320px;
    margin: 0 auto;
    display: table
}

.infra_bg {
    margin: 50px auto 0;
    width: 940px
}

.infra_bg img {
    width: 100%;
    height: 188px
}

.infra_poin {
    width: 320px;
    margin: 0 auto
}

.infra_poin p {
    width: 100%;
    margin: 20px 0;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    color: #757870
}

.infra_elements {
    width: 100%;
    margin: 100px auto 0;
    display: table
}

.infra_elements_row {
    float: left;
    width: 100%;
    margin-bottom: 50px
}

.infra_elements_col {
    float: left;
    width: 33.3%;
    min-height: 430px;
    margin-bottom: 30px
}

.element_icon {
    width: auto;
    min-height: 100px;
    margin: 0 auto 15px;
    position: relative
}

.element_icon img {
    margin: 0 auto;
    float: none;
    display: table
}

.elements_title {
    width: 100%;
    font-size: 18px;
    text-align: center;
    line-height: 16px;
    color: #757870;
    float: left
}

.infra_elements_col p {
    width: 100%;
    margin: 30px 0;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    color: #757870;
    float: left
}

.brochure_sec {
    background: 0 0;
    position: absolute;
    z-index: 9999;
    display: none
}

.brochure_sec_header {
    right: 19%;
    top: 20px;
    width: 368px
}

.brochure_sec_footer {
    right: -40%;
    top: -172%;
    width: 360px
}

.brochure_div {
    height: 350px;
    background: rgba(0, 0, 0, .9);
    border-radius: 6px;
    padding: 15px;
    border: 1px solid #fff;
    position: relative
}

.brochure_div:after,
.brochure_div:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-bottom: 0
}

.brochure_div:before {
    bottom: -18px;
    left: 157px;
    border-top-color: #fff;
    border-width: 18px
}

.brochure_div:after {
    bottom: -15px;
    left: 160px;
    border-top-color: #000;
    border-width: 15px
}

.contact_form,
.form_col {
    width: 100%;
    float: left
}

.brochure_head {
    margin: 20px 0;
    font-size: 15px;
    color: #fff
}

.brocure_form ::-webkit-input-placeholder {
    color: #fff
}

.brocure_form::-moz-placeholder {
    color: #fff
}

.brocure_form :-ms-input-placeholder {
    color: #fff
}

.brocure_form :-moz-placeholder {
    color: #fff
}

.brocure_form .form_row {
    margin-bottom: 30px;
    height: 30px
}

.brochure_submit {
    background: url(../images/menu/download.svg) no-repeat right 0 center;
    background-size: 16px 16px;
    float: none
}

.elements_info {
    float: none;
    width: 72%;
    margin: 0 auto;
    display: table
}

.elements_info p:nth-child(2) {
    margin-top: 0
}

.cgi_note {
    position: absolute;
    bottom: 10px;
    font-size: 10px;
    line-height: 12px;
    font-family: museo_sans700;
    color: #fff;
    left: 10px;
    padding: 5px;
    background: #666;
    border-radius: 5px
}

@media (max-width:1300px) and (min-width:1024px) {
    .specs_div {
        padding: 0
    }
    .specs_img {
        width: 450px;
        margin-left: 50px
    }
    .specs_text {
        margin-left: 30px;
        width: 470px
    }
    .second_spec .specs_text {
        margin-left: 50px;
        width: 450px
    }
    .second_spec .specs_img {
        width: 450px
    }
    .social_icons_fixed {
        left: 0
    }
    .footer_left {
        margin-left: 50px
    }
    .disc_sec {
        margin-left: 50px
    }
    .disc_design {
        width: 370px
    }
    .inner_tech {
        padding: 0
    }
    .spec_child {
        width: 30%;
        padding-left: 30px
    }
    .map_section {
        width: 92%;
        float: none;
        margin: 80px auto 40px;
        display: table
    }
    .breakpoint {
        width: 100%;
        float: left;
        margin-top: 40px
    }
    .disclaimer_header {
        width: 100%;
        text-align: center;
        margin-bottom: 30px
    }
    .close_icon {
        left: 70%;
        top: 30px
    }
    .disclaimer_text1,
    .disclaimer_text2,
    .disclaimer_text3 {
        width: 33.3%;
        padding: 10px
    }
    .horiz_spec {
        width: 90%;
        float: none;
        margin: 60px auto;
        display: table
    }
    .ms_div {
        max-height: 530px
    }
    .pz_2 {
        width: 1000px
    }
}

@media (max-width:1023px) and (min-width:768px) {
    .elements_info {
        width: 80%
    }
    .master_div {
        left: 28%
    }
    .container {
        width: 100%
    }
    .specs_div {
        padding: 0
    }
    .feature_text {
        height: 280px
    }
    .feature_text h1 {
        font-size: 40px
    }
    .specs_img {
        width: 310px;
        margin-left: 40px
    }
    .specs_text {
        width: 385px;
        margin-left: 20px
    }
    .specs_text.the_pro {
        width: 390px
    }
    .the_pro .specs_list p a {
        padding: 0
    }
    .second_spec .specs_text {
        width: 340px;
        margin-left: 40px
    }
    .second_spec .specs_img {
        width: 345px;
        margin-left: 20px
    }
    .social_icons_fixed {
        left: 0
    }
    .right_top {
        width: 100%;
        float: left;
        padding-bottom: 0;
        border-left: none
    }
    .right_top .extra_sec {
        padding-left: 0
    }
    .right_top .extra_sec a .extra_child {
        width: 33%;
        margin: 0;
        float: left;
        text-align: center;
        border-right: 1px solid #757870;
        padding-left: 0
    }
    .right_top .extra_child.progress {
        background-position: 35px;
        border-right: none
    }
    .right_top .extra_child.progress span {
        margin-left: 40px
    }
    .right_top .extra_child.brochure {
        background-position: 40px
    }
    .right_top .extra_child.gallery {
        background-position: 50px
    }
    .footer_left {
        width: 100%
    }
    .footer_left .menu_body_one {
        width: 34%;
        padding-left: 20px;
        margin: 0
    }
    .footer_left .menu_body_two {
        width: 60%
    }
    .sticky_brochure {
        display: none!important
    }
    .disc_sec {
        padding-left: 20px
    }
    .disc_design p {
        padding-left: 30px
    }
    .disc_copy {
        width: 100%;
        margin-top: 6px
    }
    .disc_copy p {
        padding-left: 350px
    }
    .tab_ico {
        display: none!important
    }
    .menu_footer .menu_body_three.mn_ftr {
        margin-top: 0
    }
    .villa_top {
        height: 175px
    }
    .villa_head h2 {
        line-height: 32px
    }
    .villa_prvte {
        padding-bottom: 39px
    }
    .rm_type {
        right: 8px
    }
    .spec_dmnsn {
        width: 200px
    }
    .inner_tech {
        padding: 0
    }
    .spec_child {
        width: 25%
    }
    .disc_sec h2:first-child {
        width: 150px
    }
    .disc_design {
        width: 400px
    }
    .inner_tech h3 {
        margin-top: 20px
    }
    .map_pills {
        width: 12.5%
    }
    .map_pills.ofc {
        width: 20%
    }
    .map_pills.edu {
        width: 23%
    }
    .map_pills.spor {
        width: 15%
    }
    .map_pills.restau {
        width: 17%
    }
    .map_pills p {
        font-size: 12px
    }
    .feature_div {
        max-height: 450px
    }
    .breakpoint {
        width: 100%;
        float: left;
        margin-top: 40px
    }
    .disclaimer_header {
        width: 100%;
        text-align: center;
        margin-bottom: 30px
    }
    .close_icon {
        left: 70%;
        top: 30px
    }
    .disclaimer_text1,
    .disclaimer_text2,
    .disclaimer_text3 {
        width: 33.3%;
        padding: 10px
    }
    .golf_img {
        position: relative;
        left: -65px
    }
    .golf_img img {
        width: 900px
    }
    .golf_cmmts {
        width: 260px
    }
    .common_section {
        overflow-x: hidden
    }
    .mps_img img {
        width: 1000px;
        left: -120px
    }
    .phase_1 {
        top: 21%;
        left: 55.5%
    }
    .phase_3 {
        top: 33%;
        right: 7%
    }
    .phase_4 {
        top: 36%;
        left: 23%
    }
    .phase_5 {
        bottom: 12%
    }
    .phase_6 {
        left: 14%
    }
    .phase_7 {
        left: 39%
    }
    .phase_8 {
        left: 41%;
        top: 4%
    }
    .phase_sec,
    .pz_2 {
        width: 760px
    }
    .mp_desc {
        height: auto
    }
    .mp_desc_sec {
        width: 49.7%;
        border: none
    }
    .container .mp_desc_sec:nth-child(2) {
        border-left: 2px solid #000
    }
    .container .mp_desc_sec:nth-child(3) {
        width: 50%;
        margin: 0 auto;
        float: none;
        padding-top: 20px;
        display: table
    }
    .infra_bg {
        width: 100%
    }
    .infra_elements_col {
        width: 50%;
        height: 280px
    }
    .infra_elements .infra_elements_col:last-child {
        width: 50%;
        margin: 0 auto;
        float: none;
        display: table
    }
    .page_head h2:after,
    .page_head h2:before {
        width: 260px
    }
    .main_site {
        margin-bottom: 90px
    }
    .contact_sec {
        width: 50%
    }
    .main_site .contact_sec:last-child {
        position: absolute;
        top: 50%
    }
    .horiz_spec .specs_poin {
        width: 740px
    }
    .three_spec .spec_child {
        width: 29.33%
    }
    .tech_spec_two {
        width: 100%
    }
    .tech_page_head.page_head h2:after,
    .tech_page_head.page_head h2:before {
        width: 300px
    }
    .spec_btn {
        margin-top: 10px
    }
    .villa_btn_sec {
        width: 170px
    }
    .villa_btn_sec_small {
        width: 115px
    }
    .compass_bg {
        left: 30px
    }
    .infra_bg img {
        height: auto
    }
    .infra_elements {
        margin-top: 50px
    }
    .brochure_sec_footer {
        right: 30%
    }
    .brochure_sec_header {
        right: 2%;
        width: 300px
    }
    .brochure_div:after,
    .brochure_div:before {
        display: none
    }
    .slider_section_gallery {
        height: 400px
    }
    .black_bar {
        display: none
    }
    .main_slider {
        display: block!important;
        padding: 0
    }
    .thumbs_sec {
        width: 83%;
        float: none;
        margin: 20px auto 40px;
        display: table
    }
    .location {
        background-position-x: -187px
    }
    .menu_sub_list,
    .menu_sub_list a {
        line-height: 14px
    }
    .map_details {
        top: unset;
        bottom: 20px;
        right: 20px
    }
    .brochure_div {
        height: 320px
    }
}

@media (max-width:767px) and (min-width:320px) {
    .the_pro_div {
        height: 280px
    }
    .dbl_img_1,
    .dbl_img_2 {
        background-position-y: -160px;
        background-position-x: -157px
    }
    .villas_div {
        width: 180px
    }
    .dble_mob .villa_head h2 {
        font-size: 28px
    }
    .feature_nav_childs img {
        width: 16px
    }
    .master_div {
        display: none
    }
    .infra_elements_col {
        width: 100%;
        margin-right: 0;
        height: auto
    }
    .infra_elements {
        width: 100%;
        margin-top: 40px
    }
    .infra_bg {
        width: 100%
    }
    .container {
        width: 100%;
        display: block
    }
    .nav_icons {
        width: 100%;
        padding-right: 0
    }
    .home_main {
        background-position-x: -100px
    }
    .white_logo {
        display: none
    }
    .feature_text.section_div {
        height: 190px
    }
    .section_div .black_logo {
        display: none
    }
    .section_div .white_logo {
        display: block;
        margin: 0 auto
    }
    .section_div h2 {
        margin-top: 10px!important
    }
    .black_logo {
        display: block;
        margin: 0 auto;
        position: relative;
        top: 0;
        height: 28px!important;
        width: 128px!important
    }
    .feature_text h1 {
        padding: 0;
        margin-top: 20px;
        font-size: 30px;
        line-height: 32px;
        letter-spacing: 0
    }
    .feature_text p {
        margin: 15px 0;
        font-size: 15px
    }
    .feature_nav,
    .second_spec .specs_text,
    .specs_div,
    .specs_head {
        width: 100%
    }
    .specs_img.location {
        width: 280px;
        height: 200px;
        margin: 0 auto;
        float: none
    }
    .specs_head h5 {
        width: 82px;
        margin: 0 auto
    }
    .specs_div {
        padding: 0;
        margin: 25px 0
    }
    .nav_menu,
    .specs_img.the_project {
        display: none
    }
    .specs_text,
    .specs_text.the_pro {
        width: 100%;
        margin: 0;
        padding: 0;
        text-align: center;
        height: auto
    }
    .specs_desc {
        margin-bottom: 20px
    }
    .specs_desc h3 {
        font-size: 32px;
        line-height: 38px
    }
    .specs_poin {
        margin-bottom: 40px;
        text-align: center
    }
    .feature_spec_sep p,
    .specs_poin p {
        padding: 0 10px
    }
    .specs_list p a {
        padding: 0 5px
    }
    .specs_img.ameneties,
    .sticky_brochure {
        display: none
    }
    .mainfooter,
    .maintxt {
        display: none
    }
    .resfooter,
    .restxt {
        display: block
    }
    .feature_spec_sep {
        height: 284px
    }
    .feature_spec_sep h2 {
        margin-top: 23px
    }
    .social_icons_fixed,
    .sticky_brochure {
        display: none!important
    }
    .specs_div.second_spec {
        height: auto!important;
        width: 100%
    }
    .restxt.specs_img.location {
        margin-bottom: 20px
    }
    .footer_right.right_top.resfooter {
        width: 100%;
        padding-bottom: 0;
        border-left: none
    }
    .footer_right.right_top.resfooter .extra_sec {
        border-left: 0 solid #fff;
        padding-left: 0;
        width: 99%
    }
    .footer_right.right_top.resfooter .extra_sec a .extra_child {
        width: 50%;
        margin: 0;
        padding-left: 0;
        float: left;
        text-align: center;
        background-position: center;
        background-position-y: 0;
        padding-top: 10px;
        /* border-right: 1px solid #757870 */
    }
    .footer_right.right_top.resfooter .extra_sec a .extra_child span {
        font-size: 14px;
        line-height: 16px;
        width: 100%
    }
    .extra_child.progress.prs_1 {
        width: 38%!important;
        background-position: center 3px!important
    }
    .disc_copy,
    .disc_design,
    .disc_sec,
    .footer_left,
    .menu_body_one,
    .menu_body_two {
        width: 100%;
        padding: 0;
        text-align: center
    }
    .disc_sec h2 {
        width: 50%
    }
    .footer_left .menu_body_two .address_block {
        margin-top: 20px
    }
    .footer_left .menu_body_two .address_block:last-child {
        margin-bottom: 20px;
        margin-top: 5px
    }
    .disc_sec {
        margin: 0 auto 10px;
        width: 300px;
        float: none;
        display: table
    }
    .disc_design {
        margin-bottom: 6px
    }
    .address_block.add_fr_add {
        padding-right: 0!important
    }
    .resfooter .menu_body_three.mn_ftr {
        float: left;
        margin-top: 0;
        width: 100%;
        text-align: center
    }
    .specs_img {
        width: 90%;
        margin: 0 auto;
        float: none
    }
    .specs_img.the_course {
        height: 800px!important
    }
    #course {
        height: 1570px!important
    }
    #rangeAcademy,
    #restaurant {
        height: 530px!important
    }
    #proShop {
        height: 480px!important
    }
    .specs_img.range_academy,
    .specs_img.the_proshop,
    .the_clubhouse,
    .the_restaur,
    .the_rooms {
        height: 300px!important
    }
    #clubHouse {
        height: 820px
    }
    .horiz_cont {
        margin-top: 0
    }
    .birds_list {
        width: 100%
    }
    .horiz_spec {
        margin: 40px 0 0
    }
    #rooms {
        height: 420px
    }
    .nav_site {
        top: -100px
    }
    .featu_list {
        width: 100%;
        text-align: left
    }
    .featu_list ol {
        padding-left: 40px
    }
    .featu_list_full {
        text-align: left
    }
    .featu_list_full ol {
        padding: 0 10px 0 40px
    }
    .range_head h5 {
        width: 130px
    }
    .price_div p {
        width: 100%
    }
    .price_div_days p {
        width: 55%;
        text-align: right
    }
    .price_div .night,
    .price_div .per {
        width: 40%;
        text-align: left;
        float: left;
        left: 5px
    }
    .dbl_desk,
    .nav_scroll {
        display: none
    }
    .dble_villa_res {
        display: block
    }
    .feature_img {
        position: relative
    }
    .the_pro_villa {
        display: block!important;
        height: 230px
    }
    .feature_sep .specs_head h5 {
        float: none;
        margin: 0 auto;
        width: 75px;
        text-align: center
    }
    .feature_sep .bhk_type h5 {
        padding-left: 20px;
        text-align: center
    }
    .feature_sep {
        margin-top: 20px;
        text-align: left
    }
    .villa_spec_1 {
        height: 600px
    }
    .spec_dmnsn {
        width: 130px
    }
    .specs_poin.bhk_spec_desc {
        margin-bottom: 20px
    }
    .bhk_spec {
        width: 90%;
        float: none;
        margin: 0 auto;
        display: table
    }
    .spec_name h5 {
        text-align: left
    }
    .feature_sep .specs_list p {
        margin-top: 40px;
        padding-left: 20px
    }
    .back_sec {
        width: 40px
    }
    .floor_mob {
        display: block;
        margin-bottom: 20px
    }
    .floor_tabs {
        width: 100%;
        display: block;
        margin-bottom: 20px
    }
    .floor_menu {
        margin: 7px auto
    }
    .floor_menu.active:before {
        display: none
    }
    .inner_tech {
        padding: 0
    }
    .spec_child {
        width: 100%
    }
    .spec_child p {
        padding: 0 10px;
        text-align: justify
    }
    .img_head {
        font-size: 30px;
        top: 44.5%;
        line-height: 32px
    }
    .img_subhead {
        bottom: 30px
    }
    a.slidesjs-next {
        right: -4px
    }
    a.slidesjs-previous {
        left: 0
    }
    .inner_tech h3 {
        font-size: 40px;
        line-height: 44px;
        margin-top: 20px
    }
    .villas_div .white_logo {
        display: block
    }
    .villas_div {
        top: 10%
    }
    .floor_plan_img {
        height: auto
    }
    .feature_div {
        max-height: 450px
    }
    .feat_price {
        width: 50%;
        float: left
    }
    .feat_price h4 {
        text-align: center
    }
    .feat_open {
        width: 100%
    }
    .feat_open .price_div {
        text-align: center
    }
    .range_head h5 {
        width: 115px!important
    }
    .locations_div {
        height: 130px
    }
    .locations_div .black_logo {
        display: none
    }
    .locations_div .white_logo {
        display: block;
        margin: 0 auto;
        position: relative;
        bottom: 0;
        height: 45px!important;
        width: 100%!important
    }
    .location_text .specs_head,
    .map_section {
        display: none
    }
    .location_text .specs_poin {
        width: 100%
    }
    .res_loc {
        display: block
    }
    .home_logo .black_logo {
        top: -120px
    }
    .specs_head.amn_head h5 {
        width: 65px
    }
    .specs_head.loc_hm_head h5 {
        width: 65px
    }
    .feature_text.home_logo {
        height: 190px
    }
    .breakpoint {
        width: 100%;
        float: left;
        margin-top: 40px
    }
    .disclaimer_header {
        width: 100%;
        text-align: center;
        margin-bottom: 30px
    }
    .close_icon {
        left: 80%;
        top: 30px
    }
    .disclaimer_text1,
    .disclaimer_text2,
    .disclaimer_text3 {
        width: 100%;
        padding: 10px
    }
    .main_view {
        display: none
    }
    .mob_view {
        display: block
    }
    .mob_view .specs_div {
        height: auto
    }
    .mob_img {
        width: 100%;
        height: 665px
    }
    .mob_view .specs_div .specs_img {
        width: 100%;
        position: relative
    }
    .mob_glf_desc {
        left: 37%;
        top: 2%
    }
    .natu_plotting_horiz {
        top: 84%;
        right: 2.5%
    }
    .natu_plotting_horiz .natu_plot_desc {
        left: 26%;
        top: -50%
    }
    .course_mob h5 {
        width: 50px!important;
        margin: 0 auto
    }
    .common_section {
        overflow-x: hidden
    }
    .move_btm,
    .phase_btn_main {
        display: none
    }
    .phase_btn_mob {
        display: block
    }
    .feature_text.section_div.phase_btn_mob {
        height: 120px
    }
    .phase_btn_mob img {
        height: auto;
        width: auto
    }
    .nav_sec {
        width: 13%
    }
    .nav_sec.nav_site {
        width: 100%
    }
    .phase_btn {
        width: 26px
    }
    .phase_1 {
        top: 14%
    }
    .phase_2 {
        bottom: 39%
    }
    .phase_3 {
        top: 22%;
        right: 8%
    }
    .phase_4 {
        top: 23%;
        left: 21%
    }
    .phase_5 {
        bottom: 42%;
        right: 16%
    }
    .phase_6 {
        top: 29%;
        left: 12%
    }
    .phase_7 {
        top: 15%;
        left: 28%
    }
    .phase_8 {
        top: 6%;
        left: 42%
    }
    .mp_desc {
        height: auto;
        margin-bottom: 20px
    }
    .mp_desc_sec {
        width: 100%;
        padding: 20px 0
    }
    .mob_phase_desc {
        display: block
    }
    .query_form {
        right: 4%
    }
    .nav_pills {
        width: 60px
    }
    .infra_bg img {
        height: auto
    }
    .nav_site .nav_icons {
        padding: 16px 20px!important
    }
    .nav_site .nav_icons a {
        margin-left: 40px!important
    }
    .mob_contact {
        float: left;
        width: 100%;
        display: block
    }
    .contact_section {
        display: none
    }
    .page_head h2::after,
    .page_head h2::before {
        content: "";
        position: absolute;
        border-bottom: 2px solid #000!important;
        width: 45px!important;
        top: 50%
    }
    .page_head h2::after,
    .page_head h2::before {
        content: "";
        position: absolute;
        border-bottom: 2px solid #000!important;
        width: 45px!important;
        top: 50%
    }
    .page_head {
        padding: 20px 10px!important;
        box-sizing: border-box
    }
    .mob_main_site {
        margin-top: 10px;
        width: 100%;
        float: left;
        display: block;
        position: relative
    }
    .mob_contact_sec {
        float: left;
        width: 100%
    }
    .mob_contact_head {
        font-family: museo_sans500;
        font-size: 18px;
        text-align: center;
        line-height: 22px;
        color: #000;
        margin-bottom: 35px
    }
    .mob_contact_info {
        width: 100%;
        float: left;
        margin-bottom: 40px;
        text-align: center
    }
    .mob_contact_info h2 {
        color: #000
    }
    .mob_contact_info h4 {
        font-family: museo_sans500;
        font-size: 10px;
        line-height: 12px;
        color: #000
    }
    .mob_contact_info p {
        font-family: museo_sans100;
        font-size: 18px;
        line-height: 24px;
        color: #000
    }
    .mob_media_col {
        margin: 0 auto;
        width: 80%;
        display: table;
        text-align: center
    }
    .mob_media_col img {
        height: 38px;
        width: 38px;
        margin: 20px
    }
    .mob_contact_info small {
        font-family: museo_sans300;
        font-size: 8px;
        font-style: italic;
        line-height: 20px;
        color: #757870;
        opacity: .5
    }
    .query_form.query_main {
        width: 90%!important;
        top: 0!important;
        right: 0!important;
        margin: 0 auto;
        display: table
    }
    .mob_contact_info button {
        width: 140px;
        height: 20px;
        background-color: #000;
        border-radius: 3px;
        border: 2px solid #000;
        font-family: museo_sans900;
        font-size: 8px;
        line-height: 10px;
        color: #fff;
        cursor: pointer;
        margin: 15px auto 0
    }
    .mob_visit {
        margin-top: 30px
    }
    .submit_btn {
        float: left
    }
    .feature_text p.nat_desc {
        width: 300px;
        margin-top: 30px
    }
    .feature_text.section_div.nat_div {
        height: 310px
    }
    .natu_image .flr_diagram {
        display: none
    }
    .horiz_spec .specs_head {
        width: 60px;
        display: table
    }
    .horiz_spec .specs_poin {
        width: 100%;
        margin-bottom: 20px
    }
    .natu_image img {
        height: 220px;
        width: 100%;
        border-radius: 0
    }
    .compass_bg {
        left: 2%;
        bottom: 30%
    }
    .five_spec .spec_child,
    .spec_section.tech_spec_two,
    .tech_spec_two .spec_child,
    .three_spec .spec_child {
        float: left;
        width: 100%;
        margin-bottom: 20px
    }
    .spec_child .elements_info p {
        height: auto
    }
    .spec_btn {
        margin-bottom: 50px
    }
    .desc_img {
        bottom: -2%
    }
    .black_bar,
    .intro_mask {
        display: none
    }
    .main_slider {
        display: block!important;
        padding-top: 20px
    }
    .slider_section_gallery {
        width: auto;
        height: 250px;
        margin-top: 65px
    }
    .bx_img h3 {
        width: 100%;
        font-size: 20px
    }
    .bx-wrapper .bx-controls-direction a {
        width: 30px;
        height: 30px
    }
    .thumbs_slider a {
        width: 100%;
        height: 100px;
        margin: 15px 0
    }
    .thumbs_slider a img {
        height: 100px;
        width: 150px;
        margin: 0 auto;
        display: table
    }
    .thumbs_sec h5 {
        padding-left: 0
    }
    .assetz_top {
        width: 70px
    }
    .extra_child {
        margin-left: 0;
        padding-left: 0;
        margin: 0 auto
    }
    .extra_sec a {
        text-align: center;
        padding: 0
    }
    .close_sec {
        padding: 0
    }
    img.ac_enq {
        height: 30px
    }
    .villa_btn_sec h5 {
        letter-spacing: 0
    }
    .feature_sep .rooms_head h5 {
        width: 50px
    }
    .feature_sep .fb_head h5 {
        width: 30px
    }
    .brochure_sec_footer {
        width: 100%;
        left: 0
    }
    .brochure_div:after,
    .brochure_div:before {
        display: none
    }
}

@media (max-width:767px) {
    h2.pg_title_thanks {
        font-size: 23px
    }
}

@media (max-width:1024px) {
    .footer_right .extra_child {
        width: auto
    }
    .to_top {
        display: none
    }
}

@media (max-width:420px) {
    .mob_plt_rnge {
        width: 60px
    }
}

.agree_popup {
    display: none;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    height: 100vh
}

.agree_overlay {
    background: rgba(0, 0, 0, .9);
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 1
}

.agree_disclaimer {
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 20px;
    width: 920px;
    z-index: 10;
    background: #fff;
    box-sizing: border-box;
    padding: 20px
}

.agree_disclaimer h2 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    font-family: museo_sans300;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 24px
}

.agree_disclaimer p {
    float: left;
    width: 100%;
    text-align: justify;
    font-size: 10px;
    line-height: 14px;
    font-family: museo_sans300;
    color: #000;
    margin-bottom: 10px
}

.agree_disclaimer p.add_mbott {
    margin-bottom: 24px
}

.agree_disclaimer button {
    background: #b2d681;
    border: none;
    border-radius: 5px;
    padding: 0;
    display: table;
    width: 150px;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    font-family: museo_sans500;
    color: #000;
    margin: 0 auto
}

.agree_disclaimer button:focus {
    outline: 0
}

@media (max-width:1023px) and (min-width:320px) {
    .mainfooter {
        display: none!important
    }
    .resfooter {
        display: block
    }
    .menu_sub_list.villa_sub_list span {
        padding: 0!important
    }
    .agree_disclaimer {
        width: 90%;
        top: 10px;
        height: 500px;
        overflow: auto
    }
    .agree_disclaimer p {
        font-size: 10px;
        line-height: 12px
    }
}