/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
 
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    font-family: 'proxima';
}
body{
    font-size: 15px;
}
html, body {
  overflow-x: hidden 
}
p, li, a, span, button, input, select, b, h1, h2, h3, h4{
    font-family: 'proxima';
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
svg,
video {
    /* vertical-align: middle; */
    max-width: 100%;
    display: block;
    /* margin: auto; */
    width: auto;
    height: auto;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
    width: 100%;
    height: 70px;
    padding: 12px;
    padding-left: 17px;
    outline: 0 !important;
    border: 0;
    border-radius: 3px;
    background: rgb(255, 255, 255);
}

ul{
    padding: 0;
    margin: 0;
}
ul li{
    list-style-type: none;
    font-size: 14px;
}
a,
a:visited {
    text-decoration: none;
    color: #000;
}
a,input,button{
    outline: 0;
}
input{
    height: 17px;
    padding-left: 2px;
    /* font: 14px 'Eurostile',sans-serif; */
}
select{
    display: inline-block;
}
h1{
    font-size: 40px;
    color: #c8ae73;
    margin: 15px 0px;
    font-weight: normal;
    font-style: italic;
    letter-spacing: 2px;
    text-align: center;
}
h2{
    font-size: 24px;
    color: #000;
    margin: 10px 0;
}
h3{
    font-size: 18px;
    color: #71518a;
    margin: 10px 0;
}
h4{
    font-size: 23px;
    color: #273F7F;
    margin: 10px 0;
    font-weight: normal;
}
h5{
    font-size: 14px;
    color: #273F7F;
    margin: 10px 0;
}
p{
    margin: 0;
    font: 15px 'Roboto', Arial, sans-serif;
    text-align: justify;
    line-height: 25px;
    /* margin-bottom: 15px; */
    color: #585858;
    font-weight: 300;
}
h2,h3,h4,h5{
    font-family: 'Roboto', 'Open Sans', Arial, sans-serif;
    color: #161616;
    font-size: 19px;
    margin-bottom: 25px;
}
/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */





/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screen readers: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
/*
 * Floats free left and right with !impoprtant case
 */

.fl-l{
    float: left;
}
.fl-r{
    float: right;
}

.fl-ll{
    float: left !important;
}
.fl-rr{
    float: right !important;
}
.full-width{
    width: 100% !important;
}
.mt-0{
    margin-top: 0;
}
.mt-10{
    margin-top: 10px;
}
.mt-15{
    margin-top: 15px;
}
.mt-20{
    margin-top: 20px;
}
.mt-25{
    margin-top: 25px;
}
.mt-50{
    margin-top: 50px;
}
.mt-70{
    margin-top: 70px;
}
.mt-100{
    margin-top: 100px;
}
.mt-150{
    margin-top: 150px;
}
.mt-200{
    margin-top: 200px;
}
.mt-250{
    margin-top: 250px;
}
.mt-300{
    margin-top: 300px;
}
.mb-0{
    margin-bottom: 0;
}
.mb-10{
    margin-bottom: 10px;
}
.mb-15{
    margin-bottom: 15px;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-25{
    margin-bottom: 25px;
}
.mb-50{
    margin-bottom: 50px;
}
.mb-100{
    margin-bottom: 100px;
}
.mb-150{
    margin-bottom: 150px;
}
.mb-200{
    margin-bottom: 200px;
}
.mb-250{
    margin-bottom: 250px;
}
.mb-300{
    margin-bottom: 300px;
}
.mb-500{
    margin-bottom: 500px;
}
.ml-10{
    margin-left: 10px;
}
.ml-15{
    padding-left: 30px;
}
.ml-20{
    margin-left: 20px;
}
.ml-25{
    margin-left: 25px;
}
.ml-30{
    margin-left: 30px;
}
.ml-35{
    margin-left: 35px;
}
.ml-40{
    margin-left: 40px;
}
.ml-45{
    margin-left: 45px;
}
.ml-50{
    margin-left: 50px;
}
.mr-15{
    margin-right: 15px;
}
.mr-20{
    margin-right: 20px;
}
.mr-25{
    margin-right: 25px;
}
.mr-30{
    margin-right: 30px;
}
.mr-35{
    margin-right: 35px;
}
.mr-40{
    margin-right: 40px;
}
.mr-45{
    margin-right: 45px;
}
.mr-50{
    margin-right: 50px;
}
.w-50{
    width: 50px;
}
.w-100{
    width: 100px;
}
.w-150{
    width: 150px;
}
.w-200{
    width: 200px;
}
.w-250{
    width: 200px;
}
.w-290{
    width: 290px !important;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */



/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
/*  
 * Name              : Custom LP Codes
 * Version           : 1.0.0
 * Style Type        : Handly Coded from Scratch
 * Semantic Followed : Intelligent Selectors & Robdodson's Blog
 */



@font-face {
    font-family: 'proxima';
    src:url('../assets/fonts/Proxima Nova.eot');
    src:url('../assets/fonts/Proxima Nova.eot?#iefix') format('embedded-opentype'),
        url('../assets/fonts/Proxima Nova.woff') format('woff'),
        url('../assets/fonts/Proxima Nova.ttf') format('truetype'),
        url('../assets/fonts/Proxima Nova.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proxima';
    src:url('../assets/fonts/ProximaNova-Bold.eot');
    src:url('../assets/fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
        url('../assets/fonts/ProximaNova-Bold.woff') format('woff'),
        url('../assets/fonts/ProximaNova-Bold.ttf') format('truetype'),
        url('../assets/fonts/ProximaNova-Bold.svg#icomoon') format('svg');
    font-weight: bold;
    font-style: normal;
}
body{
    position: relative;
    margin: 0;
    font-family: 'proxima' !important;
    /*font: 14px 'Roboto','Open Sans',Arial, sans-serif;*/
    background: #fff;
    margin: 0;
}
button,a{
    outline: 0 !important;
}
.wrapper{
    width: 100%;
}
.container-fluid{
    width: 100%;
    padding: 0;
}
.container{
    width: 95%;
    /* margin: 0 auto; */
}

/* loading css codes */
.loading{
      display: none;
}
.loading{
    position: relative;
    left: 109%;
    top: 9px;
    z-index: 9999;
    width: 22px;
    height: 22px;
    -webkit-animation: spinner 400ms linear infinite;
    animation: spinner 600ms linear infinite;
}
.loading:before{
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 100%;
    box-sizing: border-box;
    border: solid 2px transparent;
    border-top-color: #29d;
    border-left-color: #29d;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}
@-webkit-keyframes spinner {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
    /* extra submit button loadin positioning*/
    .btn-wrap{
        position: relative;
        display: inline-block;
    }
    .btn-wrap .loading{
        position: absolute;
        left: 114%;
        top: 7px;
    }
    /* extra submit button loadin positioning*/
/* end of loading css codes */
form label.error{
    width: 100% !important;
    padding: 10px 0;
    color: red;
    background-color: white;
    clear: both;
    margin: 0;
    display: none;
    font-weight: normal;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    letter-spacing: 0px;
    color: #fff;
}
::-moz-placeholder { /* Firefox 19+ */
    letter-spacing: 0px;
    color: #fff;
}
:-ms-input-placeholder { /* IE 10+ */
    letter-spacing: 0px;
    color: #fff;
}
:-moz-placeholder { /* Firefox 18- */
    letter-spacing: 0px;
    color: #fff;
}
section{
    padding: 10px 0;
    float: left;
    width: 100%;
}
section h2 {
    text-align: center;
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 30px;
}


/* LP Codes */
section.grey{
    background: #f9f9f9;
}
h3{
    font-weight: 300;
    font-size: 21px;
    margin: 15px;
}
h3 span{
    width: 100%;
    display: block;
    font-size: 16px;
    margin: 10px 0;
    color: #383838 !important;
}
.row.no-gutter{
    margin-left: 0px;
    margin-right: 0;
}
.row.no-gutter [class*="col-"]{
    padding-left: 0;
    padding-right: 0;
}



/* sticky form code */
.stickyForm {
    position:absolute;
    top: 65vh;
    left: 100%;
    text-align: center;
    padding: 40px 30px;
    background: black;
    -webkit-transition: .35s ease-in-out;
    -o-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    z-index: 8;
    -webkit-box-shadow: 7px 7px 5px -3px rgba(0,0,0,0.41);
    -moz-box-shadow: 7px 7px 5px -3px rgba(0,0,0,0.41);
    box-shadow: 7px 7px 5px -3px rgba(0,0,0,0.41);
}
@media only screen  and (max-width: 480px){
    .stickyForm{
        width: 90vw;
    }
    .stickyForm.active {
        left: 5vw;
    }
    #contact .row{
        height: 110vh;
    }
    .plan-main-div {
        width: 96%;
    }

}
@media only screen  and (min-width: 480px) and (max-width: 768px){
    .stickyForm{
        width: 90vw;
    }
    .stickyForm.active {
        left: 5vw;
    }
    #contact .row{
        height: 110vh;
    }
    .plan-main-div {
        width: 96%;
    }
}
@media only screen  and (min-width: 768px) and (max-width: 1024px){
    .stickyForm{
        width: 90vw;
    }
    .stickyForm.active {
        left: 21vw;
    }
    .amenitiesDiv{
        padding-left:50px;
    }
    #contact .row{
        height: 600px;
    }
    .plan-main-div {
        width: 46%;
    }

}
@media only screen  and (min-width: 1024px) and (max-width: 1280px){
    .stickyForm{
        width: 22.604vw;
    }
    .stickyForm.active {
        left: 21vw;
    }
    .amenitiesDiv{
        padding-left:50px;
    }
    #contact .row{
        height: 600px;
    }
    .plan-main-div {
        width: 46%;
    }

}
@media only screen  and (min-width: 1280px ){
    .stickyForm{
        width: 22.604vw;
    }
    .stickyForm.active {
        left: 21vw;
    }
    .amenitiesDiv{
        padding-left:50px;
    }
    #contact .row{
        height: 600px;
    }
    .plan-main-div {
        width: 46%;
    }

}


.stickyForm .btn {
    font-weight: 900;
    font-size: large;
    font-family: 'Roboto', sans-serif !important;
    padding: 10px 30px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    left: -94px;
    height: 40px;
    border-radius: 7px 7px  0 0;
    font-size: 15px;
    cursor: pointer;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    border: 0;
    perspective: 100px;
    outline: 0 !important;
    background: black;
    color: white;
    
}
.stickyForm .download-broucher {
    text-align: left;
    margin: 40px 0 10px 0;
    font-weight: 900;
    font-size: large;
    font-family: 'Roboto', sans-serif !important;
}

.stickyForm img {
    width: 60%;
}

body .stickyForm *{
    color: #fff;
}
body .stickyForm label{
    width: 100% !important;
}
body .stickyForm input[type="text"], body .stickyForm input[type="email"], body .stickyForm textarea, body .stickyForm .intl-tel-input {
    width: 100% !important;
    border: 0;
    height: 35px;
    background: transparent;
    border-bottom: 1px solid #fff;
}
.stickyForm [type="submit"] {
    background: #545454d9;
    color: white;
    border: 0;
    padding: 10px 25px;
    border-radius: 2px;
    border: 1px solid #616161;
}
body .stickyForm ._checkbox{
    margin-bottom: 10px;
}
body .stickyForm ._checkbox .text{
    text-align: left;
    margin-bottom: 10px;
}
body .stickyForm ._checkbox label{
    width: 50% !important;
    float: left;
    padding-right: 5px;
}
body .stickyForm  ._checkbox span{
    padding-left: 4px;
    font-size: 13px;
    float: left;
}
.stickyForm ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    letter-spacing: 0px;
    color: #AEAEAE;
}
.stickyForm ::-moz-placeholder { /* Firefox 19+ */
    letter-spacing: 0px;
    color: #AEAEAE;
}
.stickyForm ::-ms-input-placeholder { /* IE 10+ */
    letter-spacing: 0px;
    color: #AEAEAE;
}
.stickyForm :-moz-placeholder { /* Firefox 18- */
    letter-spacing: 0px;
    color: #AEAEAE;
}
body .stickyForm select{
    width: 100%;
    color: #fff;
    border: 0;
    background: transparent;
    border-bottom: 1px solid #fff;
    height: 40px;
}
body .stickyForm .btn-group{
    margin-top: 20px;
    float: left;
}
body .stickyForm .error{
    margin-bottom: 0 !important;
}
body .stickyForm label.error{
    padding: 7px 0;
}
body .stickyForm [name="submit"],
#modalContactForm .modal-footer button,
.contact_details button[type="button"],
#myModalNew .modal-footer button
{
   border: 5px solid  #95C424;
   background-color: black;
   border-radius: 15px;
   font-family: 'Roboto', sans-serif !important;
   font-weight: 900;
   font-size: 20px;
   color: white;
   
    /* background: #4b0778 !important;
    color: #fff;
    height: 40px !important;
    padding: 0px 30px !important;
    border: 1px solid #4b0778;
    text-transform: uppercase; */
    /* box-shadow: 0 0 8px 3px rgba(99, 99, 99, 0.32); */
}
/* end of sticky form code */

.form-section form{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.stickyForm .loading{
    top: -29px;
}

/*  blink animation codes */
.animated {
    animation-duration: 0.85s;
    animation-fill-mode: both;
    visibility: hidden;
}
._animated {
    animation-duration: 0.85s;
    animation-fill-mode: both;
}
@keyframes blink {
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
#slider{
    position: relative;
}
/*  end of blink animation codes */
.main_menu li a{
    text-decoration: none;
}
/* LP codes continues here */
.main_menu{ display: flex;flex-direction: row; padding-top: 30px;}
.main_menu li{display: flex;flex-direction: row;flex: 1;justify-content: center;position: relative;}
.main_menu li.active:after {
    position: absolute;
    content: '';
    bottom: -7px;
    width: 18%;
    background: black;
    height: 1px;
}
.main_menu li a {
    font-family: 'Roboto', sans-serif !important;
    color: black;
    font-weight: 900;
    /* font-size: 1.245vw;  */
    font-size: large;
}
.header-top {
    position: fixed;
    width: 100%;
    z-index: 9;
    height: 90px;
    background-color: white;
    padding: 0 6%;
}
.banner_text{
    position: absolute;
}
.banner_form {
    background-color: #4B0778;
    padding: 30px 20px;
}
.hero_form input{
    background-color: transparent;
    border: none;
    border-bottom: 1px solid white;
    padding: 25px 2px;
    width: 100%;
    color: white;
}
.hero_form input[type='submit']{border: 1px solid white;padding: 17px 15px;line-height: 2px;border-radius: 15px;text-transform: uppercase;}
._lined_bg{
    background:url(../images/lined_bg.png);
}
.dotted_bg{
	background:url(../images/dotted.png);
}
.design_bg{
	background:url(../images/design.png);
}
.proj_details_sec .col-md-3{
    border-right: 2px solid #4b0778;
    min-height: 40px;
    min-height: 90px;
    padding: 0px 20px;
}
.proj_details_sec {
    padding: 50px 0px;
}

.proj_overview {
    padding: 60px 0 0;
    margin: 27.777vh 6% 0;
    
}
.overview_content {
    padding-top: 180px;
}
.overview_content p{
    margin-bottom: 20px;
    /* font-family: proxima; */
    font-family: 'Roboto', sans-serif !important;
    font-style: normal;
    font-size: large;
    line-height: 1.4;
}
.overview_content h1 {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 900;
    font-style: normal;
    color: #212528;
    text-align: right;
    font-size: 3.00rem;
    /* padding-bottom: 80px; */
}
.overview_content .read_more, 
.read_more_spec{
    float: right;
    background-color: white;
    border: solid 3px #95C424;
    padding: 10px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 900;
    border-radius: 2px;
}

._proj_de_heading{color: #4b0778;font-weight: bold;font-size: 18px;}
.detail_{
    color: #4b0778;
    font-weight: 500;
    font-size: 15px;
    padding-top: 10px;
    font-family: proxima;
}
.proj_overview .row .col-sm-6{
    display: flex;
    flex-direction: row;
    /* height: 280px; */
    align-items: center;
}
.read_more_btn{
    background-color: white;
    border: 1px solid #8f8d90ab;
    padding: 15px 61px;
    border-radius: 22px;
    color: #4b0778;
}
.amenities{
    padding: 60px;
    background-color: #4b0778;
}
.sec_heading{
    font-family: 'Roboto', sans-serif !important;
    font-weight: 900;
    font-size: xx-large;
    text-align: center;
    color: white;
    margin: 0px 0px 40px 0px;
}
.amenities img{
    margin: auto;
}
.sub_title{text-align: center;color: white;font-size: 16px;margin-top: 8px;margin-bottom: 20px;}
.toggle_btn_amenities{width: 50%;margin: 20px auto;padding-top: 50px;}
.toggle_btn_amen{
    background-color: transparent;
    color: white;
    padding: 15px 50px;
    border-radius: 40px;
    border: 1px solid white;
}
.toggle_btn_amen.active{background-color: white;color: #4b0778;}
._amenities_{
    display: none;
}
._amenities_.active{
    display: block;
}
.indoor_amenities, .outdoor_amenities{
    margin-top: 70px;
}
.slide-carousel .slide-inner img {
    width: 100%;
    height: 429px;
}
.slide-carousel, .slide-carousel .slide-inner {
    width: 100% !important;
    height: 429px !important;
}
#gallery_slider, #floorplan_slider #layoutplan_slider{
    /* width: 51%; */
    margin: auto;
}
.slide-carousel, .slide-carousel .slide-inner {
    width: 100% !important;
    height: 429px !important;
}
a.iCarouselNav{
    width: 84px;
    height: 84px;
}
._colored{
    color: #1D2025;
}
.gallery {
    padding: 50px 0px;
    position: relative;
    background:url(../images/design.png);
    margin-bottom: 50px;
}

footer{clear: both;background-color:"";padding: 40px 50px;}
.contact_details h3.sec_heading{
    text-align:left;
}
.contact_details p{color: white;}
.contact_details a{color: white;display: block;margin-top: 20px;}
.overview_img{
     margin: auto 20px;
}
#newliving .overview_img{
     margin: 100px auto;
}
._copyrights_foot{
    background-color: black;
    padding: 10px;
}
#brand img{
    background-color: white;
}
.proj_details_sec .col-md-3:last-child{
    border: none;
}
.header-top.fixed_tabs{
    background-color: white;
}
.header-top.fixed_tabs .main_menu li a{
    color: black;
   
}
.carousel .carousel-item{
    width: 400px;
    height: 470px;
}
._floor_btn{background-color: transparent;color: #4b0778;padding: 15px 50px;width: 100%;border-radius: 40px;border: 1px solid #4b0778;}
.floor_plan_btn{
    width: 70%;
    margin: 50px auto;
}
._floor_btn.active{
    background-color: #4b0778;
    color: white;
}
.previndicator{position: absolute;left: 50px;top: 38%;}
.nextindicator{
    position: absolute;
    right: 50px;
    top: 43%;
}
.floorplan{
    position: relative;
}
/*Hamburger Menu*/

#nav-icon1 {
  width: 39px;
  height: 0px;
  position: relative;
  margin: auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
#nav-icon1 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #ccc6c7;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#nav-icon1 span:nth-child(1) {
  top: 5px;
}
#nav-icon1 span:nth-child(2) {
  top: 18px;
}
#nav-icon1 span:nth-child(3) {
  top: 31px;
}
#nav-icon1.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
#nav-icon1.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.hamburger_menu{
    display: none;
}
#brand{
    padding: 13px;
}
._copyrights_foot img{
    width: 9%;
    float: left;
}
.copyrig p{
    color: white;
    text-align: center;
}
/* #hero-banner-carousel .owl-dots .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    border-radius: 100%;
}
#hero-banner-carousel .owl-dots .owl-dot {
    background-color: #cac9c9bf;
}
#hero-banner-carousel .owl-dots .owl-dot.active {
    background: #fff !important;
}
#hero-banner-carousel .owl-dots {
    text-align: center;
    position: absolute;
    z-index: 999;
    width: 100%;
    bottom: 12px;
} */
div#outdoor_amenities_ img {
    width: 75px;
}
.banner_text p {
    color: white;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
}
.banner_text p.border_line {
    border-bottom: 1px solid white;
    margin-bottom: 10px;
}
.banner_text p.border_line span{
     display: block;
    font-size: 19px;
    margin-bottom: 10px;
}
.banner_text {
    position: absolute;
    top: 41%;
    z-index: 99;
    left: 30px;
}
.mfp-close-btn-in .mfp-close{
    background: white;
    color: black !important;
    font-weight: bold;
}
.mfp-title{
    display: none;
}
.sticky_footer_form .btn{
    background-color: transparent !important; 
}

form.form input {
    color: black;
}

.enquire_now_wrapper input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    letter-spacing: 0px;
    color: #ccc;
}
.enquire_now_wrapper input::-moz-placeholder { /* Firefox 19+ */
    letter-spacing: 0px;
    color: #ccc;
}
.enquire_now_wrapper input::-ms-input-placeholder { /* IE 10+ */
    letter-spacing: 0px;
    color: #ccc;
}
.enquire_now_wrapper input:-moz-placeholder { /* Firefox 18- */
    letter-spacing: 0px;
    color: #ccc;
}
.sec_heading._left{
    margin-left: 0;
    padding-left: 0px;
}
 .stickyForm .btn{
        display: block;
    }
#hero-banner-carousel .owl-item img{
    /* height: 500px; */
    object-fit: cover;
}

#stickForm input{
    color: black;
    background-color: white;
    padding: 2% 5%;
    font-family: 'Roboto', sans-serif !important; 
} 

/* mobile reponsive */
@media only screen and (max-width: 1200px){
    .form-section label{
        width: 15% !important;
    }
}

@media only screen and (max-width: 996px){
    .container{
        width: 95%;
    }
    .form-section label{
        width: 15% !important;
    }
}

@media only screen and (max-width: 768px){
    .stickyForm .btn{
        display: none;
    }
    .hidden-xs{
        display: none;
    }
    .visible-xs{
        display: block;
    }
    .hidden-lg{
        /* display: none; */
    }
    /* custom codes */
    .form-section label{
        width: 100% !important;
        height: auto !important;
    }
    .form-section label input, .form-section label select{
        margin-bottom: 10px;
        height: 40px !important;
    }
    .form-section{
        width: 80%;
        margin: auto;
        float: none;
    }
    .form-section .btn-group{
        float: none;
        margin-top: 5px;
    }
    ._amenities_ .col-xs-6{
        min-height: 140px;
    }
    .toggle_btn_amenities{
        width: 100%;
    }
    .toggle_btn_amen{padding: 10px 11px;font-size: 12px;}
    .toggle_btn_amenities .col-xs-6{
        padding: 0;
        text-align: center;
    }
    #gallery_slider, #floorplan_slider #layoutplan_slider{
        width: 100%;
    }
    a.iCarouselNav{
        left: 0;
    }
    a#iCarouselNext{
        right: 0;
    }
    footer{
        padding: 10px 32px;
    }
    .proj_details_sec .col-md-3{
        border: none;
    }

    #brand img{
        width: 75px;
    }
    .hero_form input[type='submit']{
        width: 40%;
        margin: auto;
        margin-top: 25px;
        display: block;
        background-color: white;
        color: #4b0778;
    }
    .proj_overview .row .col-sm-6{
        display: block;
        height: auto;
    }
    .amenities{
        padding: 30px;
    }
    .previndicator{left: 0;top: 50%;}
    .nextindicator{
        right: 0;
        top: 50%;
    }
    .floor_plan_btn{
        width: 100%;
    }
    ._floor_btn{
        padding: 10px;
        text-align: center;
    }
    .main_menu{
        display: none;
    }
    .hamburger_menu img{width: 32px;margin: auto;margin-right: 34px;margin-top: 10px;}
    .main_menu.open{
        display: block;
        background-color: white;
        width: 100%;
        position: fixed;
        left: 0;
        padding: 20px 0px;
        top: 60px;
    }
    ._copyrights_foot{
        padding: 17px;
    }
    .main_menu li a{
        color: black;
        font-size: 18px;
        padding: 15px;
        width: 100%;
    }
    .header-top{
        background-color: white;
        height: 75px;
    }
    #hero-banner{
        margin-top: 61px;
    }
    .overview_img{
        width: 100%;
        display: block;
        margin: 20px auto;
    }
    .read_more_btn{
        margin: auto;
        display: block;
        padding: 13px 35px;
    }
    .proj_overview{
        padding-top: 0;
    }
    .hamburger_menu{
        display: block;
    }
    #brand{
        padding: 10px;
    }
    ._copyrights_foot img{
        width: 25%;
        float: left;
    }
    .copyrig p{
        color: white;
        text-align: center;
    }
    .banner_text p {
        color: white;
        font-size: 16px;
        text-transform: uppercase;
        text-align: center;
    }
    .banner_text {
        top: 41%;
        z-index: 99;
        left: 0px;
        right: 0px;
        background-color: #00000075;
        padding: 10px;
     }
    /* custom codes here */
    .banner_form {
        display: none;
    }

    /*model*/
    .modal-dialog {
        top: 50px;
        background: transparent !important;
    }
    #main-pop .modal-header, #myModal1 .modal-header, #price-model .modal-header, #iam-model .modal-header {
        background: #ef4b35;
        color: #fff;
    }
    .modal-header {
        padding: 15px;
        border-bottom: 1px solid #e5e5e5;
    }
    .modal-body {
        position: relative;
        padding: 15px;
    }
    .modal-title {
        margin: 0;
        line-height: 1.42857143;
    }
    #main-popup .form-group {
        height: 40px;
        margin-bottom: 7px;
    }
    .input-group {
        position: relative;
        display: table;
        border-collapse: separate;
    }
    #main-popup .input-group-addon {
        background: #ef4b35;
        color: #fff;
        border: 0;
    }
    .modal.in .modal-dialog{
        z-index: 9999;
    }
    #main-popup input, #main-popup select {
        height: 40px;
        border: none;
        padding-left: 9px;
        width: 100%;
        background: #f3f3f3;
    }
    #main-popup .btn-default {
        color: #333;
        background-color: #fff;
        border-color: #ef4b35;
        margin: auto;
        display: block;
        background: #ef4b35;
        color: white;
    }
    .modal-header .close, #main-pop .close{
        color: #fff !important;
        opacity: 1 !important;
        margin-top: -25px;
    }

    /*model*/
    .modal-dialog {
        top: 50px;
        background: transparent !important;
    }
    #call-pop .modal-header{
        background: #ef4b35;
        color: #fff;
    }
    .modal-header {
        padding: 15px;
        border-bottom: 1px solid #e5e5e5;
        border-radius: 6px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }
    .modal-body {
        position: relative;
        padding: 15px;
    }
    .modal-title {
        margin: 0;
        line-height: 1.42857143;
    }
    #call-popup .form-group {
        height: 40px;
        margin-bottom: 20px;
    }
    .input-group {
        position: relative;
        display: table;
        border-collapse: separate;
    }
    #call-popup .input-group-addon {
        background: #ef4b35;
        color: #fff;
        border: 0;
    }
    .modal.in .modal-dialog{
        z-index: 9999;
    }
    #call-popup input, #call-popup select {
        height: 40px;
        border: none;
        padding-left: 9px;
        width: 100%;
        background: #f3f3f3;
    }
    #call-popup .btn-default {
        color: #333;
        background-color: #fff;
        border-color: #ef4b35;
        margin: auto;
        display: block;
        background: #ef4b35;
        color: white;
    }
    .modal-header .close, #call-pop .close{
        color: #fff !important;
        opacity: 1 !important;
        margin-top: -25px;
    }



    .fixed-footer-cust {
        background: #f04c36;
        text-align: center;
        padding: 10px 0px 10px 0px;
        width: 100%;
        position: fixed;
        bottom: 0px;
        z-index: 99;
    }

    .fix-link {
        color: #fff !important;
        font-size: 14px;
    }
    .div-line {
        border-right: 1px solid #fff;
    }
    .i-am {
        padding: 0;
        background: transparent;
        box-shadow: none;
    }
    .i-am :hover, .i-am -large:hover, .i-am:hover
    {
        background: transparent;
        box-shadow: none;
    }
    form.form label {
        width: 100%;
        display: block;
        margin: 15px 0px;
    }
    div#enquire-popup{
        min-height: auto !important;
    }
    div#call{
        min-height: auto !important;
    }
    form.form .btn-group{
        text-align: center;
        display: block;
    }
    form.form .btn-group button
    {
        background: transparent;
        padding: 5px 20px;
        margin: auto;
        text-align: center;
        display: block;
    }
    .main_menu li.active:after{
        content: none;
    }
    .banner_text p.border_line span {
        font-size: 15px;
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 479px){
    .proj_details_sec .col-md-3{
        border-right: 0;
        border-bottom: 1px solid #4b077885;
        margin-bottom: 13px;
        min-height: auto;
        padding: 10px 15px;
    }
    .fluid-wrapper .header{
        padding: 10px 0px;
    }

}
    #topbanner.contact-form
    {
        
        top: 5%;
        left: 20%;
    
        transform: translate(50%,50%);
        width: 300px;
        height: 435px;
        padding: 10px 0px;
        box-sizing: border-box;
        background: rgba(0,0,0,1);

    }
        #topbanner.avatar {
        position: absolute;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        overflow: hidden;
        top: calc(-80px/2);
        left: calc(50% - 40px);
    }
        #topbanner.contact-form h4 {
        margin: 0;
        padding: 10px 0 10px;
        color: #fff;
        text-align: left;            
    }
        #topbanner.contact-form p
    {
        margin: 0;
        padding: 0;
        font-weight: bold;
        color: #fff;
    }
        #topbanner.contact-form input
    {
        width: 100%;
        margin-bottom: 10px;
    }
        #topbanner.contact-form input[type="text"],
        #topbanner.contact-form input[type="phone"],
        #topbanner.contact-form input[type="password"]
    {
        border: none;
        border-bottom: 1px solid #fff;
        background: transparent;
        outline: none;
        height: 40px;
        color: #fff;
        font-size: 16px;
    }
        #topbanner.contact-form input[type="submit"] {
        height: 30px;
        color: #fff;
        font-size: 15px;
        background: red;
        cursor: pointer;
        border-radius: 25px;
        border: none;
        outline: none;
        margin-top: 15%;
    }
        #topbanner.contact-form a
    {
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        text-decoration: none;
    }
        #topbanner.input[type="checkbox"] {
        width: 20%;
    }
   .bg_img:before
    {    
        margin: 0;
        padding: 0;
        content: '';
        background-image: url("Top_Banner.jpg");
        min-height: 380px;

        /* Center and scale the image nicely */
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }


    .banner {
        margin-top: 90px;
    }

    .input-icon-wrap {    
        display: flex;
        flex-direction: row;
        margin: 30px 0;
        justify-content: stretch;
        align-items: center;
        background-color: #95C424;
    }
  
  .input-icon {
    background-color: #95C424;
    padding: 20px;
  }
  
  .input-with-icon {
    border: none;
    flex: 1;
  }
  
  .input-icon, .input-with-icon {
    padding: 10px;
  }
  
 .input-icon-wrap input {
     margin: 0px !important;
 }

 .input-icon i {
    width: 30px;
 }
 .readyToOccupyDiv {
    font-family: 'Roboto', sans-serif !important;
    
 }
 .readyToOccupyDiv .block {
    margin: 130px 0 50px;
 }
 .readyToOccupyDiv .block h3{ 
    font-family: 'Roboto', sans-serif !important;
    font-weight: 900;
    margin: 0;
    color: #A8A9AC;
   
 }

 .readyToOccupyDiv button,
 .readyToOccupyDiv p {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 900;
    font-size: large;
    color:black;
    display: inline-block;
    margin-top: 10px;
 }

 .readyToOccupyDiv .block p:last-child{
     background-color: #27A744;
     color: white;
     padding: 1px 6px;
     border-radius: 2px;
     font-size: x-small;
     margin-left: 0px;
 }

 .floorPlanHeading,
 .layoutPlanHeading{
    text-align: left;
    background-color: #F4F4F4;
    margin: 0 auto;
    padding: 20px;
    font-size: xx-large;
 }

 .specificationHeading,
 .amenitiesHeading{
    font-size: xx-large;
    margin-top: 50px;
    margin-bottom: 40px;
 }

 .specificationsDiv ul,
 .amenitiesDiv ul{
    list-style-type: none;
    margin-left: 2em;
 }

 .specificationsDiv ul li,
 .amenitiesDiv ul li{
     color: #787969;
     font-family: 'Roboto', sans-serif !important;
     margin: 15px;
 }

 .specificationsDiv ul li::before,
 .amenitiesDiv ul li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color:#95C524; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
 }
  
 .amenitiesDiv h4{
    font-family: 'Roboto', sans-serif !important;
    margin: 15px;
  
 }

 #contact .row{
    background: url('../images/footer.jpg') no-repeat center center /cover;
    position: relative;
 }
 #contact .row:before{
    content: "";
    position: absolute;
    left: 0; right: 0;
    top: 0; bottom: 0;
    width: 100%;
    background: rgba(0,0,0,.6);
 }


 #modalContactForm .modal-content,
 #myModalNew .modal-content{
    font-family: 'Roboto', sans-serif !important;
    font-weight: 900;
    background: black;
    color: white;
   
 }

 #modalContactForm .modal-header {
    font-size: 1.494rem; 
 }

 #modalContactForm .modal-header .close{
    color: white;
    opacity: 1;
}

#modalContactForm .input-group {
    margin: 20px;
}

.input-group-addon {
    background-color: #95C524;
    color: white;
    border: 0px;
}

#modalContactForm .form-control{
    border: 0px;
}

.owl-carousel img {
    object-fit: cover;
}
#hero-banner-carousel img {
    height: 80vh;
}
#floorPlanCarousel.owl-carousel img, 
#whatYouWillGetCarousel.owl-carousel img, 
#layoutPlanCarousel.owl-carousel img,
#latestPicsCarousel.owl-carousel img { 
    height: 60vh;
}

#latestPicsCarousel,
#aboutUSinClientsCarousel,
#whatYouWillGetCarousel {    
    width: 80vw;
    margin: 0 auto;
}
#aboutUSinClientsCarousel.owl-carousel img {
    height: 30vh;
    object-fit: contain;
}

.contact_details .input-group{
    margin: 20px 0px;
    font-weight: 900;
    font-family: 'Roboto', sans-serif !important;
}

#myModalNew .modal-body {
    font-size: large;
}

.stickyForm .input-group{
    margin: 20px 0;
}

.plan-main-div {
    /* width: 46%; */
    margin: 50px 2%;
    padding: 0;
    -webkit-box-shadow: 4px 6px 5px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 4px 6px 5px -2px rgba(0,0,0,0.75);
    box-shadow: 4px 6px 5px -2px rgba(0,0,0,0.75);
}
.plan-main-div .owl-carousel {
    border: 2px solid #F4F4F4;
}

.plan-main-div .owl-carousel img {
    object-fit: contain;
}