/*@charset "UTF-8";*/


html {
  scroll-behavior: smooth;
}

a {
      color: inherit;
      text-decoration:none;
}

a:visited {
    color:#c5c7c4;
}
a:hover {
    color:azure;
}

body {
    margin:0px;
}

p {
    margin:0;
    margin-block-start: 0;
    margin-block-end: 0;
}

html {
  font-size: 10px;
}


.header-box {
    padding-left: 0px;
    padding-right: 0px;
}

.double-arrow .material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 700,
  'GRAD' 0,
  'opsz' 48;
}

.inline-block {
  display: inline-block;
}

.text-padding {
  padding-right: 20px;
}

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

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

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

.material-icons.off-white {
  color: #c5c7c4;
}

.material-icons.off-white.padding-top {
  padding-top: 5px;
}

.heroimage {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width:100%;
    position: relative;
}
.heroimage-fullpage {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width:100%;
    height:100vh;
    object-fit: cover;
    position: relative;
}
.rera-tab {
  transform: rotate(0deg);
  transform-origin: top right;
  position:fixed;
  right:10%;
  top:10%;
  z-index: 1001;
}

.side-tab {
    transform: rotate(90deg);
    transform-origin: top right;
    position:fixed;
    right:0;
    top:40%;
    z-index: 1001;
    background-color: #61993b;
}

.side-tab:hover {
    background-color:#61993b;
    border-color: #61993b;
}

.green-background {
    background-color:#25D366;
    border-color: #25D366;
}

/* New Index HTML Starts Here */


.container .index-text {
  position:absolute;
  text-align:center;
  max-width: 100%;
  bottom:0%;
  font-family: 'Barlow', sans-serif;
  font-style: normal;
  line-height: normal;
  left:50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, .20);
  padding-bottom: 2%;
  padding-top: 2%;
  width: 100%;
}


.container .index-text .text-line1 {
  font-family: 'Noto Serif Display', serif;
  font-size: 24px;
  font-weight: 200;
  font-stretch: 100%;
  color:rgb(255, 255, 255, 0.9);
  line-height: 1;
  letter-spacing: 2px;
}

.container .index-text .text-line2 {
  font-family: 'Roboto', sans-serif;
  font-size: 35px;
  font-weight: 100;
  font-stretch: 100%;
  color: rgb(255, 255, 255, 0.9);
  line-height: 1;
  letter-spacing: 3px;
}

.container .index-text .text-line3 {
  font-family: 'Shippori Antique B1', sans-serif;
  font-size: 35px;
  font-weight: 400;
  font-stretch: 100%;
  color: #ffffff;
  line-height: 1;
}

.container .index-text .text-line4 {
  font-size: 14px;
  font-weight: 500;
  font-stretch: 100%;
  color:#ffffff;
  line-height: 1;
}

.container .index-text .text-line5 {
  font-size: 30px;
  font-weight: 400;
  font-stretch: 100%;
  color:#ffffff;
  line-height: 1;
}



/* Index html */


.tag-line-font {
  font-family: 'Barlow', sans-serif;
  font-style: normal;
  font-size: 50px;
  font-weight: 700;
  font-stretch: 100%;
  color:#c5c7c4;
  line-height: 1;
}
.tag-line2-font {
  font-family: 'Barlow Condensed', sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  font-stretch: 100%;
  color:#c5c7c4;
}

.font-size-24 {
  font-size:24px;
}

.font-size-30 {
  font-size:30px;
}

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

.font-size-40 {
  font-size:40px;
}

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



.legal-title-text {
  font-family: 'Barlow', sans-serif;
  font-style: normal;
  font-size: 25px;
  font-weight: 700;
  font-stretch: 100%;
  color:#333333;
  line-height: normal;
}

.legal-body-text {
  font-family: 'Barlow Condensed', sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: 300;
  font-stretch: 100%;
  color:#333333;
  line-height: normal;
  text-align: justify;
  text-justify: inter-word;
}

/*    Side Menu Bar  */


.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color:rgba(0,0,0,0.50);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    padding: 10px 10px 10px 32px;
    text-decoration: none;
    font-size: 18px;
    color: rgba(221,221,221,1.00);
    display: block;
    transition: 0.3s;
    font-family: neue-haas-grotesk-display,sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    text-align: left;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  margin-left: 50px;
  font-size:36px;
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("../images/icons/menu_black_24dp.svg");

}

.custom-toggler-white .navbar-toggler-icon {
  background-image: url("../images/icons/menu_white_24dp.svg");
}

.custom-toggler-white.navbar-toggler {
  border-color: rgba(231,231,231,.40);
  font-size: 18px !important;
}

.navbar-bg-custom {
  padding: 10px 70px 10px 70px;
  background-color: rgba(0, 0, 0, .25);
}

.custom-toggler.navbar-toggler {
  border-color: rgba(33,37,41,.40);
  font-size: 18px !important;
}

.menu-logo {
    width:80%;
    height: 80%;
    padding-bottom: 10px;
}

/* Side Menu Bar End */



.footer-background {
    background-color: #333333;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.footer-background.size {
  height:215px;
  margin-top:-215px;
}

.social-media {
    position: relative;
    margin-top: auto;
    margin-bottom:auto;
}

.social-media img {
    margin-right: 10px;
    color:#c5c7c4;
}

.social-media img.size {
  width:30px;
  height:30px;
}



.social-media .material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 300,
  'GRAD' 0,
  'opsz' 48;
  color: #c5c7c4;
  margin-right: 10px;
}



.footer-address-text-box {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: lighter;
    font-size: 12px;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    color:#c5c7c4;
}

.project-name-sm {
    color: #c5c7c4;;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
}

.contact-box {
    text-align: left;
    margin-top: auto;
    margin-bottom: auto;
}


a { color: inherit; } 

.contact-details {
    color:#c5c7c4;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-variant: normal;
    font-size: 14px;
    font-style: normal;
    display: inline-block;
    margin-left: 10px;
    text-decoration: none;
}


.brochure-tab-text {
    display: inline-block;
    font-family: 'Barlow Condensed', sans-serif;
    color:#c5c7c4;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    position: relative;
}


.brochure-button {
    position:relative;
    right:0px;
    top:10px;
    padding-right:0px;
}

.legal-col {
  padding-top :20px;
}

.legal-text-font {
    color: #c5c7c4;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-variant: normal;
    font-size: 11px;
    font-style: normal;
}

a .legal-link {
    text-decoration: none;
    color: #c5c7c4;
}
a .legal-link:hover {
    color:azure;
}

.text-copyright {
  text-align: left;
}

.text-legal-terms {
  text-align: right;
}

.h-100 {
    height: 100%;
}
.inline-block {
   display: inline-block;
}

.contact-details-align.padding-b {
  padding-bottom:15px;
}



.color-grey {
    color:#333333;
}

.image-center {
  margin-top: auto;
  margin-bottom: auto;
}
/*  Project Page CSS  Starts Here */

.container-fluid.hero-fluid-container {
    padding:0px;
    position:relative;
}

.hero-project {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url("../images/heroimages/row-villa-dusk_01_2500px.jpg");
    min-height: 100vh;
    width: 100%;
    position: relative;
}

.hero-project-content {
    width: 100%;
    max-width: 500px;
    padding:0 1rem;
    position: absolute;
    bottom:50%;
    top:auto;
    padding-left: 15px;
    z-index:2;
    transform: translateY(50%);
}

.location-project-content {
  width: 100%;
  max-width: 500px;
  padding:0 1rem;
  position: absolute;
  bottom:33%;
  left:50%;
  top:auto;
  padding-left: 0px;
  z-index:2;
  transform: translate(-50%,50%);
}

.text-justify {
  text-align: justify;
  text-justify: inter-word;
  line-height: normal;
}

.tag-line-font.mb-1.font-size {
  font-size: 40px;
  font-weight: 600;
}


.hero-hr {
  border-bottom:6px solid #c5c7c4;
  width:75px;
}
.project-sub-heading {
    font-family: 'Barlow Condensed', sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    text-align: left;
}

.project-sub-heading.font-size {
  font-size: 40px;
}

.project-features {
    background-color: #d7d5cb;
    padding-top: 50px;
    padding-bottom: 100px;
}

#features-text {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-size: 1.5rem;
    font-weight: 300;
    color:#333333;
    margin-top: 0.50rem;
    width: 90%;
}

.feature-text {
    color: #333333;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-variant: normal;
    font-size: 1.5rem;
    font-style: normal;
    position: relative;
}

#features .padding {
  padding-bottom:20px;
}

.add-margin-top-25 {
    margin-top:25px;
}
.add-margin-top-50{
    margin-top:50px;
}

.vertically-align {
  vertical-align: middle;
}

.feature-text-2 {
    color: #333333;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-variant: normal;
    font-size: 1.5rem;
    font-style: normal;
    width:75%;
    text-align: justify;
    text-justify: inter-word;
}



.vl {
  border-left: 6px solid #61993b;
}

.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size:36px; }
.material-icons-outlined.md-24 { font-size: 24px; }
.material-icons-outlined.md-36 { font-size: 36px; }

.masterplan{
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    left:auto;
    right: auto;
    padding-top:150px;
    padding-bottom: 50px;
}

#masterplan-h1 {
    position: absolute;
    top: 40px;
}

.h1-text-typo {
    font-family: linotype-didot-headline,serif;
    font-weight: 400;
    color:rgba(221,221,221,1.00);
}

.h2-text-typo {
    font-family: neue-haas-grotesk-display,sans-serif;
    font-weight: 300;
    font-size: 1.5rem;
    letter-spacing: 2px;
    color:rgba(221,221,221,1.00);
}


.left-padding-0 {
    padding-left:0;
}
.padding-0 {
    padding-left: 0;
    padding-right: 0;
}

#banner {
    position:relative;
}

.hero-tabs {
    position: absolute;
    bottom: 0px;
}



/* setting the width to 100% to override the default behaviour of max-width=100%
   , set in .img-fluid, which will restrict it to the maximum width of the image rather than extending
   to the viewport */
.row .col-lg-12 .masterplan.img-fluid {
    width: 100%;
}
#masterplan .container-fluid {
    position: relative;
}

#floorplan .container-fluid {
    position:relative;
}

.project-floorplan {
    background-color:white;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 100px;
    margin-bottom: 0px;
}

.fp-bg-color {
  background-color:#c5c7c4;
}


#floorplan-h1 {
    position: absolute;
    top: 50px;
}

.topmenu-tab {
  padding: 10px 0 20px 0;
  text-align: center;
}

.topmenu-tab-bg {
  background-color: white;
}


.tab-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size:36px;
  font-weight: 400;
  font-stretch: 100%;
  border-bottom: 2px solid #61993b;
  margin-bottom: 7px;
  color: #61993b;
}


.floorplan-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size:20px;
  font-weight: 300;
  font-stretch: 100%;  
  margin-bottom: 7px;
}
.topmenu-tab.active {
  background-color: #c5c7c4;
  border: 1px solid transparent;
}

#topmenu a span.font {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #333333;
}

#submenu p a {
  color : #333333;
  transition: color 0.5s;
}

#submenu p a:hover {
  color: black;
}

#submenu p.active {
  font-weight: 700;
}

#submenu p.font-size {
  font-weight: 700;
  color: #61993b;
  font-size:20px;
}

#team .container-fluid {
    position:relative;
}


.project-team {
    background-color:#d7d5cb;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 50px;
    padding-bottom: 75px;
    margin-bottom: 0px;
}

.team-text {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-variant: normal;
    font-size: 24px;
    text-align: center;
}


.team-text-content {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-variant: normal;
  font-size: 18px;
  text-align: left;
  width:100%;
  max-width: 60%;
}



.team-sub-text {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    font-size: 1.5rem;
    text-align: center;
}




#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 24px;
  border: none;
  outline: none;
  background-color:rgba(0,0,0,0.40);
  color: white;
  cursor: pointer;
  padding: 10px 15px 10px 15px;

  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}



/* Accordian Style Specification */


.container-fluid.spec-fluid-container {
    padding:0;
    position:relative;
}
.spec-box {
    background-color: #c5c7c4;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top:50px;
    padding-bottom:50px;
}


.h1-text-spec {
    padding:0 0 25px 0;
}

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border-left-width: 10px;
    border-right:0px;
    border-top:0px;
    border-bottom:0px;
    border-left-color: rgba(79,140,77,1.00);
    outline: 0px none;
    text-align: left;
    outline-style: none;
    outline-color: none;
    transition: 0.4s;
}
.accordion:focus {
    outline-style: none;
    outline-color: none;
    outline-width: 0px;
    outline: none;
}

.active-state, .accordion:hover {
  background-color: #ccc;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active-state:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color:rgba(221,221,221,1.00);
  border-left: 10px solid #61993b;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.panel-border {
    border-left: 10px solid #61993b;
}


/* My Customizations */

.panel-heading-txt {
    font-family:  'Barlow Condensed', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size:2rem;

}

.row-seperator {
    margin-top:0px;
    margin-bottom:0px;
}

.col-title-text {
    font-family:  'Barlow Condensed', sans-serif;
    font-weight:600;
    font-style:normal;
    font-size:1.5rem;
    color:#61993b;
}
.col-content-text {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size:1.5rem;
    color:rgba(33,37,41,1.00);
}

.col-title-icon {
    font-family:  'Barlow Condensed', sans-serif;
    font-weight:600;
    font-style:normal;
    font-size:1.8rem;
    color:#61993b;
    text-align: right;

}

.conserve-section {
    background-color: #61993b;
    color: rgba(221,221,221,1.00);
    border:none;
}

.conserve-section:after {
  content: '\002B';
  color: rgb(221,221,221,1.00);
  font-weight: bold;
  float: right;
  margin-left: 5px;
}


/* Specification ENDS here */


/* Contact Us Starts Here */


#contactFormContainer {
  position: relative;
  padding-bottom:50px;
}


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

.border-bg {
  background: url(Border.jpg) center center no-repeat;
  background-size: cover;
  padding: 10px;
}

.form-border {
  border: 8px solid #333333;
}

.inner {
  padding: 20px;
}

.padding-left-0 {
  padding-left: 0;
}

.limit{
  width: 50%;
  height: 500px;
  max-height: 500px;
  overflow: hidden;
}

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

.font-roboto {
font-family: 'Roboto', sans-serif;
font-weight: 400;
color: #333333;
}

.font-roboto.size {
  font-size: 14px;
}


.font-barlow-c {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  color: #333333;
}

.font-barlow-c.size {
  font-size: 34px;
}

#contact-heading p {
  font-family: 'Playfair Display', serif;
  font-weight:500;
  color: #333333;
}

#contact-heading p.size {
  font-size: 30px;
}

.font-barlow-c #form-title {
  font-size:16px;
  font-weight: 500;
}



#contact-form .input-field {
  font-family: 'Roboto', sans-serif;
  font-weight: 200;
  color: #333333;
  font-size: 12px;
}

.form-control:focus {
  background-color: none;
  border-color: #61993b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px  #61993b;
}


/*input.form-control.input-field:invalid {
  border: red solid 3px;
}*/



/* normal */
form input:not(:focus):invalid {
  border: 1px solid black;
}

/* normal */
form input:focus:invalid {
  border: 1px solid black !important;
}

/* error */
input.form-control.input-field.error-input:invalid {
  border: 1px solid red;
}

textarea.form-control.input-field.error-input:invalid {
  border: 1px solid red;
}

#contact-address a:hover {
  color:#333333;
}

#sales-contact.font-roboto.size {
  font-size: 15px;
}

#contact-address {
  padding: 30px 15px 30px 30px;
  margin:0;
}

.whatsapp-chat {
  padding: 0 0 5% 0;
  position: relative;
}
.whatsapp-img {
  position: absolute;
  left: 50%;
  translate: -50% 0;
}


.thank-you-bg {
  width:100%;
  height:100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position:relative;
}

.thank-you-content {
  width: 100%;
  max-width: 1000px;
  padding:0 1rem;
  position: absolute;
  bottom:auto;
  left:50%;
  top:25%;
  padding-left: 0px;
  z-index:2;
  transform: translate(-50%,50%);
}


.thank-you-content .font-h1 {
  font-family: 'Barlow', sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  color:#c5c7c4;
  font-size:40px;
}

.thank-you-content .font-h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  color:#c5c7c4;
  font-size:30px;
}

span.font-h3 {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  color:#c5c7c4;
  font-size:24px;
}


#thankYou.button {
display: inline-block;
border-radius: 4px;
background-color: #198754;
border: none;
color: #c5c7c4;
text-align: center;
font-size: 24px;
padding: 7.5px 30px 7.5px 30px;
width: 200px;
transition: all 0.5s;
cursor: pointer;
position: absolute;
left:50%;
transform: translate(-50%,50%);
box-shadow: 0px 8px 16px 0 rgba(0,0,0,0.3), 0px 6px 20px 0 rgba(0,0,0,0.29);
}

#thankYou.button span {
cursor: pointer;
display: inline-block;
position: relative;
transition: 0.5s;
}

#thankYou.button span:after {
content: '\00bb';
position: absolute;
opacity: 0;
top: 0;
right: -20px;
transition: 0.5s;
}

#thankYou.button:hover span {
padding-right: 25px;
}

#thankYou.button:hover span:after {
opacity: 1;
right: 0;
}

/* Contact Ends Here */

/* Below 4 Classes may deleted in cleanup */
#myContactUsImg {
    width: 100%;
    height: auto;
    background-position: center center;
}

.add-margin-bottom-25 {
    margin-bottom: 25px;
}

.para-sm-heading {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight:700;
    font-size: 1.2rem;
}
.para-text {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight:300;
    font-size: 1.1rem;
}


/* Location Starts Here */


/* Set the size of the div element that contains the map */

#googleMap {
  height: 650px;
  /* The height is 400 pixels */
  width: 100%;
  /* The width is the width of the web page */
}



.location-accordion {
    background-color: #cccccc;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border-left-width: 10px;
    border-right:0px;
    border-top:0px;
    border-bottom:0px;
    border-left-color: #61993b;
    outline: 0px none;
    text-align: left;
    outline-style: none;
    outline-color: none;
    transition: 0.4s;
}



.border-color-1 {
    border-left-color: #36685b;
}

.border-color-3 {
    border-left-color: #366735;
}

.border-color-2 {
    border-left-color: #453E66;
}

.border-color-6 {
    border-left-color: #972e25;
}

.border-color-4 {
    border-left-color: #66442A;
}

.border-color-5 {
    border-left-color: #683668;
}

.border-color-7 {
    border-left-color: #4BB349;
}


.panel-para-1 >*::first-letter {
  font-weight: 600;
  color: #36685b;
}
.panel-para-2 >*::first-letter {
  font-weight: 600;
  color: #453E66;
}
.panel-para-3 >*::first-letter {
  font-weight: 600;
  color: #366735;
}
.panel-para-4 >*::first-letter {
  font-weight: 600;
  color: #66442A;
}
.panel-para-5 >*::first-letter {
  font-weight: 600;
  color: #683668;
}
.panel-para-6 >*::first-letter {
  font-weight: 600;
  color: #972e25;
}

.panel-para-7 >*::first-letter {
  font-weight: 600;
  color: #4BB349;
}


.location-accordion:focus {
    outline-style: none;
    outline-color: none;
    outline-width: 0px;
    outline: none;
}

.active-state, .location-accordion:hover {
  background-color: #ccc;
}

.location-accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active-state:after {
  content: "\2212";
}

.location-panel {
  padding: 0 18px;
  background-color:rgba(221,221,221,1.00);
  border-left: 10px solid #61993b;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}






/* My Customizations */

.location-panel-heading-txt {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size:1.8rem;
    color:#333333;
}

.location-panel-txt {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-size: 1.3rem;
    font-weight: 300;
    color:#333333;
}



.location-subheader-text {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-size: 1.5rem;
    font-weight: 300;
    color:#333333;
    margin-top: 0.00rem;
}

div::first-letter-green {
    color:#66806A;
}

.location-container-2 {
    background-color:#c5c7c4;
}


/* Gallery CSS Starts Here */

.carousel-images {
    height:100vh;
    object-fit: cover;
    background-image: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.modal-sizing {
  object-fit: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height:85vh;
}



@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}






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

  .navbar-bg-custom {
    padding: 10px 60px 10px 60px;
    background-color: rgba(0, 0, 0, .25);
  }
  .social-media {
    text-align: center;
  }
  .social-media img {
      text-align: center;
  }

  .footer-address-text-box {
      padding-top: 35px;
      text-align:center;
  }
  .footer-address-text-box {
      padding-right: 0px;
  }


  .contact-details-align {
    padding-top: 10px;
    display: inline-block;
    text-align: center;
  }

  .padding-40r {
    padding-right: 40px;
  }

  .social-media img.size {
    width:30px;
    height:30px;
  }

  .tab-title {
    font-size:30px;
    border-bottom: 2px solid #61993b;
    margin-bottom: 7px;
    color: #61993b;
  }
  .topmenu-tab {
      padding: 10px 0 20px 0;
      text-align: center;
  }
  #topmenu a span.font {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
  }
 

  .feature-text-2 {
    font-size: 1.4rem;
    font-style: normal;
    width:100%;
    text-align: justify;
    text-justify: inter-word;
  }

  .project-sub-heading.font-size {
    font-size: 32px;
  }

 
  #masterplan-h1 {
    top: 20px;
  }
  .project-floorplan {
    padding-bottom: 75px;
  }
 
  .team-text-content {
    width: 100%;
    max-width: 100%;
  }

  .project-features {
    padding-top: 30px;
  }
  .panel-heading-txt {
    font-size:1.6rem;
  }

  .floorplan-title {
    font-size: 18px;
  }

  .limit{
    width: 100%;
    padding-right: 0px;
  }

  .mobile-center {
    text-align: center;
    margin-bottom: 10px;
  }
  
  #contact-address {
    padding: 30px 15px 30px 15px;
    margin:0;
  }

  .whatsapp-chat {
    padding: 0% 0 10% 0;
    position: relative;
  }

  #myBtn {
    bottom: 35px;
  }
  
}


/* col-sm */
@media screen and (max-width: 768px) {
  .limit{
    width: 100%;
    padding-right: 0px;
  }

  #contact-image {
    padding-bottom: 10px;
  }

  #contact-address {
    padding: 20px 10px 20px 10px;
  }

  .form-border {
    border: 0px solid #333333;
    padding-right: 0;
  }

  .mobile-formating {
    padding-left:0;
    padding-right:0;
  }

  #contact-form .spacing {
    margin-bottom: 1.2rem;
  }

  .mobile-center {
    text-align: center;
    margin-bottom: 10px;
  }

  #contact-heading p {
    font-family: 'Playfair Display', serif;
    font-weight:500;
    color: #333333;
  }

  #contact-heading p.size {
    font-size: 24px;
  }
  .whatsapp-chat {
    padding: 0% 0 5% 0;
    position: relative;
  }
  
  #myBtn {
    bottom: 35px;
  }
  

}

/* col- Most mobiles */
@media screen and (max-width: 599px) {
  .navbar-bg-custom {
    padding: 10px 30px 10px 30px;
    background-color: rgba(0, 0, 0, .25);
  }


  .panel-heading-txt {
    font-size:1.5rem;
  }

  .index-title-content {
    top:50%;
    left:50%;
    bottom:auto;
    transform: translate(-50%, -50%);
    padding-right: 0px;
  }

  .hero-index {
    background-image: url('../images/renders/Set11/Aerial_525px-high.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: unset;
    min-height: unset;
    max-width: 100%;
    max-height: 50%;
    position: relative;
    overflow: hidden;
    transform-origin:none;
    transition:none;
    filter: none;
  }

 
  
  .tag-line-font {
    font-family: 'Barlow', sans-serif;
    font-style: normal;
    font-size: 36px;
    text-align: center;
    font-weight: 700;
    color:#ffffff;
    line-height: normal;
  }

  .tag-line2-font {
    font-family: 'Barlow Condensed', sans-serif;
    font-style: normal;
    font-size: 12px;
    font-weight: 400;
    font-stretch: 100%;
    color:#ffffff;
    text-align: center;
  }

  #banner.font-size {
    font-size: 36;
  }
  .footer-address-text-box {
    text-align:center;
    padding :30px 0 0 0;
  }
  .social-media {
    text-align:center;
    padding:25px 0 0 0;
  }
  .contact-box {
    text-align:center;
    padding-left: 0;
    padding-right: 0;
  }

  .tab-title {
    font-size:18px;
    border-bottom: 2px solid #61993b;
    margin-bottom: 7px;
    color: #61993b;
  }
  
  #topmenu a span.font {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #333333;
  }

  .topmenu-tab {
    padding: 10px 0 20px 0;
    text-align: center;
  }
 

  .feature-text-2 {
    font-size: 1.0rem;
    width:100%;
    max-width: 100%;
  }

  .project-sub-heading.font-size {
    font-size: 18px;
  }

  .hide {
    display:none;
  }

  #features .md-36.resize {
    font-size: 24px; 
  }
  #features-text {
    font-size:1.3rem;
  }
  .feature-text {    
    font-size: 1.2rem;
  }

  #masterplan-h1 {
    top: 7px;
  }

  .masterplan{
    padding-top:75px;
    padding-bottom: 25px;
  }

  .project-floorplan {
    padding-top: 75px;
  }

  #floorplan-h1 {
    top: 20px;
  }

  #submenu p.selector.text-right.size {
    font-size: 14px;
  }

  #submenu p.font-size {
    font-size:14px;
  }



  .team-text-content {
    font-size: 13px;
    width: 100%;
    max-width: 100%;
  }

  #team .team-text {
    font-size: 18px;
  }

  
  .hero-project-content {
    width: 100%;
    max-width: 50%;
    padding-top: 0px;
    padding-right: 0rem;
    padding-bottom: 0px;
    padding-left: 0px;
    position: absolute;
    bottom: 50%;
    top: auto;
    transform: translate(50%,50%);
  }

  
  .tag-line-font.mb-1.font-size {
    font-size: 30px;
  }
 
  .floorplan-title {
    font-size: 12px;
    padding-right:0px;
  }
  .hero-hr {
    border-bottom: 6px solid #c5c7c4;
    width: 100%;
  }

  #second a {
    padding-right:0;
  }
  .floorplan-title {
    font-size: 16px;
  }

  .footer-background.size {
    height:350px;
    margin-top:-270px;
  }

  .thank-you-content .font-h1 {
    font-size:30px;
  }
  
  .thank-you-content .font-h2 {
    font-size:24px;
  }
  
  span.font-h3 {
    font-size:18px;
  }

  .limit{
    width: 100%;
    padding-right: 0px;
  }

  #contact-image {
    padding-bottom: 10px;
  }

  .form-border {
    border: 0px solid #333333;
    padding-right: 0;
  }

  .mobile-formating {
    padding-left:0;
    padding-right:0;
  }

  #contact-form .spacing {
    margin-bottom: 1.2rem;
  }

  .mobile-center {
    text-align: center;
    margin-bottom: 10px;
  }

  #contact-heading p.size {
    font-size: 22px;
  }

  #contact-address {
    padding-top:10px;
    padding-bottom:10px;
  }

  .font-roboto.size {
    font-size: 11px;
  }

  .whatsapp-chat {
    padding: 0 0 25% 0;
    position: relative;
  }

  .text-copyright {
    text-align: center;
  }
  
  .text-legal-terms {
    text-align: center;
    margin-bottom: 1.5rem;
  }

  #myBtn {
    bottom: 35px;
  }
  
}


@media screen and (max-width: 364px) {
  .navbar-bg-custom {
    padding: 5px 10px 10px 5px;
    background-color: rgba(0, 0, 0, .25);
  }
  .floorplan-title {
    font-size: 16px;
  }
  .panel-heading-txt {
    font-size:1.5rem;
  }
  .tag-line-font {
    font-size: 24px;
  }
  .centered-line2 {
    padding-top:165px;
  }
  .tab-title {
    font-size:12px;
    border-bottom: 2px solid #61993b;
    margin-bottom: 5px;
    color: #61993b;
  }

  .topmenu-tab {
    padding: 10px 0 20px 0;
    text-align: center;
  }

  .feature-text-2 {
    font-size: 1.0rem;
    width:100%;
  }

  .project-sub-heading.font-size {
    font-size: 18px;
  }

  .hide {
    display:none;
  }

  #features .md-36.resize {
    font-size: 24px; 
  }

  #masterplan-h1 {
    top: 7px;
  }

  .masterplan{
    padding-top:75px;
    padding-bottom: 25px;
}

  .project-floorplan {
    padding-top: 75px;
  }

  #floorplan-h1 {
    top: 20px;
  }

  .team-text-content {
    font-size: 13px;
    width: 100%;
    max-width: 100%;
  }

  #team .team-text {
    font-size: 18px;
  }

  .footer-background.size {
    height:350px;
    margin-top:-270px;
  }

  .limit{
    width: 100%;
    padding-right: 0px;
  }

  .mobile-formating {
    padding-left:0;
    padding-right:0;
  }

  #contact-form .spacing {
    margin-bottom: 1.2rem;
  }

  #contact-heading p.size {
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) {
   .form-row-spacing {
      padding-bottom: 10px;
   }
}
