/* Font-family */
@font-face {
  font-family: MuseoSlab3;
  src: url("../designs/B_B-Assets/Fonts/Museo_Slab_300.otf");
}
@font-face {
  font-family: MuseoSlab5;
  src: url("../designs/B_B-Assets/Fonts/Museo_Slab_500.otf");
}
@font-face {
  font-family: MuseoSlab7;
  src: url("../designs/B_B-Assets/Fonts/Museo_Slab_700.otf");
}
@font-face {
  font-family: MuseoSlab9;
  src: url("../designs/B_B-Assets/Fonts/Museo_Slab_900.otf");
}
button,
input,
select,
textarea {
  /* font-size: inherit; */
  line-height: inherit;
}
::placeholder{
  font-family: MuseoSlab3, Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.select1{
  font-family: MuseoSlab3, Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.card-content > img {
  width: 100% !important;
  height: 100%;
}
body {
  font-family: MuseoSlab3 !important;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.numberdata {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
/* Header */
/* Header */

.link1 {
  display: none;
}
.bb_hContainer {
  width: 100%;
  height: 100px !important;

  z-index: 5;
  background: white;
  transition: all ease 300ms;
  border-bottom: 0.3px solid #e6dfd4;
}
.bb_hContainer .bb_hc {
  display: flex;
}
.bb_hc > a {
  text-transform: uppercase;
  text-decoration: none;
  color: black;
  padding-left: 12px;
  letter-spacing: 0.5px;
  font-family: Museoslab3;
}
.bb_hc > .dropdown1 > a {
  text-transform: uppercase;
  text-decoration: none;
  color: black;
  padding-left: 12px;
  letter-spacing: 0.5px;
  font-family: Museoslab3;
}

.bb_hc .active {
  border-bottom: 1px solid;
  padding: 5px;
  padding-bottom: 2px;
  font-weight: 700;
  color: black;
}

.bb_h {
  display: flex;
  align-items: center;
  color: #000;
  background: white;
  box-sizing: unset !important;
  justify-content: space-between;
  width: 100%;
  margin: auto;
  height: 100%;
}
/* logo */
.bb_hlogoC {
  width: 170px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
}
.bb_hlogo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/**/

.bb_hc {
  display: flex;
  align-items: center;
  width: 38rem !important;
  justify-content: space-between;
  font-size: 0.8rem;
}

.bb_hbtn {
  height: 30px;
  width: auto;
  display: flex;
  align-items: center;
  text-transform: uppercase !important;
  justify-content: center;
  padding: 5px 15px;
  background: #db9024;
  color: #fff;
  cursor: pointer;
  letter-spacing: 0.5px;
}

/*header*/

@media (max-width: 500px) {
  .bb_hlogoC {
    width: 50px !important;
  }

  .bb_hContainer {
    width: 100%;
    height: 80px !important;
  }
}

.bb_hContainer {
  width: 100%;
  height: 100px;
  box-sizing: unset !important;
  z-index: 5;
  background: white;
  transition: all ease 300ms;
  border-bottom: 0.3px solid #e6dfd4;
}
.bb_hc > a {
  text-decoration: none;
  color: black;
  box-sizing: border-box;
  padding-left: 0px;
  letter-spacing: 0.5px;
}
.bb_hc .active {
  border-bottom: 1px solid;
  padding: 5px;
  padding-bottom: 2px;
  font-weight: 700;
  color: black;
}

.bb_h {
  display: flex;
  align-items: center;
  color: #000;
  background: white;
  box-sizing: unset !important;
  justify-content: space-between;
  width: 90%;
  margin: auto;
  height: 100%;
}

/* logo */
.bb_hlogoC {
  width: 70px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.bb_hlogo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/**/
.bb_hc {
  display: flex;
  align-items: center;
  width: 38rem;
  justify-content: space-between;
}
.bb_hbtn {
  height: 30px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 15px;
  background: #db9024;
  color: #fff;
  cursor: pointer;
  letter-spacing: 0.5px;
  box-sizing: unset !important;
}

.bb_hContainer .link {
  display: none;
  cursor: pointer;
  margin-right: 20px;
}

.dropbtn {
  background-color: #04aa6d;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

/* drop down of the spire link */
.dropdown1 {
  position: relative;
  display: inline-block;
}

.dropdown1 a {
  letter-spacing: 0.5px;
  font-size: 0.8rem;
}

.dropdown1.active {
  border-bottom: 1px solid;
  padding: 5px;
  padding-bottom: 2px;
  font-weight: 700;
  color: black;
}

/* Dropdown Content  (Hidden by Default) */
.dropdown-content1 {
  display: none;
  position: absolute;
  background-color: #f1f1f1;

  min-width: 120px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content1 a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;

  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content1 a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown1:hover .dropdown-content1 {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown1:hover .dropbtn {
  background-color: #3e8e41;
}

@media (min-width: 1600px) {
  .bb_hContainer {
    box-sizing: border-box;
    padding-left: 10%;
    padding-right: 10%;
  }
}

@media (max-width: 1023px) {
  /*dropdown*/
  .dropdown-content1 {
    width: 100%;
    text-align: center;
  }

  .dropdown-content1 > a {
    text-align: center !important;
    padding-left: 70px !important;
  }

  .dropdown1 {
    width: 100%;
  }

  .link1 {
    display: block;
  }

  .bb_h {
    display: flex;
    align-items: center;
    color: #000;
    background: white;

    justify-content: space-between;
    width: 100% !important;
    margin: auto;
    height: 100%;
  }
  .bb_hContainer .bb_hc {
    display: none;
    position: fixed;
    height: 100vh;
    top: calc(0% + 0px);
    width: 100% !important;
    text-transform: uppercase;
    background-color: whitesmoke;
    box-sizing: border-box;
    margin-top: 0rem;
    z-index: 10;
    text-align: left;
    flex-direction: column;
  }

  .bb_hContainer .bb_hc a {
    width: 100%;

    box-sizing: border-box;

    border-bottom: 0.1px solid rgba(0, 0, 0, 0.1);
    padding: 25px 10px;

    display: flex;

    padding-left: 30px;

    letter-spacing: 1px;
  }

  .bb_hc .active {
    padding-right: 0 !important;

    font-weight: 700;
    color: black;
  }

  .bb_hbtn {
    width: 100%;
    padding: 12.5px 0px;
    left: 25px;
    padding-left: 30px;
    text-transform: uppercase;
    justify-content: flex-start !important;
  }

  .link {
    display: block !important;
    color: #000;
    font-size: 2rem;
    cursor: pointer;
    transition: 200ms ease-in-out;
  }

  .link1 {
    font-size: 2.5rem;
    padding-right: 22px;
    /* text-align: left; */
    background: white;
    padding-top: 13px;
    padding-bottom: 13px;
    text-align: right;
    transition: 200ms ease-in;
    cursor: pointer;
  }
}

/* Video Section */
.sp__video {
  width: 100%;
  height: calc(100vh - (40px + 60px));
  overflow: hidden;
  background-color: #fff;
}
video {
  min-width: 100%;
  min-height: 100%;
  object-position: center;
}

/**/
.tab {
  overflow: hidden;
  display: flex;
  align-items: center;
  width: 80%;
  margin: 30px auto 0px;
  padding: 0;
  justify-content: center;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}
.tablinks {
  margin-right: 30px;
  cursor: pointer;
  font-size: 1.3rem;
  font-weight: 500;
  font-family: Museoslab5;
}
.gallerylinks {
  margin-right: 30px;
  cursor: pointer;
  font-size: 1.3rem;
  font-weight: 500;
}
.active {
  /* font-weight: 700; */
  padding-bottom: 5px;
  /* color: #db9024; */
  border-bottom: 0px solid #dc9026;
}
/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}
/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}
/* Style the tab content */
.tabcontent {
  display: none;
  border-top: none;
  position: relative;
  margin-top: 0px;
  transition: all ease-in-out 300ms;
}
.tabcontent > img {
  width: 100%;
}
/* .tabcontent > img:hover {
  filter: hue-rotate(90deg) brightness(10%) grayscale(10%);
  transition: all ease-in-out 300ms;
} */

.gallerycontent {
  display: none;
  border-top: none;
}
.zoom {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  cursor: pointer;
  display: none;
}
.zoom-img-bg {
  position: relative;
}
.zoom-img-close {
  width: 30px;
  overflow: hidden;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.zoom-img-close > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.projectstatus_tabs,
.interiordesign_tabs,
.extviews_tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: auto;
}
.projectstatus_tabs > img,
.interiordesign_tabs > img,
.extviews_tabs > img {
  width: 30%;
  height: 30%;
  margin: 15px;
}
.frst__active {
  display: block;
}
/* 2nd section */
.sec_section_div {
  margin: 60px 0 60px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1024px) and (max-width: 1920px) {
  #spire_line {
    letter-spacing: 0.8px;

    padding-left: 3px;
  }
  .tab_enq {
    display: block;
  }
  .mob_enq {
    display: none;
  }

  .sec_section_sec_div {
    display: flex;
    flex-direction: row;

    width: 80%;
    box-sizing: border-box;
    margin: 30px auto;
    font-size: 15px;
  }
  .sec_section_sec_div_para {
    flex: 0.5;
    height: 11rem;
    font-size: 1rem;
    box-sizing: border-box;
    padding: 5px 50px;
    line-height: 25px;

    font-family: "Montserrat";
  }

  .sec_section_sec_div_para p {
    font-family: "Montserrat";
  }
  .sec__sec_bold {
    font-family: MuseoSlab5;
  }
  .com_det_info_mid {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    width: 80%;
    margin: 0 auto 0 auto;
    padding-top: 0;
    box-sizing: border-box;
  }
  .com_det_info_mid_top_h {
    width: fit-content;
    margin: 0 auto 0 auto;
  }
  .com_det_info_mid_top_h > p {
    margin: 0px auto;
    margin-bottom: 10px;
    padding: 0 20px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
  }
  .com_det_head {
    font-size: 2.5rem;
    font-family: MuseoSlab7;
    font-weight: 500;
    margin: 20px 0;
    letter-spacing: 2px;
  }

  .heading {
    font-size: 40px;
    font-family: MuseoSlab5;
    font-weight: 500;
    margin: 0 auto;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000;
  }
  .subHeading {
    font-size: 14px;
    font-family: "Montserrat";

    margin: 10px auto 0 auto;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #000;
  }

  .sec__bold_all {
    display: flex;
    width: 75% !important;
    margin: 0 auto 0 auto;
    justify-content: space-between;
    text-align: center;
    margin: 10px auto;
  }
  .discover_the_spire {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .discover_the_spire svg {
    font-family: "MuseoSlab3";
    font-size: 5rem;
    font-weight: 300;
    letter-spacing: 0.02em;
    fill: #000;
  }
  .discover_the_spire svg #TYPE,
  .discover_the_spire svg #TOWERS,
  .discover_the_spire svg #BEDROOMS,
  .discover_the_spire svg #ACRES,
  .discover_the_spire svg #STOREY_STRUCTURE,
  .discover_the_spire svg #RESIDENCES,
  .discover_the_spire svg #SQ_FT_-_3_BEDROOM,
  .discover_the_spire svg #SQ_FT_-_4_BEDROOM,
  .discover_the_spire svg #PRICE_RANGE,
  .discover_the_spire svg #LOCATION {
    font-size: 1.25rem;
    font-weight: 100;
    fill: #131313;
  }
  .discover_the_spire > img {
    width: 97.5%;
    height: 97.5%;
  }
}
@media (min-width: 1024px) and (max-width: 1920px) {
  .discover_the_spire svg {
    font-size: 3.75rem;
  }
  .discover_the_spire svg #TYPE,
  .discover_the_spire svg #TOWERS,
  .discover_the_spire svg #BEDROOMS,
  .discover_the_spire svg #ACRES,
  .discover_the_spire svg #STOREY_STRUCTURE,
  .discover_the_spire svg #RESIDENCES,
  .discover_the_spire svg #SQ_FT_-_3_BEDROOM,
  .discover_the_spire svg #SQ_FT_-_4_BEDROOM,
  .discover_the_spire svg #PRICE_RANGE,
  .discover_the_spire svg #LOCATION {
    font-size: 1.125rem;
  }
}

.sec__sec_boldtext {
  font-size: 4.5rem;
  font-family: MuseoSlab3;
  margin: auto;
  color: #000;
}

.sec__sec_text {
  font-size: 1.25rem;
  color: #131313;
}

.pricerange_div {
  display: flex;
  font-size: 4.5rem;
  font-family: MuseoSlab3;
  margin: auto;
  color: #000;
  position: relative;
}
.pricerange_div > p {
  margin: 0;
}
.wwr__cinabs {
  position: absolute;
  top: -30px;
  right: -30px;
  color: #000;
  font-weight: 100;
  font-family: MuseoSlab1;
}
.sec__btn {
  text-align: center;
  margin: 50px auto 0 auto;
  width: auto;
  background: #db9024;
  padding: 15px 25px;
  color: white;
  font-size: 1rem;
  line-height: 1.2;
  cursor: pointer;
}

/**/
.thrd_sec_C {
  background: #ece6de;
}
.thrd__sec__s {
  width: 75%;
  padding: 60px 0;
  margin: auto;
  height: 100%;
}
.thrd___frt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px auto;
}

.thrd__frst_frst {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.thrd__frst_frst p {
  font-size: 1.2rem;
  text-align: center;
  cursor: default;
}
.thrd_fst_imgD {
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 0;
  background-color: transparent;
  overflow: hidden;
  cursor: default;
  display: flex;
  align-items: center;
  justify-content: center;
}
.thrd_fst_imgD > img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

/**/
/* fourth section */
.fr__div {
  width: 75%;
  margin: auto;
  padding: 60px 0;
}
.gallery_div {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #ece6de;
}
.location_div {
  width: 100%;
  padding: 60px 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.fr_loca {
  display: flex;
  align-items: flex-start;
  width: 80%;
  margin: 50px auto 80px auto;
  justify-content: space-between;
}
.fr_loca_para {
  font-size: 16px;
  padding: 0 30px;
  line-height: 25px;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Montserrat";
}
.heading_location {
  color: #000;
  font-family: MuseoSlab7;
  font-size: 1.5rem;
  font-weight: 700;
}
.the_spire__div {
  margin: 0 auto;
  width: 75%;
}
.lo_d_C {
  margin: 50px auto 0 auto;
}
.locations__div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1em auto;
  font-family: Museoslab3;
}
.location__div {
  display: flex;
  align-items: center;
  width: 48%;
  justify-content: space-between;
  border: none;
  cursor: default;
  padding-bottom: 15px;
  border-bottom: 0.5px solid #ece6de;
}

.location__div > p {
  margin: 0 !important;
}

.location__div_img > p {
  margin: 0 !important;
}

.location__div_img {
  display: flex;
  align-items: center;
}

.location_img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: none;
  background-color: transparent;
  margin-right: 15px;
}
img#jayadeva {
  margin-top: 7px;
  /* width: 55px; */
}
img#christ {
  margin-top: 5px;
  /* margin-right: 1px; */
}
#accenture {
  width: 80%;
  margin-left: 5px;
}

.location_img > img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.img360Container {
  width: 90%;
  height: 100vh;
  margin: 0 auto 50px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img360Container .img360 {
  width: 100%;
  height: 100%;
}

/**/
.com_det_info_form {
  width: 75%;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 50px auto 60px auto;
}

.amenities_container {
  margin-top: 60px;
  padding: 0 20px;
}

#kidsec {
  margin-left: -10px;
}
#indoorsec {
  margin-right: -10px;
}

.con_us_inputs {
  display: flex;
  width: 80%;
  margin: auto;
  justify-content: space-between;
}
.con_us_inputs_l {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.con_use_d {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 60%;
  margin: 25px auto 10px auto;
}
.con_use_dpay,
.con_use_dd {
  border: 1px solid #d4b090;
  border-radius: 50px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: #fff;
}
.con_use_dpay > img,
.con_use_dd > img {
  width: 13px;
  margin: 0 0 0 10px;
}
.con_use_dpay > p,
.con_use_dd > p {
  margin: 6px;
  font-size: 13px;
}
.con_in_div {
  border: none;
  flex-grow: 1;
  margin: 5px 25px;
}
.con_in_field {
  outline: none;
  border: 1px solid #8b8b8b;
  padding: 10.5px 10px;
  flex-grow: 1;
  width: -webkit-fill-available;
  background: #f6f0e8;
  height: 30px;
  box-sizing: unset !important;
}
.con_intarea {
  width: 48.5%;
  height: 100%;
}
.con_intarea > .con_intarea_ta {
  flex-grow: 1;
  background: #f6f0e8;
  margin: 5px 0 0 0;
  box-sizing: border-box;
  width: 100%;
  resize: none;
  outline: none;
  padding: 10px;
  border: none;
  height: 240px;
  border: 1px solid #8b8b8b;
}
.con_sendI_btn {
  padding: 10px 40px;
  background: #d4b090;
  width: fit-content;
  margin: 10px auto;
  font-size: 14px;
  color: white;
}
.submitBtn {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #db9024;
  background-color: #db9024;
  color: white;
  margin-top: 50px;
  height: 40px;
  cursor: pointer;
  font-size: 1rem;
  box-sizing: border-box;
  padding: 10px 25px;
}

/**/

/* Zoom Image */
.zoom-img-bg {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(34, 34, 39, 0.82);
  height: 100%;
  width: 100%;
  text-align: center;
  opacity: 0;
  z-index: -1;
  transition: all 300ms ease-in-out;
}
.zoom-img-bg.act {
  opacity: 1;
  z-index: 100;
  transition: all 300ms ease-in-out;
}
.zoom-img {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
  opacity: 0;
  z-index: -1;
  transition: all 300ms ease-in-out;
}
.zoom-img > img {
  width: 100%;
}
.zoom-img.act {
  opacity: 1;
  z-index: 2;
  transition: all 300ms ease-in-out;
}

/* Main Popup */
.main-popup-bg,
.main-popup-bg1 {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(34, 34, 39, 0.82);
  height: 100%;
  width: 100%;
  text-align: center;
  opacity: 0;
  z-index: -1;
  transition: all 300ms ease-in-out;
}
.main-popup-bg.active,
.main-popup-bg1.active {
  opacity: 1;
  z-index: 100;
  transition: all 300ms ease-in-out;
}
.main-popup,
.main-popup1 {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #eee7de;
  padding: 3rem;
  width: 60%;
  text-align: center;
  opacity: 0;
  z-index: -1;
  transition: all 300ms ease-in-out;
  box-sizing: unset;
}
.main-popup.active,
.main-popup1.active {
  opacity: 1;
  z-index: 2;
  transition: all 300ms ease-in-out;
  box-sizing: unset;
}
.main-popup-container {
  position: relative;
}
.main-popup-close {
  width: 22px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: -10px;
  cursor: pointer;
}
.main-popup-close > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-popup-content-container {
  width: 70%;
  margin: auto;
}
.main-popup-heading {
  border-bottom: 1px solid;
  padding: 5px;
  width: fit-content;
  color: #db9024;
  margin: auto;
  font-size: 1rem;
  letter-spacing: 1px;
}
.main-popup-subheading {
  font-size: 26px;
  font-weight: bold;
  margin: 15px 0 15px 0;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 1px;
}
.main-popup-input-container {
  display: flex;
  width: 100%;
  margin: auto;
  justify-content: space-between;
}
.main-popup-input-fields {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.main-popup-inputs {
  flex-grow: 1;
  margin: 5px 20px;
}
.main-popup-inputs .input {
  outline: none;
  border: 1px solid #8b8b8b;
  padding: 6px;
  flex-grow: 1;
  width: -webkit-fill-available;
  background: #f6f0e8;
}
.main-popup-inputs .input:focus {
  border: solid 1px #fbb03b;
}
.main-popup-textarea {
  width: 48%;
  height: 100%;
}
.main-popup-textarea > .textarea {
  flex-grow: 1;
  background: #f6f0e8;
  margin: 5px 0 0 0;
  box-sizing: border-box;
  width: 100%;
  resize: none;
  outline: none;
  padding: 10px;
  border: none;
  height: 175px;
  border: 1px solid #8b8b8b;
  font-family: "Montserrat";
}
.main-popup-textarea > .textarea:focus {
  border: solid 1px #fbb03b;
}
.main-popup-send-button {
  padding: 10px 40px;
  background: #db9024;
  width: fit-content;
  margin: 15px auto;
  font-size: 14px;
  color: white;
  cursor: pointer;
  letter-spacing: 1px;
}
.main-popup-button-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70%;
  margin: 25px auto 10px auto;
}

@media (min-width: 1024px) and (max-width: 1920px) {
  .main-popup-button-container {
    width: 80%;
  }
}
.main-popup-payment-schedule,
.main-popup-download-broucher {
  border: 1px solid #d4b090;
  border-radius: 50px;
  border-style: dashed;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  cursor: pointer;
  height: 35px;
  width: 220px;
}
.main-popup-payment-schedule > img,
.main-popup-download-broucher > img {
  width: 13px;
  margin: 0 0 0 10px;
}
.main-popup-payment-schedule > p,
.main-popup-download-broucher > p {
  margin: 6px;
  font-size: 0.875rem;
  color: #d4b090;
}

@media screen and (max-width: 767px) {
  #myBtn {
    display: none !important;
  }
  .location__div {
    display: flex;
    align-items: center;

    width: 100% !important;
    justify-content: space-between;
    border: none;
    cursor: default;
    padding: 0;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 0.5px solid #ece6de;
  }
  .locations__div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    margin: 0 !important;
  }

  .main-popup-bg.active {
    opacity: 1;
    z-index: 100;
    transition: all 300ms ease-in-out;
  }

  .main-popup-bg {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(34, 34, 39, 0.82);
    height: 100%;
    width: 100%;
    text-align: center;
    opacity: 0;
    z-index: -1;
    transition: all 300ms ease-in-out;
  }

  .main-popup.active {
    opacity: 1;
    z-index: 2;
    transition: all 300ms ease-in-out;
    /* overflow: hidden; */
  }

  .main-popup {
    position: fixed;
    top: 50%;
    /* overflow: hidden; */
    left: 50%;
    transform: translate(-50%, -50%);
    background: #eee7de;
    padding: 2rem;
    width: 60%;
    height: auto;
    text-align: center;
    opacity: 0;
    z-index: -1;
    transition: all 300ms ease-in-out;
  }

  .main-popup-container {
    position: relative;
    /* overflow: hidden; */
  }

  .main-popup-close {
    width: 22px;
    overflow: hidden;
    position: absolute;
    right: -5%;
    top: -10px;
    cursor: pointer;
  }

  .main-popup-content-container {
    width: 100%;
    margin: auto;
    text-align: center;
    justify-content: center;
  }

  .main-popup-heading {
    border-bottom: 1px solid;
    padding: 5px;
    padding-top: 20px;
    width: fit-content;
    color: #db9024;
    margin: auto;
    font-size: 0.8rem;
    letter-spacing: 1px;
  }

  .main-popup-subheading {
    font-size: 0.6rem;
    /* width: fit-content; */
    width: auto;
    font-weight: bold;
    text-align: center;
    justify-content: center;
    margin: 15px 0 15px 0;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 1px;
  }

  .main-popup-input-container {
    display: flex;
    width: 100%;
    flex-direction: column;
    margin: auto;
    justify-content: space-between;
  }

  .main-popup-input-fields {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .main-popup-inputs {
    flex-grow: 1;
    margin: 5px 7px;
  }

  .main-popup-inputs .input {
    outline: none;
    border: 0.5px solid #8b8b8b;
    padding: 10px;
    flex-grow: 1;
    width: -webkit-fill-available;
    height: 10px;
    background: #f6f0e8;
    box-sizing: unset;
  }

  .main-popup-textarea {
    width: 100%;
    height: 100%;
    margin: auto;
  }

  .main-popup-textarea > .textarea {
    flex-grow: 1;
    background: #f6f0e8;
    margin: 5px 7px;
    box-sizing: border-box;
    width: -webkit-fill-available;
    resize: none;
    outline: none;
    padding: 10px;
    border: none;
    height: 80px;
    border: 0.5px solid #8b8b8b;
    font-family: "Montserrat";
  }

  .main-popup-send-button {
    padding: 5px 15px;
    background: #d4b090;
    width: fit-content;
    margin: 5px auto;
    font-size: 0.7rem;
    color: white;
    cursor: pointer;
    letter-spacing: 1px;
  }
  .main-popup-button-container {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 95%;
    margin: 15px auto 0px auto;
  }

  .main-popup-payment-schedule,
  .main-popup-download-broucher {
    border: 1px solid #d4b090;
    border-radius: 50px;
    border-style: dashed;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    cursor: pointer;
    height: 25px;
    width: 150px;
    margin: 0px 5px;
  }
  .main-popup-payment-schedule > img,
  .main-popup-download-broucher > img {
    width: 13px;
    margin: 0 0 0 10px;
  }
  .main-popup-payment-schedule > p,
  .main-popup-download-broucher > p {
    margin: 6px;
    font-size: 0.5rem;
    color: #d4b090;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .main-popup-payment-schedule > p,
  .main-popup-download-broucher > p {
    margin: 6px;
    font-size: 0.75rem;
    color: #d4b090;
  }

  .main-popup-send-button {
    padding: 8px 30px;
    background: #d4b090;
    width: fit-content;
    margin: 15px auto;
    font-size: 12px;
    color: white;
    cursor: pointer;
    letter-spacing: 1px;
  }

  .main-popup-heading {
    border-bottom: 1px solid;
    padding: 5px;
    width: fit-content;
    color: #db9024;
    margin: auto;
    font-size: 0.95rem;
    letter-spacing: 1px;
  }

  .main-popup-subheading {
    font-size: 20px;
    font-weight: bold;
    margin: 15px 0 15px 0;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 1px;
  }

  .main-popup-input-container {
    display: flex;
    width: 100%;
    margin: auto;
  }

  .main-popup-inputs {
    flex-grow: 1;
    margin: 5px 10px;
  }
}

::-webkit-scrollbar {
  background-color: #000;
  width: 2px;
}

::-webkit-scrollbar-thumb {
  background-color: #cccccc;
}

/* magnific-popup styles */

h1 {
  font-family: MuseoSlab3;
  font-weight: 100;
  font-size: 40px;
  text-align: center;
}

.container {
  width: 80%;
  margin: 0 auto;
}

a {
  outline: 0 !important;
  color: #222227;
}

.img-gallery-magnific {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.magnific-img img {
  width: 320px;
  height: 200px;
  object-fit: cover;
}

.mfp-bottom-bar {
  font-family: MuseoSlab3;
}

.magnific-img {
  display: inline-block;
  width: 30%;
  height: 30%;
  margin: 10px;
}

a.image-popup-projectstatus-fit,
a.image-popup-interiordesign-fit,
a.image-popup-externalviews-fit {
  cursor: -webkit-zoom-in;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-arrow-left:before {
  border-right: none !important;
}

.mfp-arrow-right:before {
  border-left: none !important;
}

button.mfp-arrow,
.mfp-counter {
  opacity: 0 !important;
  transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}

.mfp-container:hover button.mfp-arrow,
.mfp-container:hover .mfp-counter {
  opacity: 1 !important;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: default;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: MuseoSlab3;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
  width: 50%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/*go to top button*/

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 9; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #db9024; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */

  align-items: center;
  vertical-align: middle;
  border-radius: 50%; /* Rounded corners */
  font-size: 22px; /* Increase font size */
  height: 40px;
  width: 40px;
}

#myBtn span {
  /* align-items: center;
  vertical-align: middle
  ; */
  position: relative;
  top: -3px;
}

#myBtn:hover {
  background-color: #f3be7a; /* Add a dark-grey background on hover */
}

/* .carousel {
  position: relative;
  max-width: 80%!important;
  margin: auto;
}
.carousel-inner{
  width: 80% !important;;
  margin: auto;

}

.carousel-control-prev-icon{
  background-image: none!important;
}

.carousel-control-next-icon{
  background-image: none!important;
}

.carousel-item.active {
  font-weight: 700;
  padding-bottom: 0px;
  color: #db9024;
  border-bottom: none;
}

.carousel-indicators{
  display: none!important;

} */

/*mobile view about  360 */

@media (max-width: 499px) {
  .card-content > img {
    width: 100% !important;
  }

  .sec_section_div {
    margin: 30px 0 30px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    text-align: left;
    box-sizing: border-box;
  }

  .sec_section_sec_div_para {
    flex: 0.48;
    height: auto;
    font-size: 0.7rem;
    box-sizing: border-box;
    padding: 5px;
    line-height: 1.5;

    font-family: "Montserrat";
  }

  .sec_section_sec_div_para p {
    font-family: "Montserrat";
  }

  .sec_section_sec_div {
    display: flex;
    flex-direction: column;
    text-align: left;
    justify-content: space-between;
    width: 90%;
    box-sizing: border-box;
    margin: 10px auto;
    font-size: 15px;
  }
  .sec_section_sec_div_para {
    flex: 0.48;
    height: auto;
    font-size: 0.8rem;
    box-sizing: border-box;
    padding: 5px;
    line-height: 1.5;
    text-align: left;
    font-family: "Montserrat";
  }

  .sec_section_sec_div_para p {
    font-size: 0.875rem;
    font-family: "Montserrat";
  }

  .sec__btn {
    text-align: center;
    margin: 19px auto 0 auto;
    width: fit-content;
    background: #db9024;
    padding: 8px 12px;
    color: white;
    font-size: 0.9rem;
    line-height: 1.2;
    letter-spacing: 1px;
    cursor: pointer;
  }

  .sec__sec_bold {
    font-family: MuseoSlab5;
  }
  .com_det_info_mid {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    width: 100% !important;
    margin: 0 auto 0 auto;
    padding-top: 0;
    box-sizing: border-box;
  }

  .com_det_info_mid_top_h {
    width: fit-content;
    margin: 0 auto 0 auto;
  }
  .com_det_info_mid_top_h > p {
    margin: 0px auto;
    margin-bottom: 10px;
    padding: 0 20px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
  }
  .com_det_head {
    font-size: 2.5rem;
    font-family: MuseoSlab7;
    font-weight: 500;
    margin: 20px 0;
    letter-spacing: 2px;
  }

  .heading {
    font-size: 1.3rem;
    font-family: MuseoSlab5;
    font-weight: 500;
    margin: 5px auto;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000;
  }

  .subHeading {
    font-size: 14px;
    font-family: "Montserrat";
    margin: 5px auto 0 auto;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #000;
  }

  .sec__bold_all {
    display: flex;
    width: 90%;
    margin: 0 auto 0 auto;
    justify-content: space-between;
    text-align: center;
    margin: 10px auto;
  }
  .discover_the_spire {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .discover_the_spire svg {
    font-family: "MuseoSlab3";
    font-size: 5rem;
    font-weight: 300;
    letter-spacing: 0.02em;
    fill: #000;
  }
  .discover_the_spire svg #TYPE,
  .discover_the_spire svg #TOWERS,
  .discover_the_spire svg #BEDROOMS,
  .discover_the_spire svg #ACRES,
  .discover_the_spire svg #STOREY_STRUCTURE,
  .discover_the_spire svg #RESIDENCES,
  .discover_the_spire svg #SQ_FT_-_3_BEDROOM,
  .discover_the_spire svg #SQ_FT_-_4_BEDROOM,
  .discover_the_spire svg #PRICE_RANGE,
  .discover_the_spire svg #LOCATION {
    font-size: 1.25rem;
    font-weight: 100;
    fill: #131313;
  }
  .discover_the_spire > img {
    width: 97.5%;
    height: 97.5%;
  }

  /*second*/

  .thrd__sec__s {
    width: 85%;
    padding: 50px 0;
    margin: auto;
    height: 100%;
  }

  .amenities_container {
    margin-top: 20px;
    padding: 0;
    justify-content: space-between;
  }
  .thrd___frt {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
  }

  .thrd__frst_frst {
    display: flex;
    width: 50%;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
    justify-content: space-between;
  }

  .thrd_fst_imgD {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 0;
    background-color: transparent;
    overflow: hidden;
    cursor: default;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .thrd__frst_frst p {
    font-size: 0.8rem;
    text-align: center;
    cursor: default;
  }
  #indoorsec {
    margin-right: 0px;
  }

  /*third section*/

  .fr__div {
    width: 85%;
    margin: auto;
    padding: 50px 0;
    text-align: center;
  }

  .dropbtn {
    background-color: #db9024 !important;
    color: white;
    display: flex;
    align-items: center;
    width: fit-content;
    height: auto !important;
    padding: 8px 33px !important;
    font-size: 0.7rem !important;
    border: none;
    cursor: pointer;
    margin: 17px auto 5px;
    letter-spacing: 0.5px;
  }

  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 100% !important;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;
  }

  .com_det_info_mid {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    width: 100% !important;
    margin: 0 auto 0 auto;
    padding-top: 0;
    box-sizing: border-box;
  }

  .tab {
    overflow: hidden;
    display: flex;
    align-items: center;
    width: 100%;
    margin: 20px auto 0px;
    padding: 0;
    justify-content: center;
  }

  .tablinks {
    margin: 0px 10px !important;
    cursor: pointer;
    font-size: 0.775rem;
    font-weight: 500;
  }

  .tabcontent > img {
    width: 100%;
  }

  /*gallery section*/

  .carousel {
    width: 90%;
    margin: auto;
  }
  .carousel-inner {
    width: 100% !important;
    margin: auto;
  }

  .carousel-control-next,
  .carousel-control-prev {
    display: none !important;
  }

  .active {
    /* font-weight: 700; */

    /* color: #db9024; */
    border-bottom: none;
  }

  /*location section*/

  .location_div {
    height: auto;
    width: 100%;
    padding: 40px 0 0;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }

  .fr_loca {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 90%;
    margin: 20px auto;
    justify-content: space-between;
    /* text-align: justify; */
  }
  .locationpara {
    display: flex;
    flex: 0.48 !important;
  }

  .fr_loca_para {
    font-size: 0.875rem;
    padding: 5px;
    line-height: 1.5;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Montserrat";
  }

  /* spire section*/

  .the_spire__div {
    margin: 0 auto;
    width: 100%;
  }
  .com_det_info_mid_top_h > p {
    margin: 0px auto;
    /* margin-bottom: 10px; */
    padding: 0 25px;
    font-size: 0.875rem;
    line-height: 1.5;
    font-weight: 500;
    text-align: center;
  }
  .lo_d_C {
    width: 90%;
    margin: 0px auto 0 auto;
  }
  .locations__div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px auto;
  }

  .location__div {
    display: flex;
    align-items: center;
    width: 48%;
    justify-content: space-between;
    border: none;
    cursor: default;
    padding: 0;
    padding-bottom: 10px;
    border-bottom: 0.5px solid #ece6de;
  }

  .location__div_img {
    display: flex;
    align-items: center;
  }

  .location_img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    /* overflow: auto; */
    background-color: transparent;
    margin-right: 10px;
  }

  .location__div > p {
    font-size: 0.875rem !important;
  }
  .location__div_img > p {
    font-size: 0.875rem !important;
  }

  .img360Container {
    width: 80%;
    height: 80vh;

    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /*enquiry section*/

  .com_det_info_form {
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 32px auto 50px auto;
  }

  .con_us_inputs {
    display: flex;
    width: 100%;
    margin: auto;
    justify-content: space-between;
  }

  .con_us_inputs_l {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .con_in_div {
    border: none;
    flex-grow: 1;
    margin: 15px 0px 0px 0px;
  }
  .submitBtn {
    text-align: center;
    margin: 0;
    width: fit-content;
    background: #db9024;
    padding: 5px 20px;
    color: white;
    font-size: 0.9rem;
    line-height: 1.2;
    letter-spacing: 1px;
    height: auto;
    cursor: pointer;
    margin-bottom: 35px;
  }

  /*enquiry sect*/

  .enquiry {
    width: 100%;
    height: auto;

    padding: 50px auto;
    /* margin: 50px auto; */
    box-sizing: border-box;
    padding: 50px 0px;
  }

  .com_det_info_mid {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    width: 100% !important;
    margin: 0 auto 0 auto;
    padding-top: 0;
    box-sizing: border-box;
  }

  .com_det_info_form {
    width: 80%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
  }

  .con_us_inputs {
    display: flex;
    width: 100%;
    flex-direction: column;

    padding: 20px 10px;
    margin: auto;
    justify-content: space-between;
  }

  .con_in_field {
    outline: none;
    border: 1px solid #8b8b8b;
    padding: 10.5px 10px;
    flex-grow: 1;
    width: -webkit-fill-available;

    background: #f6f0e8;
    height: auto;
    box-sizing: border-box;
  }
  .con_intarea {
    width: 100%;
    height: 100%;
  }

  .con_intarea > .con_intarea_ta {
    flex-grow: 1;
    background: #f6f0e8;
    margin: 15px 0 0 0;
    box-sizing: border-box;
    width: 100%;
    resize: none;
    outline: none;
    padding: 10px;
    border: none;
    height: 100px;
    border: 1px solid #8b8b8b;
  }
}

/*mobile view about  600 */
@media (min-width: 500px) and (max-width: 768px) {
  /*first section*/

  .sec_section_div {
    margin: 30px 0 30px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
  }

  .sec_section_sec_div_para {
    flex: 0.2;
    height: 11rem;
    font-size: 1rem;
    box-sizing: border-box;
    padding: 5px 50px;
    line-height: 25px;
    text-align: justify;
    font-family: "Montserrat";
  }

  .sec_section_sec_div_para p {
    font-family: "Montserrat";
  }

  .sec_section_sec_div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    box-sizing: border-box;
    margin: 10px auto;
    font-size: 15px;
  }
  .sec_section_sec_div_para {
    flex: 0.48;
    height: auto;
    font-size: 0.875rem;
    box-sizing: border-box;
    padding: 5px;
    line-height: 25px;

    font-family: "Montserrat";
  }

  .sec_section_sec_div_para p {
    font-family: "Montserrat";
  }

  .sec__btn {
    text-align: center;
    margin: 19px auto 0 auto;
    width: fit-content;
    background: #db9024;
    padding: 10px 15px;
    color: white;
    font-size: 0.875rem;
    line-height: 1.2;
    letter-spacing: 1px;
    cursor: pointer;
  }

  .sec__sec_bold {
    font-family: MuseoSlab5;
  }
  .com_det_info_mid {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    width: 80%;
    margin: 0 auto 0 auto;
    padding-top: 0;
    box-sizing: border-box;
  }
  .com_det_info_mid_top_h {
    width: fit-content;
    margin: 0 auto 0 auto;
  }
  .com_det_info_mid_top_h > p {
    margin: 0px auto;
    margin-bottom: 10px;
    padding: 0 20px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
  }
  .com_det_head {
    font-size: 2.5rem;
    font-family: MuseoSlab7;
    font-weight: 500;
    margin: 20px 0;
    letter-spacing: 2px;
  }

  .heading {
    font-size: 1.5rem;
    font-family: MuseoSlab5;
    font-weight: 500;
    margin: 5px auto;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000;
  }
  .subHeading {
    font-size: 16px;
    font-family: "Montserrat";

    margin: 10px auto 0 auto;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #000;
  }

  .sec__bold_all {
    display: flex;
    width: 90%;
    margin: 0 auto 0 auto;
    justify-content: space-between;
    text-align: center;
    margin: 10px auto;
  }
  .discover_the_spire {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .discover_the_spire svg {
    font-family: "MuseoSlab3";
    font-size: 5rem;
    font-weight: 300;
    letter-spacing: 0.02em;
    fill: #000;
  }
  .discover_the_spire svg #TYPE,
  .discover_the_spire svg #TOWERS,
  .discover_the_spire svg #BEDROOMS,
  .discover_the_spire svg #ACRES,
  .discover_the_spire svg #STOREY_STRUCTURE,
  .discover_the_spire svg #RESIDENCES,
  .discover_the_spire svg #SQ_FT_-_3_BEDROOM,
  .discover_the_spire svg #SQ_FT_-_4_BEDROOM,
  .discover_the_spire svg #PRICE_RANGE,
  .discover_the_spire svg #LOCATION {
    font-size: 1.25rem;
    font-weight: 100;
    fill: #131313;
  }
  .discover_the_spire > img {
    width: 97.5%;
    height: 97.5%;
  }

  /*second*/

  .thrd__sec__s {
    width: 85%;
    padding: 50px 0;
    margin: auto;
    height: 100%;
  }

  .amenities_container {
    margin-top: 20px;
    padding: 0;
    justify-content: space-between;
  }
  .thrd___frt {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
  }

  .thrd__frst_frst {
    display: flex;
    width: 50%;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
    justify-content: space-between;
  }

  .thrd_fst_imgD {
    width: 55px;
    height: 55px;
    border: none;
    border-radius: 0;
    background-color: transparent;
    overflow: hidden;
    cursor: default;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .thrd__frst_frst p {
    font-size: 1rem;
    text-align: center;
    cursor: default;
  }
  #indoorsec {
    margin-right: 0px;
  }

  /*third section*/

  .fr__div {
    width: 85%;
    margin: auto;
    padding: 50px 0;
    text-align: center;
  }

  .dropbtn {
    background-color: #db9024 !important;
    color: white;
    display: flex;
    align-items: center;
    width: fit-content;
    /* height: 33px; */
    padding: 8px 50px;
    font-size: 14px;
    border: none;
    margin: 25px auto 10px;
    cursor: pointer;
    letter-spacing: 0.5px;
  }

  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 100% !important;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;
  }

  .com_det_info_mid {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    width: 100% !important;
    margin: 0 auto 0 auto;
    padding-top: 0;
    box-sizing: border-box;
  }

  .tab {
    overflow: hidden;
    display: flex;
    align-items: center;
    width: 80%;
    margin: 20px auto 0px;
    padding: 0;
    justify-content: center;
  }

  .tablinks {
    margin: 0px 10px !important;
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: 500;
  }

  .tabcontent > img {
    width: 100%;
  }

  /*gallery section*/

  .carousel {
    width: 90%;
    margin: auto;
  }
  .carousel-inner {
    width: 100% !important;
    margin: auto;
  }

  .carousel-control-next,
  .carousel-control-prev {
    display: none !important;
  }

  .active {
    /* font-weight: 700; */

    /* color: #db9024; */
    border-bottom: none;
  }

  /*location section*/

  .location_div {
    height: auto;
    width: 100%;
    padding: 50px 0;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }

  .fr_loca {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 90%;
    margin: 50px auto 50px auto;
    justify-content: space-between;
    /* text-align: justify; */
  }
  .locationpara {
    display: flex;
    flex: 0.48 !important;
  }

  .fr_loca_para {
    font-size: 14px;
    padding: 5px;
    line-height: 25px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Montserrat";
  }

  /* spire section*/

  .the_spire__div {
    margin: 0 auto;
    width: 100%;
  }
  .com_det_info_mid_top_h > p {
    margin: 0px auto;
    /* margin-bottom: 10px; */
    padding: 0 25px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    text-align: center;
  }
  .lo_d_C {
    width: 90%;
    margin: 0px auto 0 auto;
  }
  .locations__div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0.875em auto;
  }

  .location__div {
    display: flex;
    align-items: center;
    width: 48%;
    justify-content: space-between;
    border: none;
    cursor: default;
    padding: 0;
    padding-bottom: 10px;
    border-bottom: 0.5px solid #ece6de;
  }

  .location__div_img {
    display: flex;
    align-items: center;
  }
  .location_img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: none;
    /* overflow: auto; */
    background-color: transparent;
    margin-right: 10px;
  }

  .location__div > p {
    font-size: 0.9rem !important;
  }
  .location__div_img > p {
    font-size: 0.9rem !important;
  }
  /*enquiry section*/

  .img360Container {
    width: 80%;
    height: 80vh;

    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /*enquiry section*/

  .com_det_info_form {
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 32px auto 50px auto;
  }

  .con_us_inputs {
    display: flex;
    width: 100%;
    margin: auto;
    justify-content: space-between;
  }

  .con_us_inputs_l {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .con_in_div {
    border: none;
    flex-grow: 1;
    margin: 15px 0px 0px 0px;
  }
  .submitBtn {
    text-align: center;
    margin: 0;
    width: fit-content;
    background: #db9024;
    padding: 8px 25px;
    color: white;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 1px;
    margin-top: 5px;
    height: auto;
    cursor: pointer;
    margin-bottom: 38px;
  }

  /*enquiry sect*/

  .enquiry {
    width: 100%;
    height: auto;

    padding: 50px auto;
    /* margin: 50px auto; */
    box-sizing: border-box;
    padding-top: 50px;
  }

  .com_det_info_mid {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    width: 100% !important;
    margin: 0 auto 0 auto;
    padding-top: 0;
    box-sizing: border-box;
  }

  .com_det_info_form {
    width: 80%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
  }

  .con_us_inputs {
    display: flex;
    width: 100%;
    flex-direction: column;

    padding: 30px 20px;
    margin: auto;
    justify-content: space-between;
  }

  .con_in_field {
    outline: none;
    border: 1px solid #8b8b8b;
    padding: 14px 10px;
    flex-grow: 1;
    width: -webkit-fill-available;

    background: #f6f0e8;
    height: auto;
    box-sizing: border-box;
  }
  .con_intarea {
    width: 100%;
    height: 100%;
  }

  .con_intarea > .con_intarea_ta {
    flex-grow: 1;
    background: #f6f0e8;
    margin: 15px 0 0 0;
    box-sizing: border-box;
    width: 100%;
    resize: none;
    outline: none;
    padding: 10px;
    border: none;
    height: 130px;
    border: 1px solid #8b8b8b;
  }
}

/*Tablet view about  900 */

@media (min-width: 768px) and (max-width: 1023px) {
  .tab_enq {
    display: block;
  }
  .mob_enq {
    display: none;
  }

  /*first section*/

  .sec_section_div {
    margin: 50px 0 50px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
  }

  .sec_section_sec_div_para {
    flex: 0.2;
    height: 11rem;
    font-size: 1rem;
    box-sizing: border-box;
    padding: 5px 50px;
    line-height: 25px;
    text-align: justify;
    font-family: "Montserrat";
  }

  .sec_section_sec_div_para p {
    font-family: "Montserrat";
  }

  .sec_section_sec_div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    box-sizing: border-box;
    margin: 10px auto;
    font-size: 15px;
  }
  .sec_section_sec_div_para {
    flex: 0.48;
    height: auto;
    font-size: 1rem;
    box-sizing: border-box;
    padding: 5px;
    line-height: 25px;
    text-align: justify;
    font-family: "Montserrat";
  }

  .sec_section_sec_div_para p {
    font-family: "Montserrat";
  }

  .sec__btn {
    text-align: center;
    margin: 2rem auto 0 auto;
    width: fit-content;
    background: #db9024;
    padding: 10px 15px;
    color: white;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 1px;
    cursor: pointer;
  }

  .sec__sec_bold {
    font-family: MuseoSlab5;
  }
  .com_det_info_mid {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    width: 80%;
    margin: 0 auto 0 auto;
    padding-top: 0;
    box-sizing: border-box;
  }
  .com_det_info_mid_top_h {
    width: fit-content;
    margin: 0 auto 0 auto;
  }
  .com_det_info_mid_top_h > p {
    margin: 0px auto;
    margin-bottom: 10px;
    padding: 0 20px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
  }
  .com_det_head {
    font-size: 2.5rem;
    font-family: MuseoSlab7;
    font-weight: 500;
    margin: 20px 0;
    letter-spacing: 2px;
  }

  .heading {
    font-size: 2rem;
    font-family: MuseoSlab5;
    font-weight: 500;
    margin: 5px auto;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000;
  }
  .subHeading {
    font-size: 14px;
    font-family: "Montserrat";

    margin: 10px auto 0 auto;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #000;
  }

  .sec__bold_all {
    display: flex;
    width: 90%;
    margin: 0 auto 0 auto;
    justify-content: space-between;
    text-align: center;
    margin: 10px auto;
  }
  .discover_the_spire {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .discover_the_spire svg {
    font-family: "MuseoSlab3";
    font-size: 5rem;
    font-weight: 300;
    letter-spacing: 0.02em;
    fill: #000;
  }
  .discover_the_spire svg #TYPE,
  .discover_the_spire svg #TOWERS,
  .discover_the_spire svg #BEDROOMS,
  .discover_the_spire svg #ACRES,
  .discover_the_spire svg #STOREY_STRUCTURE,
  .discover_the_spire svg #RESIDENCES,
  .discover_the_spire svg #SQ_FT_-_3_BEDROOM,
  .discover_the_spire svg #SQ_FT_-_4_BEDROOM,
  .discover_the_spire svg #PRICE_RANGE,
  .discover_the_spire svg #LOCATION {
    font-size: 1.25rem;
    font-weight: 100;
    fill: #131313;
  }
  .discover_the_spire > img {
    width: 97.5%;
    height: 97.5%;
  }

  /*secont section*/

  .thrd__sec__s {
    width: 85%;
    padding: 50px 0;
    margin: auto;
    height: 100%;
  }

  .amenities_container {
    margin-top: 60px;
    padding: 0;
    justify-content: space-between;
  }
  .thrd___frt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px auto;
  }

  .thrd__frst_frst {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }

  .thrd_fst_imgD {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 0;
    background-color: transparent;
    overflow: hidden;
    cursor: default;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .thrd__frst_frst p {
    font-size: 0.875rem;
    text-align: center;
    cursor: default;
  }

  /*third section*/

  .fr__div {
    width: 85%;
    margin: auto;
    padding: 50px 0;
  }

  .com_det_info_mid {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    width: 100% !important;
    margin: 0 auto 0 auto;
    padding-top: 0;
    box-sizing: border-box;
  }

  .tab {
    overflow: hidden;
    display: flex;
    align-items: center;
    width: 80%;
    margin: 20px auto 0px;
    padding: 0;
    justify-content: center;
  }

  .tablinks {
    margin: 0px 10px !important;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 500;
  }

  .tabcontent > img {
    width: 100%;
  }

  /*gallery section*/

  .carousel {
    width: 100%;
    margin: auto;
  }

  .active {
    /* font-weight: 700; */
    padding-bottom: 0px;
    /* color: #db9024; */
    font-family: sans-serif;
    border-bottom: none;
  }

  /*location section*/

  .location_div {
    height: auto;
    width: 100%;
    padding: 50px 0;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }

  .fr_loca {
    display: flex;
    align-items: flex-start;
    width: 90%;
    margin: 50px auto 50px auto;
    justify-content: space-between;
    /* text-align: justify; */
  }
  .locationpara {
    display: flex;
    flex: 0.48 !important;
  }

  .fr_loca_para {
    font-size: 16px;
    padding: 5px;
    line-height: 25px;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Montserrat";
  }

  /* spire section*/

  .the_spire__div {
    margin: 0 auto;
    width: 100%;
  }
  .com_det_info_mid_top_h > p {
    margin: 0px auto;
    /* margin-bottom: 10px; */
    padding: 0 20px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
  }
  .lo_d_C {
    width: 90%;
    margin: 30px auto 0 auto;
  }
  .locations__div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1em auto;
  }

  .location__div {
    display: flex;
    align-items: center;
    width: 46%;
    justify-content: space-between;
    border: none;
    cursor: default;
    padding: 0 5px 30px;
    /* padding-bottom: 15px; */
    border-bottom: 0.5px solid #ece6de;
  }

  .location__div_img {
    display: flex;
    align-items: center;
  }

  .location_img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background-color: transparent;
    margin-right: 15px;
  }

  .location__div > p {
    font-size: 0.875rem !important;
  }
  .location__div_img > p {
    font-size: 0.875rem !important;
  }
  /*enquiry section*/

  .com_det_info_form {
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 32px auto 50px auto;
  }

  .con_us_inputs {
    display: flex;
    width: 100%;
    margin: auto;
    justify-content: space-between;
  }

  .con_us_inputs_l {
    display: flex;
    flex-direction: column;
    width: 50%;
  }
  .con_in_div {
    border: none;
    flex-grow: 1;
    margin: 5px 25px 0px 5px;
  }
  .submitBtn {
    text-align: center;
    margin: 2rem auto 0 auto;
    width: fit-content;
    background: #db9024;
    padding: 10px 15px;
    color: white;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 1px;
    cursor: pointer;
  }
}

/**footer */

/* Footer */
.footer_contact_us {
  width: 100%;
  height: 100%;
}
.ft_cc {
  display: flex;
  align-items: flex-start;
  color: #fff;
  background-color: #222227;
  /* opacity: .8; */
  justify-content: space-evenly;
  margin: 0 auto;
  padding: 40px 0px;
  letter-spacing: 2px;
}

.sec__sec_sco {
  margin-top: 2.43rem !important;
}
@media (min-width: 1024px) and (max-width: 1920px) {
  .ft_cc {
    padding: 40px 0px;
    justify-content: space-evenly;
  }
}
.ft_logo {
  margin-top: 18px;
}
.ft_logo > img {
  filter: invert(1);
  width: 170px !important;
}
.ft_c {
}
.ft___cc {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: black;
  color: #b7b7b7;
  width: 100%;
  margin: auto;
}
.ft___cc > p {
  margin-right: 25px;
  color: #b7b7b7;
}
.ft__head {
  padding-bottom: 5px;
  border-bottom: 1px solid #d4b090;
  width: fit-content;
  font-size: 1.125rem;
}
.ft__head p {
  color: #fff;
  padding: 10px 20px 10px 0;
  margin: 0;
  font-size: 1rem;
}
.ft_contact {
  display: flex;
}
/**/

/*******/
@media screen and (max-width: 767px) {
  .ft_logo {
    margin: 18px auto;
  }

  .ft_cc {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .ft__head {
    margin: 18px auto 10px;
    font-size: 0.875rem !important;
  }

  .enq {
    line-height: 25px;
  }

  .ft___cc {
    width: 100%;
    height: auto;
  }
  .ft___cc > p {
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer_contact_us {
  }
  #footeraddress {
    width: 13rem;
  }
  .ft_contact {
    display: block;
  }

  .ft_cc {
    /* flex-wrap: wrap; */

    justify-content: space-evenly;
  }

  .ft_logo {
    width: 170px !important;
    text-align: center;
    line-height: 5rem;
    margin-top: 1rem;
  }

  .ft_cc > div {
    width: 10.83rem;
  }
}

/*mobile view about 360*/

@media (min-width: 150px) and (max-width: 500px) {
  .thd__head {
    font-size: 1.125rem;
    line-height: 1.5;
    padding-bottom: 10px;
  }
  .frt_sec_f {
    font-size: 1.2rem;
  }
  .btn__sc {
    padding: 10px 20px;
    font-size: 0.8rem;
  }
  .ft_cc {
    flex-direction: column;
    text-align: center;
    align-items: center;
    padding: 30px 40px;
  }
  .ft___cc > p {
    font-size: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .bb_hlogoC {
    width: 60px !important;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

@media (max-width: 500px) {
  .bb_hlogoC {
    width: 50px !important;
  }
}

@media (max-width: 767px) {
  .ft_contact {
    flex-direction: column;
  }
  .ft_contact > p {
    width: 100% !important;
  }
  .ft_contact div {
    width: 100%;
  }
}

@media (min-width: 150px) and (max-width: 499px) {
  .ft_logo > img {
    filter: invert(1);
    width: 70px !important;
  }
}

@media (max-width: 767px) {
  .hid {
    display: none;
  }
  /*enquiry heading section*/
  .mob_enq {
    display: block;
  }
  .tab_enq {
    display: none;
  }

  .dropdown {
    display: block !important;
  }

  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-auto,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-auto,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-auto,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-auto,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-auto {
    position: relative;
    width: 100% !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  /* .carousel-item >.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 50% !important;
  padding-right: 10px!important;
  padding-left: 10px!important;
} */

  /*plans*/

  .tab_enq {
    display: none;
  }
}

/* Dropdown Button */
.dropbtn {
  background-color: #3498db;
  color: white;
  display: flex;
  align-items: center;
  width: fit-content;
  height: 40px;
  padding: 8px 45px;
  font-size: 20px;
  border: none;
  cursor: pointer;
  letter-spacing: 0.5px;
}
.fa-solid,
.fas {
  font-family: "Font Awesome 6 Free";
  font-weight: 00;
  font-style: normal !important;
  margin-left: 0px;
  font-size: 25px !important;
}
.dropbtn > img {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover,
.dropbtn:focus {
  background-color: #2980b9;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
  display: none;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
  display: block;
}

.enquiry {
  width: 100%;
  height: auto;
}

#accenture {
  width: 80%;
}

#open-spire-enquire1 {
  /* position: fixed; */
  transform: rotate(90deg);
  padding: 6px 15px;
  margin: 0;
  width: fit-content;
  position: fixed;
  top: 50%;
  right: -20px;
  z-index: 99;
}
@media screen and (min-width: 320px) and (max-width: 500px) {
  #open-spire-enquire1 {
    right: -29px;
	z-index: 99;
  }
}
@media screen and (min-width: 750px) and (max-width: 850px) {
  #open-spire-enquire1 {
    right: -23px;
	z-index: 99;
  }
}
/* @media screen and (max-width: 500px) {
  #open-spire-enquire1 {
    position: fixed;
    top: 36%;
    right: -25px;
    z-index: 99;
    transform: rotate(90deg);
  }
} */

.slick-dots {
  list-style: none !important;
  display: flex !important;
  margin: 0px 5xp !important;
  position: absolute !important;
  /* top: 0; */
  left: 43% !important;
  bottom: -3% !important;
}
.slick-dots > li > button {
  color: transparent;
  height: 5px;
  /* border-radius: 50%; */
  border: none;
  width: 30px;
  margin: 5px;
}
.slick-active > button {
  background-color: gray;
}

@media screen and (max-width: 500px) {
  .slick-dots {
    left: 20% !important;
    bottom: -12% !important;
  }
  .slick-dots > li > button {
    color: transparent;
    height: 5px !important;
    /* border-radius: 50%; */
    border: none;
    width: 30px !important;
    margin: 5px;
  }
}
/*------------------ modal background  css --------------- */
#myModal{
  background-image: url("../designs/B_B-Assets/Home/banner/banner_1.jpg");
  object-fit: cover;
  padding-top: 0px !important;
  display: none;
  background-position: center;
  width: 100vw;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
}
.modal-footer-btom{
  /* height: 150px ; */
  background-color: #222227;
  bottom: 0px !important;
  margin-top: 325px;
}
.container-foot{
  font: inherit;
    font-size: 14px;
    padding-left: 15px;
    padding-top: 15px;
    color: white;
}
.rera{
  padding-top: 60px;
  margin-left:60px;
  margin-bottom: 50px !important;
  /* z-index: 100000; */
  /* flex-grow: 1; */
  /* background: #f6f0e8; */
  /* margin: 15px 0 0 0; */
  box-sizing: border-box;
  /* width: 100%; */
  resize: none;
  outline: none;
  /* padding: 10px; */
  border: none;
  /* height: 130px; */
  /* border: 1px solid #8b8b8b; */
}
.slick-dots{
  padding-bottom: 30px;
}


