html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;font-family: 'Arimo';
}
img {
    border: 0 none;
    max-width: 100%;                        /*to optimize full width of its parent element*/
}
address {
    font-style: normal;                     /* To Neutralize Default Italic Style To Normal Style */
}

ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* =============================================================================
   Default Style
* ============================================================================= */

a {
    
    text-decoration: none;
}
a:hover {
    
    text-decoration: underline;
}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
*,
*:before,
*:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.inner_wrap {
    width: 100%;
    padding: 0 5%;
    margin: 0 auto;
}
/* ====================== Return to Top Styles ============================ */

#return-to-top {
    background-color: #e9ecec;
    border: 3px solid #e1e1e1;
    border-radius: 50%;
    color: #222222;
    text-decoration: none;
    text-align: center;
    display: none;
    z-index: 999;
    position: fixed;
    bottom: 12px;
    right: 14px;
    height: 40px;
    width: 40px;
    font-size: 35px;
    line-height: 42px;
    -webkit-transition: background-color 0.4s ease-in-out;
    -moz-transition: background-color 0.4s ease-in-out;
    -o-transition: background-color 0.4s ease-in-out;
    transition: background-color 0.4s ease-in-out;
}
#return-to-top:hover {
    background-color: #6a6a6a;
}
/* =============================================================================
   LARGE SCREEN STYLES [DESKTOP] START
*  ============================================================================= */
/* =============================================================================
   Header Style
* ============================================================================= */
header {
    background-color: #ffffff;
    padding: 14px 0 0 0;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
}
header.sticky-header {
    box-shadow: 0 0 10px #000000;
}
#logo_container {
    float: left;
    max-width: 228px;
    width: 17%;
    margin: 0;
}
#logo_container img {
    display: block;
    margin: 0 auto;
}

/* =============================================================================
   Topnav Style
* ============================================================================= */
#topnav {
    font-family: 'HelveticaNeueLTCom-Lt';
    float: left;
    padding: 0 0 0 10px;
}
#topnav ul {
    display: flex;
    align-items: flex-start;
}
#topnav ul li a {
       display: block;
    font-size: 16px;
    line-height: 17px;
    color: #666666;
    text-transform: uppercase;
    position: relative;
    border-bottom: 3px solid transparent;
    margin: 0 0 0 20px;
    padding: 0 2px 20px 2px;
}
#topnav ul li a:hover, #topnav ul li a.active {
    color: #387cb9;
    text-decoration: none;
    border-bottom: 3px solid #3585cc;
}
#topnav ul li a:hover:after, #topnav ul li a.active:after {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: 10px solid #ffffff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

/* =============================================================================
   Brand Logo Style
* ============================================================================= */
#brand_logo_container {
    float: right;
    max-width: 160px;
    width: 12%;
}
#brand_logo_container img {
    display: block;
    margin: 0 auto; 
}
.desk_call {
    display: block;
    float: right;
    margin-right: 20px;
/*    width: 30px;
    height: 30px;
    border: 2px solid #666666;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;*/
}
.desk_call i {
    font-size: 22px;
    line-height: 33px;
    color: #666666;
}
.mobi_call {
    display: none;
}
/* =============================================================================
   Home Page Banner & ENQUIRE NOW From Style
* ============================================================================= */
#page_container {
    /*background: url(../images/home-banner-bg.jpg) no-repeat center top;
    background-size: cover;
    background-attachment: fixed;*/
    margin-top: 69px;
}

#home_banner {
    /*height: 100vh;*/
    /*background: url(../images/home-banner-bg.jpg) no-repeat left top;
    background-size: cover;
    background-attachment: fixed;*/
    position: relative;
}
#home_banner:after {
    content: "";
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.enquire-form-slide {
    background-color: rgba(0,0,0,0.8);
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
    padding: 35px 30px;
    position: fixed;
    right: -450px;
    top: 15%;
    z-index: 3;
    transition:all ease .4s
}
.enquire-form-slide.active {
    right: 0;
    transition:all ease .4s
}
.enquire-form-slide .enq-toggle {
    background:url(../images/btn_enq.png) no-repeat 0 0;
    width:58px;
    height:123px;
    display:inline-block;
    position:absolute;
    top:60px;
    left:-57px;
    cursor:pointer
}
.enquire-form-slide .enq-toggle i {
    display: none;
}
.enquire-form-slide .close-form {
    background:url(../images/sprite.png) no-repeat 0 0;
    width:12px;
    height:14px;
    display:inline-block;
    position:absolute;
    top:15px;
    right:15px;
    cursor:pointer;
    background-position:0 -145px
}
.form-head {
    font-size: 36px;
    color: #e4e2e2;
    line-height: 70px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'HelveticaNeueLTCom-Lt';
    font-weight: normal;
    letter-spacing: 0.5px;
    padding-bottom: 9px;
}
.enquire-form-slide .fieldwrapper {
    /*float: left;*/
    width: 100%;
    margin: 0 10px 20px 0;
}
/*.enquire-form-slide .fieldwrapper.apartment {
    float: none;
    width: 98%;
}*/
.enquire-form-slide .fieldwrapper input, .enquire-form-slide .fieldwrapper select {
    width: 100%;
    font-family: 'Arimo';
    border: 1px solid #acaaaa;
    background-color: #ffffff;
    color: #333333;
    font-size: 16px;
    line-height: 20px;
    height: 40px;
    padding: 0 0 0 20px;
    outline: 0;
}
.enquire-form-slide .fieldwrapper.form-cta-btn {
    float: none;
    width: auto;
    max-width: 150px;
    margin: 0 auto;
    text-align: center;
}
.enquire-form-slide .fieldwrapper.form-cta-btn .btn {
    font-family: 'HelveticaNeueLTCom-Lt';
    height: 40px;
    width: 109px;
    padding: 0;
    margin: 0;
    border:none;
    /*background-color: #387cb9;*/
    background-color: #5ca63c;
    color: #ffffff;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
    line-height: 20px;
    padding: 10px;
}

.enquire-form-slide .fieldwrapper.form-cta-btn .btn :hover {
    background-color: #fff;
    color: #000000;
    /*box-shadow: 0px 0px 5px 3px #5ca63c;*/
}

.enquire-form-slide .fieldwrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../images/arrow-down.png) 96% center no-repeat #fff;
    outline: 0;
    padding-right: 40px;
}
.enquire-form-slide .fieldwrapper > input:placeholder-shown {
    color: #000000;
    opacity: 1;
}
::-webkit-input-placeholder { /* Chrome */
  color: #000000;
  opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000000;
  opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000000;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #000000;
  opacity: 1;
}
/* ==== General Tag === */


/* =============================================================================
   Home Page main content Style
* ============================================================================= */
#home_main_content {
    background-color: #ffffff;
    padding: 50px 0 50px 0;
}

#home_main_content h1 ,
#home_main_content h2 {
    font-family: 'Arimo';
    color: #000000;
    font-size: 35px;
    line-height: 60px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
}
#home_main_content h1 span ,
#home_main_content h2 span {
    display: block;
    padding-top: 30px;
    }
#amenities
{      background: url(../images/amenities.jpg) center no-repeat;
    background-attachment: fixed;
    width: 100%;
    /*height: 80vh;*/
    padding: 100px 0;
    background-size: cover;
    /* background-attachment: fixed; */
    position: relative;
}
#amenities:after {
    content: "";
    background-color: rgba(219,219,219,0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#amenities .inner_wrap {
    position: relative;
    z-index: 1;
}

#amenities h2{font-size:40px;color:#000;margin-bottom: 3%;letter-spacing:4px;
    text-transform: uppercase;
text-align:center;font-family: 'Arimo';} 
#amenities h2 span{position: relative;font-family: 'Arimo';}
#amenities h2 span:after {
        position: absolute;
    content: "";
    bottom: -10px;
    height: 3px;
    left: 0;
    /* right: 0; */
    margin: 0 auto;
    width: 100%;
    background-color: #000;
}
#banner_offer_txt {
    padding: 50px 0 50px 0;
    border-bottom: 1px solid #6d6e71;
}
#banner_offer_txt h2{font-size:40px;color:#000;margin-bottom: 3%;letter-spacing:4px;
    text-transform: uppercase;
text-align:center;font-family: 'Arimo';} 
#banner_offer_txt h2 span{position: relative;font-family: 'Arimo';}
#banner_offer_txt h2 span:after {
        position: absolute;
    content: "";
    bottom: -10px;
    height: 3px;
    left: 0;
    /* right: 0; */
    margin: 0 auto;
    width: 100%;
    background-color: #000;
}
#banner_offer_txt p {
    color: #000000;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Arimo';    
}

.owl-carousel .owl-item .slide-head img {width: auto}
.owl-carousel .owl-item img {width: auto; float: left;margin-right: 8px}
.owl-carousel { z-index: 0}
.carousel-items .owl-stage-outer {padding: 20px 0}
.carousel-items .item div {transition: .3s; cursor: pointer;color: #2b2b2b;text-align: center;}
.carousel-items .item div img { box-shadow: 4px 0 40px 5px rgba(0,0,0,0.2);transition:0.5s;}
.carousel-items .item span {display: block; padding: 15px 2%;font-size: 22px;text-align: center;color: #333}
.carousel-items .item span small {display: block;text-transform: none;}
.carousel-items .item .view_btn {text-transform: uppercase; letter-spacing: 1px; font-size: 14px; display: inline-block; padding: 7px 30px; color:#20bdbe; border-radius: 4px; border:1px solid #20bdbe;transition:0.6s;}
.carousel-items .item span.on-proj-label {position: absolute; top: 5%;left: 0;color: #fff;background: #0060a5;padding: 6px 10px; font-size: 12px;letter-spacing: 3px}
#amenities-slider.owl-carousel .owl-item img {filter: grayscale(1);transition: 0.4s;}
#amenities-slider.owl-carousel .owl-item.active img {filter: grayscale(0);}
/*#amenities-slider.owl-carousel .owl-item:before, #amenities-slider.owl-carousel .owl-item:after{ position: absolute; top: 5%; right: 3%; bottom: 0; left: 4%; content: ''; opacity: 0;-webkit-transition: opacity 0.75s, -webkit-transform 0.75s; transition: opacity 0.75s, transform 0.75s;z-index: 1}
#amenities-slider.owl-carousel .owl-item::before {border-top: 1px solid #000;border-bottom: 1px solid #000;-webkit-transform: scale(0, 1);transform: scale(0, 1);}
#amenities-slider.owl-carousel .owl-item::after {border-right: 1px solid #000;border-left: 1px solid #000;-webkit-transform: scale(1, 0);transform: scale(1, 0);}
#amenities-slider.owl-carousel .owl-item.active::before, #amenities-slider.owl-carousel .owl-item.active::after {opacity: 1;-webkit-transform: scale(1);transform: scale(1);}*/
#amenities-slider.owl-carousel .owl-item {z-index: -2;}
#amenities-slider.owl-carousel .owl-item.active {z-index: 9}
#amenities-slider.owl-carousel .owl-item.active span, #amenities-slider.owl-carousel .owl-item span{
        font-weight: bold;font-family: 'Arimo';
    font-size: 16px;
        margin: 10px 4% 10px 0;
    display: inline-flex;
    visibility: hidden;
    color: #000;
    z-index: 2;
    position: relative;
    border-bottom: 1px solid #000;
    padding-bottom: 11px;
    letter-spacing: 1px;
    width: 100%;
}
#amenities-slider.owl-carousel .owl-item span:after {
        position: absolute;
    content: "";
    bottom: 0px;
    height: 3px;
    left: 0;
    /* right: 0; */
    margin: 0 auto;
    width: 20%;
    background-color: #000;
}
/*#amenities-slider.owl-carousel .owl-item.active span, #amenities-slider.owl-carousel .owl-item span:after{content:"";width:50%;height:1px;background-color:#fff;}*/
#amenities-slider.owl-carousel .owl-item h3 {position: absolute;bottom: 16%;left: 5%;font-size: 40px;color: #fff;;font-weight: bold;width: 35%;visibility: hidden;text-shadow: 1px 1px 5px #333;}
#amenities-slider.owl-carousel .owl-item.active span, #amenities-slider.owl-carousel .owl-item.active h3 {visibility: visible;}

#amenities-slider .owl-nav 
{
    position: absolute;top: 50%;
    transform: translateY(-50%);  
    width: 100%;  
    z-index: -1
}

#amenities-slider .owl-nav 
{
     width: 94%;
    position: absolute;
    top: 40%;
    transform: translateY(-40%);
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
    z-index: 1;
}
#amenities-slider .owl-nav [class*=owl-]{width: 40px;height: 40px;margin: 0;font-size: 0;position: relative;}
#amenities-slider .owl-nav [class*=owl-]:hover{background-color: rgba(0,0,0,0.1)}
#amenities-slider  .owl-nav .owl-prev {background-image: url(../images/left_arrow.jpg);background-repeat: no-repeat; float: left;left: -5%}
#amenities-slider .owl-nav .owl-next {background-image: url(../images/right_arrow.jpg);background-repeat: no-repeat; float: right;right: -5%}

.platinum_privileges img {
    display: block;
    margin: 0 auto;
}

#project-highlights{
    background-color: #eeeeee;
           padding: 100px 0 70px 0;
}
#project-highlights .owl-carousel .owl-item img {width: 50%; float: left;margin-right: 8px;margin-bottom:10%;}
#project-highlights-carousel .item{display: flex;flex-flow:column;    align-items: center;}

#project-highlights h2{font-size:40px;letter-spacing:1px;    text-transform: uppercase;    margin-bottom: 5%; 
text-align:center;font-family: 'Arimo';}
#project-highlights h2 span{position: relative;}
#project-highlights h2 span:after {
        position: absolute;
    content: "";
    bottom: -10px;
    height: 3px;
    left: 0;
    /* right: 0; */
    margin: 0 auto;
    width: 100%;
    background-color: #5ca63c;
}
#project-highlights-carousel  .owl-nav 
{
      width: 92%;
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
}
#project-highlights-carousel .item span{font-size: 12pt;
    color: #333333;
    font-family: 'Arimo';
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 1px;}
#project-highlights-carousel .owl-nav [class*=owl-]{width: 35px;height: 52px;margin: 0;font-size: 0;position: relative;}
/*#project-highlights-carousel .owl-nav [class*=owl-]:hover{background-color: rgba(0,0,0,0.1)}*/
#project-highlights-carousel .owl-nav .owl-prev {background-image: url(../images/arrow_dir_l.png);background-repeat: no-repeat; float: left;left: -5%}
#project-highlights-carousel .owl-nav .owl-next {background-image: url(../images/arrow_dir_r.png);background-repeat: no-repeat; float: right;right: -5%}



#location{
    background-color: #eeeeee; overflow:hidden;      
}
#location h2{
    font-size:40px; 
    letter-spacing:1px;   
    text-transform: uppercase;
    text-align:center;
    font-family: 'Arimo';
    margin-bottom: 5%;
}
#location h2 span{position: relative;}
#location h2 span:after {
        position: absolute;
    content: "";
    bottom: -10px;
    height: 3px;
    left: 0;
    /* right: 0; */
    margin: 0 auto;
    width: 100%;
    background-color: #5ca63c;
}
.loctitle{
    /*position: absolute;    */
    width: 100%;    
    padding: 70px 0 0px 0;   
    z-index: 2;
}
#map_box {
    display: none;
    max-width: 100%;
}
#map-image{
    background: url(../images/location-map-img.jpg) center no-repeat;
    width: 100%;height:78vh;background-position:65%;
}
.map_images {
    position: relative;
}
.loctitle > img:before {
    content: "";
    background-color: #cadde4;
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
}
.loctitle > img:after {
    content: "";
    background-color: #ffffff;
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 0;
}
.map_images img.pannable-image{    
/*    background-size: cover;
    max-width: none;
    margin-left: -7%;*/
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 1;
     }

.viewbtna{display: block;
    text-align: right;}
.viewbtn{display: none;}


#video-gallery{
    padding-top: 50px;
    text-align: center;
    background-color: #eeeeee;
}
#video-gallery h2 {
    font-size:40px; 
    letter-spacing:1px;   
    text-transform: uppercase;
    text-align:center;
    font-family: 'Arimo';
}
#video-gallery h2 span{
    position: relative;
}
#video-gallery h2 span:after {
    position: absolute;
    content: "";
    bottom: -10px;
    height: 3px;
    left: 0;
    /* right: 0; */
    margin: 0 auto;
    width: 100%;
    background-color: #000000;
}
#video-gallery .container {
    margin-top: 65px;
}
.vdo-wrapper {
    display: inline-block;
    margin: 0 auto 35px;
    padding-top: 15px;
    width: 48%;
}
#video-gallery .vdo-item {
    float: left;
    /*margin-right:2%;*/
    
    position: relative;
    width: 100%
}
#video-gallery .vdo-item:first-child:after {
    content: '';
    /*background:#fff;*/
    
    height: 100%;
    width: 2px;
    position: absolute;
    top: 0;
    right: 0
}
.vdo-box {
    position: relative;
    overflow: hidden
}
.vdo-box > img {
    display: block
}
.vdo-mask {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    transition: all .6s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -webkit-transition: all .3s ease
}
.table-div {
    width: 100%;
    height: 100%;
    display: table;
    text-align: center
}
.table-div .table-cell {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle
}
.vdo-mask a {
    color: #fff;
    display: inline-block
}
.vdo-mask h3 {
    font-size: 24px;
    font-weight: 400;
    padding: 0 10px;
    color: #ffffff;
}
.vdo-mask .ico-play {
    display: inline-block;
    width: 74px;
    height: 74px;
    margin-top: 15px;
    background: url(../images/ico_play.png) no-repeat 0 -74px;
    transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -webkit-transition: all .6s ease
}
.vdo-mask:hover .ico-play {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg)
}
.vdo-box:hover .vdo-mask {
    top: 0
}
.overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
    display: none
}
.vdo-lightbox {
    position: absolute;
    top: 10%;
    left: 20%;
    width: 60%;
    height: 80%
}
.vdo-lightbox .vdo-inner {
    width: 100%;
    height: 100%
}
.vdo-lightbox .vdo-inner iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block
}
.close-vdo {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(../images/close.png) no-repeat 0 0;
    background-size: cover;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer
}
/* =============================================================================
   Footer bottom Style
* ============================================================================= */
#footer_top_content {
    background-color: #dbdbdb;
    padding: 65px 0 65px 0;
}
#footer_top_content .inner_wrap {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    text-align: left;
}
#footer_top_content .inner_wrap > div {
    border-left: 1px solid #adadad;
    padding-left: 2%;
}
#footer_top_content .inner_wrap > div:first-child {
    border-left: none;
    padding-left: 0;
}
#footer_top_content h2 {
    font-family: 'Arimo';
    color: #333333;
    font-weight: normal;
    font-size: 25px;
    line-height: 30px;
    padding-bottom: 10px;
}
#footer_top_content p {
    font-family: 'Arimo';
    color: #333333;
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 20px; 
}
#footer_top_content p a {
    color: #333333;
    text-decoration: none;
}
#footer_top_content p a:hover {
    color: #333333;
    text-decoration: underline;
}
#footer_bottom_content {
    background-color: #141313;
    padding: 15px 0 10px 0;
    font-family: 'HelveticaNeue-LightCond';
}

#footer_bottom_content .inner_wrap {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    text-align: center;
}

.copyright_section {
    color: #cccccc;
    font-size: 15px;
    line-height: 18px;
}

.copyright_section a {
    color: #cccccc;
    text-decoration: none;
    display: inline-block;
    margin-left: 30px;
    vertical-align: top;
}
.copyright_section a:hover {
    color: #cccccc;
    text-decoration: underline;
}

.site_creation {
    color: #666666;
    font-size: 15px;
    line-height: 18px;
}
.footer_social_media a {
    display: inline-block;
    vertical-align: top;
    margin: 0 2px;
}
.black_overlay {
    display: none;
    position: fixed;
    top: 0%;
    overflow: hidden;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
    display: none;
}
.light-container {
  height: 75%;
    overflow: auto;
    text-align: left;  
    text-align: left;
}
.white_content {
    font-family: 'helveticaneue-webfont';
    background-color: white;
    border: medium none;
    height: 58%;
    overflow: visible;
    padding: 10px 1%;
    position: fixed;
    left: 0;
    right: 0;
    top: 25%;
    max-width: 740px;
    width: 90%;
    margin: 0 auto;
    z-index: 1002;
    text-align: center;
    display: none;
}


.white_content h3 {
    font-family: 'helveticaneue-webfont';
    color: #324679;
    font-size: 20px;
    letter-spacing: 0.05em;
    margin: 0;
    padding: 13px;
    text-transform: uppercase;
}
.white_content p {
    padding: 5px 8px;
    font-size: 14px;
line-height: 21px;
}
a.lightclose {
    background: #3397d1 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin: 15px 0 0;
    padding: 10px 25px;
    text-decoration: none;
}
a.lightclose:hover {
    color: #fff;
}
#blank-space {
width: 100%;
height: 500px;
}
.error_new {
    border:1px solid red !important;
}

a.back-to-top{display: none;width: 50px;height: 50px;text-indent: -9999px;position: fixed; z-index: 999; right: 10px; bottom: 65px;background: url(../images/UpArrow.png) center center no-repeat;background-size: cover;transition: all ease .2s; -moz-transition: all ease .2s; -webkit-transition: all ease .2s}
a:hover.back-to-top{margin-bottom: 0px}
a, a:hover, a:focus {
    color: transparent;
    text-decoration: none;
}
.fancybox{top: 50%;transform: translateY(-50%); max-width: 100%}
.proj_price {
    position: absolute;
    top: 18%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 3;
    text-align: center;
    width: 90%;
}
.proj_price h1 {
    display: inline-block;
    background-color: rgba(10, 0, 0, 0.5);
    color: #ffffff;
    font-size: 22px;
    text-align: center;
    line-height: 30px;
    padding: 5px 20px;
    box-shadow: -5px 5px 0 #000000;
}

/* =============================================================================
   MEDIUM SCREEN STYLES [TABLET LANDSCAP VIEW] START
*  ============================================================================= */

@media only screen and (max-width:1980px) {#map-image{background-size:cover;}
/*#location{padding:65px  0 0 0;}*/}
@media only screen and (max-width:1366px) {
    /*#amenities{height:90vh;}*/
    #location {
     padding: 0px 0 0 0;}
     #footer_top_content {
    background-color: #dbdbdb;
    padding: 80px 0 65px 0;
}
}


@media only screen and (max-width:1280px) {
#footer_top_content .inner_wrap > div {
    border-left: 1px solid #adadad;
    padding-left: 2%;
    width: 25%;
}

}



@media only screen and (max-width: 1024px) {
/*#amenities{height:65vh;}*/
#footer_top_content .inner_wrap {
    flex-flow: column wrap;
}
.loctitle{
    /*position: absolute;*/
    width: 100%;
    padding: 100px 0 0px 0;
}
/*.map_images img.pannable-image {
    background-size: cover;
    max-width: none;
    margin-left: -39%;
}*/


#footer_top_content .inner_wrap > div {
    border-left: none;
    padding: 0;
}

}
/* =============================================================================
   MEDIUM SCREEN STYLES [TABLET LANDSCAP VIEW] START
*  ============================================================================= */
@media only screen and (max-width: 768px) {

    header {
        padding: 14px 0;
    }
    header .inner_wrap {
     display: flex;
justify-content: space-between;
    }    
#logo_container {
    width: 40%;
}    
#brand_logo_container {
    width: 40%;
}    

#topnav {
    order:3;
}
#topnav ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 10px #000000;
    -ms-box-shadow: 0 0 10px #000000;
    box-shadow: 0 0 10px #000000;
}
a.menu_trigger {
    position: relative;
    text-decoration: none;
    vertical-align: top;
    display: block;
    padding-bottom: 30px;
    z-index: 99;
}
a.menu_trigger span, a.menu_trigger span:before, a.menu_trigger span:after {
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
    display: block;
    background-color: #58595b;
    content: "";
    position: absolute;
    right: 0;
    top: 7px;
    width: 30px;
    height: 4px;
}
a.menu_trigger span:before {
    top: -8px;
}
a.menu_trigger span:after {
    top: 8px;
}
a.menu_trigger.active span:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
a.menu_trigger.active span:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
a.menu_trigger.active span {
    background-color: transparent;
}
a.menu_trigger.active span:before {
    top: 0;
}
a.menu_trigger.active span:after {
    top: 0;
}
.desk_call {
    display: none;
}
.mobi_call {
    display: block;
}
#page_container {
    background-attachment: inherit;
    background-size: auto;
}
#blank-space {
display: none;
}
.enquire-form-slide {
    width: 90%;
}
.enquire-form-slide .fieldwrapper {
    width: 98%;
}
#topnav ul li a, #topnav ul li a.active {
    border-bottom: 3px solid #3585cc;
    margin: 0 15px;
    padding: 10px 0 10px 19px;
}
#topnav ul li:last-child a, #topnav ul li:last-child a.active {
    border-bottom: none;
}
#topnav ul li a:hover:after, #topnav ul li a.active:after {
    display: none;
}
#home_banner .inner_wrap {
    padding: 0;
}
.enquire-form-slide {
    top: auto;
    left: 0;
    right: auto;
    bottom: -100%;
    margin: 0 auto;
    width: 100%;
    padding-bottom: 80px;
}
.enquire-form-slide.active {
    right: auto;
    bottom: 0;
}
.enquire-form-slide .enq-toggle {
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.6);
    height: auto;
    text-align: center;
    padding: 10px 0;
    position: fixed;
    z-index: 999;
}
.enquire-form-slide .enq-toggle i {
    display: inline-block;
    background: #6bb03e;
    font-size: 1em;
    line-height: 25px;
    padding: 5px 15px;
    min-width: 100px;
    color: #fff;
    font-style: normal;
}
.enquire-form-slide .enq-toggle.active i{
    width:40px;
    text-indent:999px;
    overflow:hidden;
    min-width:inherit;
    border-radius:50%;
    background:#6bb03e url(../images/arrow_select.png) no-repeat center center;
}
.form-head {
    font-size: 28px;
    line-height: 55px;
}
.enquire-form-slide .fieldwrapper {
    margin: 0 10px 10px 0;
}
.enquire-form-slide .fieldwrapper.form-cta-btn .btn {
    padding-top: 5px; 
}
/*#home_banner {
    height: 569px;
}*/
#home_main_content {
    background-color: #ffffff;
    padding: 49px 0 49px 0;
}
/*#amenities{    height: 50vh;}*/
/*#location{padding:0;}*/
/*.map_images img.pannable-image {
    background-size: cover;
    max-width: none;
    margin-left: -100%;
}*/
#video-gallery h2 {
    font-size: 30px;
}
    .vdo-mask h3 {
        font-size: 16px;
    }
    .vdo-mask {
        top: 0px;
    }
    .vdo-mask .ico-play {
        margin-top: 6px;
        transform: scale(0.6);
    }
    .vdo-mask:hover .ico-play {
        transform: rotate(0.6);
        transform: scale(0.6);
    }
.map_images:before {
display: none;
}
.map_images::after {
display: none;
}
.vdo-wrapper {
    display: block;
    width: auto;
}    
}
/* =============================================================================
   MEDIUM SCREEN STYLES [TABLET LANDSCAP VIEW] START
*  ============================================================================= */
@media only screen and (max-width: 640px) {
#home_main_content h1 ,
#home_main_content h2 {
    font-size: 23px;
}
#footer_bottom_content .inner_wrap {
    flex-flow: column wrap;
}
.copyright_section {
    padding-bottom: 10px;
}
#amenities {
    height: 85vh;    padding: 75px 0;
}
#project-highlights {
    background-color: #eeeeee;
    padding: 50px 0 30px 0;
}
#amenities h2 {
    margin-bottom: 13%;
    font-size: 35px;}
#project-highlights h2 {
    font-size: 35px;}

#location h2 {margin-bottom:35%;
    font-size: 35px;order:1;}
    .loctitle{position: relative;padding: 0;}
.map_images img.pannable-image {
    transform: scale(2);
}    
#project-highlights .owl-carousel .owl-item img {
    width: 40%;
    float: left;
    margin-right: 8px;
    margin-bottom: 10%;
    margin-top: 8%;
}
.viewbtna{display: none;}
.viewbtn{    display: block;
    position: absolute;
    right: 3%;
    top: 225%;
    z-index: 5;}
#location {
    padding: 69px 0 0 0;
}
#footer_top_content .inner_wrap > div{width:80%;}
.proj_price {
    position: relative;
    width: 100%;
}
.proj_price h1 {
    font-size: 20px;
}

#banner_offer_txt h2 {
    font-size: 22px;
    display: block;
    padding-bottom: 30px;
    line-height: 28px;
}
#banner_offer_txt h2 span {
    display: block;
}
#footer_bottom_content {
    padding: 15px 0 70px 0;    
}
}

@media only screen and (max-width: 560px){

.map_images img.map {
    background-size: cover;
    /*transform: scale(1.4);*/
}
/*#location h2 {    margin-bottom: 20%;}*/
    .map_images img.pannable-image {
    /*background-size: cover;*/
    /* transform: scale(1.7); */
    /* background-position-y: 95%; */
    /*max-width: none;*/
    /*margin-left: -108%;*/
    /*width: 258%;*/
}
.viewer img{width:100%;}
.fancybox-wrap {
    height: auto;
    width: 90% !important;
}
.fancybox-inner {
    height: 300px !important;
    width: 100% !important;
}
#amenities h2 span::after {
    bottom: -50px;
}
}